@charset "UTF-8";
/*=============================================================
 event ギャラリー
=============================================================*/

.mod_bnr01 {
  margin-bottom: 40px;
  padding: 0 15px;
}
.mod_bnr01 .item {
  margin-bottom: 20px;
}
.mod_bnr01 .item a {
  transition: 0.3s;
}
.mod_bnr01 .item a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 600px) {
  .mod_bnr01 {
    overflow: hidden;
    padding: 0;
  }
  .mod_bnr01 .item {
    float: left;
    width: 520px;
  }
  .mod_bnr01 .item:nth-child(even) {
    float: right;
  }
}
/* archive page
---------------------------------------------- */
/* #mainimg
-------------------------- */
#mainimg {
  background-image: url(../img/event_news/bg_mainimg01_sp.jpg);
}

@media screen and (min-width: 600px) {
  #mainimg {
    background-image: url(../img/event_news/bg_mainimg01_pc.jpg);
  }
}
@media screen and (max-width: 600px) {
  .eventList .item .img a {
    position: relative;
    display: block;
  }
}
.eventList .item .img {
  position: relative;
}
.eventList .item .img a .cmn-end {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eventList .item .img a .cmn-end span {
  position: relative;
  z-index: 3;
}
.eventList .item .img a .cmn-end::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.7;
}
/* .intro
-------------------------- */
.intro {
  padding-top: 36px;
  padding-bottom: 40px;
}
.intro .categoryLinks .parent {
  overflow: hidden;
}
.intro .categoryLinks .parent .parentItem {
  float: left;
  width: calc(50% - 10px);
}
.intro .categoryLinks .parent .parentItem:last-child {
  float: right;
}
.intro .categoryLinks .parent .parentLink {
  padding: 15px 0 26px;
}
.intro .categoryLinks .parentLink:before {
  top: inherit;
  left: 50%;
  bottom: 15px;
}

@media screen and (min-width: 600px) {
  .intro .categoryLinks .parent .parentItem {
    width: 520px;
    margin-left: 15px;
  }
  .intro .categoryLinks .parent .parentItem:first-child {
    margin-left: 0;
  }
  .intro .categoryLinks .parent .parentItem a {
    padding: 34px 0;
  }
  .intro .categoryLinks .parent .parentItem .en {
    font-size: 1.6rem;
  }
  .intro .categoryLinks .parent .parentItem .ja {
    font-size: 1.2rem;
  }
}

/* .eventArchive
-------------------------- */
@media screen and (min-width: 600px) {
  .eventArchive {
    margin: 0 0 120px;
  }
}
.eventList .item {
  padding: 0 25px 30px;
  /*border-bottom: 1px solid #ccc9c8;*/
}
.eventList .item + .item {
  padding-top: 30px;
}
.eventList .item:nth-child(even) {
  background: #f4f5f7;
}
.eventList .item .img {
  padding: 0 30px 15px;
}
.eventList .item .txtArea .cat {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.eventList .item .txtArea .tit {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
}
.eventList .item .txtArea .list {
  margin-bottom: 10px;
}
.eventList .item .txtArea .list li {
  line-height: 2;
  font-size: 1.2rem;
}
.eventList .item .txtArea .txt {
  line-height: 2;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.eventList .item .txtArea .btn {
  padding: 0 10px;
}

@media screen and (min-width: 600px) {
  .eventList .item {
    overflow: hidden;
    padding: 50px 0;
    border-bottom: none;
  }
  .eventList .itemIn {
    width: 1070px;
    margin: 0 auto;
  }
  .eventList .item .img {
    float: left;
    width: 260px;
    margin-right: 60px;
    padding: 0;
    position: relative;
  }
  .eventList .item .img a .cmn-end {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .eventList .item .img a .cmn-end span {
    position: relative;
    z-index: 3;
  }
  .eventList .item .img a .cmn-end::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.7;
  }
  .eventList .item .txtArea {
    float: left;
    width: 748px;
  }
  .eventList .item .txtArea .cat {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .eventList .item .txtArea .tit {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 1.7rem;
    letter-spacing: 0.075em;
  }
  .eventList .item .txtArea .list {
    margin-bottom: 10px;
  }
  .eventList .item .txtArea .list li {
    line-height: 2;
    font-size: 1.2rem;
  }
  .eventList .item .txtArea .txt {
    line-height: 2;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .eventList .item .txtArea .btn {
    width: 205px;
    padding: 0;
  }
}
/* single page
---------------------------------------------- */
.eventSingle {
  padding: 50px 0 0;
}
.eventSingle .img {
  text-align: center;
}
.eventSingle .singleTop {
  padding: 25px 25px 35px;
}
.eventSingle .singleTop .head {
  padding: 0 0 25px;
}
.eventSingle .singleTop .head .cat {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-decoration: underline;
  letter-spacing: 0.075em;
}
.eventSingle .singleTop .head .tit {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
}
.eventSingle .singleTop .head .txt {
  line-height: 2;
  font-size: 1.2rem;
}
.eventSingle .singleTop .data .tit {
  margin-bottom: 5px;
}
.eventSingle .singleTop .data .tit .en {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.eventSingle .singleTop .data .tit .ja {
  margin-bottom: 10px;
  color: #a7a8a9;
  font-weight: 400;
  font-size: 1.1rem;
}
.eventSingle .singleTop .dataTable th,
.eventSingle .singleTop .dataTable td {
  padding: 14px 0;
  font-size: 1.2rem;
}
.eventSingle .singleTop .dataTable th {
  width: 85px;
  text-align: center;
}
.eventSingle .singleTop .dataTable td {
  padding: 14px 15px;
  letter-spacing: 0;
}
.eventSingle .eventResult {
  padding: 27px 15px 0;
  background: #f4f5f7;
}
.eventSingle .eventResultTit {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
}
.eventSingle .eventResultTit:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc9c8;
  content: "";
}
.eventSingle .eventResultTit span {
  position: relative;
  z-index: 2;
  padding: 0 7px;
  background: #f4f5f7;
}
.eventSingle .eventResult .tel {
  margin-bottom: 15px;
  border: 1px solid #ccc9c8;
  background: #f4f5f7;
  text-align: center;
}
.eventSingle .eventResult .tel a {
  position: relative;
  display: block;
  padding: 12px 0;
}

@media screen and (max-width: 599px) {
  .eventSingle .eventResult .tel a:before,
  .eventSingle .eventResult .tel a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .eventSingle .eventResult .tel a:before {
    width: 30px;
    height: 1px;
    background: #3b3b3b;
  }
  .eventSingle .eventResult .tel a:after {
    width: 4px;
    height: 4px;
    margin-top: -1px;
    border-top: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.eventSingle .eventResult .tel .tit {
  font-size: 1.1rem;
}
.eventSingle .eventResult .tel .num {
  margin: 7px 0;
  font-size: 2.6rem;
}
.eventSingle .eventResult .tel .reception {
  font-size: 1.1rem;
}
.eventSingle .eventResult .btn a {
  padding: 23px 15px 23px 20px;
  border: 1px solid #3d6b8f;
  background: #3d6b8f;
  font-size: 1.6rem;
}
.eventSingleCont .img,
.eventSingleCont .movie {
  margin-top: 30px;
}
.eventSingleCont .catch {
  line-height: 1.66;
  margin-top: 20px;
  padding: 0 25px;
  font-size: 1.8rem;
}
.eventSingleCont .txt {
  line-height: 2;
  margin-top: 20px;
  padding: 0 25px;
  font-size: 1.2rem;
}
.eventSingleCont .img01 {
  margin-top: 20px;
}
.eventSingleCont .box {
  margin-top: 25px;
}
.eventSingleCont .boxImg {
  margin-bottom: 20px;
  padding: 0 50px;
}
.eventSingleCont .boxCatch {
  line-height: 1.66;
  margin-bottom: 20px;
  padding: 0 25px;
  font-size: 1.6rem;
}
.eventSingleCont .boxTxt {
  line-height: 2;
  margin-bottom: 20px;
  padding: 0 25px;
  font-size: 1.2rem;
}
.eventSingleCont .picWrap {
  overflow: hidden;
  padding: 0 25px;
}
.eventSingleCont .picWrap li {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.eventSingleCont .picWrap li:first-child {
  margin-left: 0;
}
.eventSingleCont .picWrap + .txt {
  margin-bottom: 35px;
}

@media screen and (min-width: 600px) {
  .eventSingleCont .picWrap + .txt {
    margin-bottom: 70px;
  }
}
.eventSingleCont .btn {
  margin-top: 15px;
  padding: 0 30px;
}
.eventSingle .eventAccess {
  padding: 30px 15px;
  border-bottom: 1px solid #ccc9c8;
}
.eventSingle .eventAccess .map {
  margin-bottom: 15px;
  background: #f4f5f7;
}
.eventSingle .eventAccess .txtArea .tit .en {
  margin-bottom: 5px;
  font-size: 2.2rem;
}
.eventSingle .eventAccess .txtArea .tit .ja {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.eventSingle .eventAccess .txtArea .address {
  line-height: 2;
  font-size: 1.2rem;
}
.eventSingle .archiveBtn {
  padding: 40px 32px 10px;
}
.eventSingle .archiveBtn a {
  font-size: 1.4rem;
  text-align: center;
}
.eventSingle .archiveBtn a span:before,
.eventSingle .archiveBtn a span:after {
  content: none;
}

@media screen and (min-width: 600px) {
  .eventSingle {
    width: 880px;
    margin: 0 auto;
    padding-top: 150px;
  }
  .eventSingle .movie {
    margin-top: 70px;
  }
  .eventSingle .singleTop {
    overflow: hidden;
    padding: 45px 0 55px;
  }
  .eventSingle .noImg + .singleTop {
    padding-top: 120px;
  }
  .eventSingle .singleTop .head {
    float: left;
    width: 502px;
    padding: 0;
  }
  .eventSingle .singleTop .head .cat {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  .eventSingle .singleTop .head .tit {
    margin-bottom: 15px;
    font-size: 2.7rem;
  }
  .eventSingle .singleTop .head .txt {
    line-height: 2;
    font-size: 1.3rem;
  }
  .eventSingle .singleTop .data {
    float: left;
    width: 335px;
    margin-left: 43px;
  }
  .eventSingle .singleTop .data .tit {
    margin-bottom: 5px;
  }
  .eventSingle .singleTop .data .tit .en {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .eventSingle .singleTop .data .tit .ja {
    margin-bottom: 20px;
  }
  .eventSingle .singleTop .dataTable th,
  .eventSingle .singleTop .dataTable td {
    padding: 19px 0;
    font-size: 1.3rem;
  }
  .eventSingle .singleTop .dataTable th {
    width: 100px;
  }
  .eventSingle .singleTop .dataTable td {
    padding: 19px 20px;
  }
  .eventSingle .eventResult {
    margin-bottom: 78px;
    padding: 40px 70px;
  }
  .eventSingle .eventResultTit {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }
  .eventSingle .eventResultTit span {
    padding: 0 15px;
  }
  .eventSingle .eventResult .tel {
    float: left;
    width: 335px;
    border: none;
    text-align: left;
  }
  .eventSingle .eventResult .tel a {
    padding: 0;
    pointer-events: none;
  }
  .eventSingle .eventResult .tel .tit,
  .eventSingle .eventResult .tel .num {
    display: inline-block;
    vertical-align: middle;
  }
  .eventSingle .eventResult .tel .tit {
    font-size: 1.4rem;
  }
  .eventSingle .eventResult .tel .num {
    margin: 7px 0;
    font-size: 3.2rem;
  }
  .eventSingle .eventResult .tel .reception {
    font-size: 1.3rem;
  }
  .eventSingle .eventResult .btn {
    float: right;
    width: 367px;
  }
  .eventSingle .eventResult .btn a {
    padding: 25px 15px 25px 20px;
    background-color: transparent;
    color: #3d6b8f;
    font-size: 1.7rem;
  }
  .eventSingle .eventResult .btn a:before {
    background-color: #3d6b8f;
  }
  .eventSingle .eventResult .btn a span:before {
    background: #3d6b8f;
  }
  .eventSingle .eventResult .btn a span:after {
    border-top: 1px solid #3d6b8f;
    border-right: 1px solid #3d6b8f;
  }
  .eventSingle .eventResult .btn a:hover {
    color: #fff;
  }
  .eventSingle .eventResult .btn a:hover span:before {
    background: #fff;
  }
  .eventSingle .eventResult .btn a:hover span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .eventSingleCont {
    width: 880px;
    margin: 0 auto;
  }
  .eventSingleCont .catch {
    padding: 0;
    font-size: 2.7rem;
  }
  .eventSingleCont .txt {
    padding: 0;
    font-size: 1.4rem;
  }
  .eventSingleCont .box {
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .eventSingleCont .box:nth-child(odd) .boxImg {
    float: left;
    margin-right: 40px;
  }
  .eventSingleCont .box:nth-child(odd) .boxTxtArea {
    float: left;
    width: 411px;
  }
  .eventSingleCont .box:nth-child(even) .boxImg {
    float: right;
    margin-left: 40px;
  }
  .eventSingleCont .boxImg {
    width: 429px;
    padding: 0;
  }
  .eventSingleCont .boxCatch {
    padding: 0;
    font-size: 2.4rem;
  }
  .eventSingleCont .boxTxt {
    padding: 0;
    font-size: 1.3rem;
  }
  .eventSingleCont .picWrap {
    padding: 0;
  }
  .eventSingleCont .picWrap li {
    width: 274px;
    margin-left: 29px;
  }
  .eventSingleCont .picWrap li:nth-child(1) {
    margin-left: 0;
  }
  .eventSingle .eventAccess {
    overflow: hidden;
    padding: 0 0 80px;
  }
  .eventSingle .eventAccess .map {
    float: left;
    width: 544px;
    height: 310px;
    background: #f4f5f7;
  }
  .eventSingle .eventAccess .txtArea {
    float: left;
    width: 294px;
    margin-left: 42px;
  }
  .eventSingle .eventAccess .txtArea .tit .en {
    margin: 5px 0 15px;
    font-size: 3.2rem;
  }
  .eventSingle .eventAccess .txtArea .tit .ja {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .eventSingle .eventAccess .txtArea .address {
    line-height: 2;
    font-size: 1.3rem;
  }
  .eventSingle .archiveBtn {
    width: 320px;
    margin: 80px auto 120px;
    padding: 0;
  }
  .eventSingle .archiveBtn a {
    font-size: 1.6rem;
  }
}
#event_news.single .mod_catalog01 {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .eventSingle .archiveBtn a {
    padding: 18px 30px;
  }
}
.eventArchive .noEntry {
  text-align: center;
  height: 50px;
}
.eventSingleCont .movie {
  position: relative;
  width: 100%;
  padding: 0 0 56.25% 0;
}
.eventSingleCont .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
.categoryList {
}
.categoryList ul {
  margin: 15px 0 0;
  text-align: right;
}
.categoryList li {
  display: inline-block;
  margin-left: 20px;
}
.categoryList li a {
  position: relative;
  padding-right: 14px;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}
.categoryList li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #3b3b3b transparent transparent transparent;
  transform: rotate(-90deg);
}

@media screen and (min-width: 600px) {
  .categoryList ul {
    margin-top: 25px;
    margin-right: 10px;
  }
  .categoryList li {
    margin-left: 40px;
  }
  .categoryList li a {
    padding-right: 18px;
    font-size: 1.6rem;
    transition-duration: 0.3s;
  }
  .categoryList li a:hover {
    color: #3d6b8f;
    text-decoration: underline;
  }
  .categoryList li a:hover:before {
    border-color: #3d6b8f transparent transparent transparent;
  }
}
.eventSingle .img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.eventSingle .img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.eventSingle .img img {
  display: none;
}

@media screen and (min-width: 600px) {
  .eventSingle .img {
    width: 880px;
    height: 880px;
  }
}
