@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: #5E533C;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.08em;
  margin: 0;
  background-color: #FCF8E9;
  line-height: 170%;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

::-moz-selection {
  background: #efefef;
}

::selection {
  background: #efefef;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header {
    border-top: 6px solid #F7645B;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.header h1 {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:1025px) {
  .header h1 {
    max-width: 387px;
    width: 34%;
  }
}
.header h1 .logo {
  margin-bottom: 2px;
}
@media screen and (max-width:639px) {
  .header h1 .logo {
    max-width: 150px;
    margin-bottom: 0;
  }
}
@media screen and (min-width:1025px) {
  .header h1 .logo {
    margin-bottom: 8px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .header h1 .logo {
    max-width: 200px;
  }
}
@media screen and (max-width:639px) {
  .header h1 .desc {
    max-width: 280px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .header h1 .desc {
    max-width: 300px;
  }
}
.headerInner {
  display: flex;
  align-items: center;
}
@media screen and (max-width:639px) {
  .headerInner {
    height: 64px;
  }
}
@media screen and (min-width:640px) {
  .headerInner {
    height: 80px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    height: 144px;
    margin-left: auto;
    margin-right: auto;
  }
}
.headerRight {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.headerRight .tel {
  margin-bottom: clamp(14px, 1.6vw, 16px);
}
@media screen and (max-width:1024px) {
  .headerRight .tel {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .headerRight .tel {
    width: 40%;
    max-width: 334px;
  }
}

.footer {
  background-color: #FFF3C5;
}
@media screen and (max-width:639px) {
  .footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width:640px) {
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.footerCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerInner {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(56px, 6.4vw, 64px);
  padding-bottom: clamp(56px, 6.4vw, 64px);
}
@media screen and (max-width:1024px) {
  .footerInner {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: clamp(24px, 3.2vw, 32px);
    padding-bottom: clamp(24px, 3.2vw, 32px);
  }
}
.footerLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footerLeft {
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
  }
}
.footerLeft h3 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:1024px) {
  .footerLeft h3 {
    margin-bottom: clamp(32px, 4vw, 40px);
  }
}
@media screen and (min-width:1025px) {
  .footerLeft h3 {
    align-items: flex-start;
  }
}
.footerLeft h3 div:first-child {
  margin-bottom: 8px;
}
@media screen and (max-width:639px) {
  .footerLeft h3 div {
    text-align: center;
  }
}
.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .footerRight {
    margin-bottom: clamp(24px, 3.2vw, 32px);
  }
}
@media screen and (max-width:639px) {
  .footerRight {
    width: 100%;
  }
}
.footerRight iframe {
  width: 480px;
  height: 240px;
  border-radius: 20px;
}
@media screen and (max-width:1024px) {
  .footerRight iframe {
    margin-top: clamp(21px, 2.4vw, 24px);
  }
}
@media screen and (max-width:639px) {
  .footerRight iframe {
    width: 100%;
    height: 320px;
  }
}
.footerRight .btn {
  position: relative;
  top: -22px;
}
.footerBottom {
  background-color: #F7645B;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width:640px) {
  .footerBottom {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width:1025px) {
  .footerBottom {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (max-width:639px) {
  .footerInfo p {
    font-size: 13px;
  }
}
.footer .copyright {
  display: block;
  text-align: right;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .copyright a {
  color: #fff;
}
.footerNav {
  display: none;
  background-color: #fff;
}
@media screen and (min-width:1025px) {
  .footerNav {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .footerNav {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width:640px) {
  .footerNav {
    margin-right: -32px;
    margin-left: -32px;
  }
}
.footerNav ul {
  display: flex;
  justify-content: center;
}
.footerNav ul li:not(:first-child):before {
  content: url(../../assets/img/cmn/ico_star_s.png);
  margin-right: min(0.7vw, 16px);
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 0;
  margin-left: 16px;
}
.footerNav ul li a {
  font-size: 16px;
  font-weight: bold;
  margin-left: 16px;
}

@media screen and (max-width:639px) {
  section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

section {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width:640px) {
  section {
    margin-top: 51.2px;
    margin-bottom: 51.2px;
  }
}
@media screen and (min-width:1025px) {
  section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.section-fill {
  background: #F7645B;
  padding-top: 32px;
  padding-bottom: 32px;
}
.section-fill .h2-style {
  color: #fff;
}
@media screen and (min-width:640px) {
  .section-fill {
    padding-top: 51.2px;
    padding-bottom: 51.2px;
  }
}
@media screen and (min-width:1025px) {
  .section-fill {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

section > div[class$=Inner] {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

section > div.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  position: fixed;
  top: 0;
  left: -100%;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width:1024px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    position: relative;
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
    justify-content: space-between;
  }
}

.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .gnav {
    background: transparent;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
  }
  .gnav ul.nav-list {
    background-color: #fff;
    padding-top: 64px;
  }
  .gnav ul.nav-list li {
    border-top: 1px solid #F7CCCC;
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav ul.nav-list li:last-child {
    border-bottom: 1px solid #F7CCCC;
  }
  .gnav ul.nav-list li a {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
  }
  .gnav ul.nav-list li a:after {
    content: url(../../assets/img/cmn/ico_arrow.svg);
    margin-left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    overflow: hidden;
  }
  .gnav ul.nav-list li {
    margin-left: min(1vw, 20px);
  }
  .gnav ul.nav-list li:not(:first-child):before {
    content: url(../../assets/img/cmn/ico_star_s.png);
    margin-right: min(0.7vw, 16px);
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .gnav ul.nav-list li a {
    font-size: clamp(14px, 1.6vw, 16px);
    font-size: min(1.2vw, 16px);
  }
  .gnav ul.nav-list li a.active {
    color: #F7645B;
  }
}
/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #F7645B;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .btn-burger {
    right: 10px;
    top: 10px;
  }
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 28px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 10px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -10px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: #F7645B;
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #F7645B;
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #F7645B;
  transform: rotate(45deg);
  top: 0;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.flex-grid .flex-item {
  width: calc((100% - 60px) / 3);
  background-color: #ccc;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }
}
h2, h3, h4 {
  line-height: 140%;
  letter-spacing: 0.1em;
}

.h2-style {
  font-size: 28px;
  margin-bottom: 64px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #F7645B;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0;
  position: relative;
  font-weight: 800;
}
@media screen and (max-width:639px) {
  .h2-style {
    font-size: 26.6px;
  }
}
.h2-style small {
  line-height: 1.3;
  font-size: 24px;
  display: block;
}
@media screen and (max-width:639px) {
  .h2-style small {
    font-size: 22.8px;
  }
}
.h2-style small {
  margin-bottom: 8px;
}
@media screen and (max-width:639px) {
  .h2-style {
    margin-bottom: 44.8px;
  }
  .h2-style small {
    margin-bottom: 5.6px;
  }
}
@media screen and (min-width:1025px) {
  .h2-style {
    padding: 40px 0;
  }
}
.h2-style:before {
  content: "";
  display: block;
  border-radius: 100px;
  background-image: url(../../assets/img/cmn/bg_heading.png);
  background-position: bottom right;
  position: absolute;
  top: 10px;
  left: auto;
  right: -13px;
  bottom: auto;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width:639px) {
  .h2-style:before {
    right: auto;
  }
}
.h2-style:after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 100px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.h2-style span {
  position: relative;
  display: block;
  z-index: 7;
  height: 100%;
}

h3 {
  font-size: clamp(22px, 3vw, 30px);
  text-align: center;
}

.h3-style {
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width:639px) {
  .h3-style {
    font-size: 22.4px;
    margin-bottom: 32px;
  }
}
.h3-style small {
  display: block;
  font-size: 0.6em;
  border: 2px solid #F7645B;
  border-radius: 8px;
  line-height: 1.6em;
  padding: 0 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3em;
}

h3 {
  color: #F7645B;
  font-size: clamp(26px, 2.8vw, 28px);
  font-weight: 800;
}

h4 {
  font-size: clamp(21px, 2.4vw, 24px);
}

.h4-style {
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
  margin-bottom: 24px;
  margin-top: 32px;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #453E3E;
  text-decoration: none;
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover {
  color: #958181;
  opacity: 0.8;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

a.link-text {
  color: #F7645B;
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F7645B;
  border-right: 2px solid #F7645B;
  transform: rotate(45deg);
}

a[class^=btn] {
  box-sizing: content-box;
  background-color: #fff;
  color: #F7645B;
  border: 2px solid #F7645B;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  font-size: clamp(14px, 1.6vw, 16px);
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
a[class^=btn]:hover {
  text-decoration: none;
}
@media screen and (max-width:639px) {
  a[class^=btn] {
    font-size: 13px;
  }
}
a[class^=btn].accent {
  background-color: #F7645B;
  color: #fff;
}
a[class^=btn].large {
  font-weight: bold;
  padding: 12px 56px;
  height: auto;
  line-height: auto;
}
a[class^=btn].large:before {
  background-position: right 24px center;
}

.btn {
  text-align: left;
  padding: 0 46px 0 38px;
}
.btn:before {
  background-image: url(/assets/img/cmn/ico_arrow.svg);
  background-color: rgba(255, 255, 255, 0);
  background-position: right 16px center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.btn.back {
  padding: 0 38px 0 46px;
}
.btn.back:before {
  transform: scale(-1, 1);
}
.btn.accent:before {
  background-image: url(/assets/img/cmn/ico_arrow_w.svg);
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #F7645B;
  color: #ffffff;
  text-align: center;
  padding: 12px 16px;
}
.table-style td {
  background-color: #ffffff;
  text-align: left;
  padding: 12px 16px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width:640px) {
  .table-narrow {
    width: auto;
  }
  .table-narrow th {
    padding-left: 40px;
    padding-right: 40px;
  }
  .table-narrow td {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 8px 8px 8px 15px;
  line-height: 1.4;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #27C2E4;
  position: absolute;
  top: 12px;
  left: 0;
  margin: auto;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  overflow-y: scroll;
}

.attention {
  color: #b54444;
  font-size: 0.9em;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.map iframe {
  width: 100%;
  border: none;
  height: 40vh;
}
@media screen and (min-width:640px) {
  .map iframe {
    height: 360px;
  }
}

.bg-s {
  background-color: #27C2E4;
}

.bg-w {
  background-color: #fff;
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #f8f472 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #5E533C;
}

.red {
  color: #C72600;
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #ffffff;
  padding: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid #F7645B;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */