@charset "UTF-8";
/*
タイトル背景　#c9c7e4
地の文　#231815
赤　#e71f19
見学カレンダーの赤　#e60012
予約方法の矢印　#b297c6
見学を申し込むの紫　#82559f
一覧を見る　#9595c5
見出しの四角・紫の文字　#613f8c
表の見出し　#7475ad
表の薄いところ #ebebf5
ページタイトル、一般の方、とか #c9c7e4

小塚ゴシック Pr6N
*/
html {
  font-size: 16px;
}

body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* common */
.font_bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.text_violet {
  color: #613f8c;
}

a {
  color: #231815;
}
a:visited {
  color: #231815;
}
a:visited:hover {
  color: #7475ad;
}
a a:hover {
  color: #7475ad;
}

span.aks {
  display: inline-block;
}

.bg_v6 {
  background-color: #c9c7e4;
}

.bg_v7 {
  background-color: #ebebf5;
}

/* header */
.site-header {
  height: 60px;
}
@media screen and (min-width: 576px) {
  .site-header {
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    height: 120px;
  }
}
.site-header .site-branding {
  background-color: #ffffff;
}
.site-header .site-branding .site-title {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.site-header .site-branding .site-title a {
  color: #231815;
  font-size: 4.1vw;
  line-height: 4.1vw;
}
.site-header .site-branding .site-title a:hover, .site-header .site-branding .site-title a:visited {
  color: #231815;
}
@media screen and (min-width: 480px) {
  .site-header .site-branding .site-title a {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .site-header .site-branding .site-title a {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.site-header #site-navigation {
  background: url("../img/bg.png"), linear-gradient(0deg, rgb(116, 75, 155) 0%, rgb(43, 35, 127) 100%);
  transition: all 0.2s;
  transform: translateY(-300px);
}
@media screen and (min-width: 768px) {
  .site-header #site-navigation {
    transform: translateY(0);
  }
}
.site-header #site-navigation .btn_outer {
  position: relative;
  z-index: 2;
  background: url("../img/bg.png"), linear-gradient(0deg, rgb(116, 75, 155) 0%, rgb(43, 35, 127) 100%);
  transition: all 0.3s;
  transform: translateY(300px);
}
.site-header #site-navigation .menu-toggle {
  background: transparent;
  border-color: transparent;
  padding-bottom: 0.5rem;
  margin-left: calc(100% - 50px);
}
.site-header #site-navigation .menuicon, .site-header #site-navigation .menuicon:before, .site-header #site-navigation .menuicon:after {
  display: block;
  height: 2px;
  background: #ffffff;
  width: 1rem;
  transition: all 0.2s;
}
.site-header #site-navigation .menuicon:before, .site-header #site-navigation .menuicon:after {
  content: "";
  position: absolute;
}
.site-header #site-navigation .menuicon:before {
  top: -5px;
}
.site-header #site-navigation .menuicon:after {
  top: 5px;
}
.site-header #site-navigation.main-navigation ul {
  display: block;
}
.site-header #site-navigation.toggled {
  transform: translateY(0);
}
.site-header #site-navigation.toggled .btn_outer {
  background: transparent;
  transform: translateY(0);
}
.site-header #site-navigation.toggled .menuicon {
  background: transparent;
}
.site-header #site-navigation.toggled .menuicon:before {
  top: 0;
  transform: rotate(45deg);
}
.site-header #site-navigation.toggled .menuicon:after {
  top: 0;
  transform: rotate(135deg);
}
.site-header #site-navigation.toggled.main-navigation ul {
  transition: all 0.3s;
  transform: translateY(0);
}
.site-header #site-navigation #primary-menu li {
  position: relative;
  text-align: center;
}
.site-header #site-navigation #primary-menu li a {
  height: 2rem;
  color: #ffffff;
}
.site-header #site-navigation #primary-menu li a:visited {
  color: #ffffff;
}
.site-header #site-navigation #primary-menu li a:hover {
  color: #9595c5;
}
@media screen and (min-width: 768px) {
  .site-header #site-navigation #primary-menu li {
    height: 50px;
    width: 14.2%;
    /* max-width: 172px; 最大1200pxにするなら必要。全幅広がっていいなら不要*/
  }
  .site-header #site-navigation #primary-menu li a {
    font-size: 1.7vw;
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu li a {
    font-size: 1rem;
  }
}

/* main */
.site-main {
  margin-top: 60px;
  min-height: calc(100vh - 150px);
}
@media screen and (min-width: 576px) {
  .site-main {
    margin-top: 68px;
  }
}
@media screen and (min-width: 768px) {
  .site-main {
    margin-top: 120px;
    min-height: calc(100vh - 180px);
  }
}
@media screen and (min-width: 992px) {
  .site-main {
    margin-top: 126px;
  }
}

