@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2
*/
.home #contents>.inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.page-recruit h3,
.page-recruit h4,
.page-recruit h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.page-recruit h3::before,
.page-recruit h3::after,
.page-recruit h4::before,
.page-recruit h4::after,
.page-recruit h5::before,
.page-recruit h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
.mainimage {
  background: url(/wp-content/uploads/2022/06/mainimage01.png) no-repeat center/cover;
  height: 700px;
}
/*-- スライダーの時 ------------*/
.slider {}

.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-track {}

  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

/*==========================
	　TOP コンテンツ
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 240px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 240px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 240px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 400px;
  height: 240px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

.top .mainblock a {
  text-decoration: none;
}

.top .mainblock a:hover {}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 5% 0;
}

.sec_news h3 {
  border-bottom: 1px solid #333333;
}

.sec_news .news {
  position: relative;
}

.sec_news .news:first-child:before {
  /* content: "";
    width:104%;
    height: 100%;
    background:url(img/box_bg01.png) no-repeat center / 100% 100%;
    position: absolute;
    top:0;
    left:-2%;
    right:0;
    bottom:0;
    margin: auto; */
}

.sec_news .news+.news:before {
  /* content: "";
    width:104%;
    height: 100%;
     background:url(img/box_bg02.png) no-repeat center / 100% 100%;
    position: absolute;
    top:0;
    left:-2%;
    right:0;
    bottom:0;
    margin: auto; */
}

.sec_news .news dl {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.sec_news .news dl:first-of-type{
  margin-top: 20px;
}
.sec_news .news dt {
  color: #333333;
  padding: 10px;
  width: 100px;
  display:inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
}

.news dd a {
  text-decoration: none;
  color: #333333;
}

.sec_news .news dd {
  display:inline-block;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #d1d1d1;
  width: calc(100% - 100px);
    box-sizing: border-box;
  font-size: 14px;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news h2 {
  /* font-size: 22px; */
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  /* background: url(img/icon01.png) no-repeat left 10px; */
  padding: 5px 10px 15px 0.8em;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
}

.sec_news .news h2:after {
  /* content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333; */
}

.sec_news .news .btn a {
  position: absolute;
  top: 15px;
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #cda324;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
  line-height: 1.5;
}

.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}

.sec_news .news .btn a span:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_news .news .btn a:hover span:after {
  right: 3%;
}

.page-recruit .sec01 h3,
.page-recruit .sec02 h3,
.page-recruit .sec03 h3,
.page-recruit .sec04 h3,
.page-recruit .sec05 h3,
.page-recruit .sec06 h3,
.page-recruit .sec08 h3{
  text-align: left;
  margin-bottom: 30px;
}
.page-recruit .sec01 h3 img,
.page-recruit .sec02 h3 img,
.page-recruit .sec03 h3 img,
.page-recruit .sec04 h3 img,
.page-recruit .sec05 h3 img,
.page-recruit .sec06 h3 img,
.page-recruit .sec08 h3 img{
  display: inline-block;
}

.sec_ttl01{
  padding: 2% 0;
  background: url(img/bg01.jpg)no-repeat center / cover;
}
.sec_ttl02{
  padding: 3% 0 0;
  background:#fef5e2;
}
.sec01,.sec03,.sec05,.sec07{
  padding: 3% 0;
  background: url(img/bg02.jpg)no-repeat center / cover;
}
.sec02,.sec04,.sec06,.sec08{
  padding: 3% 0;
  background: url(img/bg03.jpg)no-repeat center / cover;
}
.sec_bnr{
  padding: 3% 0;
  background: url(img/bg04.jpg)no-repeat center / cover;
}
.sec09{
  padding: 3% 0;
  background: url(img/bg05.jpg)no-repeat top;
}

.sec07 h4{
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.4em;
}
.sec09 h2,
#footer h2{
  font-size:30px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2em;
}
.sec09 h2 span,
#footer h2 span{
  font-size: 14px;
  color:#f6ab00;
}
.sec09 h4{
  font-size: 24px;
  color:#f87753;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.sec09 h3{
  color:#fff;
  margin-bottom: 10px;
  background: #9f816b;
  padding: 1em 0;
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
}
.sec09 .con01 table {
    border-collapse: unset;
    border-spacing: 4px;
}
.sec09 .con01 table th{
  padding: 1em;
}
.sec09 .con01 table td{
  padding: 1em 2em;
}
.sec09 .con01 table th:first-child{
  background: #f1e9e3;
  font-weight: bold;
}
.sec09 .ty{
background: #f6ab00;
color:#fff;
font-weight: bold;
}
.sec09 .tb{
background: #4ec7f9;
color:#fff;
font-weight: bold;
}
.sec09 .cy{
color: #f6ab00;
font-weight: bold;
}
.sec09 .cb{
color: #4ec7f9;
font-weight: bold;
}
.sec09 .con01 table tr td:nth-child(2){
  background: #fffdf8;
}
.sec09 .con01 table tr td:last-child{
  background: #f5fcff;
}
.sec09 .con01 table th{
  width:14%;
}
.sec09 .con01 table td{
  width:43%;
}
.sec09 .con03 table{
  margin-bottom: 10px;
  width: 100%;
}
.sec09 .con03 table th,
.sec09 .con03 table td{
  font-size: 15px;
}
.sec09 .con03 table td p{
  font-size: 12px;
  margin-bottom: 0;
}
.sec09 .con03 table th{
    background: #f1e9e3;
    width:40%;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    padding: 1em;
  }
  .sec09 .con03 table td{
    box-sizing: border-box;
  padding:1em 1em 1em 2em;
}
  .sec09 .con03 table tr:not(:last-child){
    border-bottom:1px dashed #c1bab6;
  }
  .wpcf7 td span.visit input,
  .wpcf7 td span.job input ,
  .wpcf7 td span.day input  {
      max-width: 1em;
      width: 500px;
  }
    .wpcf7 td span.job span.wpcf7-list-item,
    .wpcf7 td span.day span.wpcf7-list-item{
      display: block;
  }
/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  /*==========================
	mainimage
==========================*/
  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns .column {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }

  .columns.col3 .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .columns.col3 .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .columns.col4 .column {
    max-width: 24.5%;
    -webkit-box-flex-basis: 24.5%;
    -webkit-flex-basis: 24.5%;
    flex-basis: 24.5%;
  }

.sec01 .columns,.sec02 .columns,.sec03 .columns,.sec04 .columns,
.sec05 .columns,.sec06 .columns,.sec07 .columns.con01,.sec08 .columns,
.sec09 .columns,.sec_ttl01 .columns{
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_ttl01 .columns .column:first-child{
  max-width: 36.2%;
  -webkit-box-flex-basis: 36.2%;
  -webkit-flex-basis: 36.2%;
  flex-basis: 36.2%;
}
.sec_ttl01 .columns .column:last-child{
  max-width: 57.7%;
  -webkit-box-flex-basis: 57.7%;
  -webkit-flex-basis: 57.7%;
  flex-basis: 57.7%;
}

.sec01 .columns.con01 .column:first-child{
  max-width: 43%;
  -webkit-box-flex-basis: 43%;
  -webkit-flex-basis: 43%;
  flex-basis: 43%;
}
.sec01 .columns.con01 .column:last-child{
  max-width: 54%;
  -webkit-box-flex-basis: 54%;
  -webkit-flex-basis: 54%;
  flex-basis: 54%;
}
.sec01 .columns.con02 .column{
  max-width: 48%;
  -webkit-box-flex-basis: 48%;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.sec02 .columns .column:first-child{
  max-width: 46.6%;
  -webkit-box-flex-basis: 46.6%;
  -webkit-flex-basis: 46.6%;
  flex-basis: 46.6%;
}
.sec02 .columns .column:last-child{
  max-width: 50.4%;
  -webkit-box-flex-basis: 50.4%;
  -webkit-flex-basis: 50.4%;
  flex-basis: 50.4%;
}
.sec03 .columns .column:first-child{
  max-width: 44.5%;
  -webkit-box-flex-basis: 44.5%;
  -webkit-flex-basis: 44.5%;
  flex-basis: 44.5%;
}
.sec03 .columns .column:last-child{
  max-width: 52.6%;
  -webkit-box-flex-basis: 52.6%;
  -webkit-flex-basis: 52.6%;
  flex-basis: 52.6%;
}
.sec04 .columns .column:first-child{
  max-width: 36.4%;
  -webkit-box-flex-basis: 36.4%;
  -webkit-flex-basis: 36.4%;
  flex-basis: 36.4%;
}
.sec04 .columns .column:last-child{
  max-width: 60.6%;
  -webkit-box-flex-basis: 60.6%;
  -webkit-flex-basis: 60.6%;
  flex-basis: 60.6%;
}
.sec05 .columns .column:first-child{
  max-width: 39.6%;
  -webkit-box-flex-basis: 39.6%;
  -webkit-flex-basis: 39.6%;
  flex-basis: 39.6%;
}
.sec05 .columns .column:last-child{
  max-width: 57.5%;
  -webkit-box-flex-basis: 57.5%;
  -webkit-flex-basis: 57.5%;
  flex-basis: 57.5%;
}
.sec06 .columns .column:first-child{
  max-width: 41.5%;
  -webkit-box-flex-basis: 41.5%;
  -webkit-flex-basis: 41.5%;
  flex-basis: 41.5%;
}
.sec06 .columns .column:last-child{
  max-width: 55.5%;
  -webkit-box-flex-basis: 55.5%;
  -webkit-flex-basis: 55.5%;
  flex-basis: 55.5%;
}
.sec07 .columns.con01 .column:first-child{
  max-width: 59.2%;
  -webkit-box-flex-basis: 59.2%;
  -webkit-flex-basis: 59.2%;
  flex-basis: 59.2%;
}
.sec07 .columns.con01 .column:last-child{
  max-width: 37.9%;
  -webkit-box-flex-basis: 37.9%;
  -webkit-flex-basis: 37.9%;
  flex-basis: 37.9%;
}
.sec07 .columns.col3 .column:{
  max-width: 31%;
  -webkit-box-flex-basis: 31%;
  -webkit-flex-basis: 31%;
  flex-basis: 31%;
}
.sec08 .columns .column:first-child{
  max-width: 40.1%;
  -webkit-box-flex-basis: 40.1%;
  -webkit-flex-basis: 40.1%;
  flex-basis: 40.1%;
}
.sec08 .columns .column:last-child{
  max-width: 56.9%;
  -webkit-box-flex-basis: 56.9%;
  -webkit-flex-basis: 56.9%;
  flex-basis: 56.9%;
}
.sec_bnr .columns .column{
  max-width: 48%;
  -webkit-box-flex-basis: 48%;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.sec09 .columns.con01 .column:first-child{
  max-width: 44.5%;
  -webkit-box-flex-basis: 44.5%;
  -webkit-flex-basis: 44.5%;
  flex-basis: 44.5%;
}
.sec09 .columns.con01 .column:last-child{
  max-width: 52.5%;
  -webkit-box-flex-basis: 52.5%;
  -webkit-flex-basis: 52.5%;
  flex-basis: 52.5%;
}
.sec09 .columns.con02 .column:first-child{
  max-width: 34.4%;
  -webkit-box-flex-basis: 34.4%;
  -webkit-flex-basis: 34.4%;
  flex-basis: 34.4%;
}
.sec09 .columns.con02 .column:last-child{
  max-width: 62.6%;
  -webkit-box-flex-basis: 62.6%;
  -webkit-flex-basis: 62.6%;
  flex-basis: 62.6%;
}
.sec09 .columns.con02 figure{
  text-align: left;
}
.sec09 .columns.con02 figure img{
  display: inline-block;
}
.sec07 .column.con01 h4{
  padding-bottom:0.7em;
}
.column.con01 h4 img {
    padding-bottom: 0.7em;
}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
}

@media screen and (min-width: 768px) and (max-width: 1042px) {
  .sec07 h4 {
    font-size: 16px;
  }
  .sec09 h4 {
    font-size: 18px;
  }
  .sec09  .columns.con01 table th {
    width: 18%;
}
  .sec09 .columns.con01 table td {
    width: 41%;
    padding: 1em;
}
.sec09 .con03 table th, .sec09 .con03 table td {
    font-size: 12px;
  }
}

@media screen and (max-width: 1042px) {

    .sec_news .news dt {
      width: 100%;
      border-bottom:none;
      padding: 10px 0;
    }

      .sec_news .news dd {
        width:100%;
        display: block;
        padding: 0 0 10px;
      }
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }

  /*==========================
	　mainimage
==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage{
    height:auto;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
	ボタン
==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  .top h2 {
    margin-bottom: 30px;
  }

  .sec_news .news+.news {
    margin-top: 1.5em;
  }


  .sec_news .news .btn a {
    top: 10px;
  }

.sec_ttl01,.sec01,.sec_bnr,
.sec02,.sec03,.sec04,.sec05,.sec06,.sec07,.sec08,.sec09{
  padding: 1em 0;
}
.sec_ttl02{
  padding: 1em 0 0;
}
.column + .column{
  margin-top: 1em;
}
.sec07 h4 {
    font-size: 18px;
  }
.sec09 h2, #footer h2{
  margin-bottom: 0;
}
.sec09 .con01 table th,
.sec09 .con01 table td{
  font-size: 12px;
  padding: 4px;
}
.sec09 .con03 table th, .sec09 .con03 table td {
    display: block;
    width: 100%;
  }
  .sec09 .con03 table td input,
  .sec09 .con03 table td textarea{
    max-width: 100%;
width: 100%;
  }
  .sec09 .con03 table td{
    padding:1em;
  }
  .wpcf7 td span.visit input, .wpcf7 td span.job input, .wpcf7 td span.day input {
    max-width: 1em;
    width: 500px;
}
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 .5em;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}

.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}

.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px !important;
  border-radius: 3px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}

/* ------------------------------------------スタイル */
.page-title{
  display: none;
}
.bread_wrap{
  display: none;
}

table.time-table{
  border:none;
}
table.time-table thead th{
  background: #f6ab00;
  font-weight: normal;
  font-size: 16px;
}
table.time-table tr{
border-bottom:1px solid #dedede;
}
table.time-table th:not(:last-child),
table.time-table td:not(:last-child){
  border-right:1px solid #dedede;
  vertical-align: middle;
}
.time-table tr th:first-child{
  width:auto;
}
table.time-table th,
table.time-table td{
  width:14.2857%;
}
