@charset "UTF-8";
/* リセットCSS
----------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}


ul, ol {
  padding: 0;
  list-style: none;
}


a {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* for responsive */

/* 共通CSS
----------------------------------------- */
#top {
  background: url("../images/childrens/bg_cover.png");
  color: #452420;
  font-size: 16px;
  line-height: 1.4;
}

.wrapper {
  max-width: 1012px;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

body > .wrapper {
  display: flex;
  justify-content: space-between;
}

main {
  width: 700px;
}

aside {
  width: 240px;
}

aside .banner-contents{
  display: none; /* ご要望により非表示 */
}

aside #side-slider {
  width: 240px;
  margin: 0 auto 4px;
}

aside #side-slider.slick-vertical .slick-slide {
  margin: 0;
  border: none;
}

aside #side-slider.slick-vertical .slick-slide img {
  max-width: 100%;
  border-radius: 0;
}

aside img {
  width: 240px;
  max-width: 100%;
  height: 70px;
  padding: 2px;
  border-style: none;
  vertical-align: middle;
}

aside .sponsor-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

aside .fb-container {
  width: 240px;
  margin-top: 20px;
  padding: 0 2px;
}

a {
  color: #452420;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

ol li {
  margin-bottom: 8px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

ol li:before {
  padding-right: .5em;
  content: counter(item) ".";
  counter-increment: item;
}

ul ol, ol ol {
  padding-left: 1em;
}

ul ol li:first-child, ol ol li:first-child {
  margin-top: 8px;
}

ul ol li:before, ol ol li:before {
  content: "(" counter(item) ")";
}

.head-title-section {
  padding: 16px 0;
  background: #f6e2de;
}

.head-title-section .head-title {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
}

main h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

#page_pan {
  background-color: #fff;
}

table {
  border-collapse: collapse;
}

table.base-style {
  width: 100%;
  border-top: 1px solid #ccc;
}

table.base-style th, table.base-style td {
  padding: 12px 16px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

table.base-style th {
  width: 15em;
  font-weight: normal;
}

.base-style-btn {
  text-align: center;
}

.base-style-btn button, .base-style-btn a {
  position: relative;
  margin: 20px 10px 0;
  padding: 12px 50px;
  border: 1px solid #452420;
  border-radius: 4px;
  background: #452420;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: .2s;
}

.base-style-btn button:hover, .base-style-btn a:hover {
  background: #f6e2de;
  color: #452420;
  cursor: pointer;
}

.base-style-btn button:focus, .base-style-btn a:focus {
  outline: none;
}

.base-style-btn button:disabled {
  border: 1px solid #DCDCDC;
  background: #DCDCDC;
  color: #fff;
  cursor: default;
}

.base-style-btn a {
  display: inline-block;
}

.ellipsis_1row {
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis_rows {
  position: relative;
  overflow: hidden;
  text-align: justify;
}

.ellipsis_rows::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
  background-color: #fff;
  content: '…';
}

.ellipsis_rows::after {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1.2em;
  background-color: #fff;
  content: '';
}

.txt_scroll {
  overflow: hidden;
  text-align: justify;
  white-space: nowrap;
}



/* トップ
----------------------------------------- */
#top .slider-area {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 64px;
  overflow: hidden;
}


#top .full-screen .slick-list {
  width: 760px;
  overflow: visible;
}

#top .full-screen.slider {
  width: 760px;
  margin: 0 auto;
}

#top .slider {
  display: none;
}

#top .slider.slick-initialized {
  display: block;
}

#top .slick-slide {
  width: 760px;
  margin: 0 10px;
  outline: none;
}

#top .slick-slide img {
  width: 760px;
  height: auto;
  border-radius: 10px;
}

#top .slide-arrow {
  z-index: 1;
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  height: auto;
}


#top .prev-arrow {
  left: -34px;
}

#top .next-arrow {
  right: -34px;
}

#top .slide-arrow:hover {
  cursor: pointer;
}

#top .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}

#top .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

#top .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  content: url("../images/childrens/img_dot.png");
  opacity: 1;
  transition: .2s;
}

#top .slick-dots li.slick-active button:before,
#top .slick-dots li:hover button:before {
  content: url("../images/childrens/img_dot2.png");
}

#top .link-image-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}

#top .link-image-flex .link-image-content {
  width: 220px;
  padding: 0 5px;
  transition: all .2s 0s ease-in-out;
}

#top .link-image-flex .link-image-content:nth-child(2n) {
  padding-top: 34px;
}

#top .link-image-flex .link-image-content h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transition: all .2s 0s ease-in-out;
}

#top .link-image-flex .link-image-content img {
  margin-bottom: 12px;
}

#top .link-image-flex .link-image-content:nth-of-type(odd):hover {
  transform: rotate(-4deg);
}

#top .link-image-flex .link-image-content:nth-of-type(odd):hover h2 {
  color: #eea69e;
}

#top .link-image-flex .link-image-content:nth-of-type(even):hover {
  transform: rotate(4deg);
}

#top .link-image-flex .link-image-content:nth-of-type(even):hover h2 {
  color: #eea69e;
}

#top .top-news {
  margin-bottom: 70px;
}