/* footer */
.site-footer {
  background: linear-gradient(0deg, rgb(116, 75, 155) 0%, rgb(43, 35, 127) 100%);
  font-size: 90%;
}

/** top **/
.slick-dots {
  bottom: -2rem;
}
.slick-dots li button:before {
  color: #9595C5;
  opacity: 1;
  font-size: 1rem;
}

#topics {
  max-width: 1200px;
}
#topics .topics_inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #topics .topics_inner {
    padding: 2rem;
  }
}
#topics .topics_inner .topics_title a {
  top: 1rem;
  right: 1rem;
  text-decoration: none;
  color: #9595c5;
}
#topics .topics_inner .topics_post {
  background-color: #ebebf5;
  border: solid 1px #9595c5;
}
@media screen and (min-width: 768px) {
  #topics .topics_inner .topics_post {
    font-size: 1.25rem;
  }
}
#topics .topics_inner .topics_post:not(:last-child) {
  border-bottom: none;
}

/* single */
.page_single {
  max-width: 1200px;
}
.page_single .nav-links a {
  text-decoration: none;
}

/* pages */
.pages .page_title {
  padding: 1.75em 0 0.5em;
  background-color: #ebebf5;
  font-size: calc(1rem + 1.5vw);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .pages .page_title {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .pages .page_title {
    font-size: 2rem;
  }
}
.pages .entry-content {
  max-width: 1200px;
}
.pages .entry-content h2 {
  font-size: 1.25rem;
  border-bottom: 2px solid #231815;
  padding-bottom: 0.5rem;
  padding-left: 1.25em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pages .entry-content h2 {
    font-size: 1.5rem;
  }
}
.pages .entry-content h2:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  background-color: #613f8c;
  top: 0.2em;
}
.pages .entry-content h3 {
  font-size: 1.2rem;
  padding-left: 1.25em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pages .entry-content h3 {
    font-size: 1.4rem;
  }
}
.pages .entry-content h3:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  background-color: #613f8c;
  top: 0.2em;
}
.pages .entry-content h3.no_square {
  padding-left: 0;
}
.pages .entry-content h3.no_square:before {
  content: none;
}
.pages .entry-content table th, .pages .entry-content table td {
  border-color: #231815 !important;
}
.pages .entry-content table td a {
  word-break: break-all;
}
.pages .entry-content .table1 th {
  background-color: #7475ad;
  color: #ffffff;
  font-weight: normal;
  width: 180px;
}
.pages .entry-content .table1 .td_m {
  background-color: #ebebf5;
  width: 90px;
}
.pages .entry-content .table1 .td_m + td {
  width: 130px;
}
.pages .entry-content .table2 table {
  width: 100%;
  max-width: 1200px;
  min-width: 960px;
}
.pages .entry-content .table2 table th {
  background-color: #7475ad;
  color: #ffffff;
  font-weight: normal;
  width: 140px;
}
.pages .entry-content .table2 table th + td {
  width: 35%;
  background-color: #ebebf5;
}
.pages .entry-content .table3 table {
  width: 100%;
  max-width: 1200px;
}
.pages .entry-content .table3 table th {
  background-color: #7475ad;
  color: #ffffff;
  font-weight: normal;
  width: 140px;
}
.pages .entry-content .is-stacked-on-mobile th:not(:last-child), .pages .entry-content .is-stacked-on-mobile td:not(:last-child) {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .pages .entry-content .is-stacked-on-mobile th:not(:last-child), .pages .entry-content .is-stacked-on-mobile td:not(:last-child) {
    border-bottom: solid 1px #231815;
  }
}

#post-contact td {
  min-width: 120px;
}
@media screen and (min-width: 768px) {
  #post-contact td:last-child {
    width: 300px;
  }
}

#post-brochure img {
  width: 100%;
  max-width: 300px;
}

#post-visit .arrow {
  position: relative;
}
#post-visit .arrow:before {
  content: "";
  display: block;
  height: 1.5rem;
  width: 3rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #b297c6;
  margin: 0 auto;
}
#post-visit .arrow:first-child:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #post-visit .arrow:before {
    content: none;
  }
  #post-visit .arrow:after {
    content: "";
    display: block;
    height: 3rem;
    width: 1.5rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #b297c6;
    align-self: center;
  }
  #post-visit .arrow:after:last-child {
    content: none;
  }
  #post-visit .arrow:last-child:after {
    content: none;
  }
}
#post-visit .border {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #post-visit .border {
    text-align: left;
    max-width: 280px;
  }
}
#post-visit .wp-element-button {
  background-color: #613f8c;
  border-radius: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}
#post-visit .wp-element-button:visited {
  color: #ffffff;
}
#post-visit .wp-element-button:hover, #post-visit .wp-element-button:visited:hover {
  color: #7475ad;
}

