@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);
.sc_event_details {
  display: none;
}

#sc_calendar_wrap {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sc_calendar_wrap #sc_events_calendar_head {
  position: relative;
}

#sc_calendar_wrap #sc_events_calendar_head p {
  margin-bottom: 0;
}

#sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: 50%;
  margin-left: -69px;
  font-size: 28px;
  line-height: 30px;
}

#sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title .month {
  position: absolute;
  font-size: 70px;
  top: 0.2em;
  margin-left: -2.1em;
  width: 2em;
  text-align: right;
}

#sc_calendar_wrap #sc_event_prev a, #sc_calendar_wrap #sc_event_next a {
  color: #000;
  text-decoration: none;
}

#sc_calendar_wrap #sc_event_prev {
  position: absolute;
  left: 0;
  top: -18px;
  z-index: 10;
}

#sc_calendar_wrap #sc_event_next {
  position: absolute;
  right: 0;
  top: -18px;
  z-index: 10;
}

#sc_calendar_wrap #sc_calendar {
  padding-top: 45px;
}

#sc_calendar_wrap #sc_calendar table {
  width: 100%;
  table-layout: fixed;
}

#sc_calendar_wrap #sc_calendar table td {
  border-left: 1px solid #80756A;
  border-right: 1px solid #80756A;
  border-bottom: 1px solid #fff;
}

#sc_calendar_wrap #sc_calendar table td a {
  color: #FFF;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  padding: 3px;
}

#sc_calendar_wrap #sc_calendar table td a.holiday {
  background-color: #e9e9e9;
  color: #000;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

#sc_calendar_wrap #sc_calendar table td a.compleat {
  background-color: #ff8000;
}

#sc_calendar_wrap #sc_calendar table td a.money {
  background-color: #006aaa;
}

#sc_calendar_wrap #sc_calendar table td a.land {
  background-color: #698c00;
}

#sc_calendar_wrap #sc_calendar table td a.consult {
  background-color: #f46899;
}

#sc_calendar_wrap .sc_day_div {
  background-color: #FFF;
  border-top: 1px solid #80756A;
  font-size: 0.9em;
}

#sc_calendar_wrap .sc_day_div a {
  line-height: 1.3;
}

#sc_calendar_wrap .sc_day_div br {
  display: none;
}

#sc_calendar_wrap thead .calendar-row th {
  text-align: center;
  padding: 8px;
  background-color: #D3D3D3;
  box-sizing: border-box;
  position: relative;
}

#sc_calendar_wrap thead .calendar-row th:before {
  content: "";
  border-right: 1px solid #FFC926;
  position: absolute;
  height: 45px;
  left: 0;
  top: 0;
}

#sc_calendar_wrap thead .calendar-row th.day6 {
  background-color: #E1EBF5;
  color: #4984C4;
}

#sc_calendar_wrap thead .calendar-row th.day7 {
  background-color: #F9DED7;
  color: #DD2A00;
}

#sc_calendar_wrap thead .calendar-row th:first-child:before {
  border: none;
}

#sc_calendar_wrap .calendar-row:last-child {
  border-bottom: 2px solid #80756A;
}

#sc_calendar_wrap .calendar-day-np .sc_day_div {
  background-color: #D3D3D3;
}

.event-color-info .list-color li {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 1em;
}

.event-color-info .list-color .val-color {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 0.4em;
  vertical-align: middle;
}

.event-color-info .list-color .val-color.color-holiday {
  background-color: #e9e9e9;
}

.event-color-info .list-color .val-color.color-land {
  background-color: #698c00;
}

.event-color-info .list-color .val-color.color-money {
  background-color: #006aaa;
}

.event-color-info .list-color .val-color.color-compleat {
  background-color: #ff8000;
}

.event-color-info .list-color .val-color.color-consult {
  background-color: #f46899;
}

.title-event-header {
  background: url("../misc/line_06.png") repeat-x;
  background-position: bottom left;
  text-align: center;
  padding-bottom: 5px;
}

.panel-event {
  margin: 35px 0;
  background-color: #FFF;
  padding: 8px;
}

