/*-------------------------
 #main
-------------------------*/
#main {
  padding: 40px 0 0 0;
  background: url(../images/bg_main.png) top 535px center no-repeat, linear-gradient(to bottom, white 645px, #CC420E 646px, #B51313 100%);
  background-size: 100% auto;
  border-radius: 65px 65px 0 0;
}
@media screen and (max-width: 620px) {
  #main {
    background: url(../images/bg_main.png) top 350px center no-repeat, linear-gradient(to bottom, white 460px, #CC420E 461px, #B51313 100%);
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  #main {
    background: url(../images/bg_main.png) top 15% center no-repeat, linear-gradient(to bottom, white calc(15% + 150px), #CC420E calc(15% + 151px), #B51313 100%);
    background-size: auto auto;
  }
}
#main h2 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px 0;
}
#main h2 b {
  color: #BC2B1C;
}
#main h2 b strong {
  font-size: 4.5rem;
}
#main #slide_main {
  width: calc(100% - 60px);
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 620px) {
  #main #slide_main {
    width: 90%;
  }
}
#main #slide_main li {
  border-radius: 65px;
  overflow: hidden;
}
@media screen and (max-width: 620px) {
  #main #slide_main li {
    border-radius: 30px;
  }
}
#main p {
  color: white;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #main p {
    margin-bottom: 30px;
  }
}
#main p span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  margin: 0 3px;
}
#main p b {
  font-size: 2.2rem;
  font-weight: bold;
}
#main .first {
  display: block;
  max-width: calc(100% - 80px);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
  text-align: center;
  background-color: #FBC64A;
  border-radius: 30px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #main .first {
    margin-bottom: 30px;
  }
}
#main .first::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 25px;
  background: url(../images/ico_first.svg) top center no-repeat;
  vertical-align: text-bottom;
  margin-right: 7px;
}
#main .first i {
  position: relative;
  display: inline-block;
  width: 5.1px;
  height: 9.1px;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 30px;
  transition: all 0.2s;
}
#main .first:hover {
  opacity: 0.75;
}
#main .first:hover i {
  right: 24px;
}
#main .first i::before,
#main .first i::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  right: 0;
  width: 7px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: rgba(44, 26, 2, 0.98);
  transform-origin: calc(100% - 0.75px) 50%;
}
#main .first i::before {
  transform: rotate(45deg);
}
#main .first i::after {
  transform: rotate(-45deg);
}
#main .link li {
  width: 100%;
  border: solid white 3px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: black;
}
#main .link li:not(:last-child) {
  margin-bottom: 30px;
}
#main .link li .bnr {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 2rem;
  padding-top: 100%;
}
#main .link li .bnr:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
#main .link li .bnr.bg_01:after {
  background: url(../images/bg_svc_01.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
#main .link li .bnr.bg_01 i:first-of-type {
  display: block;
  content: "";
  width: 100%;
  height: 54px;
  background: url(../images/ico_link_01.svg) top center no-repeat;
  filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
}
#main .link li .bnr.bg_02:after {
  background: url(../images/bg_svc_02.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
#main .link li .bnr.bg_02 i:first-of-type {
  display: block;
  content: "";
  width: 100%;
  height: 54px;
  background: url(../images/ico_link_02.svg) top center no-repeat;
  filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
}
#main .link li .bnr.bg_03:after {
  background: url(../images/bg_svc_03.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
#main .link li .bnr.bg_03 i:first-of-type {
  display: block;
  content: "";
  width: 100%;
  height: 54px;
  background: url(../images/ico_link_03.svg) top center no-repeat;
  filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
}
#main .link li .bnr a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 70px 0;
}
@media screen and (max-width: 620px) {
  #main .link li .bnr a {
    padding: 40px 0;
  }
}
#main .link li .bnr a span {
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 2px 2px 10px black, -2px 2px 10px black, 2px -2px 10px black;
}
#main .link li .bnr a span b {
  display: block;
  font-size: 4.2rem;
  letter-spacing: 2px;
}
#main .link li .bnr a span b::first-letter {
  color: #BC2B1C;
}
#main .link li .bnr a i:nth-of-type(2) {
  display: block;
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
}
@media screen and (max-width: 620px) {
  #main .link li .bnr a i:nth-of-type(2) {
    right: 40px;
  }
}
#main .link li .bnr a i:nth-of-type(2)::before, #main .link li .bnr a i:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 3px;
  border-radius: 9999px;
  background-color: white;
  transform-origin: calc(100% - 1.5px) 50%;
}
#main .link li .bnr a i:nth-of-type(2)::before {
  transform: rotate(45deg);
}
#main .link li .bnr a i:nth-of-type(2)::after {
  transform: rotate(-45deg);
}
#main .link li .bnr:hover:after {
  opacity: 0.8;
  transform: scale(1.1);
}

