@charset "UTF-8";
html {
  /*↓↓↓remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  color: #514a41;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 100%;
  word-wrap: break-word;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*fontアンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景カラー */
  z-index: 9999; /* 一番手前に */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0; /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease; /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}
body.fadeout:after {
  opacity: 1;
}

/* icomoon用設定 */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1sn1zx");
  src: url("../fonts/icomoon.eot?1sn1zx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1sn1zx") format("truetype"), url("../fonts/icomoon.woff?1sn1zx") format("woff"), url("../fonts/icomoon.svg?1sn1zx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-goal:before {
  content: "\e900";
}

.icon-information:before {
  content: "\e901";
}

.icon-overview:before {
  content: "\e902";
}

.icon-pdf:before {
  content: "\e903";
}

.icon-philosophy:before {
  content: "\e904";
}

.icon-policy:before {
  content: "\e905";
}

.icon-recruit:before {
  content: "\e906";
}

/* 保育園用icomoon用設定 */
@font-face {
  font-family: "icomoon_n";
  src: url("../fonts/nursery/icomoon.eot?1sn1zx");
  src: url("../fonts/nursery/icomoon.eot?1sn1zx#iefix") format("embedded-opentype"), url("../fonts/nursery/icomoon.ttf?1sn1zx") format("truetype"), url("../fonts/nursery/icomoon.woff?1sn1zx") format("woff"), url("../fonts/nursery/icomoon.svg?1sn1zx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-n-],
[class*=" icon-n-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon_n" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-n-ico_01:before {
  content: "꤀";
}

.icon-n-ico_02:before {
  content: "꤁";
}

.icon-n-ico_03:before {
  content: "꤂";
}

.icon-n-ico_04:before {
  content: "꤃";
}

.icon-n-ico_05:before {
  content: "꤄";
}

.icon-n-pinch:before {
  content: "꤅";
}

.icon-n-ico_06:before {
  content: "\e900";
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* スマホ時のfocusの青枠削除 */
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* a アニメーション */
a {
  color: #514a41;
}
@media (min-width: 920px) {
  a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media (min-width: 920px) {
  a:hover {
    color: #4a9d58;
    text-decoration: none;
  }
}

body.nango .color_bg {
  background-color: rgba(255, 39, 39, 0.05);
}
@media (min-width: 920px) {
  body.nango a:hover {
    color: #ff6d59;
  }
}

body.ohyachi .color_bg {
  background-color: rgba(255, 91, 0, 0.05);
}
@media (min-width: 920px) {
  body.ohyachi a:hover {
    color: #ff9100;
  }
}

/*============================================================================

		animation_box

============================================================================*/
.animation_box {
  transition-property: opacity, transform;
}
.animation_box .animation_child {
  opacity: 0;
  transform: translate3d(0px, 10px, 0);
  transition-duration: 0.7s;
  transition-property: opacity, transform, width;
  transition-timing-function: ease;
}
.animation_box .animation_child.animation_fade {
  transform: translate3d(0, 0, 0);
}

.animation_box.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.animation_box.active .animation_child {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.animation_box.active .animation_child.animation_fade {
  transform: translate3d(0, 0, 0);
}

.child_item1 {
  transition-delay: 0.1s;
}

.child_item2 {
  transition-delay: 0.2s;
}

.child_item3 {
  transition-delay: 0.3s;
}

.child_item4 {
  transition-delay: 0.4s;
}

.child_item5 {
  transition-delay: 0.5s;
}

.child_item6 {
  transition-delay: 0.6s;
}

.child_item7 {
  transition-delay: 0.7s;
}

.child_item8 {
  transition-delay: 0.8s;
}

.child_item9 {
  transition-delay: 0.9s;
}

.child_item10 {
  transition-delay: 1s;
}

.child_item11 {
  transition-delay: 1.1s;
}

.child_item12 {
  transition-delay: 1.2s;
}

.child_item13 {
  transition-delay: 1.3s;
}

.child_item14 {
  transition-delay: 1.4s;
}

.child_item15 {
  transition-delay: 1.5s;
}

.child_item16 {
  transition-delay: 1.6s;
}

.child_item17 {
  transition-delay: 1.7s;
}

.child_item18 {
  transition-delay: 1.8s;
}

.child_item19 {
  transition-delay: 1.9s;
}

.child_item20 {
  transition-delay: 2s;
}

.child_item21 {
  transition-delay: 2.1s;
}

.child_item22 {
  transition-delay: 2.2s;
}

.child_item23 {
  transition-delay: 2.3s;
}

.child_item24 {
  transition-delay: 2.4s;
}

.child_item25 {
  transition-delay: 2.5s;
}

.child_item26 {
  transition-delay: 2.6s;
}

.child_item27 {
  transition-delay: 2.7s;
}

.child_item28 {
  transition-delay: 2.8s;
}

.child_item29 {
  transition-delay: 2.9s;
}

.child_item30 {
  transition-delay: 3s;
}

#container {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  background: url(../img/top/bg_w.jpg) repeat 0 0;
}
@media (min-width: 920px) {
  #container {
    padding-top: 160px;
  }
}

.inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 920px) {
  .inner {
    max-width: 1100px;
    width: calc(100% - 80px);
  }
}

.anker_wrap {
  margin-top: -60px;
  padding-top: 60px;
}

.primary_title {
  position: relative;
  text-align: center;
  margin-bottom: -30px;
}
.primary_title:before, .primary_title:after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: repeat-x;
  background-size: auto;
  height: 4px;
  width: calc(50% - 70px);
  top: 0;
}
@media (min-width: 920px) {
  .primary_title:before, .primary_title:after {
    width: calc(50% - 90px);
  }
}
.primary_title:before {
  left: 0;
  background-position: right center;
}
.primary_title:after {
  right: 0;
  background-position: left center;
}
.primary_title span {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  transform: translateY(-60px);
}
@media (min-width: 920px) {
  .primary_title span {
    width: 160px;
    height: 160px;
    transform: translateY(-80px);
  }
}

body.nango .primary_title:before, body.nango .primary_title:after {
  background-image: url(../img/nangodori/line_w.png);
}

body.ohyachi .primary_title:before, body.ohyachi .primary_title:after {
  background-image: url(../img/ohyachi/line_w.png);
}

.base_btn {
  text-align: center;
}
.base_btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 40px;
  border-radius: 10px;
  border: 2px solid;
  font-weight: bold;
  color: #514a41;
}
@media (min-width: 920px) {
  .base_btn a {
    min-width: 265px;
    padding: 15px 50px;
    font-size: 1.6rem;
  }
}
.base_btn a:hover {
  transform: translateY(2px);
}
.base_btn.up a {
  padding: 10px 30px 10px 50px;
}
@media (min-width: 920px) {
  .base_btn.up a {
    padding: 15px 35px 15px 60px;
  }
}
.base_btn.up a:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media (min-width: 920px) {
  .base_btn.up a:before {
    width: 23px;
    height: 23px;
    left: 40px;
  }
}
.base_btn.up a:after {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  top: 2px;
  bottom: 0;
  left: 27px;
  margin: auto;
}
@media (min-width: 920px) {
  .base_btn.up a:after {
    width: 9px;
    height: 9px;
    top: 4px;
    left: 47px;
  }
}
.base_btn.map a {
  padding: 10px 30px 10px 50px;
}
@media (min-width: 920px) {
  .base_btn.map a {
    padding: 15px 35px 15px 60px;
  }
}
.base_btn.map a:before {
  display: block;
  position: absolute;
  content: "꤄";
  font-family: "icomoon_n";
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}
@media (min-width: 920px) {
  .base_btn.map a:before {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 35px;
  }
}
body.nango .base_btn a {
  border-color: #ff6d59;
  box-shadow: 0 4px 0 #ff6d59;
}
body.nango .base_btn a:hover {
  box-shadow: 0 2px 0 #ff6d59;
}
body.nango .base_btn.up a:before {
  background-color: #ff6d59;
}
body.nango .base_btn.map a:before {
  color: #ff6d59;
}

body.ohyachi .base_btn a {
  border-color: #ff9100;
  box-shadow: 0 4px 0 #ff9100;
}
body.ohyachi .base_btn a:hover {
  box-shadow: 0 2px 0 #ff9100;
}
body.ohyachi .base_btn.up a:before {
  background-color: #ff9100;
}
body.ohyachi .base_btn.map a:before {
  color: #ff9100;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 920px) {
  .header {
    border-top: 6px solid;
  }
}
.header .garland_left,
.header .garland_right {
  display: none;
}
@media (min-width: 920px) {
  .header .garland_left,
  .header .garland_right {
    display: block;
    position: absolute;
    transition: transform 0.3s;
    top: 0;
  }
  .header .garland_left img,
  .header .garland_right img {
    width: 16vw;
    max-width: 200px;
  }
}
.header .garland_left {
  left: 0;
  transform-origin: left top;
}
.header .garland_right {
  right: 0;
  transform-origin: right top;
}

.header_inner {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 920px) {
  .header_inner {
    padding: 0 80px;
  }
}
@media (min-width: 1280px) {
  .header_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

.header_inner_box {
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 920px) {
  .header_inner_box {
    height: 160px;
  }
}

.header_logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (min-width: 920px) {
  .header_logo {
    width: 100%;
    justify-content: center;
  }
}
.header_logo .logo {
  font-size: 0;
  padding-left: 20px;
}
@media (min-width: 920px) {
  .header_logo .logo {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header_logo .logo a {
  display: block;
  width: 140px;
  padding: 5px 0;
}
@media (min-width: 920px) {
  .header_logo .logo a {
    width: 330px;
    padding: 15px 0;
  }
}

.header_info {
  display: none;
}
@media (min-width: 920px) {
  .header_info {
    display: flex;
    width: 100%;
  }
}

.header_nav {
  display: none;
}
@media (min-width: 920px) {
  .header_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

.header_gl_nav {
  position: relative;
}
.header_gl_nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: 0 0;
}

.header_gl_nav_list {
  display: flex;
  justify-content: flex-end;
  font-size: 0;
}
@media (min-width: 920px) {
  .header_gl_nav_list {
    justify-content: center;
  }
}
.header_gl_nav_list > li {
  position: relative;
}
.header_gl_nav_list > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0 10px;
}
@media (min-width: 1180px) {
  .header_gl_nav_list > li > a {
    padding: 0 20px;
  }
}
.header_gl_nav_list > li > a img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_gl_nav_list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: 0 0;
}
.header_gl_nav_list > li > a:hover img {
  opacity: 0.7;
}
.header_gl_nav_list > li:first-of-type > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: 0 0;
}

body.nango .header {
  border-color: #ff6d59;
}
body.nango .header_gl_nav_list > li > a:after {
  background-image: url(../img/nangodori/line_h.png);
}
body.nango .header_gl_nav_list > li:first-of-type > a:before {
  background-image: url(../img/nangodori/line_h.png);
}

body.ohyachi .header {
  border-color: #ff9100;
}
body.ohyachi .header_gl_nav_list > li > a:after {
  background-image: url(../img/ohyachi/line_h.png);
}
body.ohyachi .header_gl_nav_list > li:first-of-type > a:before {
  background-image: url(../img/ohyachi/line_h.png);
}

.header_toggle {
  height: 100%;
}
@media (min-width: 920px) {
  .header_toggle {
    display: none;
  }
}

.header_toggle_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60px;
  padding: 0;
  border: 0;
}
.header_toggle_btn .toggle_icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
}
.header_toggle_btn .toggle_icon span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0px auto 6px;
}
.header_toggle_btn .toggle_icon img {
  width: 40px;
  height: 10px;
}
.header_toggle_btn.closed .toggle_icon span {
  position: relative;
  margin-bottom: 0;
}
.header_toggle_btn.closed .toggle_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
}
.header_toggle_btn.closed .toggle_icon span:nth-of-type(2) {
  top: 1px;
  transform: rotate(-45deg);
}
.header_toggle_btn.closed .toggle_icon span:last-of-type {
  opacity: 0;
  margin-bottom: 0;
}

