@charset "UTF-8";
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}
.sp-inline {
  display: none;
}
.pc-inline {
  display: inline;
}
@media screen and (max-width:1023px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .pc-inline {
    display: none;
  }
}
body {
  margin: 0;
}
#wrapper-all {
  overflow: hidden;
}
@media screen and (max-width:1023px) {
  header, .footer-copyright {
    width: 96%;
    margin: 0 2%;
    padding: 0;
  }
}
header {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
  opacity: 0.85;
  color: #333;
  z-index: 99;
}
#header-wrapper {
  position: relative;
  max-width: 1300px;
  height: 85px;
  margin: 0 auto;
}
.header-top-area {
  height: 92px;
}
#header-logo {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
#header-logo img {
  vertical-align: middle;
  width: 100%;
  max-width: 250px;
    /*max-width 最大400pxくらいまで */
  height: auto;
}
header .contact-area {
  float: right;
  right: 0;
  width: 734px;
  text-align: right;
}
header .contact-area .line {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #00C34D;
  text-align: center;
  font-size: 1.6rem;
}
header .contact-area .line a {
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  text-decoration: none;
}
header .contact-area .form {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  padding: 0 10px;
  /*background-color: #1889CB;*/
  text-align: center;
  font-size: 1.6rem;
}
header .contact-area .form a {
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  text-decoration: none;
}
header .contact-area .tel {
  display: inline-block;
  height: 48px;
  margin-top: 10px;
  line-height: 2.6rem;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: right;
}
header .contact-area .tel a {
  /*color: #1889CB;*/
  text-decoration: none;
}
header .contact-area .hours {
  clear: both;
  text-align: right;
}
@media screen and (max-width:1023px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header-wrapper {
    height: auto;
  }
  .header-top-area {
    height: 60px;
  }
  #header-logo {
    float: none;
    margin: 0 0 10px 10px;
    padding-top: 10px;
  }
  #header-logo img {
    width: 80%;
    height: auto;
  }
  header .contact-area {
    float: none;
    display: none;
  }
  header .contact-area .line {
    display: none;
  }
  header .contact-area .tel {
    display: none;
  }
  header .contact-area .form {
    display: none;
  }
  header .contact-area .hours {
    display: none;
  }
}
@media screen and (max-width:767px) {}
header nav.global {}
@media screen and (max-width:1023px) {
  header nav.global {
    display: none;
  }
}
header nav.global ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header nav.global li {
  height: 55px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 55px;
}
header nav.global li a {
  display: block;
  height: 55px;
  color: #333;
  text-decoration: none;
}
header nav.global li a:hover {
  padding-bottom: 5px;
  /* border-bottom: 1px solid #1889CB;*/
}
header #header-logo img, header .contact-area .tel, header .contact-area .form, header .contact-area .line, header .contact-area .hours, header nav.global, header.fixed #header-logo img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header.fixed {}
.fixed #header-wrapper {
  height: 90px;
}
header.fixed #header-logo {
  margin-top: 5px;
}
header.fixed #header-logo img {
  height: 40px;
  width: auto;
}
.fixed .header-top-area {
  height: 60px;
}
header.fixed .contact-area {}
header.fixed .address {
  opacity: 0;
  height: 0;
}
header.fixed .contact-area .line {
  opacity: 0;
  height: 0;
}
header.fixed .contact-area .tel {
  opacity: 0;
  height: 0;
}
header.fixed .contact-area .form {
  opacity: 0;
  height: 0;
}
header.fixed .contact-area .hours {
  opacity: 0;
  height: 0;
}
header.fixed nav.global {}
header.fixed nav.global li {
  height: 30px;
  line-height: 25px;
}
header.fixed nav.global li a {
  height: 30px;
}
.topic-path {
  width: 100%;
  padding-top: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.topic-path ol, .topic-path ul {
  max-width: 1300px;
  margin: 0 auto;
}
.topic-path li {
  display: inline;
  padding-left: 1em;
  font-size: 1.2rem;
}
.topic-path li::before {
  content: "＞";
  padding-right: 1em;
}
.topic-path li:first-child {
  padding-left: 10px;
}
.topic-path li:first-child::before {
  content: "";
  padding-right: 0;
}
.topic-path li a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width:1023px) {
  .topic-path {
    display: none;
  }
}
/*#wrapper {
  display: flex;
  max-width: 1142px;
  margin: 80px auto 100px auto;
}*/
@media screen and (max-width:1023px) {
  #wrapper {
    display: block;
  }
}
#wrapper.no-topicpath {
  margin-top: 153px;
}
#wrapper.no-topicpath main, #wrapper.no-sidebar main {
  width: 100%;
  margin: 10px 0 0;
}
main {
  margin: 80px 0;
}
@media screen and (max-width:1023px) {
  main {
    width: 96%;
    margin: 0 2%;
  }
  aside {
    margin: 0 2%;
  }
  #wrapper.no-topicpath {
    margin-top: 70px;
  }
  #wrapper.no-topicpath main, #wrapper.no-sidebar main {
    width: 96%;
    margin: 0 auto;
  }
}
#page main h2 {
  position: relative;
  margin: 150px 0 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #919191;
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  font-weight: normal;
}
#page main h2::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: 30%;
  width: 40%;
  height: 2px;
  /*background-color: #1889CB;*/
}
@media screen and (max-width:767px) {
  #page main h2 {
    position: relative;
    margin: 50px 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #919191;
    font-size: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-weight: normal;
  }
}
#page main h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin: 60px 0 30px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  #page main h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 40px 0 15px;
    font-weight: bold;
  }
}
main p {
  font-size: 1.9rem;
  margin-bottom: 1em;
}
@media screen and (max-width:767px) {
  main p {
    font-size: 1.6rem;
  }
}
#page main .table-like {
  font-size: 1.9rem;
}
#page main .table-like dt {
  padding: 1.8rem 0;
  font-weight: bold;
  line-height: 3.0rem;
}
#page main .table-like dd {
  line-height: 3.0rem;
  border-bottom: 1px solid #ccc;
  margin: -4.8rem 0 0 0;
  padding: 0 0 1.8rem 10em;
}
#page main p {
  line-height: 3.0rem;
}
main sup {
  vertical-align: super;
  font-size: 0.4em;
}
main .note {
  margin: 20px 0;
  padding: 30px;
  background-color: #F5FCFF;
}
@media screen and (max-width:767px) {
  main img {
    width: 100%;
    height: auto;
  }
}
main table {
  width: 100%;
  border-collapse: collapse;
}
main table th, main table td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
main table th {
  text-align: center;
  font-weight: bold;
  background-color: #edf9ff;
  vertical-align: middle;
}
main table td {
  text-align: center;
}
main table td.left {
  text-align: left;
}
main table td.right {
  text-align: right;
}
main table h3 {
  margin: 30px 0 10px 0;
}
main .aligncenter {
  display: block;
  margin: 0 auto;
}
main .alignleft {
  float: left;
  margin-right: 20px;
}
main .alignright {
  float: right;
  margin-left: 20px;
}
main .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
main .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:767px) {
  main .alignleft {
    float: none;
    margin: 0 0 10px 0;
  }
  main .alignright {
    float: none;
    margin: 0 0 10px 0;
  }
}
main .kakomi {
  padding: 0 10px;
  border: 1px solid #999;
}
.red {
  color: #f00;
}
main.page-content p {
  line-height: 2.6rem;
}
main.page-content table {
  margin-bottom: 1rem;
}
main.page-content .bullet {
  list-style-type: disc;
  margin-left: 20px;
}
main.page-content .bullet li {
  margin-bottom: 0.3em;
}
main.page-content .bullet-strong {
  list-style-type: square;
}
main.page-content .bullet-strong li {
  margin-bottom: 0.8em;
  margin-left: 20px;
}
main.page-content .numeric {
  list-style-type: decimal;
  margin-left: 20px;
}
main.page-content .numeric li {
  margin-bottom: 0.3em;
}
main.page-content .check li {
  margin-bottom: 0.8em;
}
main.page-content .check li i {
  /*color: #0089CD;*/
}
main.page-content .indent {
  margin-left: 2em;
}
main.page-content img.size-large {
  width: 100%;
}
main.page-content .w70 {
  width: 70%;
}
.case-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
.case-wrapper .num {
  font-size: 2.2rem;
  font-weight: bold;
}
.case-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.case-wrapper li {
  min-width: 240px;
  width: 22%;
  margin-right: 4%;
}
.case-wrapper li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width:767px) {
  .case-wrapper {
    padding: 0;
  }
  .case-wrapper li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.case-wrapper li a {
  color: #333;
  text-decoration: none;
}
.case-wrapper li h3 {
  border: none;
  margin: 20px 0 0.5em 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.9rem;
}
.case-wrapper li p {
  margin-bottom: 0.5em;
}
.case-wrapper li img {
  width: 100%;
  height: auto;
}
.case-wrapper .price {
  font-size: 1.1em;
  font-weight: bold;
}
.case-wrapper .loop-access {
  font-size: 0.9em;
}
main .pager {
  margin: 50px auto;
}
main .pager li {
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
main .pager li.current {
  /*border: 1px solid #cde9f4;
  background-color: #cde9f4;*/
  font-weight: bold;
}
main .pager li a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  main .pager li {
    margin-right: 7px;
    padding: 5px;
  }
}
main .page-navi {
  display: flex;
  justify-content: space-between;
}
.footer-wrapper {
  margin-top: 120px;
}
.footer-wrapper a {
  text-decoration: none;
}
.footer-navi1 {
  padding: 0 10px;
  background-color: #EEF1EF;
}
.footer-navi1 nav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 0;
}
.footer-navi1 ul {
  font-weight: bold;
}
.footer-navi1 ul.column {
  padding-bottom: 20px;
}
.footer-navi1 ul.column > li::before {
  content: "■";
  /*color: #1889CB;*/
}
.footer-navi1 ul.column > li {
  padding-top: 20px;
}
.footer-navi1 ul li ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: normal;
  margin-top: 10px;
  padding: 0;
}
.footer-navi1 ul li ul li {
  margin-right: 20px;
}
.footer-navi1 a {
  color: #333;
  text-decoration: underline;
}
.footer-navi1 ul.column > li > a {
  text-decoration: none;
}
.footer-navi2 {
  /*background-color: #1889CB;*/
  padding: 0 10px;
}
.footer-navi2 nav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-navi2 ul {
  display: flex;
  justify-content: flex-start;
}
.footer-navi2 li {
  margin-right: 30px;
}
.footer-info {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 10px;
}
.footer-info .about {
  float: left;
  width: 30%;
}
.footer-info .about .logo {
  margin-bottom: 20px;
}
.footer-info .about .logo img {
  width: 326px;
  height: auto;
}
@media screen and (max-width:767px) {
  .footer-info .about .logo img {
    max-width: 100%;
  }
}
.footer-info .contact-area {
  float: right;
}
.footer-info .contact-area .line {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-right: 20px;
  padding: 0 10px;
  background-color: #00C34D;
  text-align: center;
  font-size: 1.6rem;
}
.footer-info .contact-area .line a {
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  text-decoration: none;
}
.footer-info .contact-area .form {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  padding: 0 10px;
  /*background-color: #1889CB;*/
  text-align: center;
  font-size: 1.6rem;
}
.footer-info .contact-area .form a {
  display: block;
  width: 100%;
  height: 48px;
  /*color: #fff;*/
  text-decoration: none;
}
.footer-info .contact-area .tel {
  display: inline-block;
  height: 48px;
  margin-top: 10px;
  padding-left: 20px;
  line-height: 2.6rem;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: right;
}
.footer-info .contact-area .tel a {
  /*color: #1889CB;*/
  text-decoration: none;
}
.footer-info .contact-area .hours {
  clear: both;
  font-size: 2.0rem;
  margin: 10px 0 30px;
}
.footer-info .contact-area .address {
  font-size: 2.0rem;
}
.footer-info .contact-area .address span {
  display: inline-block;
 /* border: 1px solid #1889CB;
  color: #1889CB;*/
  vertical-align: middle;
}
.footer-info .contact-area .address span a {
  display: block;
  /*color: #1889CB;*/
  padding: 2px 5px;
  font-size: 1.4rem;
}
.footer-info .contact-area .address span a:hover {
  /*background-color: #1889CB;
  color: #fff;*/
}
.copyright {
  clear: both;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 10px 160px;
}
@media screen and (max-width:1023px) {
  .footer-wrapper {
    margin-top: 50px;
  }
  .footer-navi1 {
    display: none;
  }
  .footer-navi2 {
    display: none;
  }
  .footer-info .about {
    float: none;
    width: 96%;
    margin: 0 2%;
    text-align: center;
    padding: 0;
  }
  .footer-info .contact-area {
    display: none;
  }
  .copyright {
    padding-top: 20px;
    text-align: center;
  }
}
.float-navi {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 100px;
  bottom: 0;
  padding: 0 10px;
  border-top: 1px solid #707070;
  z-index: 9999;
}
.float-navi-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.float-navi .tel-block {
  float: left;
  width: 35%;
  height: 100px;
}
.float-navi .tel-block h4 {
  font-size: 2.7rem;
  font-weight: bold;
  margin-top: 20px;
}
.float-navi .tel-block .tel {
  font-size: 3.8rem;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.float-navi .tel-block .tel a {
  /*color: #1889CB;*/
  text-decoration: none;
}
.float-navi .button-block {
  float: right;
  width: 45%;
  height: 100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.float-navi .button-block div {
  width: 49%;
  height: 65px;
  font-size: 1.8rem;
  line-height: 65px;
  text-align: center;
}
.float-navi .button-block div a {
  display: block;
  width: 100%;
  height: 65px;
  /*color: #fff;*/
  text-decoration: none;
}
.float-navi .button-block div.line {
  background-color: #00C34D;
}
  .float-navi .button-block div.line a {
    color: #fff;
  }
.float-navi .button-block div.form {
  /*background-color: #1889CB*/
}
.float-navi .button-block div.visit {
  background-color: #D4973D;
}
@media screen and (max-width:1023px) {
  .float-navi {
    height: 95px;
    padding: 0;
  }
  .float-navi h4 {
    padding-top: 5px;
    text-align: center;
    font-size: 1.4rem;
    height: 20px;
    line-height: 20px;
  }
  .float-navi .button-block {
    float: none;
    width: 100%;
    height: 95px;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  .float-navi .tel-block {
    display: none;
  }
  .float-navi .button-block div {
    width: 49%;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
  }
  .float-navi .button-block div a {
    height: 40px;
  }
  .float-navi .button-block div.tel {
    background-color: #fff;
    /*border: 2px solid #1889CB;*/
  }
  .float-navi .button-block div.tel a {
    /*color: #1889CB;*/
  }
  .float-navi .button-block div.line {
    width: 100%;
  }
}
@media screen and (max-width:767px) {}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* page */
#page #main-image {
  position: relative;
  width: 100%;
  height: 230px;
  margin-top: 147px;
  background-image: url("../img/img001.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width:1023px) {
  #page #main-image {
    margin-top: 70px;
    height: 100px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  #page #main-image {
    margin-top: 70px;
    padding-bottom: 10px;
  }
}
#page #main-image .main-image-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
#page #main-image h1 {
  position: absolute;
  padding: 25px 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  width: 18em;
  /*color: #fff;
  background-color: #1889CB;*/
  bottom: -20px;
  left: calc(50% - (9em));
}
@media screen and (max-width:1023px) {
  #page #main-image h1 {
    padding: 10px 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    bottom: -10px;
  }
}
@media screen and (max-width:767px) {
  #page #main-image h1 {
    width: 100%;
    left: 0;
  }
}
#page main {
  max-width: 1300px;
  margin: 110px auto 80px;
  padding: 0 10px;
}
@media screen and (max-width:1023px) {
#page main {
    margin-top: 50px;
    }
}
@media screen and (max-width:767px) {
  #page main {
    width: 96%;
    margin: 50px 2% 40px;
    padding: 0;
  }
}
/* case */
#case .topic-path {
  margin-top: 150px;
}
#case .case-title h1 {
  max-width: 1300px;
  margin: 40px auto 20px;
  font-size: 2.6rem;
  line-height: 1.5em;
  background-color: #EEF1EF;
  padding: 10px 20px;
}
#case #wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1300px;
  margin: 30px auto 80px;
}
#case main {
  width: 60%;
  margin-top: 0;
}
#case aside {
  width: 35%;
  min-width: 340px;
}
@media screen and (max-width:1023px) {
  #case aside {
    min-width: inherit;
  }
  #case .case-title h1 {
    margin-top: 80px;
  }
}
@media screen and (max-width:767px) {
  #case #wrapper {
    display: block;
    margin: 30px auto 80px;
  }
  #case main {
    width: 96%;
    margin: auto 2%;
  }
  #case aside {
    width: 96%;
    margin: auto 2%;
    min-width: inherit;
  }
  #case .case-title h1 {
    margin-top: 80px;
  }
}
#case .swiper-wrapper {
  align-items: stretch !important;
}
#case .swiper-slide {
  overflow: hidden;
}
#case figure.slide {
  position: relative;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
#case figure.slide .slide-media {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f8f7;
}
#case figure.slide .slide-media img {}
#case figure.slide .slide-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #EEF1EF;
}
#case .swiper-button-prev, #case .swiper-button-next {
  color: #2E2E2E;
}
.thumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-content: center;
  margin-top: 20px;
}
.thumb-media {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1vh;
}
.thumb-media img {
  width: 100%;
  height: auto;
}
.thumb-media-active {
  opacity: 0.7;
}
#case .case-contents, #case .taglist-wrapper, #case .recommend-wrapper {
  margin-top: 50px;
}
.case-contents h2 {
  font-size: 2.3rem;
  margin-bottom: 1.5em;
  /*color: #0089CD;*/
}
.case-contents p {
  line-height: 1.5em;
}
#case .taglist-wrapper h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}
#case .taglist-wrapper ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
  /*border: 1px solid #0089CD;*/
  border-radius: 5px;
  /*color: #0089CD;*/
}
#case .taglist-wrapper ul li a {
  display: block;
  padding: 5px 10px;
  /*color: #0089CD;*/
  text-decoration: none;
}
#case .recommend-wrapper h2 {
  text-align: left;
  background-color: #EEF1EF;
  /*border-left: 10px solid #0089CD;*/
  font-size: 2.5rem;
  padding: 20px 20px;
  margin-bottom: 30px;
}
#case .case-wrapper li {
  min-width: inherit;
  width: 32%;
  margin-right: 2%;
}
#case .case-wrapper li:nth-child(3n) {
  margin-right: 0;
}
#case .case-wrapper li:nth-child(4n) {
  margin-right: 2%;
}
#case aside .madori {
  text-align: center;
}
#case aside .madori img {
  width: 100%;
  height: auto;
}
#case .side-content h2 {
  margin: 80px 0 10px;
  font-size: 2.0rem;
  font-weight: bold;
}
#case .side-content dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #EEF1EF;
  font-size: 1.7rem;
}
#case .side-content dt {
  width: 30%;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 2px solid #EEF1EF;
}
#case .side-content dd {
  width: 70%;
  padding: 10px 0px 10px 10px;
  border-bottom: 2px solid #EEF1EF;
}
.price-big {
  /*color: #1889CB;*/
  font-size: 2.3rem;
  font-weight: bold;
}
.price {
  /*color: #1889CB;*/
}
/* アーカイブ */
#archive .topic-path {
  margin-top: 150px;
}
#archive .case-title h1 {
  max-width: 1300px;
  margin: 40px auto 20px;
  font-size: 2.6rem;
  line-height: 1.5em;
  background-color: #EEF1EF;
  padding: 10px 20px;
}
#archive #wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1300px;
  margin: 30px auto 80px;
}
/* 仮デザイン用 */
#archive main {
  width: 100%;
  margin-top: 0;
}
/*
#archive main{
    width: 60%;
    margin-top: 0;
}

#archive aside{
    width: 35%;
    min-width: 340px;
}
*/
@media screen and (max-width:1023px) {
  #archive aside {
    min-width: inherit;
  }
  #archive .case-title h1 {
    margin-top: 80px;
  }
}
@media screen and (max-width:767px) {
  #archive #wrapper {
    display: block;
    margin: 30px auto 80px;
  }
  #archive main {
    width: 96%;
    margin: auto 2%;
  }
  #archive aside {
    width: 96%;
    margin: auto 2%;
    min-width: inherit;
  }
}
/* search form */
#search-form {
  box-sizing: border-box;
  margin: 30px 0 50px;
  padding: 30px;
  /*background-color: #CFE6F4;*/
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
#search-form h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.search-block {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.search-block h3 {
  width: 18%;
  font-size: 1.8rem;
  margin: 0 4% 0 0;
}
.search-block .content {
  width: 78%;
}
.search-block h4 {
  font-weight: bold;
  margin-top: 20px;
}
.search-block h4:first-child {
  margin-top: 0;
}
.search-block label {
  margin-right: 10px;
  white-space: nowrap;
}
#search-form button {
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  width: 50%;
  height: 50px;
  margin: 30px auto 0;
  font-size: 2.2rem;
  /*color: #fff;
  background-color: #0089CD;*/
}
/* home */
#home #main-image {
  width: 100%;
  margin-top: 147px;
  background-repeat: no-repeat;
}
#home #main-image.cover {
  background-size: cover;
  height: 540px;
  background-position: center;
}
@media screen and (max-width:1023px) {
  #home #main-image {
    margin-top: 70px;
    height: auto !important;
    min-height: 100px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:767px) {
  #home #main-image {
    margin-top: 70px;
    height: auto !important;
    padding-bottom: 10px;
  }
}
#home #main-image.contain img {
  width: 100%;
  height: auto;
}
#home #main-image .main-image-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
#home #main-image .main-image-wrapper .text {
  padding-top: 150px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}
