@charset "UTF-8";
/* --- ベースを10pxに --- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img,
iframe {
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font: inherit;
}

input,
button,
textarea,
select {
  background: red;
  font-family: inherit;
}

th,
td {
  font-weight: normal;
}

summary {
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  overflow-x: hidden;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-style: normal;
  color: #252322;
  background-color: #fafbfb;
}
@media (width < 430px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
}

main {
  padding-top: 100px;
}
@media (width < 430px) {
  main {
    padding-top: 72px;
  }
}

section {
  padding: 120px 0;
}
section.bg-beige {
  background-color: rgb(243, 242, 239);
}
@media (width < 430px) {
  section {
    padding: 80px 0;
  }
}

.cont-wrapper_s,
.cont-wrapper,
.cont-wrapper_l {
  width: 88%;
  margin: 0 auto;
}

.cont-wrapper_s {
  max-width: 840px;
}

.cont-wrapper {
  max-width: 1080px;
}

.page-title-box {
  padding: 100px 0;
}
@media (width < 430px) {
  .page-title-box {
    padding: 60px 0;
  }
}
.page-title-box h1,
.page-title-box h2 {
  font-weight: 700;
  text-align: center;
}
.page-title-box h1 {
  font-size: 4rem;
  line-height: 1;
}
@media (width < 430px) {
  .page-title-box h1 {
    font-size: 2.8rem;
  }
}
.page-title-box h1 span {
  display: block;
  font-size: 0.35em;
  color: rgb(70, 92, 115);
  margin-top: 0.6em;
}
.page-title-box h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 2em;
}
@media (width < 430px) {
  .page-title-box h2 {
    font-size: 2rem;
  }
}
.page-title-box p {
  margin: 40px auto 0;
  text-align: justify;
}
@media (width < 430px) {
  .page-title-box p {
    margin-top: 1em;
  }
}
.page-title-box p.sub {
  font-size: 1.5rem;
  margin-top: 1.3em;
  opacity: 0.75;
}
@media (width < 430px) {
  .page-title-box p.sub {
    margin-top: 1em;
  }
}

.sec-title-box {
  padding-bottom: 80px;
}
@media (width < 430px) {
  .sec-title-box {
    padding-bottom: 60px;
  }
}

.sec-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.sec-title.top-page {
  text-align: left;
  font-size: 6rem;
}

.sec-txt {
  margin: 40px auto 0;
  text-align: justify;
  margin-top: 2em;
}

.sec-txt-sub {
  font-size: 0.8em;
  margin-top: 1.8em;
}

a.underline {
  text-decoration: underline;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
a.underline:hover {
  color: #cf3206;
}

.btn_wrapper_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.btn_wrapper_grid a.btn__base {
  width: 100%;
}

.btn__wide {
  display: block;
  text-align: center;
  padding: 1.4em 0;
  border-radius: 6px;
  background-color: rgb(70, 92, 115);
  color: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.btn__wide:hover {
  background-color: #cf3206;
}

a.btn__base,
input[type=submit] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  width: 380px;
  max-width: 100%;
  height: 68px;
  margin: 0 auto;
  border-radius: 100vmax;
  background-color: rgb(70, 92, 115);
  color: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
a.btn__base:hover,
input[type=submit]:hover {
  background-color: #cf3206;
}

.headline_3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.katakana {
  letter-spacing: -0.1em;
}

.google-map {
  width: 100%;
  height: 460px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  border: solid 2px #252322;
}
.google-map iframe {
  width: 100%;
  height: 760px;
  margin-top: -150px;
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
}

#furusato-list {
  margin-bottom: 120px;
}

.style__ttl_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1;
}
.style__ttl_sidebar::after {
  content: "";
  inset: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #252322;
  margin-left: 15px;
}

.style__box_def, .style__box_navy {
  border-radius: 6px;
}
.style__box_def {
  background-color: #fff;
  border: solid 2px #252322;
}
.style__box_navy {
  background-color: rgb(70, 92, 115);
  border: solid 2px rgb(70, 92, 115);
  color: #fff;
}

.nav_item.sp-only {
  display: none;
}
@media (width < 970px) {
  .nav_item.sp-only {
    display: block;
  }
}

br.sp-only {
  display: none;
}
@media (width < 430px) {
  br.sp-only {
    display: block;
  }
}

br.pc-only {
  display: block;
}
@media (width < 430px) {
  br.pc-only {
    display: none;
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 100;
  border-bottom: 2px solid #252322;
}
@media (width < 430px) {
  .header {
    height: 72px;
  }
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_wrapper .logo {
  width: auto;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width < 430px) {
  .header_wrapper .logo {
    height: 24px;
  }
}
@media (width < 970px) {
  .header_wrapper nav {
    background-color: rgb(70, 92, 115);
    -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
    width: 95%;
    height: 100vh;
    border-radius: 40px 0 0 40px;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    z-index: 99;
    padding: 54px 0 40px;
  }
  .header_wrapper nav.opened {
    right: 0;
  }
}
.header_wrapper nav .g_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 2em;
}
@media (width < 970px) {
  .header_wrapper nav .g_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #fff;
    gap: 0;
  }
}
.header_wrapper nav .g_nav .nav_item {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
@media (width < 970px) {
  .header_wrapper nav .g_nav .nav_item {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    line-height: 2.8em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header_wrapper nav .g_nav .nav_item:nth-of-type(odd) {
    background-color: rgb(70, 92, 115);
  }
}
.header_wrapper nav .g_nav .nav_item a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (width < 970px) {
  .header_wrapper nav .g_nav .nav_item a {
    display: block;
    height: 100%;
    padding-left: 10%;
  }
}
.header_wrapper nav .g_nav .nav_item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.sp_menu_btn {
  display: none;
  position: fixed;
  inset: auto 5% auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 100;
}
@media (width < 970px) {
  .sp_menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp_menu_btn .menu_line {
  background: #252322;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_menu_btn .menu_line.opened {
  background: #fff;
}
.sp_menu_btn .menu_line.opened:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
      -ms-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.sp_menu_btn .menu_line.opened:nth-child(2) {
  opacity: 0;
}
.sp_menu_btn .menu_line.opened:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
      -ms-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}

#life-style_box .wrapper {
  width: 100%;
  height: 380px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 48, 69, 0.2)), to(rgba(0, 0, 0, 0.6))), url(../img/bg_life-style.jpg);
  background-image: linear-gradient(to right, rgba(41, 48, 69, 0.2), rgba(0, 0, 0, 0.6)), url(../img/bg_life-style.jpg);
  background-position: 20% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 430px) {
  #life-style_box .wrapper {
    height: 340px;
    background-position: 60% center;
    background-attachment: scroll;
  }
}
#life-style_box .wrapper .life-style_info {
  text-align: center;
}
#life-style_box .wrapper .life-style_info h2 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 1em;
}
@media (width < 430px) {
  #life-style_box .wrapper .life-style_info h2 {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    margin-bottom: 0.8em;
  }
}
#life-style_box .wrapper .life-style_info p {
  color: #ededed;
  margin-bottom: 30px;
}

#contact_mega-btn .wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
#contact_mega-btn .wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ededed;
  font-size: 2rem;
  padding: 2em 8%;
  letter-spacing: 0.08em;
  background-color: rgb(54, 71, 89);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (width < 430px) {
  #contact_mega-btn .wrapper a {
    font-size: 2rem;
  }
}
#contact_mega-btn .wrapper a:last-child {
  background-color: rgb(41, 55, 70);
}
#contact_mega-btn .wrapper a:hover {
  background-color: #cf3206;
}
#contact_mega-btn .wrapper a span.circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #ededed;
}
@media (width < 430px) {
  #contact_mega-btn .wrapper a span.circle-btn {
    width: 48px;
    height: 48px;
  }
}
#contact_mega-btn .wrapper a span.circle-btn:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: translateX(-25%) rotate(45deg);
      transform: translateX(-25%) rotate(45deg);
}
@media (width < 430px) {
  #contact_mega-btn .wrapper a span.circle-btn:after {
    width: 12px;
    height: 12px;
  }
}

.footer {
  width: 100%;
  background-color: rgb(70, 92, 115);
  padding: 80px 0;
  line-height: 1;
  color: #ededed;
}
@media (width < 430px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .footer_top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media (width < 430px) {
  .footer .footer_top-wrapper {
    display: none;
  }
}
.footer .footer_top-wrapper .logo {
  width: 120px;
}
.footer .footer_top-wrapper .logo a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer .footer_top-wrapper .logo a:hover {
  opacity: 0.7;
}
.footer .footer_top-wrapper .nav .main-nav,
.footer .footer_top-wrapper .nav .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1.8em;
}
.footer .footer_top-wrapper .nav .main-nav {
  font-size: 1.6rem;
}
.footer .footer_top-wrapper .nav .sub-nav {
  font-size: 1.4rem;
  margin-top: 3rem;
}
.footer .footer_top-wrapper .nav a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer .footer_top-wrapper .nav a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.footer .footer_bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 430px) {
  .footer .footer_bottom-wrapper {
    display: block;
  }
}
.footer .footer_bottom-wrapper .l-box .info-list {
  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;
  font-size: 1.4rem;
  row-gap: 1em;
  letter-spacing: 0.06em;
}
@media (width < 430px) {
  .footer .footer_bottom-wrapper .l-box .info-list {
    font-size: 1.5rem;
    display: block;
    line-height: 1.8;
  }
}
.footer .footer_bottom-wrapper .l-box .info-list dt {
  width: 6em;
}
@media (width < 430px) {
  .footer .footer_bottom-wrapper .l-box .info-list dt {
    width: 100%;
    opacity: 0.8;
    font-size: 1.4rem;
  }
  .footer .footer_bottom-wrapper .l-box .info-list dt:not(:first-of-type) {
    margin-top: 1.8em;
  }
}
.footer .footer_bottom-wrapper .l-box .info-list dd {
  width: calc(100% - 6em);
}
@media (width < 430px) {
  .footer .footer_bottom-wrapper .l-box .info-list dd {
    width: 100%;
  }
}
.footer .footer_bottom-wrapper .l-box .info-list dd li + li {
  margin-top: 0.7em;
}
@media (width < 430px) {
  .footer .footer_bottom-wrapper .l-box .info-list dd li + li {
    margin-top: 0;
  }
}
.footer .footer_bottom-wrapper .r-box {
  text-align: right;
}
@media (width < 430px) {
  .footer .footer_bottom-wrapper .r-box {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .footer_bottom-wrapper .r-box .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  margin-bottom: 50px;
}
@media (width < 430px) {
  .footer .footer_bottom-wrapper .r-box .sns-list {
    margin-bottom: 0;
  }
}
.footer .footer_bottom-wrapper .r-box .sns-list li {
  width: 36px;
}
.footer .footer_bottom-wrapper .r-box small {
  font-size: 1.3rem;
  line-height: 1;
}

#first-view {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width < 970px) {
  #first-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
#first-view .txt-box {
  width: 35%;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 970px) {
  #first-view .txt-box {
    width: 100%;
    padding: 5% 7% 60px;
  }
}
#first-view .txt-box .txt-wrap h1 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (width < 970px) {
  #first-view .txt-box .txt-wrap h1 {
    font-size: 6.5vw;
  }
}
#first-view .txt-box .txt-wrap p {
  text-align: justify;
  margin-top: 1em;
}
#first-view .txt-box .txt-wrap a.btn__base {
  width: 300px;
  height: 60px;
  margin: 40px auto 0 0;
}
@media (width < 970px) {
  #first-view .txt-box .txt-wrap a.btn__base {
    width: 100%;
    margin: 30px auto 0 0;
  }
}
#first-view .img-box {
  width: 65%;
  height: calc(100vh - 120px);
  position: relative;
}
@media (width < 970px) {
  #first-view .img-box {
    width: 100%;
    height: 55vh;
  }
}
#first-view .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
}
#first-view .img-box img.active {
  opacity: 1;
}

#news .news-list .news-item {
  padding: 1.5em 5%;
  background-color: #fff;
  border-radius: 6px;
}
#news .news-list .news-item + .news-item {
  margin-top: 20px;
}
#news .news-list .news-item .news-head-wrapper {
  line-height: 1;
}
#news .news-list .news-item .news-head-wrapper .tag {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.4em 0.6em 0.45em;
  border-radius: 2px;
  color: #ededed;
}
#news .news-list .news-item .news-head-wrapper .tag[name=news] {
  background-color: rgb(70, 92, 115);
}
#news .news-list .news-item .news-head-wrapper .tag[name=event] {
  background-color: #cf3206;
}
#news .news-list .news-item .news-head-wrapper .date {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 0.8em;
  opacity: 0.8;
}
#news .news-list .news-item .news-title {
  font-size: 1.75rem;
  line-height: 1.6;
  margin-top: 0.3em;
}
#news .news-list .news-item .news-title .pdflink {
  font-size: 1.6rem;
  margin-left: 1em;
  font-weight: 700;
  vertical-align: text-bottom;
}
#news .news-list .news-item .news-title .pdflink a {
  color: rgb(70, 92, 115);
}
#news .news-list .news-item .news-txt {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
  margin-top: 0.2em;
}
@media (width < 430px) {
  #news .news-list .news-item .news-txt {
    font-size: 1.4rem;
    opacity: 0.8;
    margin-top: 0.7em;
  }
}
#news .news-list .news-item .news-title a,
#news .news-list .news-item .news-txt a {
  text-decoration: underline;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
#news .news-list .news-item .news-title a:hover,
#news .news-list .news-item .news-txt a:hover {
  color: #cf3206;
}
#news #google-calender {
  margin-top: 60px;
  scroll-margin-top: 100px;
}
#news #google-calender .google-calender-box {
  padding: 4rem 5%;
}
@media (width < 430px) {
  #news #google-calender .google-calender-box {
    padding: 2rem 5%;
  }
}
#news #google-calender .google-calender-box .head-box {
  display: inline-block;
  padding: 0.5em 0.8em;
  border-radius: 3px;
  background-color: rgb(70, 92, 115);
}
#news #google-calender .google-calender-box .head-box h2 {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news #google-calender .google-calender-box .head-box h2 span {
  font-size: 0.8em;
  margin-left: 0.25em;
}
#news #google-calender .google-calender-box p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 1em;
}
#news #google-calender .google-calender-box .google-calender {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 3%;
  background-color: rgb(240, 244, 249);
}
@media (width < 430px) {
  #news #google-calender .google-calender-box .google-calender {
    padding: 1rem 3%;
  }
}
#news #google-calender .google-calender-box .google-calender iframe {
  width: 100%;
  height: 420px;
}

.service-item-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
}
.service-item-wrapper .service-item {
  padding: 0 0 2em;
}
.service-item-wrapper .service-item a:hover .thumb {
  opacity: 0.7;
}
.service-item-wrapper .service-item .thumb {
  width: 100%;
  aspect-ratio: 16/10;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.service-item-wrapper .service-item .txt-box {
  margin-top: 2em;
  padding: 0 2em;
  position: relative;
}
@media (width < 430px) {
  .service-item-wrapper .service-item .txt-box {
    padding: 0 7%;
  }
}
.service-item-wrapper .service-item .txt-box img {
  position: absolute;
  width: 20vw;
  max-width: 120px;
}
.service-item-wrapper .service-item .txt-box img.maki {
  top: -50px;
  right: 40px;
}
@media (width < 430px) {
  .service-item-wrapper .service-item .txt-box img.maki {
    top: -20px;
    right: 20px;
  }
}
.service-item-wrapper .service-item .txt-box img.stove {
  top: -130px;
  right: 30px;
}
@media (width < 430px) {
  .service-item-wrapper .service-item .txt-box img.stove {
    top: -100px;
    right: 20px;
  }
}
.service-item-wrapper .service-item .txt-box h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
}
@media (width < 430px) {
  .service-item-wrapper .service-item .txt-box h3 {
    font-size: 2.2rem;
  }
}
.service-item-wrapper .service-item .txt-box .service-txt {
  text-align: justify;
  line-height: 1.8;
  margin-top: 1.5em;
}
.service-item-wrapper .service-item .txt-box a:hover p {
  color: #cf3206;
  margin-left: auto;
}
.service-item-wrapper .service-item .txt-box a:hover .line {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 20px;
}
.service-item-wrapper .service-item .txt-box a:hover span.circle-btn {
  background: #cf3206;
}
.service-item-wrapper .service-item .txt-box .wrapper {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.service-item-wrapper .service-item .txt-box .wrapper p {
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.service-item-wrapper .service-item .txt-box .wrapper .line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #252322;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.service-item-wrapper .service-item .txt-box .wrapper span.circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgb(70, 92, 115);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.service-item-wrapper .service-item .txt-box .wrapper span.circle-btn:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: translateX(-25%) rotate(45deg);
      transform: translateX(-25%) rotate(45deg);
}/*# sourceMappingURL=style.css.map */