body.nango .header_toggle_btn {
  background-color: #ff6d59;
}

body.ohyachi .header_toggle_btn {
  background-color: #ff9100;
}

.header.scroll {
  background-color: #fff;
}
.header.scroll .header_inner_box {
  flex-wrap: nowrap;
}
@media (min-width: 920px) {
  .header.scroll .header_inner_box {
    height: 100px;
  }
}
.header.scroll .header_logo {
  width: auto;
}
@media (min-width: 920px) {
  .header.scroll .header_logo a {
    width: 200px;
  }
}
@media (min-width: 920px) {
  .header.scroll .header_info {
    width: calc(100% - 220px);
    justify-content: flex-end;
  }
}
@media (min-width: 920px) {
  .header.scroll .header_gl_nav_list {
    justify-content: flex-end;
  }
}
.header.scroll .header_gl_nav_list img {
  width: 100%;
}
@media (min-width: 920px) {
  .header.scroll .header_nav {
    width: 100%;
  }
}
.header.scroll .garland_left,
.header.scroll .garland_right {
  opacity: 0;
  transform: scale(0, 0);
}

#page_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 920px) {
  #page_top {
    right: 30px;
    bottom: 30px;
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 920px) {
  #page_top:hover {
    transform: translate(0, -5px);
  }
}
#page_top.view {
  opacity: 1;
  visibility: visible;
}