/*-------------------------
 #svc
-------------------------*/
#svc {
  color: white;
  background-color: rgba(44, 26, 2, 0.98);
}
#svc .txt {
  margin-bottom: 30px;
}
#svc .ico {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
#svc .ico li {
  width: 30%;
  color: rgba(44, 26, 2, 0.98);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  aspect-ratio: 1;
  margin-bottom: 15px;
  padding: 15px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#svc .ico li img {
  width: 75%;
}
#svc .ico li span {
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: 900;
  margin-top: 0px;
}
#svc .food .slick-slide {
  margin-bottom: 20px;
}
#svc .food .slick-slide li {
  padding: 0 10px;
}
#svc .food .slick-slide li span {
  display: block;
  border-radius: 15px 15px;
  overflow: hidden !important;
}
#svc .food .slick-prev {
  background: url(../images/arrow_l.svg) top left no-repeat;
  background-size: contain;
  width: 38px;
  height: 74px;
  top: calc(50% - 45px);
  left: 10px;
  z-index: 2;
}
#svc .food .slick-prev::before {
  display: none;
}
#svc .food .slick-next {
  background: url(../images/arrow_r.svg) top left no-repeat;
  background-size: contain;
  width: 38px;
  height: 74px;
  top: calc(50% - 45px);
  right: 10px;
  z-index: 2;
}
#svc .food .slick-next::before {
  display: none;
}
#svc .food .inner {
  padding-top: 0;
}
#svc .food .inner .box {
  background: linear-gradient(#CC420E 0%, #B51313 100%);
  border-radius: 20px;
  padding: 40px 40px;
}
#svc .food .inner .box h3 {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}
#svc .food .inner .box h3 b {
  display: block;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 3px;
}
#svc .food .inner .box h3 b:first-letter {
  color: #FFD754;
}
#svc .food .inner .box h3 span {
  display: inline-block;
  color: #BC2B1C;
  font-weight: 900;
  background-color: #FFD754;
  padding: 1px 7px;
  margin-right: 7px;
}
#svc .food .inner .box p {
  margin-bottom: 20px;
}
#svc .food .inner .box .line_white {
  color: white;
  border: solid white 1px;
}
#svc .food .inner .box .line_white i::before, #svc .food .inner .box .line_white i::after {
  background-color: white;
}

/*-------------------------
 #news
-------------------------*/
#news {
  background-color: #f4f4f4;
}
#news .inner {
  padding-bottom: 0;
}
#news ul {
  margin-bottom: 30px;
}
#news ul li {
  margin-bottom: 12px;
}
@media screen and (max-width: 620px) {
  #news ul li {
    margin-bottom: 20px;
  }
}
#news ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
}
@media screen and (max-width: 620px) {
  #news ul li a {
    border-radius: 8px;
    padding: 30px 25px;
  }
}
#news ul li a .txt {
  width: calc(100% - 140px);
}
@media screen and (max-width: 620px) {
  #news ul li a .txt {
    width: calc(100% - 100px);
  }
}
#news ul li a .txt p {
  font-weight: 900;
  margin-bottom: 5px;
}
@media screen and (max-width: 620px) {
  #news ul li a .txt p {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
#news ul li a .txt p span {
  font-size: 1.1rem;
  color: #D93915;
  line-height: 1;
  border: solid #D93915 1px;
  border-radius: 15px;
  padding: 2px 8px;
  margin-left: 8px;
}
@media screen and (max-width: 620px) {
  #news ul li a .txt p span {
    font-size: 1rem;
    letter-spacing: -0.075rem;
  }
}
#news ul li a .txt h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 620px) {
  #news ul li a .txt h3 {
    font-weight: bold;
    line-height: 1.4;
  }
}
#news ul li a .ph {
  width: 120px;
  height: 90px;
  overflow: hidden;
  background-color: pink;
  border-radius: 10px;
}
@media screen and (max-width: 620px) {
  #news ul li a .ph {
    width: 80px;
    height: 60px;
  }
}
#news ul li a .ph img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 620px) {
  #news ul li a .ph img {
    width: 80px;
    height: 60px;
  }
}

/*-------------------------
access
-------------------------*/
#access {
  background-color: #f4f4f4;
}
#access iframe {
  width: 360px;
  height: 360px;
  border: solid #b3b3b3 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  #access iframe {
    width: 100%;
  }
}
#access .list {
  display: flex;
  flex-wrap: wrap;
  border-top: solid #8a8a8a 1px;
  padding-top: 10px;
}
#access .list > dt {
  width: 120px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: solid #8a8a8a 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  #access .list > dt {
    width: 100px;
  }
}
#access .list > dd {
  width: calc(100% - 120px);
  line-height: 1.6;
  border-bottom: solid #8a8a8a 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 620px) {
  #access .list > dd {
    width: calc(100% - 100px);
  }
}
#access .list > dd a {
  display: inline-block;
  color: #BC2B1C;
  font-weight: bold;
  text-decoration: underline;
}
#access .list > dd a:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/ico_access.svg) top left no-repeat;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */