@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "utsukushi";
  src: url("/wp-includes/fonts/utsukushi.woff") format("woff"),
    url("/wp-includes/fonts/utsukushi.eot") format("eot");
}

.center {
  text-align: center;
}

.m-top {
  margin-top: 1em;
}

.p-top {
  padding-top: 3em;
}

.m-bottom {
  margin-bottom: 7em;
}
.m-bottom02 {
  margin-bottom: 5em;
}
.p-bottom {
  padding-bottom: 5em;
}
.p-bottom02 {
  padding-bottom: 7em;
}
.sp {
  display: none;
}

.pc {
  display: block;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}
.half {
  width: 46%;
  margin-bottom: 2em;
}
.left70 {
  width: 66%;
  margin-bottom: 2em;
}
.right30 {
  width: 30%;
  margin-bottom: 2em;
}
.left30 {
  width: 30%;
  margin-bottom: 2em;
}
.right70 {
  width: 66%;
  margin-bottom: 2em;
}
.left60 {
  width: 56%;
  margin-bottom: 2em;
}
.right40 {
  width: 40%;
  margin-bottom: 2em;
}
.left40 {
  width: 40%;
  margin-bottom: 2em;
}
.right60 {
  width: 56%;
  margin-bottom: 2em;
}
.sub-header {
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 400px;
}

/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
table.tablepress {
  border: 1px solid #dddddd;
}
.tablepress tbody td.column-1 {
  width: 30%;
  font-weight: 700;
  color: #604c3f;
  background-color: #f7f5f3;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/

.header-content {
  padding: 50px 0 30px 0;
}
.header-content02 {
  padding: 10px 0 0;
}
.header-box01 .g-nav-tel-pc img {
  max-width: 230px;
  margin-left: auto;
}
/*.header-inner.flex {
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    width: 250px;
    margin-bottom: 0;
}
.g-menu-wrap {
    width: calc(100% - 260px);
}*/

.g-menu-b-list > li .g-menu-icon-img-wrap svg path {
  fill: #604c3f;
}
.menu-image-title {
  margin: 10px 0 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  color: #604c3f;
}
.g-menu-b-list > li {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(95% / 3);
  padding: 0 15px;
  border-right: 5px dotted #afa59e;
}
.g-sub-nav {
  position: absolute;
  top: 0;
  right: 40px;
}
.g-sub-nav .g-sub-nav-list.flex a {
  font-size: 1.6rem;
  display: block;
  padding: 5px 15px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  margin-left: 15px;
  border: solid 2px #604c3f;
  background-color: #604c3f;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.g-sub-nav .g-sub-nav-list.flex a:hover {
  color: #604c3f;
  background-color: #fff;
}

/*------------------------------------------
 * mobile
 * ---------------------------------------*/
#hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #604c3f;
  width: 45%;
}
#mobile-nav {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  background-size: auto auto;
  background-color: #604c3f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  background-image: none;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  color: #604c3f;
  margin-bottom: 10px;
}
.mobile-menu-icon-list > li.sub-off .mobile-menu-icon path {
  fill: #604c3f;
}
.mobile-sub-nav li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  color: #604c3f;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 25px;
}

/*------------------------------------------
 * h2
 * ---------------------------------------*/

/*------------------------------------------
 * news
 * ---------------------------------------*/

.news-list01 li .news-cat a {
  line-height: 1em;
  font-size: 1.2rem;
  padding: 5px 8px;
  font-weight: 700;
  color: #fff;
  background-color: #604c3f;
  border: 1px solid #604c3f;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}
.news-list01 li .news-cat a {
  background-color: #604c3f;
  border: 1px solid #604c3f;
}
.news-list01 li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: dashed 2px #b19e73;
}
.btn01 {
  border: 1px solid #604c3f;
  background-color: #604c3f;
}

.btn01 .btn-arrow {
  fill: #fff;
}

.btn01:hover {
  color: #604c3f;
  background-color: #fff;
}

