@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  width: 100%;
  padding-top: 47%;
  background: url("../images/index-images/mv01.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .mainimage {
    padding-top: 83%;
    background: url("../images/index-images/mv-sp01.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    margin-bottom: 40px;
  }
}
/*CMN*/
.layout01, .layout02, .layout03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mb {
  margin-bottom: 50px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.layout01 .box01 {
  width: 50%;
}
.layout01 .box02 {
  width: 45%;
}
.layout02 .box01, .layout02 .box02 {
  width: 47.5%;
}
.layout03 .box01 {
  width: 60%;
}
.layout03 .box02 {
  width: 35%;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.lead h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.2rem);
  text-align: center;
  padding-bottom: 0;
}
.lead h2::after {
  display: none;
}
.lead p {
  text-align: center;
}
.li-service {
  display: flex;
  flex-wrap: wrap;
}
.li-service li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
}
.li-service li:nth-child(3n) {
  margin-right: 0;
}
.li-service li div {
  padding-top: 67%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.li-service li div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.li-service li div img:hover {
  transform: scale(1.05, 1.05);
}
.li-service li .tit {
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.li-service li .txt {
  margin-bottom: 0;
}
.li-bn {
  display: flex;
  flex-wrap: wrap;
}
.li-bn li {
  width: 31%;
  margin-right: 3.5%;
}
.li-bn li:nth-child(3n) {
  margin-right: 0;
}
.li-bn li a {
  display: block;
  padding-top: 39%;
  position: relative;
  overflow: hidden;
}
.li-bn li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.li-bn li a .tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(2rem, 2.875vw, 2.6rem);
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
}
.li-bn li a img:hover {
  transform: scale(1.05, 1.05);
}
/*ABOUT*/
.table-info {
  width: 100%;
}
.table-info th, .table-info td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--color03);
  padding: 15px 0;
}
.table-info tr:last-child th, .table-info tr:last-child td {
  border-bottom: none;
}
.table-info th {
  width: 20%;
  border-right: 2px solid var(--color01);
}
.table-info td {
  padding-left: 5%;
}
/*ACCESS*/
.access__tit {
  color: var(--color01);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: 700;
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
}
.access__tit i {
  color: var(--color04);
  margin-right: 10px;
}
/*NEWS*/
.newsContent {
  margin-bottom: 4%;
}
.newsContent dl {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 18%;
  padding-left: 1em;
}
.newsContent dl dd {
  position: relative;
}
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
  color: var(--color04);
}
@media screen and (max-width: 767px) {
  .newsContent dl {
    display: block;
  }
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
  }
  .newsContent dl dd:after {
    content: none;
  }
}
/*SERVICE*/
.table-menu th, .table-menu td {
  font-size: 90%;
  text-align: center;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 12px;
}
.table-menu .tit th, .table-menu .tit td {
  background-color: #eee;
}
.table-menu .txt th, .table-menu .txt td {
  background-color: #fff;
}
.table-menu .txt th {
  background-color: #efefef;
}
.table-menu .table-left td{
text-align: left;
}
.table-menu .ta-detail{
display: inline-block;
}
.table-menu .ta-detail strong{
font-size: 110%;
}
.table-menu .ta-detail i{
font-weight: 700;
font-style: normal;
}