.link_pdf {
  display: flex;
  align-items: center;
}
.link_pdf:before {
  content: "";
  background: url(../img/pdf.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
  display: inline-block;
}

/* booking-package */
#booking-package #reservationHeader {
  background-color: #c9c7e4;
}
#booking-package #booking-package_calendarPage .holidayPanel {
  background-color: #eeeeee !important;
}
#booking-package #booking-package_calendarPage .week_slot, #booking-package #booking-package_calendarPage .day_slot {
  border-color: #9595c5;
}
#booking-package #booking-package_calendarPage .dateField {
  max-height: 34px;
  padding-bottom: 3px;
  background-color: #c9c7e4;
  color: #808080;
}
#booking-package #booking-package_calendarPage .dateField:after {
  content: "日";
}
#booking-package #booking-package_calendarPage .available_day .dateField {
  color: #231815;
}
#booking-package #booking-package_calendarPage .available_day .numberInsteadOfSymbols {
  font-weight: bold;
  line-height: 1;
}
#booking-package #booking-package_schedulePage .timeSlot {
  display: none;
}
#booking-package #booking-package_schedulePage .closed {
  color: #808080;
  pointer-events: none;
}
#booking-package #booking-package_schedulePage #bottomPanel {
  display: flex;
  justify-content: center;
}
#booking-package #booking-package_schedulePage #bottomPanel button {
  width: 200px;
  min-width: 100px;
  color: #fff;
  padding: 15px 20px;
  margin: 20px 20px;
  background: #808080;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 1s;
}
#booking-package #booking-package_inputFormPanel {
  /* 個人情報保護方針に同意するチェック欄を追加する場合
  .row:nth-last-child(4) {
      .name {
          display: none;
      }
  }
  */
}
#booking-package #booking-package_inputFormPanel select {
  width: auto;
  padding: 0.5rem 1rem;
}
#booking-package #booking-package_inputFormPanel textarea {
  height: 130px;
}
#booking-package #booking-package_inputFormPanel button {
  width: 200px;
  min-width: 100px;
  color: #fff;
  padding: 15px 20px;
  margin: 20px 20px;
  background: #808080;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel .row {
    display: flex;
  }
  #booking-package #booking-package_inputFormPanel .row .name {
    flex-basis: 25%;
  }
  #booking-package #booking-package_inputFormPanel .row .value {
    flex-basis: 75%;
  }
  #booking-package #booking-package_inputFormPanel .row input[type=text] {
    width: 45%;
    padding: 0.5rem 1rem;
  }
}
#booking-package #booking-package_inputFormPanel .bookingTime {
  display: none;
}
#booking-package #booking-package_inputFormPanel #booking_package_totalNumberOfGuests {
  border-color: #7475ad;
  margin-bottom: 2rem;
}
#booking-package #booking-package_inputFormPanel.am #booking_package_input_time > label:nth-child(n+5) {
  display: none;
}
#booking-package #booking-package_inputFormPanel.pm #booking_package_input_time > label:nth-child(-n+4) {
  display: none;
}
#booking-package #booking-package_inputFormPanel .row:nth-child(5)::after {
  content: "人";
  position: absolute;
  left: calc(150px + 3rem);
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel .row:nth-child(5)::after {
    left: 46%;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #booking-package #booking-package_inputFormPanel .row:nth-child(5)::after {
    left: calc(50vw - 3rem);
  }
}
#booking-package #booking-package_inputFormPanel #booking_package_input_visiters {
  width: 150px;
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #booking_package_input_visiters {
    width: 25%;
  }
}
#booking-package #booking-package_inputFormPanel #paymentPanel {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #paymentPanel {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #paymentPanel {
    justify-content: end;
  }
}
#booking-package #booking-package_inputFormPanel #paymentPanel button {
  margin-bottom: 0;
  background: #613f8c;
}
#booking-package #booking-package_inputFormPanel #nextAndReturnPanel {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #nextAndReturnPanel {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #nextAndReturnPanel {
    width: 100%;
    flex-direction: row;
    /*justify-content: start;*/
  }
}
#booking-package #booking-package_inputFormPanel #nextAndReturnPanel #confirmBookingButton {
  margin-bottom: 0;
  background: #613f8c;
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #nextAndReturnPanel #confirmBookingButton {
    margin-bottom: 1rem;
  }
}
#booking-package #booking-package_inputFormPanel.booking_completed_panel .total_amount {
  display: none;
}
#booking-package #booking-package_inputFormPanel #paymentPanel {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #paymentPanel {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel #paymentPanel {
    justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  #booking-package #booking-package_inputFormPanel .booking_confirmed ~ #nextAndReturnPanel {
    width: 50%;
    justify-content: start;
  }
}

.st0 {
  background: #9595C5;
  background: rgb(149, 149, 197);
}

.topics_bg {
  background: #e7e7f4;
  /*background : rgba(149, 149, 197, 1);*/
  border-color: #9595C5;
}/*# sourceMappingURL=kurashiki.css.map */