.page-ttl {
  gap: 3rem;
  padding: 6rem 0;
  border-bottom: solid 1px #000;
  margin-bottom: 5rem;
}

.contact-area {
  background: #f7f7f7;
  padding: 8rem 10rem;
  color: #251e1c;
}

.formTable > dl {
  display: grid;
  grid-template-columns: 1.2fr 3fr;
  margin-bottom: 3rem;
}

.formTable > dl dt {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 2rem;
  color: #251e1c;
}
.formTable > dl.message-box dt {
  align-items: flex-start;
}

.formTable > dl dt .Required {
  font-size: 1.4rem;
  background: #a61527;
  color: #fff;
  padding: 4px 1rem;
}
.formTable > dl dd {
  font-size: 1.6rem;
}

.formTable dl dd input[type="text"],
.formTable dl dd input[type="email"],
textarea,
#zip {
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  width: 100%;
  border: solid #b3b3b3 1px;
}
#zip {
  width: 50%;
}

#message_select {
  width: 40%;
  padding: 1rem;
  background: #fff;
  border: solid #b3b3b3 1px;
}

#submit {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.confirmBtn {
  background: #000;
  border: solid 2px #000;
  color: #fff;
  font-size: 2.2rem;
  padding: 15px 8rem;
  border-radius: 15px;
  margin: 3rem 0;
  text-align: center;
  display: block;
  cursor: pointer;
  letter-spacing: 3px;
}
.confirmBtn:hover {
  background: #fff;
  border: solid 2px #000;
  color: #000;
}
.backBtn {
  background: #fff;
  border: solid 2px #000;
  color: #000;
  font-size: 2.2rem;
  padding: 15px 8rem;
  border-radius: 15px;
  margin: 3rem 0;
  text-align: center;
  display: block;
  cursor: pointer;
}

.contact-area section {
  margin: 5rem 0 10rem;
}

.contact-area section h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.contact-area section p {
  font-size: 1.4rem;
}

.contact-tel {
  margin: 10rem auto;
}
.contact-tel dl:nth-child(1) {
  gap: 1rem;
  display: flex;
  align-items: flex-start;
}
.contact-tel dl:nth-child(1) dt {
  background: #595858;
  color: #fff;
  padding: 6px 2rem;
  border-radius: 5px;
}

.contact-tel dl dd a:nth-child(1) {
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: 0px;
}
.contact-tel dl dd p:nth-child(2) {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.contact-input {
  margin: 0rem 0 5rem;
}

.contact-input > h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.privacy-cont > h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 5rem;
}

.privacy-cont p {
  font-size: 1.2rem;
}

.contact-complete p a {
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  padding: 1rem;
  width: fit-content;
  margin: 2rem auto 0;
  display: block;
}

.contact-complete {
  text-align: center;
  margin: 15rem auto;
}

.confirmationcontact-text-box p {
  margin-bottom: 4rem;
  text-align: center;
}
.contact_complete_area .privacy-cont,
.contact_confirmation_area .privacy-cont {
  display: none;
}
/* ----------------

top ページ

----------------*/

.main-visual {
  position: relative;
  margin-top: 3rem;
}
.main-visual .main-ttl {
  margin-bottom: 0;
}
.main-visual .inner {
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  width: 1100px;
  max-width: 100%;
}
.main-ttl img {
  width: 84%;
  display: block;
  margin: auto;
}
.main-visual .main-ttl p {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.8;
  text-align: center;
  margin-top: 2rem;
}
.main-ttl dl {
  margin-top: 2rem;
}
.main-ttl dl > dt {
  background: #232e84;
  width: fit-content;
  color: #fff;
  padding: 2px 2rem;
  border-radius: 10px;
  margin: 0 auto 1rem;
}

.main-ttl dl dd {
  font-weight: bold;
  text-align: center;
}

.swiper.main-img {
  width: 740px;
}
.movie-area {
  border-bottom: solid 1px #000;

  padding-top: 12rem;
}
.main-ttl {
  margin-bottom: 3rem;
}
.main-ttl h2 {
  color: #51a199;
  font-size: 5.7rem;
  font-weight: bold;
}
.movie-area p {
  text-align: center;
}