/*GALLERY*/
.li-gallery {
  display: flex;
  flex-wrap: wrap;
}
.li-gallery li {
  width: 22%;
  box-sizing: border-box;
  margin-right: 4%;
  margin-bottom: 30px;
}
.li-gallery li:nth-child(4n) {
  margin-right: 0;
}
.li-gallery li div {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.li-gallery li div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.li-gallery li div img:hover {
  transform: scale(1.05, 1.05);
}
/*お知らせ*/
.main .inner a, .main .inner a:visited {
  color: var(--color01);
}
.main .inner a:hover {
  opacity: 0.4;
  filter: alpha(opacity=90);
}
.inner {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0 10px;
}
.date {
  text-align: right;
  margin-top: -35px;
}
img.border {
  border: 1px solid #e3f2f0;
  box-sizing: border-box;
  padding: 3px;
}
.inner-wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.inner-wrap .blockLine {
  padding: 0;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.inner-wrap .blockLine > .block {
  display: inline-block;
  width: 49%;
  padding: 0;
  margin: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
.inner-wrap .blockLine > .block p {
  text-align: left;
}
.inner-wrap .blockLine > .block figure {
  display: block;
  margin: auto;
}
.inner-wrap .blockLine > .block:first-child {
  margin-left: 0 !important;
}
.inner-wrap .blockLine > .block:last-child {
  margin-right: 0 !important;
}
.inner-wrap .blockLine.blocks_2 > .block {
  width: calc((100% - 2%) / 2);
}
.inner-wrap .blockLine.blocks_3 > .block {
  width: calc((100% - 4%) / 3);
}
.inner-wrap .blockLine.blocks_4 > .block {
  width: calc((100% - 6%) / 4);
}
.inner-wrap .blockLine.blocks_5 > .block {
  width: calc((100% - 8%) / 5);
}
.inner-wrap .blockLine.blocks_6 > .block {
  width: calc((100% - 10%) / 6);
}
.inner-wrap .blockLine.blocks_7 > .block {
  width: calc((100% - 12%) / 7);
}
.inner-wrap .blockLine.blocks_8 > .block {
  width: calc((100% - 14%) / 8);
}
.inner-wrap .blockLine.blocks_2 > .block:nth-child(2n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_3 > .block:nth-child(3n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_4 > .block:nth-child(4n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_5 > .block:nth-child(5n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_6 > .block:nth-child(6n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_7 > .block:nth-child(7n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_8 > .block:nth-child(8n) {
  margin-right: 0;
}
.inner-wrap .blockLine.vertical > .block {
  float: none;
  vertical-align: middle;
  position: relative;
}
.inner-wrap .blockLine.reversal > .block {
  float: right;
  position: relative;
}
.inner-wrap .blockLine .block.last + .block {
  margin-left: 0;
  clear: both;
}
.inner-wrap .blockLine.reversal > .block:first-child {
  margin-left: 2% !important;
  margin-right: 0;
}
.inner-wrap .blockLine.reversal > .block:last-child {
  margin-left: 0;
}
.blockLine > .block.wd10 {
  width: 9%;
}
.blockLine > .block.wd15 {
  width: 14%;
}
.blockLine > .block.wd20 {
  width: 19%;
}
.blockLine > .block.wd25 {
  width: 24%;
}
.blockLine > .block.wd30 {
  width: 29%;
}
.blockLine > .block.wd35 {
  width: 34%;
}
.blockLine > .block.wd40 {
  width: 39%;
}
.blockLine > .block.wd45 {
  width: 44%;
}
.blockLine > .block.wd50 {
  width: 49%;
}
.blockLine > .block.wd55 {
  width: 54%;
}
.blockLine > .block.wd60 {
  width: 59%;
}
.blockLine > .block.wd65 {
  width: 64%;
}
.blockLine > .block.wd70 {
  width: 69%;
}
.blockLine > .block.wd75 {
  width: 74%;
}
.blockLine > .block.wd80 {
  width: 79%;
}
.blockLine > .block.wd85 {
  width: 84%;
}
.blockLine > .block.wd90 {
  width: 89%;
}
.blockLine > .block.wd95 {
  width: 94%;
}
.blockLine > .block.wd100 {
  width: 99%;
}
@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix) > .block {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    float: none;
  }
  .inner-wrap .blockLine:not(.fix) .wd10, .inner-wrap .blockLine:not(.fix) .wd20, .inner-wrap .blockLine:not(.fix) .wd30, .inner-wrap .blockLine:not(.fix) .wd40, .inner-wrap .blockLine:not(.fix) .wd60, .inner-wrap .blockLine:not(.fix) .wd70, .inner-wrap .blockLine:not(.fix) .wd80, .inner-wrap .blockLine:not(.fix) .wd90, .inner-wrap .blockLine:not(.fix) .wd15, .inner-wrap .blockLine:not(.fix) .wd25, .inner-wrap .blockLine:not(.fix) .wd35, .inner-wrap .blockLine:not(.fix) .wd45, .inner-wrap .blockLine:not(.fix) .wd65, .inner-wrap .blockLine:not(.fix) .wd75, .inner-wrap .blockLine:not(.fix) .wd85, .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block {
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 2%;
    text-align: left;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(even) {
    margin-left: 2%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(odd) {
    clear: both;
  }
  .inner-wrap .blockLine.reversal > .block:first-child {
    margin-left: 0 !important;
  }
}
/*CONTACT*/
.telephone .txt01 {
  font-family: var(--font01);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 100%;
}
.telephone .txt01::before {
  content: "\f095";
  color: var(--color01);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
.telephone .txt01 {
  text-align: center;
}
.telephone .txt02 {
  text-align: center;
}
.contact .formTable {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-top: 1px solid #8f8f9d;
}
.contact .formTable td, .contact .formTable th {
  border-bottom: 1px solid #8f8f9d;
  padding: 20px 15px;
}
.contact .formTable th {
  width: 30%;
  text-align: left;
}
.contact .formTable input, .contact .formTable textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8f8f9d;
  padding: 10px;
}
.contact .formTable .input-h {
  width: 15%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8f8f9d;
  padding: 10px;
}
.contact .formTable select {
  padding: 10px 15px;
}
.contact input[type=submit], .contact input[type=reset], .contact input[type=button] {
  display: inline-block;
  color: #fff;
  width: 40%;
  box-sizing: border-box;
  max-width: 200px;
  background-color: var(--color01);
  border: solid 1px var(--color01);
  border-radius: 40px;
  cursor: pointer;
  padding: 15px 20px;
  margin-bottom: 15px;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  /*layout*/
  .layout01, .layout02, .layout03 {
    display: block;
  }
  .layout-mb {
    margin-bottom: 30px;
  }
  .layout01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout01 .box02 {
    width: 100%;
  }
  .layout02 .box01, .layout02 .box02 {
    width: 100%;
  }
  .layout02 .box01 {
    margin-bottom: 30px;
  }
  .layout03 .box01, .layout03 .box02 {
    width: 100%;
  }
  .layout03 .box01 {
    margin-bottom: 30px;
  }
  .li-service {
    display: block;
  }
  .li-service li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .li-bn {
    display: block;
  }
  .li-bn li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /*NEWS*/
  .inner {
    padding: 0 5%;
  }
  .date {
    margin-top: -25px;
  }
  /*SERVICE*/
  .table-menu th, .table-menu td {
    font-size: 70%;
    letter-spacing: 0;
    padding: 10px 5px;
  }
  /*GALLERY*/
  .li-gallery li {
    width: 48%;
    margin-right: 4%;
  }
  .li-gallery li:nth-child(2n) {
    margin-right: 0;
  }
  /*CONTACT*/
  .contact {
    max-width: 900px;
    margin: 0 auto;
  }
  .contact .formTable td, .contact .formTable th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .contact .formTable th {
    border-bottom: none;
    padding-bottom: 0;
  }
}