.panel-event .row-content .photo-event img {
  vertical-align: bottom;
}

.panel-event .row-content .content-event {
  box-sizing: border-box;
}

.header-panel-event {
  color: #FFF;
  background: url("../misc/icon_03.png") 15px 5px no-repeat;
  background-size: 45px;
}

.header-panel-event.holiday {
  background-color: #e9e9e9;
}

.header-panel-event.land {
  background-color: #698c00;
}

.header-panel-event.money {
  background-color: #006aaa;
}

.header-panel-event.compleat {
  background-color: #ff8000;
}

.header-panel-event.consult {
  background-color: #f46899;
}

.title-panel-event {
  padding: 12px 25px;
  padding-left: 75px;
  line-height: 1.3;
}

.title-panel-event a {
  color: #FFF;
  text-decoration: none;
}

.icon-reserve {
  color: #B9386C;
  background-color: #fff;
  padding: 1px 25px;
  display: inline-block;
  float: right;
  border-radius: 50px;
  margin-right: 15px;
  margin-top: 11px;
}

.button-secondary {
  background-color: #ed798d;
  padding: 10px 55px;
  position: relative;
}

.button-secondary.button-events-more:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 1em;
  font-size: 1.4em;
  line-height: 1;
  position: relative;
  top: 1px;
}

.button-secondary.button-events-more:hover {
  background-color: #f08fa0;
}

.dl-info {
  margin-bottom: 1em;
}

.dl-info dt {
  float: left;
  width: 4em;
  color: #ed798d;
  margin-bottom: 0.5em;
}

.dl-info dd {
  padding-left: 4em;
  margin-bottom: 0.5em;
}

.header-event-entry {
  position: relative;
  padding: 8px;
  margin-top: 8px;
}

.header-event-entry:before {
  background: url(../misc/icon_03.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.header-event-entry.holiday {
  background-color: #e9e9e9;
}

.header-event-entry.land {
  background-color: #698c00;
}

.header-event-entry.money {
  background-color: #006aaa;
}

.header-event-entry.compleat {
  background-color: #ff8000;
}

.header-event-entry.consult {
  background-color: #f46899;
}

.header-event-entry .title-event-entry {
  background-color: #FFF;
  margin-bottom: 0;
  padding: 3px 12px;
}

.panel-event-entry {
  background-color: #FFF;
}

.panel-event-entry .dl-info {
  margin-bottom: 2em;
}

.row-map {
  margin-bottom: 25px;
  overflow: hidden;
}

.event-maps {
  margin-bottom: 60px;
}

.title-reserve {
  color: #FFF;
  background-color: #ed798d;
  border-radius: 50px;
  text-align: center;
  padding: 3px 12px;
  margin: 1em 0;
}

.title-reserve-secondary {
  color: #663300;
}

.title-reserve-secondary.icon-tel:before {
  background: url(../misc/icon_tel.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.title-reserve-secondary.icon-mail:before {
  background: url(../misc/icon_mail.png) left top no-repeat;
  display: inline-block;
  content: "";
}

.panel-workflow {
  background: url("../misc/bg_workflow.png");
  margin-bottom: 12px;
}

.panel-workflow .title-workflow-second {
  background: url("../misc/bg_arrow_02.png") right center no-repeat;
  color: #727272;
  padding: 8px 12px;
  margin-bottom: 0.5em;
}

.panel-workflow .title-workflow-second.current {
  background: url("../misc/bg_arrow_01.png") right center no-repeat;
  color: #FFF;
}

.text-error {
  color: #D80000;
}

.title-form-top {
  color: #F18100;
}

.list-top-button {
  text-align: left;
  /* float: right;*/
}

.title-event-map {
  color: #FFF;
  background-color: #775F47;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.event-accordion-icon {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #fff;
}
.event-accordion-icon::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 17px;
  top: 10px;
  left: 4px;
  background-color: #775F47;
  transition: 0.5s;
}
.event-accordion-icon::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 17px;
  top: 10px;
  left: 4px;
  background-color: #775F47;
  transform: rotate(90deg);
  transition: 0.5s;
}

.active-accordion .event-accordion-icon::before {
  background-color: #775F47;
  transform: rotate(45deg);
}
.active-accordion .event-accordion-icon::after {
  background-color: #775F47;
  transform: rotate(135deg);
}

.event-accordion-item {
  display: none;
}
.event-accordion-item p {
  color: #775F47;
  font-weight: bold;
  margin-bottom: 5px;
}

.button-back a {
  display: block;
  padding: 11px 5px;
}

@media print, screen and (min-width: 741px) {
  #sc_calendar_wrap {
    width: 940px;
    margin: auto;
    margin-top: 25px;
  }

  #sc_calendar_wrap #sc_event_prev a, #sc_calendar_wrap #sc_event_next a {
    font-size: 32px;
  }

  #sc_calendar_wrap #sc_calendar {
    margin-bottom: 25px;
  }

  #sc_calendar_wrap #sc_calendar table td a {
    margin: 0 -8px;
    padding: 5px 8px;
  }

  #sc_calendar_wrap .sc_day_div {
    min-height: 90px;
    padding: 8px;
  }

  .event-color-info {
    width: 940px;
    margin: auto;
    text-align: center;
  }

  .event-color-info .list-color .val-color {
    position: relative;
    top: -3px;
  }

  .title-event-header {
    font-size: 45px;
  }

  .panel-event .row-content .photo-event {
    width: 435px;
    float: left;
  }

  .photo-event {
    margin-top: 25px;
  }

  .panel-event .row-content .content-event {
    width: 735px;
    float: right;
    padding: 25px;
  }

  .title-panel-event {
    font-size: 30px;
  }

  .icon-reserve {
    font-size: 25px;
  }

  .header-event-entry:before {
    height: 85px;
    width: 71px;
    background-size: 71px 85px;
    position: absolute;
    bottom: 0px;
    left: 10px;
  }

  .header-event-entry .title-event-entry {
    font-size: 30px;
  }

  .header-event-entry .title-event-entry {
    padding: 3px 12px;
    margin-left: 80px;
  }

  .panel-event-entry {
    padding: 35px 100px;
  }

  .panel-event-entry .event-mainimage {
    margin: 25px -100px;
    margin-top: 0;
    /* [disabled]margin-top: -35px; */
    text-align: center;
  }

  .panel-event-entry .dl-info dt {
    font-size: 20px;
    margin-bottom: 5px;
    clear: both;
  }

  .panel-event-entry .dl-info dd {
    margin-top: 9px;
    padding-top: 2px;
    padding-left: 6em;
    word-break: break-all;
  }

  .row-map {
    height: 360px;
    margin: 0 15px;
  }

  .title-reserve {
    font-size: 30px;
  }

  .title-reserve {
    padding: 8px 12px;
  }

  .title-reserve-secondary {
    font-size: 28px;
  }

  .title-reserve-secondary.icon-tel:before {
    height: 34px;
    width: 35px;
    background-size: 35px 34px;
    margin-right: 0.5em;
    position: relative;
    top: 6px;
  }

  .title-reserve-secondary.icon-mail:before {
    height: 32px;
    width: 48px;
    background-size: 48px 32px;
    margin-right: 0.5em;
    position: relative;
    top: 5px;
  }

  .area-reserve .list-contact li {
    width: 315px;
  }

  .panel-workflow {
    padding: 20px;
  }

  .panel-workflow p {
    margin-bottom: 0;
  }

  .panel-workflow .title-workflow {
    font-size: 26px;
  }

  .panel-workflow .title-workflow-second {
    font-size: 18px;
  }

  .panel-workflow .row-workflow {
    display: table;
    width: 100%;
  }

  .panel-workflow .row-workflow .col-workflow {
    display: table-cell;
    width: 33%;
    padding-right: 1em;
  }

  .title-form-top {
    font-size: 22px;
  }

  .button-reserve {
    float: right;
  }

  .area-main .rows {
    margin-bottom: 30px;
  }

  .event-entry {
    padding-top: 35px;
  }

  .title-event-map {
    margin: 15px;
    padding: 6px 12px 2px;
    font-size: 22px;
  }
}
.page_events .area-reserve .area-tel .badge-area {
  width: 110px;
  font-size: 18px;
}