.btn01:hover .btn-arrow {
  fill: #604c3f;
}

/*------------------------------------------
 * single
 * ---------------------------------------*/
.sub-header-txt {
  padding: 10px 25px;
  color: #604c3f;
  line-height: 1.5em;
  font-size: 3rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.9);
}
.single-info-title {
  color: #604c3f;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-info-date-cat span a {
  display: block;
  background-color: #604c3f;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #604c3f;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1em;
}
.single-info-date-cat span a:hover {
  background-color: #fff;
  color: #604c3f;
}
.file-list a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #604c3f;
  background-color: #ebf9fd;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.file-list a:hover {
  color: #fff;
  background-color: #604c3f;
}
.sidebar h3 {
  font-size: 2rem;
  padding: 0;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  background-color: #604c3f;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.side-box li a:hover,
.widget_archive li a:hover {
  color: #b19e73;
}
.side-box li,
.widget_archive li {
  padding: 10px 0;
  border-bottom: 1px dashed #b19e73;
}

/*------------------------------------------
 * footer
 * ---------------------------------------*/
.footer {
  background-color: #b6af91;
  padding: 100px 0 15px;
}
.footer-logo.o-hover img {
  display: block;
  height: auto;
  max-width: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer-menu-title {
  background-color: #fff;
  color: #b6af91;
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 20px;
}
.footer-menu a:hover {
  color: #a39f71;
}
.footer-menu > li > a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #fff;
  display: block;
}

/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
#page-top img {
  max-height: 80px;
  width: auto;
}

/*------------------------------------------
 * privacy
 * ---------------------------------------*/
.privacy-head {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 3px #b19e73;
  margin-top: 40px;
  color: #5f4b3e;
  font-weight: 700;
}
.privacy-head span {
  color: #b19e73;
  margin-left: 5px;
  font-weight: 700;
  font-size: 1.4rem;
}

/*------------------------------------------
 * img
 * ---------------------------------------*/