.remodal {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 0;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Keyframes */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal-overlay {
  background: rgba(255, 255, 255, 0.9);
}
.remodal-overlay.hd_modal_search {
  background: rgba(10, 26, 48, 0.6);
}

.hd_modal {
  padding-top: 60px;
}

.sp_header_info .sp_gl_nav {
  border-top: 1px solid #ff9100;
}
.sp_header_info .sp_gl_nav a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #ff9100;
}
.sp_header_info .sp_gl_nav_head {
  position: relative;
  display: flex;
  border-bottom: 1px solid #ff9100;
}
.sp_header_info .sp_gl_nav_head a {
  position: relative;
  display: block;
  color: #514a41;
  width: 100%;
  padding: 20px 20px 20px 60px;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}
.sp_header_info .sp_gl_nav_head a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff9100;
  border-right: 2px solid #ff9100;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.sp_header_info .sp_gl_nav_head a:before {
  position: absolute;
  font-family: "icomoon_n";
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp_header_info .sp_gl_nav_head a.ico_01:before {
  content: "꤀";
}
.sp_header_info .sp_gl_nav_head a.ico_02:before {
  content: "꤁";
}
.sp_header_info .sp_gl_nav_head a.ico_03:before {
  content: "꤂";
}
.sp_header_info .sp_gl_nav_head a.ico_04:before {
  content: "꤃";
}
.sp_header_info .sp_gl_nav_head a.ico_05:before {
  content: "꤄";
}
.sp_header_info .sp_gl_nav_head a.ico_06:before {
  content: "\e900";
}
.sp_header_info .sp_etc_nav_list {
  background: none;
  padding: 20px 20px;
}
.sp_header_info .sp_etc_nav_list li {
  position: relative;
  margin-bottom: 4%;
  font-size: 1.3rem;
}
.sp_header_info .sp_etc_nav_list li > a {
  display: block;
  padding: 8px 0 10px;
  color: #514a41;
  text-decoration: none;
  border-bottom: 1px solid #ff9100;
}