.page_events .area-reserve .tel-content {
  justify-content: space-between;
  margin-left: 0;
}

.page_events .area-reserve .area-tel {
  padding: 0 20px;
}

.page_events .area-reserve .area-tel .badge-area:after {
  position: absolute;
  content: "";
  border: 18px solid transparent;
  border-left-color: #FF7373;
  border-top-width: 18px;
  border-bottom-width: 18px;
  right: -36px;
  top: 50%;
  margin-top: -18px;
}

.page_events .area-reserve .area-tel.area-tottori .badge-area:after {
  border-left-color: #009f76;
}

.page_events .area-reserve .area-tel.area-simane .badge-area:after {
  border-left-color: #ff9326;
}

@media only screen and (max-width: 740px) {
  .page_events .area-reserve .area-tel .tel-unit dt {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .page_events .area-reserve .area-tel .tel-unit dd {
    font-size: 12px;
    margin-top: -10px;
  }

  #sc_calendar_wrap {
    margin-top: 40px;
  }

  #sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title {
    font-size: 18px;
    line-height: 25px;
    margin-left: -49px;
  }

  #sc_calendar_wrap #sc_events_calendar_head #sc_calendar_title .month {
    font-size: 53px;
  }

  #sc_calendar_wrap #sc_event_prev a, #sc_calendar_wrap #sc_event_next a {
    font-size: 16px;
  }

  #sc_calendar_wrap #sc_calendar {
    margin-bottom: 15px;
  }

  #sc_calendar_wrap #sc_calendar {
    padding-top: 25px;
  }

  #sc_calendar_wrap #sc_calendar table td a {
    font-size: 10px;
  }

  #sc_calendar_wrap .sc_day_div {
    min-height: 78px;
  }

  #sc_calendar_wrap thead .calendar-row th {
    padding: 3px;
  }

  #sc_calendar_wrap thead .calendar-row th:before {
    height: 25px;
  }

  .title-event-header {
    font-size: 22px;
  }

  .title-event-header {
    padding-bottom: 12px;
  }

  .panel-event .row-content .content-event {
    padding: 12px;
  }

  .title-panel-event {
    font-size: 20px;
  }

  .icon-reserve {
    font-size: 16px;
  }

  .header-event-entry:before {
    height: 42.5px;
    width: 35.5px;
    background-size: 35.5px 42.5px;
    position: absolute;
    top: -5px;
    left: 5px;
  }

  .header-event-entry .title-event-entry {
    font-size: 16px;
  }

  .header-event-entry .title-event-entry {
    margin-left: 40px;
  }

  .panel-event-entry {
    padding: 12px;
  }

  .panel-event-entry .event-mainimage {
    /* [disabled]margin-top: -12px; */
    margin-right: -12px;
    margin-left: -12px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .panel-event-entry .dl-info dd {
    padding-left: 5em;
    word-break: break-all;
  }

  .panel-event-entry .footer-button-more {
    width: 220px;
    margin: 1em auto;
  }

  .row-map {
    height: 280px;
    margin: 0 6px;
  }

  .title-reserve {
    font-size: 22px;
  }

  .title-reserve-secondary {
    font-size: 20px;
  }

  .title-reserve-secondary.icon-tel:before {
    height: 17px;
    width: 17.5px;
    background-size: 17.5px 17px;
    margin-right: 0.3em;
  }

  .title-reserve-secondary.icon-mail:before {
    height: 16px;
    width: 24px;
    background-size: 24px 16px;
    margin-right: 0.3em;
  }

  .area-reserve .area-tel .badge-area {
    font-size: 22px;
    margin-right: 1.5em;
  }

  .page_events .area-reserve .tel-content {
    margin-left: 5px;
  }

  .area-reserve .row-contact {
    margin-bottom: 2em;
  }

  .panel-workflow {
    padding: 12px;
  }

  .panel-workflow .title-workflow {
    font-size: 16px;
  }

  .panel-workflow .title-workflow-second {
    font-size: 14px;
  }

  .title-form-top {
    font-size: 16px;
  }

  .area-main .list-inline-block.list-top-button {
    position: relative;
    height: 39px;
  }

  .area-main .list-inline-block.list-top-button li {
    display: inline-block;
    width: 160px;
  }

  .area-main .list-inline-block.list-top-button li:first-child {
    position: absolute;
    left: 0;
    top: 10px;
  }

  .area-main .list-inline-block.list-top-button li img {
    display: block;
    position: relative;
    top: 2px;
  }

  .area-main .list-inline-block.list-top-button li .button-secondary {
    box-sizing: border-box;
    padding: 10px 28px;
  }

  .header-event-entry {
    margin-top: -8px;
  }

  .button-back {
    margin-top: -0.2em;
    width: 150px;
    display: inline-block;
  }

  .button-reserve {
    margin-top: 0;
    display: inline-block;
    float: right;
  }

  .photo-event img {
    margin-top: 1em;
  }

  .title-event-map {
    margin: 6px;
    padding: 6px 12px;
    font-size: 16px;
  }

  .button-secondary {
    background-color: #ed798d;
    padding: 6px 27px;
    position: relative;
  }

  .list-top-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  .eventname {
    font-size: 16px;
  }
}
.row-tel.ver1 {
  margin-top: 40px;
}