#top .top-news .top-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 10px;
}

#top .top-news .top-news-head h2 {
  height: 44px;
  margin-bottom: 0;
  padding-left: 72px;
  background: url("../images/childrens/img_newstitle.png") left center no-repeat;
  background-size: 60px 41px;
  font-size: 16px;
  line-height: 50px;
}

#top .top-news .top-news-head a {
  width: 90px;
  height: 20px;
  padding-left: 4px;
  border-radius: 3px;
  background: url("../images/childrens/ic_arrow2.png") 8% 40% no-repeat;
  background-color: #452420;
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

#top .top-news .top-news-contents {
  padding: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 0 0 #eee8e4;
}

#top .top-news .top-news-contents dl {
  display: flex;
  padding: 14px 0;
  background-image: url("../images/childrens/bg_line.png");
  background-position: left bottom;
  background-repeat: repeat-x;
}

#top .top-news .top-news-contents dl dt {
  width: 9em;
  padding-left: 0.5em;
}

#top .top-news .top-news-contents dl:first-of-type {
  background-image: url("../images/childrens/bg_line.png"), url(../images/childrens/bg_line.png);
  background-position: left bottom, left top;
}

#top .top-news .top-news-contents dl dd {
  width: 100%;
}

#top .top-news .top-news-contents dl dd a {
  transition: .2s;
}

#top .top-news .top-news-contents dl dd a:hover {
  color: #eea69e;
}

#top .top-message .top-message-about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#top .top-message .top-message-about img {
  width: 200px;
  height: auto;
  max-height: 144px;
}

#top .top-message .top-message-recruit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#top .top-message .top-message-recruit img {
  width: 140px;
  height: auto;
  max-height: 122px;
}

#top .top-message .top-message-banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#top .top-message .top-message-banner img {
  width: 160px;
  height: auto;
  max-height: 182px;
}

#top .top-message .top-message-about-text {
  width: 480px;
}

#top .top-message .top-message-recruit-text {
  width: 544px;
}

#top .top-message .top-message-recruit-text a {
  display: inline-block;
  margin-top: 10px;
  padding-left: 25px;
  background: url(../images/childrens/ic_arrow.png) 10px center no-repeat;
  background-position-x: 10px;
  font-weight: bold;
  transition: .2s;
}

#top .top-message .top-message-recruit-text a:hover {
  background-position-x: 15px;
  color: #eea69e;
}

#top .top-message .top-message-banner-text {
  width: 520px;
}

#top .top-message .top-message-banner-text a {
  display: inline-block;
  padding-left: 25px;
  background: url(../images/childrens/ic_arrow.png) 10px center no-repeat;
  background-position-x: 10px;
  font-weight: bold;
  transition: .2s;
}

#top .top-message .top-message-banner-text a:hover {
  background-position-x: 15px;
  color: #eea69e;
}

#top .top-message .top-message-banner-text h3 {
  margin: 16px 0 4px;
  font-size: 16px;
}

#top .top-message .top-message-provide-text {
  width: 100%;
}

#top .top-message .top-message-provide-text h2 {
  text-align: center;
}

#top .top-message .top-message-provide-text p {
  text-align: justify;
}

#top .top-message .top-message-provide-text a {
  display: inline-block;
  margin-top: 10px;
  padding-left: 25px;
  background: url(../images/childrens/ic_arrow.png) 10px center no-repeat;
  background-position-x: 10px;
  font-weight: bold;
  transition: .2s;
}

#top .top-message .top-message-provide-text a:hover {
  background-position-x: 15px;
  color: #eea69e;
}


#top .map_wrapper {
  position: relative;
  width: 100%;
}

#top .map_wrapper .list-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
#top .map_wrapper .list-map iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top main {
  margin-bottom: 60px;
}


#top .eat-contents {
  padding: 20px 20px 30px;
  border: 1px solid #cbbdba;
  border-radius: 15px;
  background-color: #fff;
  width: 140%;
  margin-top: 5rem;
}

#top .eat-contents h2 {
  margin-bottom: 36px;
  padding: 4px 4px 8px;
  border-bottom: 1px solid #452420;
  font-size: 20px;
}

#top .eat-contents .cafeteria-search:hover {
  opacity: 0.7;
}

#top .eat-contents .js-scrollable {
  overflow: auto;
}

#top .eat-contents table {
  width: 100%;
  min-width: 930px;
  margin-top: 20px;
  border-collapse: collapse;
}

#top .eat-contents table tr.clickable {
  transition: .2s;
}

#top .eat-contents table tr.clickable:hover {
  color: #eea69e;
  cursor: pointer;
}

#top .eat-contents table th, #top .eat-contents table td {
  padding: 12px 16px;
  border-bottom: 1px dotted #452420;
  line-height: 1.5;
  text-align: left;
}

#top .eat-contents table th {
  width: 21%;
}

#top .eat-contents table th:nth-of-type(4) {
  width: 18%;
}

#top .eat-contents table th:last-of-type {
  width: 19%;
}


/* フォーム
----------------------------------------- */
form table td label.error {
  display: block;
  color: #F89406;
  font-weight: 700;
}

