/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

#root, #__next {
  isolation: isolate;
}

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

/* OPACITY & HOVER UNDERLINE */
.hvO {
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.7;
}

.hvU:hover {
  text-decoration: underline;
}

.fw-black {
  font-weight: 900;
}

.fw-500 {
  font-weight: 500;
}

.bg-light-gray {
  background-color: #F8F9FA;
}

.bg-blue-light {
  background-color: #F2F7FF;
}

.section-title {
  position: relative;
  padding-bottom: 12px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #0056D2;
  border-radius: 2px;
}

.custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

@media (min-width: 992px) {
  .custom-shape-divider-bottom svg {
    height: 120px;
  }
}

.custom-shape-divider-bottom .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

@media (min-width: 992px) {
  .custom-shape-divider-top svg {
    height: 80px;
  }
}

.custom-shape-divider-top .shape-fill {
  fill: #ffffff;
}

/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
* {
  text-decoration: none !important;
}

.btnFixed {
  position: absolute;
}

#header {
  height: 100px;
  border-top-width: 5px;
}

#header.fixed {
  position: unset;
}

#header .inner {
  padding-left: 15px;
  padding-right: 15px;
}

#header .inner .leftSide {
  width: 200px;
}

#header .inner .leftSide .logo p {
  font-size: 16px;
}

#header .inner .rightSide .k-meal {
  width: 150px;
  margin-right: 30px;
}

#header .inner .rightSide nav li {
  margin-left: 30px;
}

#header .inner .rightSide nav li a {
  font-size: 12px;
  padding-bottom: 5px;
}

#header .inner .rightSide nav li a img.nav1 {
  height: 32px;
}

#header .inner .rightSide nav li a img.nav2 {
  height: 39px;
}

#header .inner .rightSide nav li a img.nav3 {
  height: 44px;
}

#header .inner .rightSide nav li a img.nav4 {
  height: 35px;
}

#header .inner .rightSide nav li a img.nav5 {
  height: 24px;
}

#header .inner .rightSide nav li a span {
  margin-top: 10px;
  height: 31px;
  word-break: keep-all;
}

#header .inner .rightSide nav li:last-child span {
  margin-top: 15px;
}

#header .inner .rightSide .telp {
  margin-left: 30px;
  width: 220px;
}

#header .inner .rightSide .telp p {
  font-size: 11px;
}

.cont {
  max-width: 90%;
}

#mainvisual {
  margin-top: 0;
}

#mainvisual .catchcopy img {
  width: 50%;
}

#main.topPage #rss .notice {
  max-width: 750px;
}

#main.topPage #rss .event {
  padding: 0;
}

#main.topPage #rss .event .item .title-top {
  align-items: center;
}

#main.topPage #rss .event .item .title-top h2 {
  font-weight: bold;
}

#main.topPage #rss .event .item ul li a {
  padding: 40px;
}

#main.topPage #rss .event .item ul li a .imgSide {
  height: 300px;
}

#main.topPage #rss .latest {
  margin-top: 60px;
}

#main.topPage #rss .latest .swiper-wrapper .swiper-slide {
  width: 225px !important;
  height: 260px;
  padding: 15px;
  padding-bottom: 10px;
}

#main.topPage #rss .latest .swiper-wrapper .swiper-slide .img {
  height: 140px;
}

#main.topPage #message {
  padding: 60px 0 100px;
}

#main.topPage #message .inner .titleSection {
  width: 530px;
  height: 122px;
  font-size: 50px;
}

#main.topPage #message .inner .content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.topPage #message .inner .content .img {
  width: 250px;
  margin-right: 60px;
}

#main.topPage #message .inner .content .text {
  flex: 1;
  width: auto;
  padding: 30px;
  top: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#main.topPage #message .inner .content .text img {
  right: -30px;
  top: -60px;
  width: 250px;
}

#main.topPage #message .inner .content .text .title {
  font-size: 28px;
  margin-bottom: 20px;
}

#main.topPage #message .inner .content .text .desc {
  padding-left: 20px;
  font-size: 15px;
}

#main.topPage #bento {
  padding: 60px 0 100px;
}

#main.topPage #bento .titleSec {
  margin-bottom: 30px;
}

#main.topPage #bento .titleSec h2 {
  font-size: 60px;
}

#main.topPage #bento .titleSec h2 span {
  font-size: 45px;
}

#main.topPage #bento .titleSec img {
  width: 500px;
  top: -20px;
}

#main.topPage #bento .inner {
  padding: 30px;
  padding-bottom: 100px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-width: 3px;
}

#main.topPage #bento .inner .left {
  padding: 30px;
}

#main.topPage #bento .inner .left h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#main.topPage #bento .inner .left .desc {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
}

#main.topPage #bento .inner .left a {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#main.topPage #bento .inner .left a span {
  font-size: 20px;
}

#main.topPage #about {
  padding: 40px 0 60px;
}

#main.topPage #about .k-meal {
  padding: 30px;
  margin-bottom: 30px;
}

#main.topPage #about .k-meal .left,
#main.topPage #about .k-meal .right {
  width: 27.5%;
}

#main.topPage #about .k-meal .center .red p {
  font-size: 24px;
}

#main.topPage #about .k-meal .center .red span {
  font-size: 14px;
}

#main.topPage #about .k-meal .center h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
}

#main.topPage #about .k-meal .center h1 {
  margin: 10px 0 15px;
}

#main.topPage #about .k-meal .center h1 img {
  width: 230px;
}

#main.topPage #about .k-meal .center .desc {
  font-size: 14px;
}

#main.topPage #about .profile {
  margin-bottom: 30px;
  border-width: 3px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 30px 30px 80px;
}

#main.topPage #about .profile h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

#main.topPage #about .profile div table tr th {
  width: 275px;
  font-size: 18px;
  padding: 15px;
}

#main.topPage #about .profile div table tr td {
  font-size: 18px;
  padding: 15px 0;
  padding-right: 15px;
}

#main.topPage #about .profile div table tr td img {
  height: 18px;
}

#main.topPage #about .contactBtn a {
  padding: 15px;
  margin: 0 15px;
  height: 130px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding-right: 15px;
}

#main.topPage #about .contactBtn a.contact .icon {
  width: 40px;
  font-size: 50px;
}

#main.topPage #about .contactBtn a.contact .text img {
  width: 85%;
}

#main.topPage #about .contactBtn a.contact .text p {
  font-size: 20px;
  margin-bottom: 15px;
}

#main.topPage #about .contactBtn a.contact .text span {
  font-size: 20px;
  margin-top: 15px;
}

#main.topPage #about .contactBtn a.message {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.topPage #about .contactBtn a.message .icon {
  width: 50px;
  font-size: 45px;
  margin-right: 20px;
}

#main.topPage #about .contactBtn a.message .text {
  -webkit-box-flex: unset;
  -moz-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
}

#main.topPage #about .contactBtn a.message .text p {
  font-size: 22px;
}

.pageTop {
  position: absolute;
}

/*# sourceMappingURL=print.css.map */