.img200 {
  max-width: 200px;
  margin: 2em auto;
}
.img400 {
  max-width: 400px;
  margin: 2em auto;
}
.img600 {
  max-width: 600px;
  margin: 2em auto;
}
.img900 {
  max-width: 900px;
  margin: 2em auto;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.header-menu > li a {
  font-size: 1.6rem;
  color: #0067b5;
  font-weight: 700;
  letter-spacing: 0.01em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  color: #4d4040;
  padding: 0 40px;
  border-right: none;
}

/*------------------------------------------
 * TOP
 * ---------------------------------------*/

/*--------------section01----------------*/
section.home-section.home-section01 {
  position: relative;
  padding-bottom: 0;
}
section.home-section.home-section01:before {
  background-image: url(/wp-content/uploads/2023/11/bg_greet.png);
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 1200px;
  background-size: cover;
  left: 0;
  top: -100px;
  position: absolute;
}
.greet-box {
  position: relative;
}
p.greeting-title {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
.greeting-txt {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.line img {
  display: inline-block;
  margin-top: -5px;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.line img:hover {
  margin-top: 0;
  opacity: 0.8;
}

/*--------------section02----------------*/
.bg-beige {
  background-color: #f8f6ed;
  padding: 18em 0 10em;
}
.ttl03 {
  margin-bottom: 80px;
  position: relative;
}

/*--------------section03----------------*/
.ttl03 h3 {
  font-size: 5.5rem;
  font-weight: 700;
  color: #6db6e5;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 10;
  letter-spacing: 0.05em;
}
.ttl03 p {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgb(225 246 255);
  text-align: center;
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12rem;
  margin-bottom: 0;
  font-style: italic;
  width: 100%;
  z-index: 1;
}

/* スライドの動き等速 */
.interior-gallery-swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
section.home-section.home-section02 .swiper-slide {
    width: 500px!important;
}
section.home-section.home-section02 .interior-gallery-swiper-slide img {
    /* height: 250px; */
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.reasonable-bg {
  background-image: url(/wp-content/uploads/2023/11/reasonable‗bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.reasonable-bg p {
  padding: 5em;
  font-size: 20px;
}
section.home-section.home-section03 img {
  -webkit-box-shadow: 0 0 30px 0 #9d9d9d;
  box-shadow: 0 0 30px 0 #9d9d9d;
  display: inline-block;
  margin-top: -5px;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
section.home-section.home-section03 img:hover {
  margin-top: 0;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  opacity: 0.8;
}

/*--------------section04----------------*/
.bg-worry {
  background-image: url(/wp-content/uploads/2023/11/bg_worry.jpg);
  background-size: cover;
}
.worry-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.worry-box .half {
  width: 48%;
  margin-bottom: 0;
}
p.worry-txt {
  color: #fff;
  font-size: 3.8rem;
  line-height: 2.5em;
  margin-bottom: 0;
  font-weight: bold;
}
p.worry-title {
  text-align: center;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.box14 {
  margin: 0 auto 4em !important;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 10px #fff;
  box-shadow: 0px 0px 0px 10px #fff;
  border: dashed 2px #6db7e5;
  padding: 3em;
}
.box14 p {
  margin: 0;
  padding: 0;
  color: #6db7e5;
  font-size: 35px;
}
.width1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
ul.point-list {
  margin: 5em auto 0;
}
ul.point-list li {
  width: 23%;
}
ul.point-list li:nth-of-type(even) {
  margin-top: 4em;
}

/*--------------section05----------------*/
section.home-section.home-section05 {
  padding: 75px 0;
}
.bg-pink {
  background: #fe8f87;
}
p.se-txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.3em;
  margin-bottom: 0;
  font-family: "utsukushi";
}

/*--------------section06----------------*/
section.home-section.home-section06 {
  background-image: url(/wp-content/uploads/2023/11/bg_worry01.png);
  background-size: cover;
}

/*--------------section07----------------*/

section.home-section.home-section07 {
  padding: 0;
  position: relative;
}
.top-tsunagi {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*--------------section08----------------*/
.reason-item {
  margin-bottom: 5em;
}
.reason-item-ttl.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #362616;
  padding: 1.5em;
}
.point {
  width: 10%;
}
.point-ttl {
  padding-left: 5em;
}
.point-ttl p {
  font-size: 35px;
  font-family: "utsukushi";
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
p.reason-desc {
  background: #f5eede;
  margin: 0;
  padding: 2em;
  font-size: 20px;
}
span.orange-txt {
  font-size: 130%;
  color: #ff8c00;
}
ul.machine-list {
  margin: 4em 0 2em;
}
ul.machine-list li {
  width: 30%;
  border: solid 1px #ccc;
  padding: 1em;
}
ul.machine-list li img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}
p.machine-title {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin: 0.5em;
}

/*--------------section10----------------*/

.home .com-box01 {
  position: relative;
  margin-bottom: 140px;
}
/*.com-box01::after {
    content: "";
    width: 40%;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: -40px;
    background-color: #e1f6f7;
    z-index: -1;
    border-radius: 20px 0 0 20px;
}
.com-box01-wrap .com-box01:nth-of-type(2n)::after {
    content: "";
    width: 40%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: -40px;
    background-color: #e1f6f7;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}*/
.home .com-box01-wrap .com-box01:last-of-type {
  margin-bottom: 0;
}
.home .com-box01-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .com-box01-wrap .com-box01:nth-of-type(2n) .com-box01-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home .com-box01-txt {
  width: 37%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.home .com-box01-img {
  width: 60%;
}
.home .com-box01-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .com-box01-tit {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  color: #fff !important;
  width: 140% !important;
  background: #cdc5b1 !important;
  padding: 1.2rem 3rem;
  margin-bottom: 0.5em !important;
}
.home .com-box01-txt-inner {
  background-color: #fff;
  padding: 20px 20px 0 0;
  width: 140%;
  border-radius: 0 20px 0 0;
}
.home .com-box01-txt-inner p {
  margin-bottom: 0;
  line-height: 1.75em;
  font-size: 17px;
}
.home .com-box01-wrap .com-box01:nth-of-type(2n) .com-box01-txt-inner {
  background-color: #fff;
  padding: 20px 0 0 20px;
  width: 140%;
  margin-left: -40%;
  border-radius: 20px 0 0 0;
}
.home .com-box01-wrap .com-box01:nth-of-type(2n) .com-box01-inner .com-box01-sub-tit,
.home .com-box01-wrap .com-box01:nth-of-type(2n) .com-box01-inner .com-box01-tit {
  margin-left: -40% !important;
}
.home .com-box01-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

/*--------------section11----------------*/

section.home-section.home-section11 {
  background-image: url(/wp-content/uploads/2023/11/bg_menu.png);
}

ul.menu-list.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.menu-list li {
  width: 30%;
  margin: 0 1.5% 40px;
  background: #fff;
  border: solid 3px #ea8d8d;
}
p.menu-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif !important;
}
ul.menu-list li p {
  padding: 0.5em 1em;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif !important;
}

/*--------------section12----------------*/
section.home-section.home-section12 {
  padding-top: 0;
}
p.blue-txt {
  color: #2ea7e0;
  text-align: center;
  font-size: 35px;
  margin-bottom: 0;
  padding: 75px 0;
  font-family: "Noto Sans JP", sans-serif !important;
}
p.make-txt {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 19px;
  padding: 1em 0;
}

/*--------------toda追加----------------*/

.new-mv {
  padding: 0;
}

.new-mv img {
  width: 100%;
}

.new-sp-mv {
  display: none;
}

.home-section14 {
  padding: 60px 0;
}

.home-menu-list li {
  width: 29%;
  background-color: #ebf7ff;
  background-size: 20px 25px;
  margin-bottom: 40px;
}

.home-menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(/wp-content/uploads/2023/11/menu-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 40px top 50%;
  background-size: 15px 25px;
}

.home-menu-list h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.home-menu-list p {
  font-family: "Spectral", serif;
  font-weight: 400;
  color: #6eb7e5;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.home-menu-list li a:hover {
  opacity: 0.5;
  background-position: right 30px top 50%;
}

.home-section14 {
  padding: 60px 0;
  overflow: hidden;
}

.h-ac-box {
  padding: 30px;
  background-color: #e1f7ff;
  max-width: 500px;
  margin: 0 auto 50px;
}

.h-ac-txt01 {
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 40px;
}

.h-ac-txt02 {
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 0;
  color: #0085b5;
  font-weight: bold;
}

.h-ac-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h-ac-ctr {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.h-ac-ctr a {
  display: block;
  width: 48%;
  padding: 20px;
  border: 2px solid #2ea7e0;
  border-radius: 20px;
  background-color: #fff;
}

.h-ac-ctr a:hover {
  opacity: 0.7;
}

.time-table {
  max-width: 900px;
  margin: 0 auto;
}

.time-table .tablepress thead th {
  background-color: #6eb7e5;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  font-family: "Noto Sans JP", sans-serif !important;
  border-right: 1px solid #fff;
  padding: 10px;
}

.time-table .tablepress td {
  font-family: "Noto Sans JP", sans-serif !important;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

.time-table .tablepress td.column-1 {
  background: #e4f5f5;
  text-align: center;
  color: #88764a;
  padding: 15px;
  width: 30%;
}

.time-table .tablepress td.column-2,
.time-table .tablepress td.column-3,
.time-table .tablepress td.column-4,
.time-table .tablepress td.column-5,
.time-table .tablepress td.column-6,
.time-table .tablepress td.column-7,
.time-table .tablepress td.column-8,
.time-table .tablepress td.column-9 {
  width: calc(70% / 8);
}

.ga-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