@media screen and (max-width:1023px) {
  #home #main-image .main-image-wrapper .text {
    padding-top: 70px;
  }
}
#home #main-image .main-image-wrapper .text.off, #home #main-image .main-image-wrapper .menu.text-off {
  padding-top: 200px;
}
@media screen and (max-width:1023px) {
  #home #main-image .main-image-wrapper .text.off, #home #main-image .main-image-wrapper .menu.text-off {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width:767px) {
  #home #main-image .main-image-wrapper .text {
    padding-top: 50px;
  }
}
#home #main-image .main-image-wrapper .text h2 {
  font-weight: bold;
  font-size: 2.7rem;
}
@media screen and (max-width:1023px) {
  #home #main-image .main-image-wrapper .text h2 {
    font-size: 1.7rem;
  }
}
#home #main-image .main-image-wrapper .text h2 span {
  font-size: 3.7rem;
  line-height: 1.5em;
}
@media screen and (max-width:767px) {
  #home #main-image .main-image-wrapper .text h2 span {
    font-size: 2.7rem;
    line-height: 1.3em;
  }
}
#home #main-image .main-image-wrapper .menu {
  margin: 50px 20px 0;
}
#home #main-image .main-image-wrapper .menu ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
#home #main-image .main-image-wrapper .menu li {
  height: 135px;
  /*border: 2px solid #0089CD;*/
  text-align: center;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 75px;
}
#home #main-image .main-image-wrapper .menu a {
  display: block;
  width: 18%;
  height: 135px;
  text-decoration: none;
  /*color: #0089CD;*/
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width:1023px) {
  #home #main-image .main-image-wrapper .menu {
    margin: 30px 20px 0;
  }
  #home #main-image .main-image-wrapper .menu ul {
    display: block;
  }
  #home #main-image .main-image-wrapper .menu li {
    width: 100%;
    height: 70px;
    padding-top: 0;
    padding-left: 50px;
    background-position: 10px 50%;
    background-size: 50px auto;
  }
  #home #main-image .main-image-wrapper .menu li.kodate,
#home #main-image .main-image-wrapper .menu li.office,
    #home #main-image .main-image-wrapper .menu li.sell{
        background-size: 60px auto;
    background-position: 5px 50%;
    }
  #home #main-image .main-image-wrapper .menu a {
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    line-height: 70px;
  }
}
#home #main-image .main-image-wrapper .menu a:hover {
    /*background-color: #D2EEFF;*/
  transition: all 1.5s;
}
#home #wrapper, #page #wrapper {
  display: block;
  max-width: none;
  margin: 0;
}
@media screen and (max-width:1023px) {
  #home #wrapper, #page #wrapper {
    display: block;
  }
}
#home main {
  width: 100%;
  margin-right: 0;
  background-color: transparent;
  opacity: 1;
}
@media screen and (max-width:1023px) {
  #home main, #page main {
    width: 96%;
  }
}
#home main h2 {
  height: auto;
  text-align: center;
  background-image: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2.4rem;
}
#home #recommend-wrapper, #home #newin-wrapper, #home #taglist-wrapper, #home #news-wrapper {
  max-width: 1300px;
  margin: 80px auto;
}
@media screen and (max-width:1023px) {
  #home #recommend-wrapper {
    margin-top: 40px;
  }
}
#home #recommend-wrapper h2 {
  text-align: left;
  /*background-color: #0089CD;
  color: #fff;*/
  font-size: 2.5rem;
  padding: 20px 20px;
  margin-bottom: 40px;
}
#home #newin-wrapper h2 {
  text-align: left;
  background-color: #EEF1EF;
  /*border-left: 10px solid #0089CD;*/
  font-size: 2.5rem;
  padding: 20px 20px;
  margin-bottom: 40px;
}
#home #taglist-wrapper h2 {
  text-align: left;
  margin-bottom: 40px;
}
#home #taglist-wrapper ul {}
#home #taglist-wrapper ul li {
  display: inline-block;