form table td label.error:before {
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  padding: 0 4px;
  border-radius: 3px;
  background-color: #d45645;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  content: "！";
}

form table .required-label {
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  padding: 0 4px;
  border-radius: 3px;
  background-color: #d45645;
  color: #fff;
  font-size: 12px;
}

form table .example {
  padding: 4px 8px 0;
  font-size: 14px;
}

form table input[type=text], form table input[type=tel], form table input[type=email], form table textarea, form table select {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #452420;
  font-size: 14px;
  vertical-align: baseline;
}

form table input[type=text]:focus, form table input[type=tel]:focus, form table input[type=email]:focus, form table textarea:focus, form table select:focus {
  outline: none;
  background-color: #FFF7F4;
}

form ::-moz-placeholder {
  color: #ccc;
}

form :-ms-input-placeholder {
  color: #ccc;
}

form ::-ms-input-placeholder {
  color: #ccc;
}

form ::placeholder {
  color: #ccc;
}

form .privacy-section {
  margin-top: 20px;
}

form .privacy-section .privacy-text {
  height: 100%;
  max-height: 170px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  font-size: 14px;
}

form .privacy-section .privacy-text p {
  margin-bottom: 14px;
}

form .privacy-section .privacy-input {
  padding: 20px;
  text-align: center;
}

form .privacy-section .privacy-input span {
  padding-left: 6px;
}

form .privacy-section .privacy-input small {
  display: block;
  margin-top: 8px;
}


/* お知らせ一覧詳細共通部分
----------------------------------------- */
.news article .news-info time {
  font-size: 14px;
}

.news article .news-info .news-info-author {
  line-height: 1;
}

.news article .news-info .news-info-author a {
  font-size: 14px;
  transition: all .2s 0s ease-in-out;
}

.news article .news-info .news-info-author a:hover {
  color: #eea69e;
}



@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media screen and (max-width: 1011px) {
  body > .wrapper {
    flex-direction: column;
  }
  main {
    width: 100%;
    margin-bottom: 60px;
  }
  aside {
    width: 100%;
    text-align: center;
  }
  aside .fb-container {
    width: 100%;
    margin-bottom: 20px;
  }
  aside .fb-page {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #top .link-image-flex .link-image-content:nth-child(2n) {
    padding-top: 0;
  }
  #top .top-news {
    margin-right: 12px;
  }
  #top .top-message .top-message-about-text {
    width: calc(100% - 220px);
  }
  #top .top-message .top-message-recruit-text {
    width: calc(100% - 160px);
  }
  #top .top-message .top-message-banner-text {
    width: calc(100% - 180px);
  }
  #top .eat-contents {
    width: 100%;
  }

}

@media screen and (max-width: 959px) {

  #top .link-image-flex {
    justify-content: space-around;
    margin-bottom: 0;
  }
  #top .link-image-flex .link-image-content {
    padding-bottom: 32px;
  }
  #top .top-news .top-news-contents dl {
    display: flex;
    flex-direction: column;
  }
  #top .top-news .top-news-contents dl dd {
    padding-left: 0.5em;
  }
  #top .top-message .top-message-about img {
    width: 100%;
    max-width: 200px;
  }
  #top .top-message .top-message-recruit img {
    width: 100%;
    max-width: 140px;
  }
  #top .top-message .top-message-banner img {
    width: 100%;
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  /* sp */
  .wrapper {
    padding: 0 12px;
  }
  .head-title-section .head-title {
    font-size: 20px;
  }
  main h2 {
    font-size: 18px;
  }
  .bread-crumb {
    margin-bottom: 20px;
  }
  table.base-style tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  table.base-style th {
    width: 100%;
    padding: 12px 16px 0px;
    border-bottom: none;
  }
  table.base-style td {
    padding: 6px 16px 12px;
  }

  #top .top-message .top-message-about {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
  #top .top-message .top-message-about img {
    margin-bottom: 12px;
  }
  #top .top-message .top-message-recruit {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 32px;
  }
  #top .top-message .top-message-recruit img {
    margin-bottom: 12px;
  }
  #top .top-message .top-message-banner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
  #top .top-message .top-message-banner img {
    margin-bottom: 12px;
  }
  #top .top-message .top-message-about-text {
    width: 100%;
  }
  #top .top-message .top-message-recruit-text {
    width: 100%;
  }
  #top .top-message .top-message-banner-text {
    width: 100%;
  }
  #eat .map_wrapper {
    padding-top: 100%;
  }
  #eat .eat-contents h2 {
    margin-bottom: 18px;
    font-size: 18px;
  }
  body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd{
    margin: 0;
  }

}


@media screen and (max-width: 860px) {
  #top .full-screen .slick-list {
    width: 100vw;
  }
  #top .full-screen.slider {
    width: calc(100vw - calc(100vw - 100%));
  }
  #top .slick-slide {
    width: 100vw;
    margin: 0;
  }
  #top .slick-slide img {
    width: 100vw;
    border-radius: 0px;
  }
}

@media screen and (max-width: 469px) {
  #eat aside .banner-slider {
    width: 240px;
    margin: 0 auto;
  }
}
