/* Scss Document */
/*---------------------------------------------------
		kv
----------------------------------------------------*/
.kv {
  margin: 0 5.72%;
  padding: 70px 0 8.6%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kv {
    margin: 0;
    padding: 4% 0 12%;
  }
}

.kv_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
}

.kv_container .photo_box {
  width: 25%;
}

.kv_container .photo_box div {
  width: 100%;
  height: 50%;
}

.kv_container .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  background: #53C47F;
  color: #fff;
  text-align: center;
  font-family: miller-banner, serif;
  font-weight: lighter;
}

.kv_container .text_box h2 {
  display: inline-block;
  font-size: 4rem;
  margin-bottom: 1em;
  padding-bottom: .2em;
  border-bottom: 1px solid #fff;
}

.kv_container .text_box .date {
  font-size: 10rem;
  line-height: 1;
}

.kv_container .text_box .day {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.kv_container .text_box time {
  font-size: 3.2rem;
}

.kv_container .text_box p {
  font-size: 1.4rem;
}

.kv_container .photo01 {
  background: url("../img/oc_616_head01.jpg") center center no-repeat;
  background-size: cover;
}

.kv_container .photo02 {
  background: url("../img/oc_616_head02.jpg") center center no-repeat;
  background-size: cover;
}

.kv_container .photo03 {
  background: url("../img/oc_616_head03.jpg") center center no-repeat;
  background-size: cover;
}

.kv_container .photo04 {
  background: url("../img/oc_616_head04.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .kv_container {
    display: block;
    width: 100%;
    height: auto;
  }
  .kv_container .photo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 120px;
  }
  .kv_container .photo_box div {
    width: 50%;
    height: 100%;
  }
  .kv_container .text_box {
    width: 100%;
    height: 100%;
    padding: 10% 0;
  }
  .kv_container .text_box h2 {
    font-size: 3.2rem;
  }
  .kv_container .text_box .date {
    font-size: 9rem;
  }
  .kv_container .text_box .day {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
  .kv_container .text_box time {
    font-size: 2.7rem;
  }
  .kv_container .text_box p {
    font-size: 1.4rem;
  }
  .kv_container .photo01 {
    background: url("../img/oc_616_head01.jpg") center center no-repeat;
    background-size: cover;
  }
  .kv_container .photo02 {
    background: url("../img/oc_616_head02.jpg") center center no-repeat;
    background-size: cover;
  }
  .kv_container .photo03 {
    background: url("../img/oc_616_head03.jpg") center center no-repeat;
    background-size: cover;
  }
  .kv_container .photo04 {
    background: url("../img/oc_616_head04.jpg") center center no-repeat;
    background-size: cover;
  }
}

/*---------------------------------------------------
		contents
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_right {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .contents {
    max-width: 90%;
    margin: 0 auto;
  }
}

.contents .reservation .title {
  margin-bottom: 50px;
  text-align: center;
}

.contents .reservation .title h3 {
  position: relative;
  margin-bottom: .6em;
  padding-bottom: .2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}

.contents .reservation .title h3::after {
  content: '';
  width: 43px;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contents .reservation .title ruby {
  font-size: 1.7rem;
}

.contents .programs {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.contents .programs .title {
  margin-bottom: 50px;
  text-align: center;
}

.contents .programs .title h3 {
  position: relative;
  margin-bottom: .6em;
  padding-bottom: .2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}

.contents .programs .title h3::after {
  content: '';
  width: 43px;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contents .programs .title ruby {
  font-size: 1.7rem;
}

.contents .programs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.contents .programs .tab li {
  position: relative;
  width: 100%;
  padding: .5em 0;
  background-color: #F4F6F7;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}

.contents .programs .tab li.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  border: 15px solid transparent;
}

.contents .programs .tab li:nth-child(1).active {
  background-color: #1BAAFF;
  color: #fff;
}

.contents .programs .tab li:nth-child(1).active::before {
  border-top: 15px solid #1BAAFF;
}

.contents .programs .tab li:nth-child(2).active {
  background-color: #FF811D;
  color: #fff;
}

.contents .programs .tab li:nth-child(2).active::before {
  border-top: 15px solid #FF811D;
}

.contents .programs .tab li:nth-child(3).active {
  background-color: #FF79A7;
  color: #fff;
}

.contents .programs .tab li:nth-child(3).active::before {
  border-top: 15px solid #FF79A7;
}

.contents .programs .tab li:nth-child(4).active {
  background-color: #53c47f;
  color: #fff;
}

.contents .programs .tab li:nth-child(4).active::before {
  border-top: 15px solid #53c47f;
}

.contents .programs .tab_area .tab_box {
  display: none;
}

.contents .programs .tab_area .tab_box.show {
  display: block;
}

.contents .programs .tab_area .tab_box > ul > li {
  margin-bottom: 40px;
  border: 1px solid #23234B;
  padding: 30px;
}

.contents .programs .tab_area .tab_box > ul > li > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents .programs .tab_area .tab_box > ul > li .list_text {
  width: 100%;
}

.contents .programs .tab_area .tab_box > ul > li .list_text p {
  font-size: 1.4rem;
}

.contents .programs .tab_area .tab_box > ul > li .list_title {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}

.contents .programs .tab_area .tab_box > ul > li .list_title .tile {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.contents .programs .tab_area .tab_box > ul > li .list_title h4 {
  margin-bottom: .2em;
  padding-bottom: .2em;
  font-size: 2.4rem;
  border-bottom: 1px dotted #23234B;
}

.contents .programs .tab_area .tab_box > ul > li .list_title .time {
  font-size: 1.4rem;
}

.contents .programs .tab_area .tab_box > ul > li .list_img {
  margin-left: 30px;
}

.contents .programs .tab_area .tab_box > ul > li .list_img img {
  width: 270px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle {
  margin-top: 20px;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle:hover {
  cursor: pointer;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dt {
  background: #BBBFBF;
  color: #fff;
  text-align: center;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dt span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: .5em 0;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dt .look::after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: 2%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dt .close {
  display: none;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dt .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 2%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dt.active .look {
  display: none;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dt.active .close {
  display: block;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd {
  display: none;
  padding: 40px;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #23234B;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li .category {
  width: 30%;
  font-size: 1.8rem;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li .text_box {
  width: 70%;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li .text_box .obi {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 1em;
  color: #fff;
  font-size: 1.4rem;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li .text_box p {
  font-size: 1.4rem;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.blue .category {
  color: #7CAADD;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.blue .obi {
  background-color: #7CAADD;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.orange .category {
  color: #E5983E;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.orange .obi {
  background-color: #E5983E;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.pink .category {
  color: #EB92AC;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.pink .obi {
  background-color: #EB92AC;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.green .category {
  color: #76c494;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li.green .obi {
  background-color: #76c494;
}

.contents .programs .tab_area .tab_box > ul > li .tab_toggle dd p {
  font-size: 1.4rem;
}

.contents .programs .tab_area .tab_box:nth-child(1) .list_title .tile {
  background-color: #1BAAFF;
}

.contents .programs .tab_area .tab_box:nth-child(1) .list_title h4 {
  color: #1BAAFF;
}

.contents .programs .tab_area .tab_box:nth-child(2) .list_title .tile {
  background-color: #FF811D;
}

.contents .programs .tab_area .tab_box:nth-child(2) .list_title h4 {
  color: #FF811D;
}

.contents .programs .tab_area .tab_box:nth-child(3) .list_title .tile {
  background-color: #FF79A7;
}

.contents .programs .tab_area .tab_box:nth-child(3) .list_title h4 {
  color: #FF79A7;
}

.contents .programs .tab_area .tab_box:nth-child(4) .list_title .tile {
  background-color: #53c47f;
}

.contents .programs .tab_area .tab_box:nth-child(4) .list_title h4 {
  color: #53c47f;
}

@media screen and (max-width: 768px) {
  .contents .reservation {
    margin: 0 auto 20%;
  }
  .contents .reservation .title {
    margin-bottom: 8%;
  }
  .contents .reservation .title h3 {
    font-size: 3rem;
  }
  .contents .reservation .title ruby {
    font-size: 1.4rem;
  }
  .contents .programs {
    margin: 0 auto 20%;
  }
  .contents .programs .title {
    margin-bottom: 8%;
  }
  .contents .programs .title h3 {
    font-size: 3rem;
  }
  .contents .programs .title ruby {
    font-size: 1.4rem;
  }
  .contents .programs .tab {
    margin-bottom: 30px;
  }
  .contents .programs .tab li {
    font-size: 1.3rem;
  }
  .contents .programs .tab li.active::before {
    width: 10px;
    border: 10px solid transparent;
  }
  .contents .programs .tab li:nth-child(1).active::before {
    border-top: 10px solid #6F64BE;
  }
  .contents .programs .tab li:nth-child(2).active::before {
    border-top: 10px solid #EE5F56;
  }
  .contents .programs .tab li:nth-child(3).active::before {
    border-top: 10px solid #39CA9D;
  }
  .contents .programs .tab_area .tab_box.tab01 > ul > li:nth-child(1) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab01 > ul > li:nth-child(2) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab01 > ul > li:nth-child(3) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab01 > ul > li:nth-child(4) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab02 > ul > li:nth-child(1) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab02 > ul > li:nth-child(2) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab02 > ul > li:nth-child(3) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab02 > ul > li:nth-child(4) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box.tab02 > ul > li:nth-child(5) .list_text p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box > ul > li {
    margin-bottom: 20px;
    padding: 10px;
  }
  .contents .programs .tab_area .tab_box > ul > li > .container {
    position: relative;
    display: block;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_text p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_text p.oneline {
    padding-right: 0;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_title {
    position: relative;
    padding-left: 80px;
    margin-bottom: 10px;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_title .tile {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_title h4 {
    font-size: 1.8rem;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_title .time {
    font-size: 1.4rem;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_img {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .contents .programs .tab_area .tab_box > ul > li .list_img img {
    width: 100%;
    height: auto;
    max-width: 270px;
  }
  .contents .programs .tab_area .tab_box > ul > li .tab_toggle {
    margin-top: 10px;
  }
  .contents .programs .tab_area .tab_box > ul > li .tab_toggle dd {
    display: none;
    padding: 10px 0;
  }
  .contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li {
    display: block;
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
  .contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li .category {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: .5em;
  }
  .contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li .text_box {
    width: 100%;
  }
  .contents .programs .tab_area .tab_box > ul > li .tab_toggle dd li .text_box p {
    font-size: 1.2rem;
  }
  .contents .programs .tab_area .tab_box > ul > li .tab_toggle dd p {
    font-size: 1.2rem;
  }
}

.contents .bus {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.contents .bus .title {
  margin-bottom: 50px;
  text-align: center;
}

.contents .bus .title h3 {
  position: relative;
  margin-bottom: .6em;
  padding-bottom: .2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}

.contents .bus .title h3::after {
  content: '';
  width: 43px;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contents .bus .title ruby {
  font-size: 1.7rem;
}

.contents .bus p {
  margin-bottom: 40px;
  font-size: 1.2rem;
  text-align: center;
}

.contents .bus .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents .bus .time {
  width: 500px;
}

.contents .bus .time span {
  display: block;
  margin-top: 1em;
  font-size: 1.2rem;
}

.contents .bus .map {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .contents .bus {
    margin: 0 auto 20%;
    overflow: hidden;
  }
  .contents .bus .title {
    margin-bottom: 8%;
  }
  .contents .bus .title h3 {
    font-size: 3rem;
  }
  .contents .bus .title ruby {
    font-size: 1.4rem;
  }
  .contents .bus p {
    margin-bottom: 20px;
  }
  .contents .bus .img_box {
    display: block;
  }
  .contents .bus .time {
    margin-bottom: 6%;
    width: 100%;
  }
  .contents .bus .map {
    width: 100%;
  }
}

.contents .timetable {
  max-width: 1000px;
  margin: 0 auto 120px;
}

.contents .timetable .title {
  margin-bottom: 50px;
  text-align: center;
}

.contents .timetable .title h3 {
  position: relative;
  margin-bottom: .6em;
  padding-bottom: .2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}

.contents .timetable .title h3::after {
  content: '';
  width: 43px;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contents .timetable .title ruby {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .contents .timetable {
    margin: 0 auto 20%;
    overflow: hidden;
  }
  .contents .timetable .title {
    margin-bottom: 8%;
  }
  .contents .timetable .title h3 {
    font-size: 3rem;
  }
  .contents .timetable .title ruby {
    font-size: 1.4rem;
  }
  .contents .timetable .tabele_box {
    overflow: scroll;
    position: relative;
  }
  .contents .timetable .tabele_box .schedule {
    width: 800px;
  }
  .contents .timetable .tabele_box.on::before {
    content: '';
    background: url("../../common/img/swipe.svg") 0 0 no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .9;
    -webkit-animation: swipe 3s ease 0s forwards;
    animation: swipe 3s ease 0s forwards;
  }
  @-webkit-keyframes swipe {
    0% {
      visibility: hidden;
      opacity: 0;
    }
    50% {
      visibility: visible;
      opacity: 1;
    }
    100% {
      visibility: hidden;
      opacity: 0;
    }
  }
  @keyframes swipe {
    0% {
      visibility: hidden;
      opacity: 0;
    }
    50% {
      visibility: visible;
      opacity: 1;
    }
    100% {
      visibility: hidden;
      opacity: 0;
    }
  }
}

.contents .goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 40px 0;
  border-top: 1px solid #23234B;
  border-bottom: 1px solid #23234B;
}

.contents .goods .text_box {
  width: 50%;
  margin-right: 6%;
  letter-spacing: .2em;
}

.contents .goods .text_box h3 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: normal;
}

.contents .goods .text_box p {
  font-size: 1.4rem;
}

.contents .goods .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents .goods .img div {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .contents .goods {
    display: block;
    margin: 0 auto 20%;
    padding: 20px 0;
  }
  .contents .goods .text_box {
    width: 100%;
    margin-right: 0;
  }
  .contents .goods .text_box h3 {
    margin-bottom: 1em;
    font-size: 1.8rem;
    text-align: center;
  }
  .contents .goods .text_box p {
    margin-bottom: 2em;
    font-size: 1.2rem;
  }
  .contents .goods .text_box p br {
    display: none;
  }
  .contents .goods .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents .goods .img div {
    width: 48%;
  }
}

/*----------------------
OC each page(added 190801)
  ----------------------*/
.oc_button_area {
  margin-bottom: 90px;
}

.oc_button_area .common_button {
  width: 450px;
}

.oc_button_area p {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .oc_button_area .common_button {
    width: 80%;
  }
}
/*# sourceMappingURL=opc.css.map */