margin: 0 15px 15px 0;
 /*   border: 1px solid #0089CD;*/
border-radius: 5px;
 /*   color: #0089CD;*/
}
#home #taglist-wrapper ul li a {
  display: block;
  padding: 5px 10px;
  /*color: #0089CD;*/
  text-decoration: none;
}
#news-wrapper {
  background-color: #EEF1EF;
  margin-top: 60px;
  padding-bottom: 50px;
}
#home .news {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
#home .news h2 {
  padding: 30px 0;
  text-align: center;
  line-height: 2.4rem;
}
#home .news h2 span {}
#home .news div {
  margin: 0 100px 20px 100px;
  padding: 50px 100px 30px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  #home .news div {
    margin: 0 20px 20px 20px;
    padding: 20px 30px 30px;
  }
}
#home .news div.news-content {
  font-size: 100%;
  width: calc(100% - 7em);
  margin: 0;
  padding: 0;
}
#home .news dl {
  font-size: 1.9rem;
  line-height: 2.6rem;
}
#home .news dt {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#home .news dd {
  margin: -5.6rem 0 1.5rem 0;
  padding: 0 0 1.5rem 8em;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width:1023px) {
  #home .news {
    width: 96%;
  }
  #home .news div {
    padding: 30px 5% 30px;
  }
  #home .news dd {
    margin: 10px 0 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #666;
  }
}
.link-arrow img {
  width: auto;
  vertical-align: middle;
}
.button {
  margin: 30px auto 10px;
  width: 30%;
  text-align: center;
}
.button a {
  /*color: #0089cd;
  border: 1px solid #1889CB;*/
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
input[type="text"] {
  height: 2.0rem;
}
input.button {
/*  color: #0089cd;
  background-color: #fff;
  border: 1px solid #1889CB;*/
  display: block;
  padding: 15px 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: bold;
}
.button a:hover, input.button:hover {
/*  color: #fff;
  background-color: #1889CB;*/
  transition: 0.3s;
}
input.back {
  width: 20%;
  margin: 0 auto;
  color: #999;
  background-color: #fff;
  border: 1px solid #999;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
}
.button.w50, input.w50, textarea.w50 {
  width: 50%;
}
.button.w80, input.w80, textarea.w80 {
  width: 80%;
}
.button.w100, input.w100, textarea.w100 {
  width: 100%;
}
.button.center {
  margin: 25px auto 40px auto;
}
@media screen and (max-width:767px) {
  .button {
    width: 100%;
  }
  input.back {
    width: 100%;
  }
}
a[id]::before {
  display: block;
  height: 100px;
  margin-top: -100px;
  content: "";
}
a[id]:hover {
  color: inherit;
}
@media screen and (max-width:1023px) {
  h2 a[id]::before {
    height: 0;
    margin-top: 0;
  }
}
.company main table td {
  text-align: left;
}
#page main .contact {
  margin-top: 40px;
}
#page main .contact.table-like dd {
  padding-left: 16em;
  min-height: 4.8rem;
}
#page main .contact.table-like dd input, #page main .contact.table-like dd textarea, #page main .contact.table-like dd select {
  padding: 5px 10px;
  font-size: 1.6rem;
}
#page main .contact.table-like dd textarea {
  box-sizing: border-box;
}
.contact .must {
  margin-right: 5px;
  padding: 2px 5px;
  color: #fff;
  background-color: #f00;
  font-size: 1.4rem;
}
.contact .will {
  margin-right: 5px;
  padding: 2px 5px;
  color: #fff;
  background-color: #666;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  #page main .contact.table-like dt {
    padding-bottom: 0.8rem;
  }
  #page main .contact.table-like dd {
    padding: 0 0 1.8rem 0;
    margin: 0;
  }
  #page main .contact.table-like dd input, #page main .contact.table-like dd textarea {
    width: 92%;
  }
  #page main .contact.table-like dd input[type="radio"] {
    width: auto;
  }
  #page main .contact.table-like dd textarea {
    box-sizing: content-box;
  }
}
#page main iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.ui-widget.ui-widget-content {
  width: auto;
}
.month-picker-year-table .ui-state-disabled {
  cursor: pointer !important;
  pointer-events: auto !important;
}
/* 管理画面 */
#tagsdiv-chintai_hidden {
  display: none;
}