body.nango .sp_header_info .sp_search_box input {
  border: 1px solid #ff6d59;
}
body.nango .sp_header_info .sp_search_box button:before {
  color: #ff6d59;
}
body.nango .sp_header_info .sp_sub_nav {
  border-bottom: 1px solid #ff6d59;
}
body.nango .sp_header_info .sp_sub_nav .header_sub_nav_list:before {
  color: #ff6d59;
}
body.nango .sp_header_info .sp_sub_nav .header_sub_nav_list li a.active {
  color: #ff6d59;
}
body.nango .sp_header_info .sp_sub_nav .header_sub_nav_list li:after {
  border-right: 1px solid #ff6d59;
}
body.nango .sp_header_info .sp_gl_nav {
  border-top: 1px solid #ff6d59;
}
body.nango .sp_header_info .sp_gl_nav a:before {
  color: #ff6d59;
}
body.nango .sp_header_info .sp_gl_nav_head {
  border-bottom: 1px solid #ff6d59;
}
body.nango .sp_header_info .sp_gl_nav_head a:after {
  border-top: 2px solid #ff6d59;
  border-right: 2px solid #ff6d59;
}
body.nango .sp_header_info .sp_etc_nav_list li > a {
  border-bottom: 1px solid #ff6d59;
}

body.ohyachi .sp_header_info .sp_search_box input {
  border: 1px solid #ff9100;
}
body.ohyachi .sp_header_info .sp_search_box button:before {
  color: #ff9100;
}
body.ohyachi .sp_header_info .sp_sub_nav {
  border-bottom: 1px solid #ff9100;
}
body.ohyachi .sp_header_info .sp_sub_nav .header_sub_nav_list:before {
  color: #ff9100;
}
body.ohyachi .sp_header_info .sp_sub_nav .header_sub_nav_list li a.active {
  color: #ff9100;
}
body.ohyachi .sp_header_info .sp_sub_nav .header_sub_nav_list li:after {
  border-right: 1px solid #ff9100;
}
body.ohyachi .sp_header_info .sp_gl_nav {
  border-top: 1px solid #ff9100;
}
body.ohyachi .sp_header_info .sp_gl_nav a:before {
  color: #ff9100;
}
body.ohyachi .sp_header_info .sp_gl_nav_head {
  border-bottom: 1px solid #ff9100;
}
body.ohyachi .sp_header_info .sp_gl_nav_head a:after {
  border-top: 2px solid #ff9100;
  border-right: 2px solid #ff9100;
}
body.ohyachi .sp_header_info .sp_etc_nav_list li > a {
  border-bottom: 1px solid #ff9100;
}

