/*!
Theme Name: aihara-kyousei
Theme URI: //aihara-kyousei
Version: 1.0
License: MIT
License URI: //opensource.org/licenses/MIT
*/

/* @charset "utf-8"; */


@import "./assets/css/static_common.min.css";
@import "./assets/css/static_type1.min.css";
@import "./assets/css/plimo_structure_1.css";
@import "./assets/css/plimo_content_1.css";


/* 20190613以降アップデートスタイルはここに記載 */

.blockSp,.inlineSp { display: none; }
@media screen and (max-width:600px) {
  .blockSp { display: block; }
  .inlineSp { display: inline; }
  .blockPc { display: none; }
}

#wrapper {
  padding-top: 162px;
}
/* ヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 100;
}
#header .inner {
  margin: 10px auto 0;
  padding: 8px 0 10px;
}
.nav a, .nav span {
  padding: 10px 0;
}
.nav > li {
  width: calc(100% / 7);
}
@media screen and (max-width:600px) {
  #wrapper {
    padding-top: 60px;
  }
  #header {
    padding-bottom: 0;
  }
  #header .inner {
    padding: 0;
    margin: 0;
  }
  .nav > li {
    width: 100%;
  }
  .nav > li a,.nav > li span {
    padding: 15px 20px;
  }
}

#mainimage {
  max-width: 100%;
}
.qa {
  margin-bottom: 3em;
}
.qaTitle {
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.2;
  padding: 20px 0 15px 0;
  border-radius: 0;
  position: relative;
  color: #494b95;
  /* text-align: center; */
  border-bottom: 1px dashed #aeafd0;
  letter-spacing: 3px;
}
@media screen and (max-width:600px) {
  .qaTitle {
    font-size: 18px;
  }
}

.thumb{
  text-align:center;
}
.thumb img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
}
#pagenation .page-numbers.current {
  display: block;
  padding: .15em 0;
  color: #fff;
  background: #999 !important;
}
#pagenation li a.next {
  background-color: transparent !important;
}
.webReservationPurpose span.wpcf7-list-item {
  display: block;
  margin-bottom: 1em;
}

.textLink {
  text-decoration: none;
  color: #494b95 !important;
}

.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_box_half {
  width: 48%;
}
.column_half {
  width: 50% !important;
}
.sub-none::before,.sub-none::after {
  content: none !important;
}
@media screen and (max-width:600px) {
  .flex_box_half {
    width: 100%;
  }
  .sp_order1 {
    order: 1;
  }
  .sp_order2 {
    order: 2;
  }
}


/* contact form7 */
div.wpcf7-response-output {
  padding: 10px;
  text-align: center;
  border-width: 1px !important;
}


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