.movie-area .catch {
  font-size: 2.2rem;
  font-weight: bold;
}

.movie-area .txt {
  font-size: 1.6rem;
}

.movie-area iframe {
  border: none;
}
.youtube {
  width: 85%;
  margin: auto;
  display: none;
}
.youtube-inner {
  width: 100%;
  aspect-ratio: 16 / 9;
  text-align: center;
  margin: 3rem auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #fff;
  border: solid 1px #000;
  margin: auto;
  text-align: center;
}
.course-area {
  border-bottom: solid 1px #000;
}

.course-area .main-ttl {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.course-area .main-ttl p:nth-child(2) {
  font-size: 2.2rem;
  font-weight: bold;
}

.course-area .txt {
  font-size: 1.4rem;
  line-height: 2;
}

.course-area ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 5rem;
}

.course-area ul li {
  background: #fff;
  padding: 2rem;
  padding-top: 3rem;
  padding-left: 0;
}
.course-area ul li p:nth-child(1) {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.course-area ul li dl {
  margin-top: 3rem;
  padding-left: 2rem;
}
.course-area ul li dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.course-area ul li dl dd {
  font-size: 1.4rem;
  height: 7em;
}

.course-btn {
  margin-top: 4rem;
}

.landscape-area {
  padding-bottom: 12rem;
}
.swiper {
  overflow: visible !important;
}

.swiper-container {
  overflow: hidden;
  position: relative;
  width: 770px;
  margin: auto;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-pagination-bullet-active {
  background: #51a199;
}
.swiper-button-next {
  background-image: url("../images/page/top/next-btn.webp");
  background-size: cover;
  width: 50px; /* ボタンの幅を調整 */
  height: 50px; /* ボタンの高さを調整 */
  color: transparent;
}

.swiper-button-prev {
  background-image: url("../images/page/top/prev-btn.webp");
  background-size: cover;
  width: 50px; /* ボタンの幅を調整 */
  height: 50px; /* ボタンの高さを調整 */
  color: transparent;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

.swiper-pagination {
  bottom: -50px !important;
}

.news-area {
  background: url(../images/page/top/bg01.webp) no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
}

.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
li.news-item .news-thumbnail {
  margin-bottom: 1rem;
}
li.news-item .news-thumbnail img {
  width: 100%;
  height: 195px;
}

li.news-item a:nth-child(1) {
  display: block;
  background: #fff;
  padding: 1rem;
}
li.news-item .time {
  font-size: 1.2rem;
}

li.news-item .news-txt {
  height: 4em;
  display: block;
}

.news-area .main-ttl h2 img {
  width: 40%;
}

.news-btn {
  margin-top: 3rem;
  margin: 3rem auto 0;
  text-align: center;
}

.news-btn > a:nth-child(1) > img:nth-child(1) {
  width: 25px;
}

.news-btn > a:nth-child(1) {
  display: flex;
  width: fit-content;
  background: #fff;
  padding: 2rem 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: auto;
}

/* 要素 | https://cookingso.com/ */

.main-ttl2 > h2:nth-child(1) {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}

.main-ttl2 {
  margin-bottom: 3rem;
}

.access-area iframe {
  width: 100%;
  height: 500px;
}
.access-map {
  width: 90%;
  margin: auto;
}

.access-txt {
  display: grid;
  align-items: center;
  width: 80%;
  margin: 3rem auto 0;
  justify-content: center;
  grid-template-columns: 1fr 1.3fr;
  gap: 2rem;
}

.address {
  font-size: 2.5rem;
  font-weight: bold;
}

.parking {
  font-size: 1.7rem;
  font-weight: bold;
}
.wp-pagenavi {
  margin: 3rem auto 0;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.2rem;
  background: #fff;
  background: #fff;
}

.single-cont {
  padding: 5rem;
}
.single-cont .inner {
  padding: 4rem;
  background: #fff;
}
.single-cont h2:nth-child(1) {
  font-size: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px;
  margin-bottom: 3rem;
}

.single-cont h2:nth-child(1) .date {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.single-cont .content p,
.single-cont .content {
  font-size: 1.4rem;
}

.single-cont .content img {
  display: block;
  margin: 3rem auto;
}
.rin-main-visual {
  margin-top: 15rem;
  padding-bottom: 16rem;
}

.rin-main-visual > div:nth-child(1) {
  position: relative;
}
.rin-main-visual > div:nth-child(1) > img:nth-child(1) {
  width: 40%;
  position: absolute;
  top: -90px;
  left: -40px;
}

.rin-main-visual .catch {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}

.rin-main-visual .txt {
  font-size: 2rem;
  margin-top: 4rem;
  text-align: center;
}

.rin-main-visual .main-ttl {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.delivery-area {
  border-top: solid 1px #000;
}
.delivery-area p.catch {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
.delivery-area ul {
  margin-top: 4rem;
}

.delivery-area ul > li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 4rem;
  background: #fff;
  align-items: flex-start;
  position: relative;
}
.delivery-area ul > li + li {
  margin-top: 3rem;
}

.delivery-area ul li dl {
  margin-top: 4rem;
  height: 100%;
  position: relative;
}
.delivery-area ul > li > dl dt {
  background: #403d3c;
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem 3rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.delivery-area ul > li > dl img {
  width: 165px;
  /* display: block; */
  margin-left: auto;
  margin-top: 1rem;
}
.delivery-area ul > li > dl dd {
  letter-spacing: 1px;
  line-height: 1.8;
}

.delivery-area ul > li:nth-child(1) > dl > img {
  position: absolute;
  right: -1rem;
  bottom: 0spx;
}
.delivery-area ul > li:nth-child(2) > dl > img {
  position: absolute;
  right: 1rem;
  bottom: 50px;
}
.delivery-area ul > li:nth-child(3) > dl > img {
  position: absolute;
  right: 0rem;
  bottom: 30px;
}

.registration-inner {
  border: solid 6px #000;
  padding: 7rem;
  background: #fff;
  flex-wrap: wrap;
  display: contents;
  position: relative;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.registration-inner > h2:nth-child(1) {
  font-size: 3.4rem;
  font-weight: bold;
  border: solid 6px;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 3;
  padding: 1rem;
}

div.registration-box {
  background: #f5f9f1;
  width: 100%;
  padding: 3rem;
}
div.registration-box > dl + dl {
  margin-top: 2rem;
}
div.registration-box > dl > dt {
  background: #e55955;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  width: 7em;
  text-align: center;
}

div.registration-box > dl > dd {
  font-size: 2.5rem;
  font-weight: bold;
}
div.registration-box > dl {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
  width: 60%;
  margin: auto;
}

.registration-inner > p:nth-child(3) {
  font-size: 2.2rem;
  margin-top: 1rem;
  text-align: center;
}

div.registration-box:nth-child(4),
div.registration-box:nth-child(5) {
  width: 48%;
}

div.registration-box .footer-tel-txt {
  gap: 0.5rem;
  flex-direction: column;
  align-items: center;
}

div.registration-box .footer-tel-txt > a:nth-child(2) {
  font-size: 3.3rem;
  letter-spacing: 4px;
}

div.registration-box:nth-child(5) > a:nth-child(1) > img {
  height: 96px;
  display: block;
  margin: auto;
  mix-blend-mode: multiply;
}

.main-visual-2025 .main-ttl dl > dt {
  background: #37ba2d;
}
.main-contets-2025 .course-area {
  border-bottom: none;
}
.main-contets-2025 .course-area .main-ttl h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #379600;
  font-size: 3.6rem;
}
.main-contets-2025 .course-area .main-ttl h2 img {
  width: 50px;
}

.main-contets-2025 .course-area .main-ttl p:nth-child(2) {
  font-size: 1.8rem;
}

.main-contets-2025 .course-area ul li {
  background: #aaea33;
}

.main-contets-2025 .landscape-area .main-ttl2 h2 img {
  width: 75px;
}

.main-contets-2025 .landscape-area .main-ttl2 h2 span {
  font-size: 3.1rem;
  border-bottom: solid 4px;
  padding-bottom: 2px;
}

.main-contets-2025 .swiper-pagination-bullet-active {
  background: #429a00 !important;
}

.main-contets-2025 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1 !important;
}
.main-contets-2025 .swiper-button-next {
  background-image: url("../images/page/top-2025/next-btn.webp");
}

.main-contets-2025 .swiper-button-prev {
  background-image: url("../images/page/top-2025/prev-btn.webp");
}

.main-contets-2025 .landscape-area {
  background: #aaea33;
}

.main-contets-2025 .news-area {
  background: none;
}
.main-contets-2025 .news-list li{
  border: solid 1px #000;
}
.main-contets-2025 .news-btn > a:nth-child(1) {
  border: solid 1px #000;
}



.btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

/* 

凛 202511 

*/







.header-inner {
  border-bottom: none;
}

.header-tel-txt > p:nth-child(1) {
  background: #cc5520;
}

.header-tel-txt > a:nth-child(2) {
  border: none;
  color: #cc5520;
}
  

  .swiper.main-img img{
    border-radius: 20px;
  }


.rin-main-visual.rin-main-visual-2025 > div:nth-child(1) > img:nth-child(1) {
  width: 200px;
  display: block;
  margin: 0 auto 3rem;
  position: unset;
}

.rin-main-visual.rin-main-visual-2025  {
  margin-top: 0rem;
  background: linear-gradient(180deg, transparent 0%, transparent 29%, #ffe991 29%, #ffe991 100%);
  padding-bottom: 10rem;

}



.rin-main-visual.rin-main-visual-2025 .main-ttl{
  position: unset;
  transform: unset;
}

.rin-main-visual.rin-main-visual-2025 .catch {
  font-size: 3rem;
  text-align: left;
  margin-top: 3rem;
}

.rin-main-visual.rin-main-visual-2025 .txt {
  font-size: 2.3rem;
  text-align: left;
  margin-top: 1.5rem;
  line-height: 1.8;
}

.rin-main-visual.rin-main-visual-2025 .main-ttl {
  margin-top: 9rem;
  padding: 0 3%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 1%;
}



.rin-main-visual.rin-main-visual-2025 .main-ttl img {
  width: 100%;
}


.rin-main-visual.rin-main-visual-2025 .main-ttl {
  margin-bottom: 0rem;
}



.rin-main-visual.rin-main-visual-2025
.main-ttl-inner > h3:nth-child(1) {
  font-size: 2.8rem;
  color: #fff;
  background: #3c2618;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 20px;
}

.rin-main-visual.rin-main-visual-2025 .main-ttl-inner {
  width: 60%;
}

.rin-main-visual.rin-main-visual-2025 div.main-ttl:nth-child(3) > img:nth-child(2) {
  width: 39%;
}

.main-contets-2025 div.registration-box{
  width: 100%;
  
}


.main-contets-2025 div.registration-box .footer-tel-txt > a:nth-child(2) {
  font-size: 4.4rem;
}

.main-contets-2025 div.registration-box .footer-tel-txt {
  gap: 0 1.5rem;
  flex-direction: unset;
  flex-wrap: wrap;
  justify-content: center;
}

.main-contets-2025 .registration-inner {
  border: solid 6px #f3c13e;
}

.main-contets-2025 .registration-inner > h2:nth-child(1) {
  border: solid 6px #fff;
  background: #ff9f0f;
}

.main-contets-2025 .delivery-area ul > li > dl dt {
  background: #f6ed36;
  color: #3c2618;
  font-weight: bold;
}

.main-contets-2025 .delivery-area {
  border-top: none;
}

.main-contets-2025 div.footer-tel-txt:nth-child(1) > p:nth-child(3) {
  width: 100%;
  text-align: center;
}

.main-contets-2025 .footer-tel-txt > p:nth-child(1) {
  width: fit-content;
  padding: 6px 10px;
}

.main-contets-2025 .registration-inner > p:nth-child(5) {
  font-size: 2.2rem;
}

.main-contets-2025  .landscape-area.menu-area {
  background: #ffe157;
}



.main-contets-2025 .landscape-area.menu-area  div.swiper-slide > p:nth-child(2) {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
}

.main-contets-2025 .menu-area .swiper-pagination-bullet-active {
  background: #cc5520 !important;
}



.main-contets-2025 .menu-area .swiper-button-next {
  background-image: url("../images/page/rin-2025/next-btn.webp");
}

.main-contets-2025 .menu-area .swiper-button-prev {
  background-image: url("../images/page/rin-2025/prev-btn.webp");
}