.footer_inner {
  padding: 20px;
}
@media (min-width: 920px) {
  .footer_inner {
    padding: 30px 60px;
  }
}
@media (min-width: 1280px) {
  .footer_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

@media (min-width: 920px) {
  .footer_nav {
    display: flex;
  }
}
.footer_nav .list {
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .footer_nav .list {
    margin-bottom: 0;
  }
}
@media (min-width: 920px) {
  .footer_nav .list ul {
    display: flex;
    justify-content: center;
  }
}
.footer_nav .list ul li {
  font-size: 1.2rem;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 920px) {
  .footer_nav .list ul li {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footer_nav .list ul li:last-child {
    margin-right: 0;
  }
}
.footer_nav .list ul li:before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 3px solid;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer_nav .copy {
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 920px) {
  .footer_nav .copy {
    text-align: left;
  }
}
.footer_nav .copy small {
  font-size: 1rem;
}
@media (min-width: 920px) {
  .footer_nav .copy small {
    font-size: 1.2rem;
  }
}

body.nango .footer_nav .list ul li:before {
  border-color: #ff6d59;
}

body.ohyachi .footer_nav .list ul li:before {
  border-color: #ff9100;
}

.main_visual {
  padding: 30px 0 90px;
}
@media (min-width: 920px) {
  .main_visual {
    padding: 40px 0 160px;
  }
}
.main_visual .slide-arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background-position: center center;
  background-size: contain;
  z-index: 10;
  transition: transform 0.3s;
}
@media (min-width: 920px) {
  .main_visual .slide-arrow {
    width: 70px;
    height: 70px;
  }
}
.main_visual .slide-arrow.next-arrow {
  background-image: url(../img/nangodori/next.png);
  right: calc(10% - 22px);
}
@media (min-width: 920px) {
  .main_visual .slide-arrow.next-arrow {
    right: calc(25% - 35px);
  }
  .main_visual .slide-arrow.next-arrow:hover {
    transform: translateX(5px);
  }
}
.main_visual .slide-arrow.prev-arrow {
  background-image: url(../img/nangodori/prev.png);
  left: calc(10% - 22px);
}
@media (min-width: 920px) {
  .main_visual .slide-arrow.prev-arrow {
    left: calc(25% - 35px);
  }
  .main_visual .slide-arrow.prev-arrow:hover {
    transform: translateX(-5px);
  }
}

body.nango .main_visual .slide-arrow.next-arrow {
  background-image: url(../img/nangodori/next.png);
}
body.nango .main_visual .slide-arrow.prev-arrow {
  background-image: url(../img/nangodori/prev.png);
}

body.ohyachi .main_visual .slide-arrow.next-arrow {
  background-image: url(../img/ohyachi/next.png);
}
body.ohyachi .main_visual .slide-arrow.prev-arrow {
  background-image: url(../img/ohyachi/prev.png);
}

.slider_cont {
  padding: 0 10px;
}
@media (min-width: 920px) {
  .slider_cont {
    padding: 0 15px;
  }
}
.slider_cont .img_wrap {
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
  margin-bottom: 6px;
}
@media (min-width: 920px) {
  .slider_cont .img_wrap {
    border-radius: 17px;
  }
}
.slider_cont .img_wrap span {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 920px) {
  .slider_cont .img_wrap span {
    border-radius: 17px;
  }
}
.slider_cont .img_wrap span:before {
  display: block;
  position: relative;
  content: "";
  padding-top: 65%;
}
.slider_cont .img_wrap span img {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature_wrap {
  padding-bottom: 80px;
}
@media (min-width: 920px) {
  .feature_wrap {
    padding-top: 50px;
    padding-bottom: 160px;
  }
}

.feature_cont {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 920px) {
  .feature_cont {
    margin-bottom: 120px;
  }
  .feature_cont.feature_01 .feature_flex .feature_textbox, .feature_cont.feature_03 .feature_flex .feature_textbox {
    order: 1;
  }
  .feature_cont.feature_02 .feature_flex .feature_txtbox .text, .feature_cont.feature_04 .feature_flex .feature_txtbox .text {
    left: -40px;
    padding: 40px 40px 40px 80px;
  }
  .feature_cont.feature_01 .feature_flex .feature_imgbox, .feature_cont.feature_03 .feature_flex .feature_imgbox {
    order: 2;
  }
}
.feature_cont:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 920px) {
  .feature_flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.feature_flex .feature_imgbox {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media (min-width: 920px) {
  .feature_flex .feature_imgbox {
    width: 45%;
    padding: 0 0;
    transform: translateY(-40px);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.feature_flex .feature_imgbox div.img {
  overflow: hidden;
  border-radius: 10px;
}
.feature_flex .feature_imgbox div.img img {
  max-width: 200%;
  width: 100%;
}
@media (min-width: 920px) {
  .feature_flex .feature_imgbox div.img {
    width: 100%;
    box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
  }
}
.feature_flex .feature_txtbox {
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}
@media (min-width: 920px) {
  .feature_flex .feature_txtbox {
    width: 55%;
    transform: translateY(0px);
  }
  .feature_flex .feature_txtbox:before, .feature_flex .feature_txtbox:after {
    display: block;
    content: "";
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
.feature_flex .feature_txtbox .text {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px 20px;
  box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
}
@media (min-width: 920px) {
  .feature_flex .feature_txtbox .text {
    position: relative;
    height: 100%;
    width: calc(100% + 40px);
    padding: 40px 80px 40px 40px;
    box-shadow: 0px 6px 0px 0px transparent;
  }
}
.feature_flex .feature_txtbox .text p {
  line-height: 1.9;
  position: relative;
  z-index: 2;
}
@media (min-width: 920px) {
  .feature_flex .feature_txtbox .text p {
    line-height: 2;
    font-size: 1.6rem;
  }
}
.feature_flex .feature_txtbox .text p span {
  font-weight: bold;
}
.feature_flex .feature_title {
  margin-bottom: 10px;
}
@media (min-width: 920px) {
  .feature_flex .feature_title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
}
.feature_flex .feature_title img {
  width: auto;
  height: 55px;
}
@media (min-width: 920px) {
  .feature_flex .feature_title img {
    height: auto;
  }
}

body.nango .feature_flex .feature_txtbox .text p span {
  color: #ff6d59;
}
@media (min-width: 920px) {
  body.nango .feature_01 .feature_flex .feature_txtbox:before {
    background-image: url(../img/nangodori/img_01.png);
    top: -8%;
    right: 5%;
    width: 180px;
    height: 180px;
  }
  body.nango .feature_02 .feature_flex .feature_txtbox:before {
    background-image: url(../img/nangodori/img_02.png);
    top: -8%;
    right: 5%;
    width: 180px;
    height: 240px;
  }
  body.nango .feature_03 .feature_flex .feature_txtbox:before {
    background-image: url(../img/nangodori/img_03.png);
    top: -8%;
    right: 15%;
    width: 170px;
    height: 200px;
  }
  body.nango .feature_04 .feature_flex .feature_txtbox:before {
    background-image: url(../img/nangodori/img_04_01.png);
    top: 0;
    right: 5%;
    width: 100px;
    height: 100px;
  }
  body.nango .feature_04 .feature_flex .feature_txtbox:after {
    background-image: url(../img/nangodori/img_04_02.png);
    bottom: 5%;
    right: 5%;
    width: 120px;
    height: 120px;
  }
}

body.ohyachi .feature_flex .feature_txtbox .text p span {
  color: #ff9100;
}
@media (min-width: 920px) {
  body.ohyachi .feature_01 .feature_flex .feature_txtbox:before {
    background-image: url(../img/ohyachi/img_01.png);
    top: -8%;
    right: 5%;
    width: 180px;
    height: 180px;
  }
  body.ohyachi .feature_02 .feature_flex .feature_txtbox:before {
    background-image: url(../img/ohyachi/img_02.png);
    top: -8%;
    right: 5%;
    width: 180px;
    height: 240px;
  }
  body.ohyachi .feature_03 .feature_flex .feature_txtbox:before {
    background-image: url(../img/ohyachi/img_03.png);
    top: 2%;
    right: 5%;
    width: 170px;
    height: 200px;
  }
  body.ohyachi .feature_04 .feature_flex .feature_txtbox:before {
    background-image: url(../img/ohyachi/img_04_01.png);
    top: 25px;
    right: 6%;
    width: 100px;
    height: 100px;
  }
  body.ohyachi .feature_04 .feature_flex .feature_txtbox:after {
    background-image: url(../img/ohyachi/img_04_02.png);
    bottom: 5%;
    right: 5%;
    width: 120px;
    height: 120px;
  }
}

.event_wrap {
  padding-bottom: 80px;
}
@media (min-width: 920px) {
  .event_wrap {
    padding-bottom: 0;
  }
}

.tab_nav_pc {
  display: none;
}
@media (min-width: 920px) {
  .tab_nav_pc {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.tab_nav_pc .tab_btn {
  width: 25%;
  padding: 0 20px;
  position: relative;
}
.tab_nav_pc .tab_btn div {
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border-left: 3px solid;
  border-top: 3px solid;
  border-right: 3px solid;
  padding: 20px 20px 25px;
  transform: translateY(10px);
  transition: transform 0.3s;
  background-color: #fff;
}
.tab_nav_pc .tab_btn div:hover {
  transform: translateY(0px);
}
.tab_nav_pc .tab_btn div:before, .tab_nav_pc .tab_btn div:after {
  display: block;
  position: absolute;
  content: "";
  width: 70px;
  height: 120px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.tab_nav_pc .tab_btn.active:before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 46px);
  height: 3px;
  background-image: url(../img/top/bg_w.jpg);
  background-size: auto;
  background-repeat: repeat;
  bottom: -3px;
  left: 23px;
  z-index: 5;
}
.tab_nav_pc .tab_btn.active div {
  transform: translateY(0px);
}
.tab_nav_pc .tab_btn.tab_01 div {
  border-color: #ffb2ce;
}
.tab_nav_pc .tab_btn.tab_01 div:before {
  background-image: url(../img/nursery/tab_img_01_01.png);
  top: -22px;
  left: -35px;
}
.tab_nav_pc .tab_btn.tab_01 div:after {
  background-image: url(../img/nursery/tab_img_01_02.png);
  top: -22px;
  right: -32px;
}
.tab_nav_pc .tab_btn.tab_02 div {
  border-color: #ace094;
}
.tab_nav_pc .tab_btn.tab_02 div:before {
  background-image: url(../img/nursery/tab_img_02_01.png);
  top: -45px;
  left: -30px;
}
.tab_nav_pc .tab_btn.tab_02 div:after {
  background-image: url(../img/nursery/tab_img_02_02.png);
  top: -40px;
  right: -35px;
}
.tab_nav_pc .tab_btn.tab_03 div {
  border-color: #ffd335;
}
.tab_nav_pc .tab_btn.tab_03 div:before {
  background-image: url(../img/nursery/tab_img_03_01.png);
  top: -35px;
  left: -25px;
}
.tab_nav_pc .tab_btn.tab_03 div:after {
  background-image: url(../img/nursery/tab_img_03_02.png);
  top: -38px;
  right: -23px;
}
.tab_nav_pc .tab_btn.tab_04 div {
  border-color: #b1cedd;
}
.tab_nav_pc .tab_btn.tab_04 div:before {
  background-image: url(../img/nursery/tab_img_04_01.png);
  top: -41px;
  left: -19px;
}
.tab_nav_pc .tab_btn.tab_04 div:after {
  background-image: url(../img/nursery/tab_img_04_02.png);
  top: -43px;
  right: -28px;
}

.tab_nav_sp {
  margin: 0 20px 22px;
  cursor: pointer;
  padding: 12px 20px;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 0.02em;
}
.tab_nav_sp em {
  font-style: normal;
  font-size: 1.8rem;
}
.tab_nav_sp.tab_01 {
  background-color: #ffb2ce;
}
.tab_nav_sp.tab_02 {
  background-color: #ace094;
}
.tab_nav_sp.tab_03 {
  background-color: #ffd335;
}
.tab_nav_sp.tab_04 {
  background-color: #b1cedd;
}
.tab_nav_sp:before, .tab_nav_sp:after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #514a41;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 0.3s;
  opacity: 1;
}
.tab_nav_sp:after {
  transform: rotate(90deg);
}
.tab_nav_sp.active:before {
  transform: rotate(90deg);
  opacity: 0;
}
.tab_nav_sp.active:after {
  transform: rotate(180deg);
}
@media (min-width: 920px) {
  .tab_nav_sp {
    display: none;
  }
}

.tab_body {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  position: relative;
  background-image: url(../img/top/bg_w.jpg);
  background-size: auto;
  background-repeat: repeat;
  transition: opacity 0.3s;
}
@media (min-width: 920px) {
  .tab_body:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .tab_body.tab_01:before {
    background-color: rgba(255, 178, 206, 0.1);
  }
  .tab_body.tab_02:before {
    background-color: rgba(172, 224, 148, 0.1);
  }
  .tab_body.tab_03:before {
    background-color: rgba(255, 211, 53, 0.1);
  }
  .tab_body.tab_04:before {
    background-color: rgba(177, 206, 221, 0.1);
  }
}
.tab_body.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 30px 0 60px;
}
@media (min-width: 920px) {
  .tab_body.active {
    padding: 130px 0 160px;
    border-top: 3px solid;
  }
  .tab_body.active.tab_01 {
    border-color: #ffb2ce;
  }
  .tab_body.active.tab_02 {
    border-color: #ace094;
  }
  .tab_body.active.tab_03 {
    border-color: #ffd335;
  }
  .tab_body.active.tab_04 {
    border-color: #b1cedd;
  }
}
.tab_body .tab_inner {
  position: relative;
  z-index: 3;
  background-color: #fff;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 20px 20px;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
}
@media (min-width: 920px) {
  .tab_body .tab_inner {
    padding: 90px 50px 50px;
    border-radius: 15px;
  }
}
@media (min-width: 920px) {
  .tab_body .tab_inner:before, .tab_body .tab_inner:after {
    display: block;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    width: 200px;
    height: 120px;
  }
}
@media (min-width: 920px) {
  .tab_body .tab_inner:before {
    top: 10px;
    left: 40px;
  }
}
@media (min-width: 920px) {
  .tab_body .tab_inner:after {
    top: 10px;
    right: 40px;
  }
}
.tab_body .tab_inner .event_title {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .event_title {
    top: -75px;
    width: 250px;
  }
}
.tab_body .tab_inner .event_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .event_list {
    font-size: 2rem;
    max-width: 550px;
    margin: 0 auto 35px;
  }
}
.tab_body .tab_inner .event_list li {
  padding: 0 5px 8px;
  text-align: center;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .event_list li {
    padding: 0 20px 10px;
  }
}
.tab_body .tab_inner .photo_list {
  margin: 0 0 -20px;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .photo_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px -20px;
  }
}
.tab_body .tab_inner .photo_list li {
  position: relative;
  padding: 0 0 25px;
}
.tab_body .tab_inner .photo_list li:last-of-type {
  padding: 0 0 30px;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .photo_list li {
    width: 50%;
    padding: 0 20px 40px;
  }
  .tab_body .tab_inner .photo_list li:last-of-type {
    padding: 0 20px 40px;
  }
}
.tab_body .tab_inner .photo_list li .img_wrap {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}
.tab_body .tab_inner .photo_list li .img_wrap img {
  max-width: 200%;
  width: 100%;
}
.tab_body .tab_inner .photo_list .tape_wrap {
  position: relative;
}
.tab_body .tab_inner .photo_list .tape_wrap:before, .tab_body .tab_inner .photo_list .tape_wrap:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../img/top/tape_red.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 71px;
  height: 64px;
  z-index: 3;
}
.tab_body .tab_inner .photo_list .tape_wrap:before {
  top: -11px;
  left: -17px;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .photo_list .tape_wrap:before {
    top: -15px;
    left: -20px;
  }
}
.tab_body .tab_inner .photo_list .tape_wrap:after {
  bottom: -11px;
  right: -17px;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .photo_list .tape_wrap:after {
    bottom: -13px;
    right: -21px;
  }
}
.tab_body .tab_inner .photo_list p.caption {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 920px) {
  .tab_body .tab_inner .photo_list p.caption {
    margin-top: 10px;
    text-align: left;
    font-size: 1.5rem;
  }
}
.tab_body .base_btn {
  display: none;
}
@media (min-width: 920px) {
  .tab_body .base_btn {
    display: block;
    margin-top: 50px;
  }
}
.tab_body.tab_01 .tab_inner:before {
  background-image: url(../img/nursery/img_spring_01.png);
}
.tab_body.tab_01 .tab_inner:after {
  background-image: url(../img/nursery/img_spring_02.png);
}
.tab_body.tab_01 .tab_inner .photo_list .tape_wrap:before, .tab_body.tab_01 .tab_inner .photo_list .tape_wrap:after {
  background-image: url(../img/top/tape_red.png);
}
.tab_body.tab_02 .tab_inner:before {
  background-image: url(../img/nursery/img_summer_01.png);
}
.tab_body.tab_02 .tab_inner:after {
  background-image: url(../img/nursery/img_summer_02.png);
}
.tab_body.tab_02 .tab_inner .photo_list .tape_wrap:before, .tab_body.tab_02 .tab_inner .photo_list .tape_wrap:after {
  background-image: url(../img/top/tape_green.png);
}
.tab_body.tab_03 .tab_inner:before {
  background-image: url(../img/nursery/img_fall_01.png);
}
.tab_body.tab_03 .tab_inner:after {
  background-image: url(../img/nursery/img_fall_02.png);
}
.tab_body.tab_03 .tab_inner .photo_list .tape_wrap:before, .tab_body.tab_03 .tab_inner .photo_list .tape_wrap:after {
  background-image: url(../img/top/tape_yellow.png);
}
.tab_body.tab_04 .tab_inner:before {
  background-image: url(../img/nursery/img_winter_01.png);
}
.tab_body.tab_04 .tab_inner:after {
  background-image: url(../img/nursery/img_winter_02.png);
}
.tab_body.tab_04 .tab_inner .photo_list .tape_wrap:before, .tab_body.tab_04 .tab_inner .photo_list .tape_wrap:after {
  background-image: url(../img/top/tape_blue.png);
}

.about_wrap {
  padding-bottom: 90px;
}
@media (min-width: 920px) {
  .about_wrap {
    padding-bottom: 160px;
  }
}

.overview_box {
  padding: 15px 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
}
@media (min-width: 920px) {
  .overview_box {
    padding: 44px 70px 70px;
  }
}
.overview_box dl {
  border-bottom: 1px dashed #ff9100;
}
@media (min-width: 920px) {
  .overview_box dl {
    display: flex;
    align-items: center;
  }
}
.overview_box dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff9100;
  padding: 15px 0 0 0;
}
@media (min-width: 920px) {
  .overview_box dl dt {
    line-height: 2;
    flex-shrink: 0;
    width: 200px;
    padding: 30px 50px;
  }
}
.overview_box dl dd {
  width: 100%;
  padding: 5px 0 15px;
}
@media (min-width: 920px) {
  .overview_box dl dd {
    line-height: 2;
    padding: 30px 50px;
    width: calc(100% - 200px);
  }
}
.overview_box dl dd .type {
  width: 120px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 920px) {
  .overview_box dl dd .type {
    width: 130px;
  }
}

body.nango .overview_box dl {
  border-bottom: 1px dashed #ff6d59;
}
body.nango .overview_box dl dt {
  color: #ff6d59;
}
body.nango .overview_box dl dd .type {
  background-color: #ffebeb;
}

body.ohyachi .overview_box dl {
  border-bottom: 1px dashed #ff9100;
}
body.ohyachi .overview_box dl dt {
  color: #ff9100;
}
body.ohyachi .overview_box dl dd .type {
  background-color: #ffefdc;
}

.floor_wrap {
  padding-bottom: 80px;
}
@media (min-width: 920px) {
  .floor_wrap {
    padding-bottom: 160px;
  }
}
.floor_wrap .floor_img {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
  padding: 20px;
}
@media (min-width: 920px) {
  .floor_wrap .floor_img {
    padding: 40px;
  }
}
.floor_wrap .floor_img:nth-of-type(2) {
  margin-top: 15px;
}
@media (min-width: 920px) {
  .floor_wrap .floor_img:nth-of-type(2) {
    margin-top: 50px;
  }
}
.floor_wrap .floor_note {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media (min-width: 920px) {
  .floor_wrap .floor_note {
    text-align: right;
  }
}
.floor_wrap .zoom {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-size: 1.3rem;
}
.floor_wrap .zoom:before {
  display: block;
  position: absolute;
  font-family: "icomoon_n";
  content: "꤅";
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 920px) {
  .floor_wrap .zoom {
    display: none;
  }
}

body.nango .floor_wrap .zoom:before {
  color: #ff6d59;
}

body.ohyachi .floor_wrap .zoom:before {
  color: #ff9100;
}

.access_wrap {
  padding-bottom: 50px;
}
@media (min-width: 920px) {
  .access_wrap {
    padding-bottom: 115px;
  }
}
.access_wrap .access_info {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
  padding: 15px 20px 35px;
}
@media (min-width: 920px) {
  .access_wrap .access_info {
    padding: 40px 60px 60px;
  }
}
.access_wrap .access_logo {
  margin: -30px 0 20px;
}
@media (min-width: 920px) {
  .access_wrap .access_logo {
    margin: -60px 0 30px;
  }
}
.access_wrap .access_logo span {
  display: inline-block;
}
.access_wrap .access_logo img {
  width: 100%;
  max-width: 240px;
}
@media (min-width: 920px) {
  .access_wrap .access_logo img {
    max-width: inherit;
  }
}
.access_wrap .adress {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (min-width: 920px) {
  .access_wrap .adress {
    font-size: 1.8rem;
  }
}
.access_wrap .phone {
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .access_wrap .phone {
    margin-bottom: 30px;
  }
}
.access_wrap .phone .pc_tel {
  display: none;
}
@media (min-width: 920px) {
  .access_wrap .phone .pc_tel {
    display: inline-block;
  }
}
.access_wrap .phone .sp_tel {
  display: inline-block;
  cursor: pointer;
  width: 180px;
}
@media (min-width: 920px) {
  .access_wrap .phone .sp_tel {
    display: none;
  }
}
.access_wrap .gmap {
  margin-bottom: 15px;
  height: 300px;
}
@media (min-width: 920px) {
  .access_wrap .gmap {
    margin-bottom: 30px;
    height: 470px;
  }
}
.access_wrap .gmap iframe {
  width: 100%;
  height: 100%;
}
.access_wrap .gmap img {
  max-width: none;
}
.access_wrap .gmap table th,
.access_wrap .gmap table td {
  border: 0;
  padding: 0;
}

.news_box {
  padding: 15px 20px 15px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 0px 0px rgba(63, 52, 23, 0.08);
}
@media (min-width: 920px) {
  .news_box {
    padding: 34px 70px 34px;
    margin-bottom: 50px;
  }
}

.news_list li {
  border-bottom: 1px dashed #ff9100;
}
.news_list li:last-child {
  border-bottom: 0;
}
.news_list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 0;
  text-decoration: none;
}
@media (min-width: 920px) {
  .news_list a {
    display: flex;
    padding: 25px 30px 25px 0;
  }
  .news_list a:hover:after {
    right: 10px;
  }
}
.news_list a:after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff9100;
  border-right: 2px solid #ff9100;
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  margin-top: -4px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (min-width: 920px) {
  .news_list a:after {
    right: 15px;
  }
}
.news_list .date {
  display: block;
  color: #ff9100;
  font-size: 1.3rem;
  padding-bottom: 5px;
}
@media (min-width: 920px) {
  .news_list .date {
    width: 130px;
    flex-shrink: 0;
    font-size: 1.4rem;
    padding: 1px 0 0 0;
  }
}
.news_list .info .title {
  font-size: 1.6rem;
  font-weight: bold;
}

body.nango .news_list li {
  border-bottom-color: #ff6d59;
}
body.nango .news_list a:after {
  border-top-color: #ff6d59;
  border-right-color: #ff6d59;
}
body.nango .news_list .date {
  color: #ff6d59;
}