@media print, screen and (max-width: 740px) {
  .area-reserve .row-contact.ver1 {
    margin-bottom: 0;
  }
}
.option_nav_container {
  display: flex;
  gap: 10px;
}

.option_nav_item {
  cursor: pointer;
  position: relative;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  background-color: #fff;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  top: -5px;
  min-width: 190px;
  box-sizing: border-box;
}

.option_nav_item.is-active {
  background-color: #EB7170;
  color: #fff;
  top: 0;
}

@media only screen and (min-width: 741px) {
  .option_nav_item.is-active::after {
    content: "";
    position: absolute;
    left: calc(50% - 11.5px);
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 18px solid #EB7170;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .option_nav_item {
    font-size: 14px;
    padding: 7px 0px;
    top: 0;
    width: calc(33.3% - 5px);
    background-color: #e3e3e3;
    min-width: unset;
  }

  .option_nav_container {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }

  .header-event {
    background-color: #fff;
    padding-top: 15px;
  }
}
.content-area {
  background: #fff;
  padding: 80px 0;
}

.event-content {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.event-unit {
  background-color: #F5F6F4;
  max-width: 375px;
}

.event-unit a {
  text-decoration: none;
  color: #111111;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-place {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 10px;
}

.place-box {
  color: #fff;
  background-color: #75C5B8;
  font-size: 16px;
  display: inline-block;
  padding: 2px 5px;
}

.date-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.date-head {
  font-size: 16px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 2px 10px;
  flex-shrink: 0;
}

.event-unit {
  width: 375px;
  border-radius: 5px;
  overflow: hidden;
}

.event-info {
  padding: 25px 25px 10px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 265px;
}

.event-img img {
  vertical-align: bottom;
}

.event-title {
  font-weight: bold;
}

.event-date {
  font-weight: bold;
  color: #000;
  word-break: break-all;
}

.event-unit .unit-icon {
  margin-top: auto;
  text-align: right;
}

@media only screen and (max-width: 740px) {
  .event-img {
    min-height: unset;
  }

  .date-head {
    display: none;
  }

  .place-box {
    font-size: 12px;
    display: inline-block;
    padding: 2px 10px;
  }

  .content-area {
    background: #fff;
    padding: 25px 0;
  }

  .event-content {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .event-unit {
    width: 48%;
  }

  .event-info {
    padding: 10px;
  }

  .event-title {
    margin-top: 0;
    font-size: 12px;
  }

  .event-unit .unit-icon {
    margin-top: auto;
    text-align: right;
  }
}

/*# sourceMappingURL=page_events.css.map */
