@charset "UTF-8";

/* =================================
   - font
================================= */



/* =================================
   - common class
================================= */
.pc { display: inline-block;}
.sp { display: none;}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.w50P{ width:50%;margin:0 auto}
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single_bnr {
  width: 100%;
  text-align: center;
}
.many_bnr {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media screen and (max-width: 750px) {
  .pc { display: none;}
  .sp { display: inline-block;}
  .wrap { width: 100%;}
  .many_bnr {
    display: inherit;
  }
}


/* =================================
   - common style
================================= */
body {
  font-size: 16px;
/*  font-family: 'Kosugi Maru', sans-serif;*/
  font-family: GENJ,sans-serif;
  font-weight: 500;
  color: #232323;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
  transform: rotate(0.001deg);
}
a img {
  transform: rotate(-0.001deg);
}
a:hover {
  transition: 0.5s;
}

a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
.pagetop_wrap a img {
  transition: unset;
}

body main {
  position: relative;
  top: -35px;
  z-index: 0;
}


@media screen and (max-width: 750px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  body.menuBack {
    position: fixed;
  }
  body main {
    top: 65px;
    overflow-x: hidden;
  }
}


.textc {
	margin: 16px auto;
	text-align: center;
	display: block;
	line-height: 30px;

}
.textc .text {
	text-align: left;
	display: inline-block;
}


  .tbl-r03 {
    width: 100%;
  }

th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 90%;
	    margin-left: auto;
    margin-right: auto;
  }
  .tbl-r03 tr {
    display: block;

  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;

  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 100%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 30%;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
	
  }
  .tbl-r02 {
    width: 80%;
	    margin-left: auto;
    margin-right: auto;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}



/* header
---------------------------------------------------------- */
header {
  width: 100%;
  position: relative;
  border-top: 10px solid #fff1d5;
    background: url(../img/bg01.png) repeat-x;
  z-index: 100;
}
header .head_top {
  width: 1000px;
  height: 102px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .head_top h1, header .head_top div.logo {
  align-self: center;
  margin-top: 10px;
}
header .head_top .col_R {
  width: 380px;
  align-self: center;
}
header .head_top .col_R ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
    -ms-flex-pack: distribute;
  justify-content: space-around;
}
header .head_top .col_R ul li {
  height: 38px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
}
header .head_top .col_R ul li.head_li01 {
  width: 116px;
}
header .head_top .col_R ul li.head_li01 a {
  background: url(../img/head_li01.png) no-repeat;
}
header .head_top .col_R ul li.head_li02 {
  width: 91px;
}
header .head_top .col_R ul li.head_li02 a {
  background: url(../img/head_li02.png) no-repeat;
}

/* --------- RECRUIT SPECIAL VERSITON ---------
 (if you are done, comment out this section) */
header .head_top .col_R ul li.head_li02 {
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;  
}
header .head_top .col_R ul li.head_li02 a {
  color: #42210b;
  background: url(../img/head_li04.png) no-repeat;
}

header .head_top .col_R ul li.head_li02 a:hover {
  color: #E06945;
}
/* --------- RECRUIT SPECIAL VERSITON --------- */

header .head_top .col_R ul li.head_li03 {
  width: 120px;
}
header .head_top .col_R ul li.head_li03 a {
  background: url(../img/head_li03.png) no-repeat;
}
header .head_top .col_R ul li a {
  color: #fff;
  display: block;
}
header .head_top .col_R ul li a:hover {
  color: #42210b;
}

header .head_nav {
  height: 160px;
  position: relative;
  background: url(../img/nav_bg1.png) center repeat-x;
}
header .head_nav .bird01 {
  position: absolute;
  top: -5px;
  left: 87px;
}
header .head_nav .bird02 {
  position: absolute;
  top: -20px;
  right: 150px;
}
header .head_nav .bird03 {
  position: absolute;
  top: -27px;
  right: 110px;
}
header .head_nav .birdwrap img {
  position: absolute;
}

header .head_nav ul {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .head_nav ul::before {
  width: 313px;
  height: 120px;
  content: '';
  position: absolute;
  top: -5px;
  left: -178px;
  background: url(../img/nav_bef.png);
}
header .head_nav ul::after {
  width: 320px;
  height: 120px;
  content: '';
  position: absolute;
  top: -7px;
  right: -182px;
  background: url(../img/nav_aft.png);
}
header .head_nav ul li {
  text-align: center;
  flex-basis: 124px;
}
header .head_nav ul li.fix_block {
  display: none;
}
header .head_nav ul li a {
  height: 70px;
  padding-top: 125px;
  color: #42210b;
  font-weight: 600;
  display: block;
}
header .head_nav ul li a:hover, header .head_nav ul li.active a {
  color: #fff;
  background: url(../img/nav_hov.png) no-repeat 48% 70%;
  text-shadow: 1px 1px 2px #EC6D45;
}
/* -fix- */
header .head_nav.pc_fix {
  height: 160px;
  background: url(../img/nav_bg_fix1.png) center repeat-x;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header .head_nav.pc_fix ul {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .head_nav.pc_fix ul::before {
  display: none;
}
header .head_nav.pc_fix ul::after {
  display: none;
}
header .head_nav.pc_fix ul li {
  text-align: center;
  flex-basis: 124px;
}
header .head_nav.pc_fix ul li.fix_block {
  display: block;
}
header .head_nav.pc_fix ul li a {
  height: 70px;
  padding-top: 125px;
  color: #42210b;
  font-weight: 600;
  display: block;
}
header .head_nav.pc_fix ul li.fix_block a {
  padding-top: 10px;
}
header .head_nav.pc_fix ul li a:hover, header .head_nav.pc_fix ul li.active a {
  color: #fff;
  background: url(../img/nav_hov.png) no-repeat 48% 70%;
}


@media screen and (max-width: 750px) {
header {
  width: 100%;
  position: fixed;
  border-top: 5px solid #fff1d5;
  background: url(../img/bg01.png) repeat-x;
  z-index: 101;
  height: 60px;
}
  header .head_top {
    width: 94%;
    height: 51px;
    padding: 0 3%;
  }
  header .head_top h1 img, header .head_top div.logo img {
    width: 320px;
  }
  header .head_top .nav_btn {
    width: 50px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 4px;
    right: 0;/*!!!!!!!!!!!!!!!!!!!!!!!*/
    border-radius: 50%;
    background: #64472a;
    z-index: 10;
    height: 50px;
  }
  header .head_top .nav_btn p {
    letter-spacing: 2px;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
  }
  header .head_top .nav_btn span {
    width: 22px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    background: #fff;
    display: block;
    transition: 0.5s;
  }
  header .head_top .nav_btn span:nth-child(2) {
  }
  header .head_top .nav_btn span:nth-child(3) {
    top: 33px;
  }
  header .head_top .nav_btn span:last-child {
    top: 38px;
  }
  header .head_top .nav_btn.on span:nth-child(2) {
    width: 13px;
    top: 32px;
    transform: rotate(-45deg);
  }
  header .head_top .nav_btn.on span:nth-child(3) {
    display: none;
  }
  header .head_top .nav_btn.on span:last-child {
    width: 13px;
    top: 32px;
    transform: rotate(45deg);
  }

  header .head_top .col_R {
    display: none;
  }

  header .head_nav, header .head_nav.pc_fix {
    height: auto;
    margin-top: 7px;
    top: inherit;
    background: none!important;
  }
  header .head_nav ul, header .head_nav ul.on {
    width: 100%;
    height: 85%;
    padding-bottom: 20%;
    background: #f2a193;
    display: inherit;
  }
  header .head_nav ul.off {
    display: none;
    transition: 0.5s;
  }
  header .head_nav ul.on {
    position: fixed;
    overflow-x: scroll;
    transition: 0.5s;
  }
  header .head_nav ul::before {
    display: none;
  }
  header .head_nav ul::after {
    display: none;
  }
  header .head_nav ul li, header .head_nav.pc_fix ul li {
    border-bottom: 2px dashed #efddda;
    display: block;
  }
  header .head_nav.pc_fix ul li.fix_block {
    display: none;
  }
  header .head_nav ul li a, header .head_nav.pc_fix ul li a {
    height: auto;
    padding: 25px;
  }
  header .head_nav ul li a:hover, header .head_nav.pc_fix ul li a:hover, header .head_nav ul li.active a {
    background: url(../img/nav_hov.png) no-repeat 32% 70%;
  }
}


/* footer
---------------------------------------------------------- */
.pagetop_wrap {
  position: relative;
}
.pagetop_wrap .pagetop {
  position: fixed;
  top: inherit;
  bottom: 0;
  right: 150px;
  transition: 1s;
  display: none;
}
.pagetop_wrap .pagetop.bottomFix {
  position: absolute;
  top: -105px;
  right: 150px;
}
.pagetop_wrap .pagetop #balloon {
  position: absolute;
}

footer .footer {
  height: 462px;
  margin-top: 65px;
  padding-top: 170px;
  background: url(../img/footer_bg.png) no-repeat center top;
}
footer .footer .spBg {
  padding-bottom: 25px;
  background: linear-gradient(transparent, #fff1d5, #fff1d5);
}
footer .footer .wrap {
  width: 880px;
  padding: 10px 50px 20px;
  font-size: 14px;
  color: #64472a;
  font-weight: 500;
  border: 10px solid #fad996;
  background: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer .wrap .col_L {
  width: 568px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
footer .footer .wrap .col_L .logo {
  margin-bottom: 25px;
}
footer .footer .wrap .col_L .logo amp-img {
  width: 361px;
}
footer .footer .wrap .col_L .logo span {
  margin-top: 10px;
  font-weight: 600;
  display: block;
}
footer .footer .wrap .col_L .add {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 25px;
  line-height: 1.8em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 2px;
  border-bottom: 3px dotted #f4af8f;
}
footer .footer .wrap .col_L .add .cont {

  transform: rotate(0.001deg);
}
footer .footer .wrap .col_L .add .cont:first-child {
/*  width: 280px;*/
}
footer .footer .wrap .col_L .telBlock {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 20px;
  border-bottom: 3px dotted #f4af8f;
}
footer .footer .wrap .col_L .telBlock a {
  font-size: 30px;
}
footer .footer .wrap .col_L .add a {
  font-size: 18px;
  font-weight: 600;
}
footer .footer .wrap .col_L ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer .wrap .col_L ul li {
  margin-right: 20px;
  padding-left: 25px;
  font-weight: 600;
  position: relative;
}
footer .footer .wrap .col_L ul li:last-child {
  margin-right: 0;
}
footer .footer .wrap .col_L ul li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #ed6d00;
  content: '\f061';
  position: absolute;
  left: 5px;
}
footer .footer .wrap .col_L ul li a:hover {
  text-decoration: underline;
}

footer .footer .wrap .col_R {
  width: 278px;
}
footer .footer .wrap .col_R .mail_block {
  margin-bottom: 20px;
  padding: 25px 20px 15px;
  font-size: 16px;
  text-align: center;
  border: 3px dotted #f4af8f;
  transform: rotate(0.001deg);
}
footer .footer .wrap .col_R .mail_block a {
  margin-top: 10px;
  padding: 10px 25px;
  color: #fff;
  background: #f18ca1;
  border: 1px solid #f18ca1;
  display: block;
}
footer .footer .wrap .col_R .mail_block a:hover {
  color: #f18ca1;
  background: #fff;
}
footer .footer .wrap .col_R .foot_bnr {
  margin-bottom: 10px;
}
footer .footer .wrap .col_R .sns_area {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer .wrap .col_R .sns_area a {
  width: 61px;
  margin: 0 8px;
  display: block;
}

footer .copyright {
  height: 65px;
  color: #42210b;
  font-size: 12px;
  text-align: center;
  line-height: 65px;
  background: #fff;
}


@media screen and (max-width: 750px) {
  .pagetop_wrap .pagetop {
    width: 40px;
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 10px;
    transition: 1s;
    display: none;
    z-index: 100;
  }
  .pagetop_wrap .pagetop.bottomFix {
    right: 10px;
    top: -20px;
  }
  .pagetop_wrap .pagetop img {
    width: 100%;
    width: 100%;
  }

  footer .footer {
    height: auto;
    background: url(../img/footer_bg.png) no-repeat center top;
  }
  footer .footer .spBg {
    padding-bottom: 25px;
    background: linear-gradient(transparent, #fff1d5, #fff1d5);
  }
  footer .footer .wrap {
    width: 77%;
    padding: 10px 5% 20px;
    font-size: 12px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .footer .wrap .col_L {
    width: 100%;
  }
  footer .footer .wrap .col_L .logo {
    margin-bottom: 5px;
    margin: 0 auto 10px;
  }
  footer .footer .wrap .col_L .logo a img, footer .footer .wrap .col_L .logo a amp-img {
    width: 100%;
    margin: 0 auto;
    display: block
  }
  footer .footer .wrap .col_L .add {
    width: 220px;
    margin: 0 auto 30px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .footer .wrap .col_L .add .cont {
    margin-bottom: 15px;
    flex-basis: 100%;
  }
  footer .footer .wrap .col_L .add .cont:first-child {
/*
    width: 100%;
    margin-bottom: 15px;
*/
  }
  footer .footer .wrap .col_L .telBlock {
    width: 220px;
    margin: 0 auto 30px;
    font-size: 14px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .footer .wrap .col_L .telBlock a {
    font-size: 20px;
  }

  footer .footer .wrap .col_L ul {
    width: 220px;
    margin: 0 auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  footer .footer .wrap .col_L ul li {
    margin: 0 0 15px 0;
    padding-left: 13px;
    font-size: 10px;
  }
  footer .footer .wrap .col_L ul li::before {
    left: 0;
  }
  footer .footer .wrap .col_L ul li:nth-child(odd) {
    width: 102px;
  }
  footer .footer .wrap .col_L ul li:nth-child(even) {
    width: 70px;
  }

  footer .footer .wrap .col_R {
    width: 100%;
  }
  footer .footer .wrap .col_R .mail_block {
    font-size: 14px;
  }

  footer .footer .wrap .col_R .foot_bnr {
    max-width: 540px;
    width: 100%;
    text-align: center;
  }
  footer .footer .wrap .col_R .foot_bnr img {
    width: 100%;
  }
  footer .footer .wrap .col_R .sns_area a {
    width: 38px;
    display: block;
  }
  footer .footer .wrap .col_R .sns_area a img {
    width: 100%;
  }

  footer .copyright {
    height: 25px;
    font-size: 10px;
    line-height: 25px;
  }
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
top: 50px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/* =================================
   - index
================================= */
.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}


@media screen and (max-width: 750px) {
  .background {
    display: none;
  }
}


/* main slide
---------------------------------------------------------- */
.index .slider {
  padding-bottom: 15px;
  position: relative;
  top: 0;
  background: url(../img/slide_bg.png), url(../img/bg02.png);
  background-repeat: repeat-x;
  background-position: center -30px, center bottom;
}

.index .slider .shade {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.index .slider .shade::after {
  width: 234px;
  height: 600px;
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  background: url(../img/slide_shade01.png) no-repeat left -30px;
  display: block;
}
.index .slider .wrap::after {
  width: 234px;
  height: 600px;
  content: '';
  position: absolute;
  top: 0;
  right: -35px;
  background: url(../img/slide_shade02.png) no-repeat right -30px;
  display: block;
}

.index .slider .shade .viewer {
  width: 1000px;
  height: 550px;
  margin: 0 auto!important;
  position: relative;
  overflow: hidden;
}
.index .slider .shade .viewer .slide_cont {
  width: 100%;
  height: 100%;
}
.index .slider .shade .viewer .slide_cont img {
  width: 100%;
}
.index .slider .shade .viewer .slide_cont a {
  position: absolute;
  bottom: 20px;
  left: 90px;
}


@media screen and (max-width: 750px) {
  .index .slider {
    width: 100%;
    padding-bottom: 0;
    background: none;
    overflow: hidden;
  }

  .index .slider .shade {
    width: 100%;
  }
.index .slider .shade::after {
    width: 76px;
    height: 280px;
    left: 0px;
    background-size: 76px 280px;
  }
  .index .slider .wrap::after {
    width: 73px;
    height: 280px;
    right: 0px;
    background-size: 73px 280px;
  }

  .index .slider .shade .viewer {
    width: 100%;
    height: 237px;
  }
  .index .slider .shade .viewer .slide_cont {
    width: 100%;
    height: 237px;
  }
  .index .slider .shade .viewer .slide_cont img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: inherit;
    bottom: inherit;
    transform: translate(-50%, -50%);
  }
  .index .slider .shade .viewer .slide_cont amp-img {
    width: auto;
    height: 237px;
  }
  .index .slider .shade .viewer .slide_cont amp-img img {
    width: auto;
    height: 100%;
  }
  .index .slider .shade .viewer .slide_cont a {
    width: 125px;
    height: 125px;
    bottom: 10px;

  }
  .index .slider .shade .viewer .slide_cont a img {
    width: auto;
  }
}


/* vision
---------------------------------------------------------- */
.index .vision {
  margin-top: 45px;
}
.index .vision .wrap {
  width: 1036px;
}
.index .vision h2.title {
  text-align: center;
  font-family: GENS,sans-serif;
  letter-spacing: 3px;
  position: relative;
}
.index .vision h2.title::after {
  width: 1060px;
  height: 115px;
  content: '';
  position: absolute;
  top: -10px;
  background: url(../img/index_ttlBg01.png) no-repeat center;
  display: block;
  z-index: -1;
}
.index .vision h2.title .sTtl {
  font-size: 18px;
  font-weight: 500;
  color: #e06945;
  display: block;
  transform: rotate(0.001deg);
}
.index .vision h2.title .mTtl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 29px;
  color: #42210b;
  display: block;
}
.index .vision h2.title .mTtl .small {
  font-size: 19px;
}

.index .vision .cont_wrap.flex {
  margin-top: 70px;
}
.index .vision .cont_wrap.flex .cont {
  position: relative;
}
.index .vision .cont_wrap.flex .cont:first-child::after {
  width: 106px;
  height: 150px;
  content: '';
  position: absolute;
  top: 110px;
  left: -80px;
  background: url(../img/tree01.png) no-repeat;
  display: block;
  z-index: -1;
}
.index .vision .cont_wrap.flex .cont:last-child::after {
  width: 121px;
  height: 192px;
  content: '';
  position: absolute;
  top: 0px;
  right: -75px;
  background: url(../img/wood.png) no-repeat;
  display: block;
  z-index: -1;
}

.index .vision .cont_wrap.flex .cont .roof {
  width: 350px;
  height: 48px;
  padding-top: 40px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #42210b;
  letter-spacing: 1px;
}
.index .vision .cont_wrap.flex .cont:first-child .roof {
  margin-top: 30px;
  background: url(../img/roof01.png) no-repeat;
}
.index .vision .cont_wrap.flex .cont:nth-child(2) .roof {
  background: url(../img/roof02.png) no-repeat;
}
.index .vision .cont_wrap.flex .cont:last-child .roof {
  margin-top: 30px;
  background: url(../img/roof03.png) no-repeat;
}

.index .vision .cont_wrap.flex .cont .body {
  margin: -1px 20px 0;
  padding: 30px;
  line-height: 1.7em;
  background: url(../img/bg03.png) repeat;
  position: relative;
}
.index .vision .cont_wrap.flex .cont .body h3.title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  transform: rotate(0.001deg);
}
.index .vision .cont_wrap.flex .cont:first-child .body h3.title {
  color: #71a24f;
}
.index .vision .cont_wrap.flex .cont:nth-child(2) .body h3.title {
  color: #e06945;
}
.index .vision .cont_wrap.flex .cont:last-child .body h3.title {
  color: #4c7fa5;
}
.index .vision .cont_wrap.flex .cont .body .txt {
  margin-top: 15px;
  transform: rotate(0.001deg);
}


@media screen and (max-width: 750px) {
  .index .vision {
    width: 100%;
    margin-top: 0;
    padding-top: 25px;
    overflow: hidden;
  }
  .index .vision .wrap {
    width: 100%;
  }
  .index .vision h2.title {
    letter-spacing: 2px;
    position: relative;
  }
  .index .vision h2.title::after {
    width: 100%;
    height: 58px;
    background-size: auto 100%;

    transform: rotate(5deg);
  }
  .index .vision h2.title .sTtl {
    font-size: 13px;
  }
  .index .vision h2.title .mTtl {
    font-size: 22px;
  }
  .index .vision h2.title .mTtl .small {
    font-size: 13px;
  }
  .index .vision .cont_wrap.flex {
    width: 90%;
    margin: 15px auto ;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .index .vision .cont_wrap.flex .cont {
    width: 100%;
    font-size: 13px;
  }
  .index .vision .cont_wrap.flex .cont:first-child {
    order: 3;
  }
  .index .vision .cont_wrap.flex .cont:nth-child(2) {
    order: 1;
  }
  .index .vision .cont_wrap.flex .cont:nth-child(3) {
    order: 2;
  }

  .index .vision .cont_wrap.flex .cont:nth-child(2)::after,
  .index .vision .cont_wrap.flex .cont:nth-child(3)::after,
  .index .vision .cont_wrap.flex .cont:first-child::after,
  .index .vision .cont_wrap.flex .cont:nth-child(2)::before {
    display: none;
  }
  .index .vision .cont_wrap.flex .cont:nth-child(3)::before {
    width: 359px;
    height: 68px;
    content: '';
    background: url(../img/bg_vision01.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10px;
    left: 0px;
    opacity: 0.8;
  }
  .index .vision .cont_wrap.flex .cont:first-child::before {
    width: 359px;
    height: 68px;
    content: '';
    background: url(../img/bg_vision02.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10px;
    left: 0px;
    opacity: 0.8;
  }

  .index .vision .cont_wrap.flex .cont .roof {
    width: 100%;
    height: auto;
    padding: 25px 0 16px 0;
    font-size: 10px;
    position: relative;
    background-size: 100%;
    z-index: 100;
    min-height: 40px;
    padding-top: 40px;
  }
  .index .vision .cont_wrap.flex .cont:nth-child(2) .roof {
    margin-top: 0;
    background: url(../img/roof02@2x.png) no-repeat;
    background-size: 100%;
    min-height: 40px;
    padding-top: 40px;
  }
  .index .vision .cont_wrap.flex .cont:nth-child(3) .roof {
    margin-top: 80px;
    background: url(../img/roof03@2x.png) no-repeat;
    background-size: 100%;
    background-position: center top;
  }
  .index .vision .cont_wrap.flex .cont:first-child .roof {
    margin-top: 80px;
    background: url(../img/roof01@2x.png) no-repeat;
    background-size: 100%;
  }

  .index .vision .cont_wrap.flex .cont .body {
    width: 88%;
    margin: -8% 3% 0;
    padding: 5% 3% 8%;
    line-height: 1.7em;
    background: url(../img/bg03@2x.jpg) repeat;
  }

  .index .vision .cont_wrap.flex .cont .body h3.title {
    font-size: 16px;
    top: -10px;
    z-index: 100
  }
  .index .vision .cont_wrap.flex .cont .body .txt {
    margin-top: 30px;
  }
}


/* map */
.index .vision .map {
  width: 890px;
  margin: 50px auto 0;
  padding: 20px 25px;
  border: 3px solid #fd7a51;
}
.index .vision .map .title {
  width: 680px;
  padding-bottom: 5px;
  font-size: 22px;
  border-bottom: 1px solid #fd7a51;
}
.index .vision .map .title .bold {
  font-weight: 600;
}
.index .vision .map .title .notice {
  margin-left: 40px;
  font-size: 14px;
  transform: rotate(0.001deg);
}
.index .vision .map .flex {
  padding: 0 5px;
}
.index .vision .map .flex .cont .sTtl {
  font-size: 18px;
  color: #fd693a;
  font-weight: 500;
}
.index .vision .map .flex .cont ul {
  width: 167px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.index .vision .map .flex .cont ul li {
  width: 80px;
  height: 36px;
  margin-top: 5px;
}
.index .vision .map .flex .cont ul li a {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 36px;
  display: block;
  background: #ffb7a1;
}
.index .vision .map .flex .cont ul li a:hover {
  color: #fff;
  font-weight: 500;
  background: #fd7a51;
}
.index .vision .map .flex .cont:first-child {
  margin-top: 50px;
}
.index .vision .map .map_default {
  width: 438px;
  height: 275px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.index .vision .map .map_default map area {
  outline: none;
}
.index .vision .map .map_img{
  background: url(../img/map.png)no-repeat ;
}

.index .vision .map .cont:last-child ul {
  margin-bottom: 55px;
}


@media screen and (max-width: 750px) {
  .index .vision .map {
    width: 88%;
    margin: 50px 2% 0;
    padding: 20px 3%;
  }
  .index .vision .map .title {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #fd7a51;
  }
  .index .vision .map .title .notice {
    margin: 5px 0 0 0;
    font-size: 12px;
    display: block;
  }

  .index .vision .map .flex {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index .vision .map .flex .cont .sTtl {
    font-size: 16px;
  }
  .index .vision .map .flex .cont ul {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .index .vision .map .flex .cont ul li {
    width: 47%;
    height: 36px;
  }
  .index .vision .map .flex .cont ul li a {
    font-size: 13px;
  }
  .index .vision .map .flex .cont:first-child {
    width: 48%;
    margin-top: 10px;
  }
  .index .vision .map .flex .cont:nth-child(2) {
    display: none;
  }
  .index .vision .map .flex .cont:last-child {
    margin-top: 10px;
  }
  .index .vision .map .flex .cont:last-child ul {
    margin-bottom: 10px;
  }
  .index .vision .map .flex .cont:last-child ul:last-child {
    margin-bottom: 0;
  }
}


/* vision
---------------------------------------------------------- */
.index .message {
top:50px;
  width: 940px;
  margin: 100px auto 0;
  padding: 40px 0 20px;
  position: relative;
  background: url(../img/bg04.jpg) repeat;
  border-radius: 10px;
}
.index .message h2.title {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 3px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}
.index .message h2.title::before {
  width: 470px;
  height: 70px;
  content: '';
  background: url(../img/bg05.jpg) no-repeat center top;
  display: block;
}
.index .message h2.title::after {
  width: 100%;
  height: 109px;
  content: '';
  position: absolute;
  top: -45px;
  background: url(../img/index_ttlBg02.png) no-repeat center 10px;
  display: block;
}

.index .message h2.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.index .message h2.title .mTtl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 29px;
  color: #42210b;
  display: block;
}
.firstTxt{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.index .message .cont {
  width: 865px;
  margin: -19px auto 0;
  padding: 100px 25px 30px 10px;
  text-align: left;
  background: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.index .message .cont amp-img {
  width: 240px;
  margin: -50px 0 10px 0;
  border: 3px solid #FD7A51;
  border-radius: 50%;
}
.index .message .cont img {
  margin: -50px 0 10px 0;

}
.index .message .cont amp-img img {
  margin-top: 0;
}
.index .message .cont .txt {
    width: 630px;
    margin: 0 auto 15px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 1px;
}
.index .message .cont .txt .name {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.index .message .cont .txt .name p {
  display: inline-block;
  transform: rotate(0.001deg);
}
.index .message .cont .txt .name .position {
  margin-bottom: 10px;
  padding-right: 14px;
  font-size: 14px;
  line-height: 20px;
  transform: rotate(0.001deg);
}
.index .message .cont .txt .mss {
  transform: rotate(0.001deg);
}


@media screen and (max-width: 750px) {
  .index .message {
  top:0px;
    width: 98%;
    margin-top: 70px;
    padding: 8px 0 8px 0;
  }
  .index .message h2.title {
    width: 225px;
    top: -33px;
  }
  .index .message h2.title::before {
    width: 234px;
    height: 35px;
    background-size: 234px auto;
  }
  .index .message h2.title::after {
    width: 100%;
  top: -55px;
    background: url(../img/index_ttlBg02.png) no-repeat center;
    background-size: 230px auto;
  }

  .index .message h2.title .sTtl {
    font-size: 12px;
  }
  .index .message h2.title .mTtl {
    margin-top: 10px;
    font-size: 22px;
  }

  .index .message .cont {
    width: 90%;
    margin-top: 0;
    padding: 1px 3% 3%;
    display: inherit;
  }

  .index .message .cont .img {
    text-align: center;
  }
  .index .message .cont img, .index .message .cont amp-img {
    width: 110px;
    margin: 80px auto 20px;
  }
  .index .message .cont .txt {
    padding-left: 0;
    font-size: 13px;
    width: 100%;
  }
  .index .message .cont .txt .name {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  .index .message .cont .txt .name .position {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }
  .index .message .cont .txt .name p {
    display: block;
  }
  .message_txt{
    padding: 20px 5%;
  }
  .firstTxt{
    font-size: 13px;
    top: 60px;
  }
}


/* bnr_area
---------------------------------------------------------- */
.index .bnr_area {
  margin: 40px auto;
  text-align: center;
}


@media screen and (max-width: 750px) {
  .index .bnr_area {
    margin: 40px auto;
    padding: 0 3%;
    text-align: center;
  }
  .index .bnr_area img {
    width: 100%;
    max-width: 320px;
  }
}


/* blog
---------------------------------------------------------- */
.index .blog {
  height: 500px;
  background: url(../img/bg06.png) repeat-x;
  position: relative;
}
.index .blog h2.title {
  width: 100%;
  height: 122px;
  margin: 25px auto;
  padding-top: 35px;
  text-align: center;
  letter-spacing: 3px;
  background: url(../img/index_ttlBg03_2.png) no-repeat 1956px 15px;
  background-position: 1956px 15px;
  -webkit-animation: bgroop 50s linear infinite;
  animation: bgroop 50s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 1956px  50px;
    }
    to {
        background-position: -1956px 50px;
    }
}
@keyframes bgroop {
    from {
        background-position: 1956px 50px;
    }
    to {
        background-position: -1956px 50px;
    }
}
.index .blog h2.title .wrap {
  position: relative;
  display: block;
}
.index .blog h2.title .wrap .cloud01 {
  position: absolute;
  top: -30px;
  left: -138px;
}
.index .blog h2.title .wrap .cloud01 img {
  position: absolute;
}
.index .blog h2.title .wrap .cloud02 {
  position: absolute;
  top: -5px;
  left: 17px;
}
.index .blog h2.title .wrap .cloud02 img {
  position: absolute;
}
.index .blog h2.title .wrap .cloud03 {
  position: absolute;
  top: -9px;
  right: 185px;
}
.index .blog h2.title .wrap .cloud03 img {
  position: absolute;
}
.index .blog h2.title .wrap .cloud04 {
  position: absolute;
  top: 37px;
  right: -61px;
  transform: rotateY(180deg);
}
.index .blog h2.title .wrap .cloud04 img {
  position: absolute;
}

.index .blog h2.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.index .blog h2.title .mTtl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 29px;
  color: #42210b;
  display: block;
}

.index .blog .blog_slide ul {
  padding: 0 20px;
}
.index .blog .blog_slide ul li {
  width: 220px;
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  float: left;
}
.index .blog .blog_slide ul li a {
  padding: 15px 20px;
  display: block;
  outline: none;
}
.index .blog .blog_slide ul li span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.index .blog .blog_slide ul li .ttl {
  color: #e06945;
}
.index .blog .blog_slide ul li .n_name {
  margin-bottom: 10px;
  text-align: right;
}
.index .blog .blog_slide ul li .img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  perspective-origin: right;
}


@media screen and (max-width: 750px) {
  .index .blog {
    width: 100%;
    height: 420px;
    background-size: auto 420px;
    overflow: hidden;
  }
  .index .blog h2.title {
    width: 100%;
    height: 70px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: url(../img/index_ttlBg03_2.png) no-repeat center 10px;
    background-size: 426px auto;
  }
  .index .blog h2.title .wrap .cloud01 {
    display: none;
  }
  .index .blog h2.title .wrap .cloud02 {
    position: absolute;
    top: -44px;
    left: 17px;
  }
  .index .blog h2.title .wrap .cloud03 {
    display: none;
  }
  .index .blog h2.title .wrap .cloud04 {
    position: absolute;
    top: 17px;
    right: 0;
    transform: rotateY(180deg);
  }

  .index .blog h2.title .sTtl {
    font-size: 12px;
  }
  .index .blog h2.title .mTtl {
    font-size: 22px;
  }

.index .blog .blog_slide ul {
  padding: 0 20px;
}
.index .blog .blog_slide ul li {
  width: 50%;
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  float: left;
}
.index .blog .blog_slide ul li a {
  padding: 15px 20px;
  display: block;
}
.index .blog .blog_slide ul li span {
  margin-top: 10px;
  font-size: 10px;
  display: block;
}
.index .blog .blog_slide ul li .ttl {
  color: #e06945;
}
.index .blog .blog_slide ul li .n_name {
  margin-bottom: 10px;
  text-align: right;
}
.index .blog .blog_slide ul li .img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  perspective-origin: right;
}
  .index .blog .blog_slide ul li .img img {
    width: 100%;
  }
}


/* bnr_area
---------------------------------------------------------- */
.index .bottom_bnr_area .wrap {
  width: 940px;
}

.index .bottom_bnr_area .many_bnr {
  margin: 40px auto 50px;
}
.index .bottom_bnr_area .many_bnr a {
  width: 460px;
  margin-bottom: 15px;
}
.index .bottom_bnr_area .many_bnr a:first-child {
  width: 460px;
}

.nursery .center_bnr_area .wrap {
  width: 730px;
  margin-top: 60px;
}
.nursery .center_bnr_area .wrap .many_bnr {
  margin-top: 20px;
}

.index .bottom_bnr_area .top_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-x: hidden;
}
.index .bottom_bnr_area .top_banner a {
  width: 320px;
}
.index .bottom_bnr_area .top_banner a img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .index .bottom_bnr_area .wrap {
    width: 100%;
  }
  .index .bottom_bnr_area .many_bnr {
    width: 94%;
    margin: 60px auto 50px;
    padding: 0 3%;
    text-align: center;
  }
  .index .bottom_bnr_area .many_bnr a {
    width: 320px;
    margin: 0 auto 10px;
    display: block;
  }
  .index .bottom_bnr_area .many_bnr a:first-child {
    width: 320px;
  }

  .index .bottom_bnr_area .many_bnr img {
    width: 100%;
    max-width: 320px;
  }
  .index .bottom_bnr_area .single_bnr {
    width: 94%;
    padding: 0 3%;
    text-align: center;
  }
  .index .bottom_bnr_area .single_bnr img {
    width: 100%;
    max-width: 320px;
  }

  .nursery .center_bnr_area .wrap {
    width: 94%;
    padding: 0 3%;
  }
  .nursery .center_bnr_area .wrap img {
    width: 100%;
  }
  .nursery .center_bnr_area .wrap .many_bnr {
    margin-top: 0;
  }
  
  .index .bottom_bnr_area .top_banner {
    width: 94%;
    margin: 60px auto 50px;
    padding: 0 3%;
    text-align: center;
  }
  .index .bottom_bnr_area .top_banner a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
    display: block;
  }
}





/* =================================
   - other
================================= */
/* main title
---------------------------------------------------------- */
.other main .main_ttl {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url(../img/bg07.png) repeat;
}
.other main .main_ttl .ttl {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}
.other main .main_ttl .ttl span {
  font-size: 32px;
  color: #42210B;
  font-weight: 500;
  display: block;
}
.other main .main_ttl .ttl span.sTtl {
  margin-top: 7px;
  font-size: 14px;
  color: #E06945;
/*  font-family: 'pantonNDBI';*/
  font-weight: 900;
}

.other main .bread {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #42210B;
  font-weight: 500;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  background: #fff1d5;
}
.other.detail.nursery main .bread {
  background: none;
}

.other main .bread ul li {
  margin-right: 30px;
  position: relative;
  display: block;
  float: left;
  transform: rotate(0.001deg);
}
.other main .bread ul li::after {
  position: absolute;
  right: -17px;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.other main .bread ul li:last-child::after {
  content: '';
}


@media screen and (max-width: 750px) {
  .other main .main_ttl {
    height: 65px;
  }
  .other main .main_ttl .ttl {
    top: 28%;
  }
  .other main .main_ttl .ttl span {
    font-size: 18px;
  }
  .other main .main_ttl .ttl span.sTtl {
    margin-top: 5px;
    font-size: 10px;
  }

  .other main .bread {
    width: 100%;
    padding-left: 10px;
    font-size: 10px;
    overflow: scroll;
  }
  .nursery.detail.other main .bread {
    margin-top: 25px;
  }
  .nursery.detail.other main .bread ul {
    width: 130%;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

}



/* =================================
   - nursery
================================= */
/* main title
---------------------------------------------------------- */
.other main .nursery_list {
  margin-top: 55px;
}

.other main .nursery_list ul {
  margin-bottom: 30px;
  border-bottom: 2px solid #42210B;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.other main .nursery_list ul li {
  height: 45px;
  margin: 0 15px;
  text-align: center;
  font-size: 24px;
  color: #42210B;
  font-weight: bold;
  line-height: 50px;
  flex-basis: 220px;
  position: relative;
  align-self: flex-end;
  bottom: 0;
  border: 2px solid #42210B;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  background: #F4F4F4;
  cursor: pointer;
}
.other main .nursery_list ul.hovOn li:hover {
  height: 56px;
  line-height: 72px;
}
.other main .nursery_list ul li.active {
  height: 56px;
  line-height: 72px;
  bottom: -2px;
  background: #fff;
}
.other main .nursery_list ul li.active::before, .other main .nursery_list ul.hovOn li:hover::before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  color: #ED8200;
  font-size: 38px;
  position: absolute;
  top: -5px;
  left: 50px;
}

.other main .nursery_list .area .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.other main .nursery_list .area .flex dl {
  width: 289px;
  margin: 0 17px 40px;
  color: #fff;
  position: relative;
  text-align: center;
}
.other main .nursery_list .area .flex dl dt {
  height: 49px;
  font-size: 20px;
  line-height: 49px;
  border-radius: 3px;
  background: #64472A;
  cursor: pointer;
}
.other main .nursery_list .area .flex dl dt span {
  position: relative;
  display: block;
}
.other main .nursery_list .area .flex dl dt span::before {
  margin-right: 15px;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.other main .nursery_list .area .flex dl dd {
  width: 100%;
  padding-bottom: 20px;
  position: absolute;
  background: rgba(253,253,215,0.7);
  display: none;
  z-index: 3;
}
.other main .nursery_list .area .flex dl dd a {
  width: 200px;
  height: 36px;
  margin: 1px auto 0;
  line-height: 36px;
  border-radius: 3px;
  background: #8C4118;
  display: block;
}

.other main .nursery_list .area .block {
  margin-bottom: 30px;
  border-radius: 13px;
  border: 10px solid #FDFDD7;
  transition: 0.5s;
}

.other main .nursery_list .area .block.hiroba {
  border: 10px solid #F29C96;
}

.other main .nursery_list .area .block:hover {
  border-color: #FFB7A1;
  transition: 0.5s;
}

.other main .nursery_list .area .block.hiroba:hover {
  border-color: #E85578;
}

.other main .nursery_list .area .block a {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  transform: rotate(0deg);
}

.other main .nursery_list .area .block a .img, .other main .nursery_list .area .block a .txt {
  padding: 20px;/*20px 20px 20px 30px;*/
}
.other main .nursery_list .area .block a .img {
  width: 300px;
}
.other main .nursery_list .area .block a .img img {
  width: 300px;
}
.other main .nursery_list .area .block a .txt {
  width: 600px;
  transform: rotate(0.001deg);
}
.other main .nursery_list .area .block.auth a .txt, .other main .nursery_list .area .block.support a .txt {
  position: relative;
}
.other main .nursery_list .area .block.auth a .txt::before, .other main .nursery_list .area .block.support a .txt::before {
  width: 75px;
  height: 15px;
  padding: 5px 20px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  display: inline-block;
}
.other main .nursery_list .area .block.auth a .txt::before {
  content: '認可保育園';
  background: #FFB7A1;
}
.other main .nursery_list .area .block.support a .txt::before {
  width: 105px;
  content: '企業主導型保育';
  left: 15px;
  background: #6DC6CE;
}

.other main .nursery_list .area .block.hiroba a .txt::before {
  width: 105px;
  text-align: center;
  content: '子育て支援施設';
  left: 15px;
  background: #E85578;
}

.other main .nursery_list .area .block a .txt .name {
/*  margin-bottom: 15px;*/
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.other main .nursery_list .area .block a .txt dl {
  font-size: 16px;
  line-height: 1.5em;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.other main .nursery_list .area .block a .txt dl dt {
  margin-top: 17px;
  font-weight: bold;
  flex-basis: 100px;
}
.other main .nursery_list .area .block a .txt dl dd {
  margin-top: 17px;
  flex-basis: 460px;
}

.other main .nursery_list .area .block a .btn {
  width: 35px;
  height: 100.1%;
  color: #42210B;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: -0.5px;
  align-self: stretch;
  background: #FFB7A1;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  transform: rotate(-0.001deg);
}

.other main .nursery_list .area .block.hiroba a .btn {
  color: #fff;
  background: #E85578;
}

@media screen and (max-width: 750px) {
  .other main .nursery_list {
    margin-top: 25px;
    padding-bottom: 60px;
  }

  .other main .nursery_list ul li {
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    border-bottom: none;
  }

  .other main .nursery_list ul li.active {
    height: 32px!important;
    line-height: 35px!important;
  }
  .other main .nursery_list ul li.active::before, .other main .nursery_list ul li:hover::before {
    content: '';
    display: none;
  }

  .other main .nursery_list .area .flex {
    position: relative;
  }
  .other main .nursery_list .area .flex dl {
    width: 30%;
    margin: 0 1px 20px;
    position: static;
  }
  .other main .nursery_list .area .flex dl dt {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .other main .nursery_list .area .flex dl dt span::before {
    margin-right: 7px;
  }
  .other main .nursery_list .area .flex dl dt a::before {
    margin-right: 7px;
    font-size: 13px;
  }
  .other main .nursery_list .area .flex dl dd {
    width: 92%;
    padding: 5px 0 15px;
    left: 4%;
  }
  .other main .nursery_list .area .flex dl dd a {
    /*width: 91vw;ddにいれる*/
    width: auto;
    height: 32px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 32px;
    display: inline-block;
  }

  .other main .nursery_list .area .block {
    width: 93%;
    margin: 0 2% 30px;
    border-radius: 6px;
    border: 5px solid #FDFDD7;
  }
  .other main .nursery_list .area .block a {
    margin: 3%;
    display: block;
  }

  .other main .nursery_list .area .block a .img, .other main .nursery_list .area .block a .txt {
    width: 100%;
    padding: 0;
  }
  .other main .nursery_list .area .block a .txt {
    margin-top: 35px;
  }
  .other main .nursery_list .area .block.auth a .txt::before, .other main .nursery_list .area .block.support a .txt::before {
    top: -32px;
    left: 0;
  }
  .other main .nursery_list .area .block a .img img {
    width: 100%;
  }
  .other main .nursery_list .area .block a .img.auth, .other main .nursery_list .area .block a .img.support {
    margin-bottom: 35px;
  }
  .other main .nursery_list .area .block a .img.auth::before, .other main .nursery_list .area .block a .img.support::before {
    width: 50px;
    height: 10px;
    padding: 5px 20px;
    font-size: 10px;
    top: inherit;
    bottom: -27px;
    left: inherit;
    right: 8px;
  }
  .other main .nursery_list .area .block a .img.support::before {
    width: 70px;
  }

  .other main .nursery_list .area .block a .txt .name {
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 1.5em
  }
  .other main .nursery_list .area .block a .txt dl {
    font-size: 13px;
  }
  .other main .nursery_list .area .block a .txt dl dt {
    margin-top: 10px;
    flex-basis: 22%;
  }
  .other main .nursery_list .area .block a .txt dl dd {
    margin-top: 10px;
    flex-basis: 78%;
  }

  .other main .nursery_list .area .block a .btn {
    display: none;
  }
  /* 2019/10/10 菅本修正 */
  .other main .nursery_list .area .block a .txt {
    width: 100%;
  }
}





/* =================================
   - NURSERY Details
================================= */
/* main slide
---------------------------------------------------------- */
.index.nursery.detail .slider {
  background: none;
}

.index.nursery.detail .slider .shade::after {
  display: none;
}
.index.nursery.detail .slider .wrap::after {
  display: none;
}

.index.nursery.detail .slider .shade .viewer {
  height: 360px;
}
/* ----------- NERSARY TITLE OLD DESIGN -----------
.index.nursery.detail .slider .shade .catchcopy {
  padding: 45px 55px 60px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #663012;
  position: absolute;
  top: 70px;
  right: -40px;
  background: rgba(238,161,99,0.8);
  border-radius: 40px;
  display: inline-block;
}
.index.nursery.detail .slider .shade .catchcopy .ttl {
  margin-bottom: 50px;
  font-size: 26px;
}
.index.nursery.detail .slider .shade .catchcopy .copy {
  font-size: 22px;
  line-height: 1.6em;
}
----------- NERSARY TITLE OLD DESIGN ----------- */

/* ------------ NERSARY TITLE NEW DESIGN ------------*/
.index.nursery.detail .slider .shade .catchcopy,
.index.nursery.detail.ekubo .slider .shade .catchcopy {
  display: block;
  width: 100%;
  padding: 0 !important;
  background-color: #fff !important;
  font-weight: bold;
}
.index.nursery.detail .slider .shade .catchcopy .ttl,
.index.nursery.detail.ekubo .slider .shade .catchcopy .ttl{
  width: calc(100% - 40px);
  margin-bottom: 0 !important;
  padding: 20px 20px 30px;
  background-color: #fdf7dd;
  text-align: center;
  font-size: 26px;
  color: #42210b;
  line-height: 1.4;
  position: relative;
}
.index.nursery.detail .slider .shade .catchcopy .ttl::before {
  display: block;
  content: "";
  width:100%;
  height:60px;
  position: absolute;
  top: -50px;
  left: 0;
  background: url("../img/bg_nursery_top_pc.png") no-repeat center top;
  background-size: 1280px;
}
.index.nursery.detail .slider .shade .catchcopy .ttl::after {
  display: block;
  content: "";
  width:100%;
  height:8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/bg_nursery_btm_pc.png") no-repeat center top;
  background-size: 1280px;
}
.index.nursery.detail .slider .shade .catchcopy .copy {
    display: none;
}
.index.nursery.detail.ekubo .slider{
    background: none !important;
}
/* ------------ NERSARY TITLE NEW DESIGN ------------*/

@media screen and (max-width: 750px) {
  .index.nursery.detail .slider {
    overflow: visible;
  }

  .index.nursery.detail .slider .shade .viewer {
    height: auto;
  }
  .index.nursery.detail .slider .shade .viewer .slide_cont {
    height: 128px;
/*    height: auto;*/
  }
  .index.nursery.detail .slider .shade .viewer .slide_cont img {
    width: 100%;
    height: auto;
  }
  /* ----------- NERSARY TITLE OLD DESIGN -----------
  .index.nursery.detail .slider .shade .catchcopy {
    padding: 20px;
    text-align: center;
    font-weight: normal;
    font-family: -apple-system,’Lucida Grande’,
‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,
‘游ゴシック’,’メイリオ’,meiryo,sans-serif;
    top: inherit;
    bottom: -15px;
    right: 2px;
    border-radius: 20px;
  }
  .index.nursery.detail .slider .shade .catchcopy .ttl {
    margin-bottom: 20px;
    font-size: 14.5px;
  }
  .index.nursery.detail .slider .shade .catchcopy .copy {
    font-size: 13px;
  }
  ----------- NERSARY TITLE OLD DESIGN ----------- */

  /* ------------ NERSARY TITLE NEW DESIGN ------------*/
  .index.nursery.detail .slider .shade .catchcopy .ttl,
  .index.nursery.detail.ekubo .slider .shade .catchcopy .ttl{
    width: 95%;
    padding: 10px 2.5% 20px;
    background-color: #feb096;
/*    color: #fff;
*/    text-align: center;
    font-size: 16px;
  }
  .index.nursery.detail .slider .shade .catchcopy .ttl::before {
    height:40px;
    top: -30px;
    background: url("../img/bg_nursery_top_sp.png") no-repeat center top;
    background-size: 100%;
  }
  .index.nursery.detail .slider .shade .catchcopy .ttl::after {
    display: block;
    content: "";
    width:100%;
    height:7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/bg_nursery_btm_sp.png") no-repeat center top;
    background-size: 100%;
  }
  .index.nursery.detail .slider .shade .catchcopy .copy {
      display: none;
  }
  .index.nursery.detail.ekubo .slider{
    background: none !important;
  }
  .nursery.detail.other main .bread {
    margin-top: 12px;
  }
  /* ------------ NERSARY TITLE NEW DESIGN ------------*/

}


/* fix btn
---------------------------------------------------------- */
.nursery.detail main .sideFix_btn {
  width: 140px;
  height: 170px;
  position: fixed;
  top: 250px;
  right: -145px;
  border: 2px solid #fff;
  border-radius: 10px 0 0 10px;
  background: #EA4335;
  box-shadow: 1px 1px 2px #ccc;
  transition: 0.5s;
  z-index: 101;
}
.nursery.detail main .sideFix_btn.fix {
  transform: translateX(-140px);
  transition: 0.5s;
}
.nursery.detail main .sideFix_btn a, .nursery.detail main .sideFix_btn button {
  width: 140px;
  height: 171px;
  padding-top: 60px;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
  position: relative;
  background: url(../img/ico_house.png) no-repeat center 5px;
  display: block;
}
.nursery.detail main .sideFix_btn button {
  width: 140px;
  height: 171px;
  padding-top: 60px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1.6em;
  position: relative;
  background: url(../img/ico_house.png) no-repeat center 5px;
  border: none;
  display: block;
}
.nursery.detail main .sideFix_btn a::after, .nursery.detail main .sideFix_btn button::after {
  width: 10px;
  height: 17px;
  margin: 5px auto 0;
  content: '';
  background: url(../img/arrow01.png) no-repeat;
  display: block;
}
.nursery.detail main .sideFix_btn a span, .nursery.detail main .sideFix_btn button span {
  display: block;
}


@media screen and (max-width: 750px) {
  .nursery.detail main .sideFix_btn {
    width: 90px;
    height: 80px;
    top: 75px;
    right: -95px;
  }
  .nursery.detail main .sideFix_btn.fix {
    transform: translateX(-90px);
  }
  .nursery.detail main .sideFix_btn a, .nursery.detail main .sideFix_btn button {
    width: 90px;
    height: 80px;
    padding-top: 40px;
    font-size: 12px;
    background: url(../img/ico_house@2x.png) no-repeat center 5px;
    background-size: 30px;
  }
  .nursery.detail main .sideFix_btn a::after, .nursery.detail main .sideFix_btn button::after {
    display: none;
  }
  .nursery.detail main .sideFix_btn a span.pc, .nursery.detail main .sideFix_btn button span.pc {
    display: none;
  }
}

/* vision
---------------------------------------------------------- */
.index.nursery.detail .message {
  width: 940px;
  margin: 100px auto 0;
  padding: 40px 0 20px;
  border-radius: 10px;
}
.index.nursery.detail .message h2.title {
  top: -30px;
}
.index.nursery.detail .message h2.title::before {
  background: none;
}

.firstTxt{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.index.nursery.detail .message .cont {
  width: 865px;
  margin: -19px auto 0;
  padding: 100px 25px 30px 10px;
  text-align: left;
  background: #fff;
  cursor: default;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.index.nursery.detail .message .cont img{
  margin: -50px 0 10px 0;
  border: 3px solid #FD7A51;
}
.index.nursery.detail .message .cont .txt {
  width: 630px;
}
.index.nursery.detail .message .cont .txt .name {
  margin-bottom: 15px;
  text-align: left;
}
.index.nursery.detail .message .cont .txt .name p {
  display: inline-block;
}
.index.nursery.detail .message .cont .txt .name p img {
  width: auto;
  height: 23px;
  margin: 0 5px -4px 0;
  border: none;
  border-radius: inherit;
}
.index.nursery.detail .message .cont .txt .name .position {
  margin-bottom: 10px;
  padding-right: 14px;
  font-size: 14px;
  line-height: 20px;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail .message {
    width: 98%;
    margin-top: 70px;
    padding: 8px 0 8px 0;
  }
  .index.nursery.detail .message h2.title {
    top: -15px;
  }

  .index.nursery.detail .message .cont {
    width: 90%;
    margin-top: 0;
    padding: 0 3% 3%;
    display: inherit;
  }
  .index.nursery.detail .message .cont.noimage {
    margin-top: 80px;
    padding-top: 15px;
  }

  .index.nursery.detail .message .cont img {
    margin: 80px auto 20px;
  }
  .index.nursery.detail .message .cont .txt {
    padding-left: 0;
    font-size: 13px;
    width: 100%;
  }
  .index.nursery.detail .message .cont .txt .name {
    margin-bottom: 20px;
    text-align: center;
  }
  .index.nursery.detail .message .cont .txt .name .position {
    margin-bottom: 0;
    padding-right: 0;
    line-height: 22px;
  }
  .index.nursery.detail .message .cont .txt .name p {
    display: block;
  }
}

/* movie 
---------------------------------------------------------- */
.index.nursery.detail .movie {
  width: 100%;
  max-width: 940px;
  margin:0 auto;
  text-align: center;
}
.index.nursery.detail .movie h2.title {
  position: relative;
}
.index.nursery.detail .movie h2.title::before {
  display: block;
  content: '';
  width: 153px;
  height: 80px;
  position: absolute;
  top: 5px;
  left: 14%;
  background: url('../img/movie_ttlBg01.png') no-repeat center top;
  background-size: 100%;
}
.index.nursery.detail .movie h2.title::after {
  display: block;
  content: '';
  width: 153px;
  height: 80px;
  position: absolute;
  top: 5px;
  right: 14%;
  background: url('../img/movie_ttlBg01.png') no-repeat center top;
  background-size: 100%;
  transform: scale(-1, 1);
}
.index.nursery.detail .movie h2.title .sTtl {
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
  line-height: 1.4;
}
.index.nursery.detail .movie h2.title .mTtl {
  display: block;
  margin-bottom: 30px;

  font-size: 29px;
  font-weight: 600;
  color: #42210b;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 4px;
}
.index.nursery.detail .movie h2.title .mTtl > span{
  font-size: 20px;
  letter-spacing: 2px;
}
.index.nursery.detail .movie h2.title .mTtl > span:nth-of-type(2){
  letter-spacing: 4px;
}
.index.nursery.detail .inner_movie iframe{
  width: 100%;
  height: 100%;
}

/* sp */
@media screen and (max-width: 750px) {
  .index.nursery.detail .movie {
    padding: 60px 0 20px;
  }
  .index.nursery.detail .movie h2.title::before {
    width: 23%;
    height: 200px;
    top: 5px;
    left: -10px;
  }
  .index.nursery.detail .movie h2.title::after {
    width: 23%;
    height: 200px;
    top: 5px;
    right: -10px;
  }
  .index.nursery.detail .movie h2.title .sTtl {
    font-size: 12px;
  }
  .index.nursery.detail .movie h2.title .mTtl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .index.nursery.detail .movie h2.title .mTtl > span{
    font-size: 16px;
  }
  .index.nursery.detail .cont {
    padding: 0 3%;
  }
  .index.nursery.detail .inner_movie {
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
  }
  .index.nursery.detail .inner_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* Tablet & PC */
@media screen and (min-width: 751px) {
  .index.nursery.detail .movie {
    padding: 80px 0 60px;
  }
  .index.nursery.detail .movie .cont {
    position: relative;
  }
  .index.nursery.detail .movie .cont::before {
    display: block;
    content: '';
    width: 111px;
    height: 126px;
    position: absolute;
    bottom: 0;
    left: 9%;
    background: url('../img/movie_Bg01.png') no-repeat center;
    background-size: 100%;
    z-index: -1;
  }
  .index.nursery.detail .movie .cont::after {
    display: block;
    content: '';
    width: 147px;
    height: 146px;
    position: absolute;
    bottom: 0;
    right: 5%;
    background: url('../img/movie_Bg02.png') no-repeat center;
    background-size: 100%;
    z-index: -1;
  }
  .index.nursery.detail .inner_movie {
    width: 500px;
    height:281px;
    margin:0 auto;
  }
}

/* photo
---------------------------------------------------------- */
.index.nursery.detail .photo {
  margin-top: 95px;
  background: url(../img/bg07.png) repeat;
  position: relative;
}
.index.nursery.detail .photo h2.title {
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  top: -45px;
}
.index.nursery.detail .photo h2.title::before {
  width: 474px;
  height: 141px;
  margin: 0 auto;
  content: '';
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  background: #fff;
  background: url(../img/nursery_ttlBg01.png);
/*  border-radius: 0 0 50% 50%;*/
  display: inline-block;
}

.index.nursery.detail .photo h2.title .wrap {
  position: relative;
  display: block;
}

.index.nursery.detail .photo h2.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.index.nursery.detail .photo h2.title .mTtl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 29px;
  color: #42210b;
  display: block;
}

.index.nursery.detail .photo .cont {
  padding: 40px;
  position: relative;
}
.index.nursery.detail .photo .cont .img {
  width: 570px;
}
.index.nursery.detail .photo .cont .img img {
  width: 100%;
}
.index.nursery.detail .photo .cont .txt {
  width: 350px;
  padding: 25px 15px 20px;
  font-weight: 500;
  border: 3px solid #FD7A51;
  border-radius: 15px;
  background: #fff;
}
.index.nursery.detail .photo .cont .txt .ttl {
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
  transform: rotate(0.001deg);
}
.index.nursery.detail .photo .cont .txt p {
  font-size: 14px;
  line-height: 1.7em;
  transform: rotate(0.001deg);
}
.index.nursery.detail .photo .cont:nth-child(odd) .img {
  float: left;
}
.index.nursery.detail .photo .cont:nth-child(odd) .txt {
  position: absolute;
  right: 35px;
  bottom: 0;
}
.index.nursery.detail .photo .cont:nth-child(even) .img {
  float: right;
}
.index.nursery.detail .photo .cont:nth-child(even) .txt {
  position: absolute;
  left: 35px;
  bottom: 0;
}


.index.nursery.detail .photo .photo_slide {
  width: 1000px;
  margin: 60px auto 55px;
}

.index.nursery.detail .photo .photo_slide ul li {
  width: 316px;
  margin: 3px;
  float: left;
}
.index.nursery.detail .photo .photo_slide ul li span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.index.nursery.detail .photo .photo_slide ul li .img {
  width: 316px;
  height: 259px;
  margin: 0 auto;
  text-align: center;
  perspective-origin: right;
}
.index.nursery.detail .photo .photo_slide ul li img {
  width: 100%;
  border: 3px solid #F7F2EB;
  border-radius: 12px;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail .photo {
    width: 100%;
/*    overflow: hidden;*/
  }
  .index.nursery.detail .photo h2.title {
    width: 100%;
    margin-bottom: 0;
  }
  .index.nursery.detail .photo h2.title::before {
    width: 100%;
    background: url(../img/nursery_ttlBg01@2x.png) no-repeat center;
    background-size: 437px;
  }
  .index.nursery.detail .photo h2.title .sTtl {
    font-size: 12px;
  }
  .index.nursery.detail .photo h2.title .mTtl {
    font-size: 22px;
  }
  .index.nursery.detail .photo .wrap {
    margin-top: 45px;
  }
  .index.nursery.detail .photo .cont {
    padding: 5% 1%;
  }
  .index.nursery.detail .photo .cont .img {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
  .index.nursery.detail .photo .cont .txt {
    width: 88%;
    padding: 5%;
    margin-top: -15px;
  }
  .index.nursery.detail .photo .cont .txt .ttl {
    margin-bottom: 25px;
  }

  .index.nursery.detail .photo .cont:nth-child(odd) .img {
    float: none;
  }
  .index.nursery.detail .photo .cont:nth-child(odd) .txt {
    position: relative;
    right: 0;
  }
  .index.nursery.detail .photo .cont:nth-child(even) .img {
    float: none;
  }
  .index.nursery.detail .photo .cont:nth-child(even) .txt {
    position: relative;
    left: 0;
  }

  .index.nursery.detail .photo .photo_slide {
    width: 100%;
    margin: 10px auto 35px;
    overflow: hidden;
  }
  .index.nursery.detail .photo .photo_slide ul {
    padding: 0 20px;
  }

  .index.nursery.detail .photo .photo_slide ul li .img {
    width: 95%;
    height: auto;
  }
}


/* info
---------------------------------------------------------- */
.index.nursery.detail .nursery_info a {
  color: #E06945;
  text-decoration: underline;
  transition: 0.5s;
  transform: rotate(0deg);
}
.index.nursery.detail .nursery_info a:hover {
  text-decoration: none;
  transition: 0.5s;
}
.index.nursery.detail .nursery_info a + i {
  padding-left: 5px;
  color: #E06945;
}

.index.nursery.detail .nursery_info {
  width: 940px;
  margin: 60px auto 0;
  border: 3px solid #FD7A51;
  border-radius: 10px;
}
.index.nursery.detail .nursery_info .title {
/*  height: 60px;*/
  font-size: 18px;
  font-weight: 500;
  text-align: center;
/*  line-height: 60px;*/
  border-radius: 10px 10px 0 0;
  background: url(../img/bg03.png) repeat-x;
}
.index.nursery.detail .nursery_info .title span {
/*  height: 60px;*/
  padding: 17px 0 17px 55px;
  line-height: 1.5em;
  background: url(../img/ico_house.png) no-repeat left center;
  display: inline-block;
  transform: rotate(0.001deg);
}
.index.nursery.detail .nursery_info .title span::before {
  width: 45px;
  content: '';
  background-size: cover;
}

.index.nursery.detail .nursery_info .data {
  margin: 20px 40px 60px;
  font-size: 16px;
  font-weight: 500;
}
.index.nursery.detail .nursery_info .data dl {
  margin-bottom: 20px;
}
.index.nursery.detail .nursery_info .data dl dt {
  width: 115px;
  margin: 10px 0;
  padding-left: 40px;
  float: left;
  transform: rotate(0.001deg);
}
.index.nursery.detail .nursery_info .data dl dd {
  width: 705px;
  margin: 10px 0;
  float: left;
  transform: rotate(0.001deg);
}

.index.nursery.detail .nursery_info .map {
  width: 860px;
  margin: 0 auto;
}

.index.nursery.detail .nursery_info .data .mTtl {
  width: 160px;
  height: 36px;
  margin: 45px auto 25px;
  color: #42210B;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  position: relative;
  background: #F9C663;
  display: block;
}
.index.nursery.detail .nursery_info .data .mTtl span {
  transform: rotate(0.001deg);
}
.index.nursery.detail .nursery_info .data .mTtl::before, .index.nursery.detail .nursery_info .data .mTtl::after {
  width: 152px;
  height: 30px;
  content: '';
  position: absolute;
  top: 5px;
  background: url(../img/nursery_ttlBg02@2x.png) no-repeat center;
  background-size: cover;
}
.index.nursery.detail .nursery_info .data .mTtl::before {
  left: -165px;
}
.index.nursery.detail .nursery_info .data .mTtl::after {
  right: -165px;
}
.index.nursery.detail .nursery_info .data .mTtl span::before {
  content: url(../img/nursery_ttlBg03L.png);
  position: absolute;
  left: -5px;
}
.index.nursery.detail .nursery_info .data .mTtl span::after {
  content: url(../img/nursery_ttlBg03R.png);
  position: absolute;
  right: -5px;
}

.index.nursery.detail .nursery_info .data .txt {
  padding: 0 60px;
  line-height: 2em;
}
.index.nursery.detail .nursery_info .data .txt p {
  transform: rotate(0.001deg);
}

.index.nursery.detail .nursery_info .data .sTtl {
  width: 388px;
  margin: 25px auto;
  padding-bottom: 10px;
  color: #42210B;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px dashed #F4AF8F;
}
.index.nursery.detail .nursery_info .data .table_wrap {
  width: 640px;
  margin: 0 auto;
}
.index.nursery.detail .nursery_info .data .table_wrap p {
  font-size: 14px;
}
.index.nursery.detail .nursery_info .data .table_wrap p.update {
  text-align: right;
}
.index.nursery.detail .nursery_info .data .table_wrap .table {
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #F4AF8F;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .ttl {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #F4AF8F;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .capacity {
  height: 42px;
  line-height: 42px;
  align-self: center;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .block.capacity {
  height: 80px;
  line-height: 80px;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .capacity.none {
  font-size: 24px;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .left {
  width: 165px;
  text-align: center;
  border-right: 1px solid #F4AF8F;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .right {
  width: 473px;
  text-align: center;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .right .sBlock {
  width: 100%;
  border-right: 1px solid #F4AF8F;
}
.index.nursery.detail .nursery_info .data .table_wrap .table .right .sBlock:last-child {
  border: none;
}

.index.nursery.detail .nursery_info .data .txt .btn, .index.nursery.detail .nursery_info .data .txt .btn form button {
  width: 360px;
  height: 60px;
  margin: 35px auto 0;
  text-align: center;
  line-height: 60px;
}
.index.nursery.detail .nursery_info .data .txt .btn a, .index.nursery.detail .nursery_info .data .txt .btn form button {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: block;
  border: 2px solid #EA4335;
  border-radius: 5px;
  background: #EA4335;
}
.index.nursery.detail .nursery_info .data .txt .btn form button {
  line-height: 56px;
}
.index.nursery.detail .nursery_info .data .txt .btn a::before, .index.nursery.detail .nursery_info .data .txt .btn form button::before {
  width: 10px;
  height: 17px;
  content: '';
  position: absolute;
  top: 20px;
  left: 72px;
  background: url(../img/arrow01.png);

  background-size: cover;
  display: block;
}
.index.nursery.detail .nursery_info .data .txt .btn a:hover, .index.nursery.detail .nursery_info .data .txt .btn form button:hover {
  color: #EA4335;
  background: #fff;
}
.index.nursery.detail .nursery_info .data .txt .btn a:hover::before, .index.nursery.detail .nursery_info .data .txt .btn form button:hover::before {
  background: url(../img/arrow02.png);
  background-size: cover;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail .nursery_info {
    width: 96%;
    margin: 60px 0;
    padding: 0 2%;
    border: none;
    overflow: hidden;
  }
  .index.nursery.detail .nursery_info .infoTop {
    border: 3px solid #FD7A51;
    border-radius: 10px;
  }
  .index.nursery.detail .nursery_info .title {
    font-size: 16px;
  }
  .index.nursery.detail .nursery_info .title span {
    padding: 17px 10px 17px 55px;
    background: url(../img/ico_house@2x.png) no-repeat left center;
    background-size: 38px;
  }

  .index.nursery.detail .nursery_info .data {
    margin: 20px 0;
    font-size: 14px;
  }
  .index.nursery.detail .nursery_info .infoTop .data {
    margin: 20px 2%;
  }
  .index.nursery.detail .nursery_info .data dl {
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #F4AF8F;
  }
  .index.nursery.detail .nursery_info .data dl dt {
    width: 92%;
    margin: 10px 0 8px;
    padding: 0 4%;
    float: none;
  }
  .index.nursery.detail .nursery_info .data dl dd {
    width: 92%;
    margin: 8px 0 10px;
    padding: 0 4% 10px;
    line-height: 1.7em;
    border-bottom: 1px solid #F4AF8F;
    float: none;
  }
  .index.nursery.detail .nursery_info .data dl dd:last-child {
    border: none;
  }

  .index.nursery.detail .nursery_info .map {
    width: 100%;
    margin: 30px auto 0;
  }
  .index.nursery.detail .nursery_info .map iframe {
    width: 100%;
  }

  .index.nursery.detail .nursery_info .data .mTtl {
    font-size: 16px;
  }
.index.nursery.detail .nursery_info .data .mTtl span::before {
  content: url(../img/nursery_ttlBg03L.png);
  position: absolute;
  left: -5px;
}
.index.nursery.detail .nursery_info .data .mTtl span::after {
  content: url(../img/nursery_ttlBg03R.png);
  position: absolute;
  right: -5px;
}

  .index.nursery.detail .nursery_info .data .txt {
    padding: 0;
  }

  .index.nursery.detail .nursery_info .data .sTtl {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  .index.nursery.detail .nursery_info .data .table_wrap {
    width: 100%;
  }
  .index.nursery.detail .nursery_info .data .table_wrap p {
    font-size: 12px;
    line-height: 1.7em;
  }
  .index.nursery.detail .nursery_info .data .table_wrap .table {
    font-size: 14px;
  }
  .index.nursery.detail .nursery_info .data .table_wrap .table .capacity.none {
    font-size: 14px;
  }

  .index.nursery.detail .nursery_info .data .txt .btn {
    width: 94%;
    margin: 30px auto 40px;
  }

  .index.nursery.detail .nursery_info .data .txt .btn a::before, .index.nursery.detail .nursery_info .data .txt .btn form button::before {
    left: 12%;
  }

  .index.nursery.detail .nursery_info .data .txt .btn a, .index.nursery.detail .nursery_info .data .txt .btn form button {
    width: 100%;
  }
}


/* tebura
---------------------------------------------------------- */
.index.nursery.detail .tebura {
  width: 100%;
  margin: 100px 0;
}
.index.nursery.detail .tebura .wrap {
  width: 938px;
  padding-bottom: 20px;
  background: #FEFCEA;
  border-radius: 10px;
}
.index.nursery.detail .tebura .wrap .title {
  width: 746px;
  margin: 0 auto;
  padding-top: 46px;
  font-size: 29px;
  color: #42210B;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.index.nursery.detail .tebura .wrap .title span {
  position: relative;
  z-index: 2;
}
.index.nursery.detail .tebura .wrap .title::before {
  width: 126px;
  height: 93px;
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  background: url(../img/tebura_ttlBg02@2x.png) no-repeat;
  background-size: contain;
  display: block;
  z-index: 1;
}
.index.nursery.detail .tebura .wrap .title::after {
  width: 152px;
  height: 92px;
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  background: url(../img/tebura_ttlBg01@2x.png) no-repeat;
  background-size: contain;
  display: block;
  z-index: 1;
}
.index.nursery.detail .tebura .wrap .logo {
  width: 319px;
  margin: 40px auto 0;
  text-align: center;
  position: relative;
}
.index.nursery.detail .tebura .wrap .logo .start {
  width: 150px;
  padding: 20px 0 25px;
  font-weight: 600;
  position: absolute;
  top: 3px;
  left: -165px;
  border: 1px solid #BFA492;
  background: #fff;
  border-radius: 50%;
  display: block;
}
.index.nursery.detail .tebura .wrap .logo .start::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 5px;
  bottom: 5px;
  border-left: 15px solid #BFA492;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(55deg);
}
.index.nursery.detail .tebura .wrap .logo .start::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 7px;
  bottom: 8px;
  border-left: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(55deg);
}

.index.nursery.detail .tebura .wrap .logo .start .fs22 {
  font-size: 22px;
}

.index.nursery.detail .tebura .wrap .txt {
  margin-top: 28px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
}
.index.nursery.detail .tebura .wrap .txt .anchor {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
}
.index.nursery.detail .tebura .wrap .txt .anchor a:hover {
  color: #E06945;
}
.index.nursery.detail .tebura .wrap .txt .logo2 {
  width: 284px;
  margin: 5px auto 0;
}

.index.nursery.detail .tebura .wrap .content {
  width: 900px;
  margin: 20px auto 0;
  padding: 35px 0 20px;
  background: #fff;
  border-radius: 10px;
}
.index.nursery.detail .tebura .wrap .content dl {
  width: 747px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.index.nursery.detail .tebura .wrap .content dl:nth-child(2) {
  position: relative;
  top: -15px;
}
.index.nursery.detail .tebura .wrap .content dl dt {
  width: 294px;
  flex-basis: 294px;
  border-radius: 50%;
  overflow: hidden;
}
.index.nursery.detail .tebura .wrap .content dl dt img {
  width: 100%;
}
.index.nursery.detail .tebura .wrap .content dl dd {
  width: 433px;
  line-height: 1.5;
  flex-basis: 433px;
  align-self: center;
}
.index.nursery.detail .tebura .wrap .content dl dd .ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.index.nursery.detail .tebura .wrap .content dl dd .ttl::after {
  width: 400px;
  height: 5px;
  content: '';
  position: absolute;
  bottom: 0;
  background-image: radial-gradient(circle farthest-side, #F5AB48 35%, transparent 20%, transparent 100%);
  background-size: 15px 5px;
  background-position: 0 0;
  display: block;
}
.index.nursery.detail .tebura .wrap .content dl:first-child .ttl::before {
  width: 50px;
  height: 44px;
  content: '';
  position: absolute;
  right: 37px;
  bottom: 10px;
  background: url(../img/tebura_ico01.png) no-repeat;
  background-size: contain;
  display: block;
}
.index.nursery.detail .tebura .wrap .content dl:nth-child(2) .ttl::before {
  width: 51px;
  height: 49px;
  content: '';
  position: absolute;
  right: 37px;
  bottom: 10px;
  background: url(../img/tebura_ico02.png) no-repeat;
  background-size: contain;
  display: block;
}
.index.nursery.detail .tebura .wrap .content dl dd .ttl span {
  font-size: 29px;
}
.index.nursery.detail .tebura .wrap .content dl dd .comment {
  color: #42210B;
  font-weight: 400;
}
.index.nursery.detail .tebura .wrap .content dl:nth-child(odd) dt {
  order: 2;
}

.index.nursery.detail .tebura .wrap .content dl:nth-child(odd) dd {
  order: 1;
}
.index.nursery.detail .tebura .wrap .content dl:nth-child(even) dt {
  order: 1;
}
.index.nursery.detail .tebura .wrap .content dl:nth-child(even) dd {
  order: 2;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail .tebura {
    margin: 65px 0;
  }
  .index.nursery.detail .tebura .wrap {
    width: 94%;
  }
  .index.nursery.detail .tebura .wrap .title {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 22px;
  }
  .index.nursery.detail .tebura .wrap .title::before {
    width: 105px;
    height: 64px;
    top: 40px;
  }
  .index.nursery.detail .tebura .wrap .title::after {
    width: 87px;
    height: 64px;
    top: 40px;
  }
  .index.nursery.detail .tebura .wrap .logo {
    width: 236px;
    margin: 35px auto 0;
  }
  .index.nursery.detail .tebura .wrap .logo img {
    max-width: 100%;
  }
  .index.nursery.detail .tebura .wrap .logo .start {
    width: 105px;
    padding: 13px 0 18px;
    font-size: 12px;
    top: -38px;
    left: -51px;
  }
  .index.nursery.detail .tebura .wrap .logo .start::before {
    right: 1px;
    bottom: 5px;
    border-left: 10px solid #BFA492;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(55deg);
  }
  .index.nursery.detail .tebura .wrap .logo .start::after {
    right: 3px;
    bottom: 9px;
    border-left: 15px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: rotate(55deg);
  }

  .index.nursery.detail .tebura .wrap .logo .start .fs22 {
    font-size: 16px;
  }

  .index.nursery.detail .tebura .wrap .txt {
    margin-top: 28px;
    padding: 0 5%;
    font-size: 14px;
  }
  .index.nursery.detail .tebura .wrap .txt .anchor {
    margin-top: 30px;
  }
  .index.nursery.detail .tebura .wrap .txt .logo2 {
    max-width: 284px;
    width: 80%;
    margin: 25px auto 0;
  }
  .index.nursery.detail .tebura .wrap .txt .logo2 img {
    width: 100%;
  }

  .index.nursery.detail .tebura .wrap .content {
    width: 96%;
    margin: 45px auto 0;
  }
  .index.nursery.detail .tebura .wrap .content dl {
    width: 100%;
    margin: 0 auto;
    display: inherit;
  }
  .index.nursery.detail .tebura .wrap .content dl:nth-child(2) {
      position: static;
    }
  .index.nursery.detail .tebura .wrap .content dl dt {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .index.nursery.detail .tebura .wrap .content dl dd {
    width: 98%;
    margin: 45px auto 0;
  }
  .index.nursery.detail .tebura .wrap .content dl dd .ttl {
    margin-bottom: 11px;
    padding-bottom: 23px;
    font-size: 20px;
    text-align: center;
  }
  .index.nursery.detail .tebura .wrap .content dl dd .ttl::after {
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle farthest-side, #F5AB48 26%, transparent 50%, transparent 100%);
    background-size: 10px 4px;
  }
  .index.nursery.detail .tebura .wrap .content dl:first-child .ttl::before {
    height: 42px;
    right: 5px;
    bottom: 90px;
  }
  .index.nursery.detail .tebura .wrap .content dl:nth-child(2) .ttl::before {
    right: 5px;
    bottom: 90px;
  }
  .index.nursery.detail .tebura .wrap .content dl dd .ttl span {
    font-size: 22px;
  }
  .index.nursery.detail .tebura .wrap .content dl dd .comment {
    padding: 0 3%;
  }
  .index.nursery.detail .tebura .wrap .content dl:first-child dd .comment {
    margin-bottom: 45px;
  }
}



/* =================================
   - NURSERY Details - EKUBO
================================= */
/* main slide
---------------------------------------------------------- */
.index.nursery.detail.ekubo .slider {
  background: url(../img/bg02.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.index.nursery.detail.ekubo .slider .shade {
  width: 1280px;
}
.index.nursery.detail.ekubo .slider .shade .wrap {
  width: 1280px;
}
.index.nursery.detail.ekubo .slider .shade .viewer {
  width: 1280px;
  height: 400px;
}

.index.nursery.detail.ekubo .slider .shade .catchcopy {
  padding: 40px 55px 45px;
  color: #42210B;
  text-shadow: none;
  top: 70px;
  right: 70px;
  background: rgba(216,239,217,0.8);
}
.index.nursery.detail.ekubo .slider .shade .catchcopy .ttl {
  margin-bottom: 30px;
}
.index.nursery.detail.ekubo .slider .shade .catchcopy .copy {
  text-align: center;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail.ekubo .slider {
    overflow: visible;
  }

  .index.nursery.detail.ekubo .slider .shade {
    width: 100%;
  }
  .index.nursery.detail.ekubo .slider .shade .wrap {
    width: 100%;
  }
  .index.nursery.detail.ekubo .slider .shade .viewer {
    width: 100%;
    height: auto;
  }
  .index.nursery.detail.ekubo .slider .shade .viewer .slide_cont {
    height: 128px;
/*    height: auto;*/
  }
  .index.nursery.detail.ekubo .slider .shade .viewer .slide_cont img {
    width: auto;
    height: 150px;
  }

  .index.nursery.detail.ekubo .slider .shade .catchcopy {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    top: inherit;
    bottom: -15px;
    right: 2px;
    border-radius: 20px;
  }
  .index.nursery.detail.ekubo .slider .shade .catchcopy .ttl {
    margin-bottom: 20px;
    font-size: 14.5px;
  }
  .index.nursery.detail.ekubo .slider .shade .catchcopy .copy {
    font-size: 13px;
  }
}


/* vision
---------------------------------------------------------- */
.index.nursery.detail.ekubo .bg_cont .bg_inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
/*
  background-image: url(../img/ekubo_bg01@2x.png), url(../img/ekubo_bg02@2x.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 318px 860px, 349px 917px;
  background-size: 318px 860px, 349px 917px;
*/
}
.index.nursery.detail.ekubo .bg_cont .bg_inner::before {
  width: 318px;
  height: 860px;
  content: '';
  position: absolute;
  top: 70px;
  left: -142px;
  background-image: url(../img/ekubo_bg01@2x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 318px 860px;
  display: block;
}
.index.nursery.detail.ekubo .bg_cont .bg_inner::after {
  width: 349px;
  height: 917px;
  content: '';
  position: absolute;
  top: 10px;
  right: -235px;
  background-image: url(../img/ekubo_bg02@2x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 349px 917px;
  display: block;
  z-index: -1;
}
.index.nursery.detail.ekubo .bg_cont h2.title::after {
  display: none;
}

.index.nursery.detail .vision .cont_wrap .ekubo_mss {
  width: 720px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.7em;
  position: relative;
}
.index.nursery.detail.ekubo .vision .cont_wrap .ekubo_mss a {
  color: #E06945;
  text-decoration: underline;
  transition: 0.5s;
  position: relative;
}
.index.nursery.detail.ekubo .vision .cont_wrap .ekubo_mss a::after {
  padding-left: 5px;
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.index.nursery.detail.ekubo .vision .cont_wrap .ekubo_mss a:hover {
  text-decoration: none;
  transition: 0.5s;
}

.index.nursery.detail.ekubo .message {
  width: 940px;
  margin: 100px auto 0;
  padding: 40px 0 20px;
  border-radius: 10px;
}
.index.nursery.detail.ekubo .message h2.title {
  top: -30px;
}
.index.nursery.detail.ekubo .message h2.title::before {
  background: none;
}

.firstTxt{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.index.nursery.detail.ekubo .message .cont {
  width: 865px;
  margin: -19px auto 0;
  padding: 100px 25px 30px 10px;
  text-align: left;
  background: #fff;
  cursor: default;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.index.nursery.detail.ekubo .message .cont img{
  margin: -50px 0 10px 0;
  border: 3px solid #FD7A51;
}
.index.nursery.detail.ekubo .message .cont .txt {
  width: 630px;
}
.index.nursery.detail.ekubo .message .cont .txt .name {
  margin-bottom: 15px;
  text-align: left;
}
.index.nursery.detail.ekubo .message .cont .txt .name p {
  display: inline-block;
}
.index.nursery.detail.ekubo .message .cont .txt .name .position {
  margin-bottom: 10px;
  padding-right: 14px;
  font-size: 14px;
  line-height: 20px;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail.ekubo .bg_cont .bg_inner {
    width: 100%;
    overflow: hidden;
  }
  .index.nursery.detail.ekubo .bg_cont .bg_inner::before {
    width: 318px;
    height: 860px;
    content: '';
    position: absolute;
    top: 70px;
    left: -245px;
    background-image: url(../img/ekubo_bg01sp@2x.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 318px 860px;
    display: block;
  }
  .index.nursery.detail.ekubo .bg_cont .bg_inner::after {
    width: 349px;
    height: 917px;
    content: '';
    position: absolute;
    top: 45px;
    right: -220px;
    background-image: url(../img/ekubo_bg02sp@2x.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 349px 917px;
    display: block;
    z-index: -1;
  }
  .index .vision h2.title {
    font-size: 20px;
  }
  .index.nursery.detail .vision .cont_wrap .ekubo_mss {
    width: 90%;
  }
  .index.nursery.detail.ekubo .message {
    width: 98%;
    margin-top: 70px;
    padding: 8px 0 8px 0;
  }
  .index.nursery.detail.ekubo .message h2.title {
    top: -15px;
  }
  .index.nursery.detail.ekubo .message h2.title::after {
    width: 100%;
    height: 45px;
    content: '';
    position: absolute;
    top: 0;
    display: block;
    background: url(../img/index_ttlBg02.png) no-repeat center 10px;
    background-size: 143px auto;
  }

  .index.nursery.detail.ekubo .message .cont {
    width: 90%;
    margin-top: 0;
    padding: 0 3% 3%;
    display: inherit;
  }

  .index.nursery.detail.ekubo .message .cont img {
    margin: 80px auto 20px;
  }
  .index.nursery.detail.ekubo .message .cont .txt {
    padding-left: 0;
    font-size: 13px;
    width: 100%;
  }
  .index.nursery.detail.ekubo .message .cont .txt .name {
    margin-bottom: 20px;
    text-align: center;
  }
  .index.nursery.detail.ekubo .message .cont .txt .name .position {
    margin-bottom: 0;
    padding-right: 0;
    line-height: 22px;
  }
  .index.nursery.detail.ekubo .message .cont .txt .name p {
    display: block;
  }
}


/* photo
---------------------------------------------------------- */
.index.nursery.detail.ekubo .photo {
  margin-top: 200px;
  background: url(../img/bg10.png) repeat;
  background-size: 357px;
  position: relative;
}
.index.nursery.detail.ekubo .photo h2.title {
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  top: -162px;
}
.index.nursery.detail.ekubo .photo h2.title::before {
  width: 469px;
  height: 255px;
  margin: 0 auto;
  content: '';
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  background: #fff;
  background: url(../img/ekubo_ttlBg01@2x.png);
  background-size: 475px;
/*  border-radius: 0 0 50% 50%;*/
  display: inline-block;
}

.index.nursery.detail.ekubo .photo h2.title .wrap {
  position: relative;
  top: 125px;
  display: block;
}

.index.nursery.detail.ekubo .photo h2.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.index.nursery.detail.ekubo .photo h2.title .mTtl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 29px;
  color: #42210b;
  display: block;
}

.index.nursery.detail.ekubo .photo .cont {
  padding: 40px;
  position: relative;
}
.index.nursery.detail.ekubo .photo .cont .img {
  width: 570px;
}
.index.nursery.detail.ekubo .photo .cont .img img {
  width: 100%;
}
.index.nursery.detail.ekubo .photo .cont .txt {
  width: 350px;
  padding: 25px 15px 20px;
  font-weight: 500;
  border: 3px solid #548859;
  border-radius: 15px;
  background: #fff;
}
.index.nursery.detail.ekubo .photo .cont .txt .ttl {
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
}
.index.nursery.detail.ekubo .photo .cont .txt p {
  font-size: 14px;
  line-height: 1.7em;
}
.index.nursery.detail.ekubo .photo .cont:nth-child(odd) .img {
  float: left;
}
.index.nursery.detail.ekubo .photo .cont:nth-child(odd) .txt {
  position: absolute;
  right: 35px;
  bottom: 0;
}
.index.nursery.detail.ekubo .photo .cont:nth-child(even) .img {
  float: right;
}
.index.nursery.detail.ekubo .photo .cont:nth-child(even) .txt {
  position: absolute;
  left: 35px;
  bottom: 0;
}


.index.nursery.detail.ekubo .photo .photo_slide {
  width: 1000px;
  margin: 60px auto 55px;
}

.index.nursery.detail.ekubo .photo .photo_slide ul li {
  width: 316px;
  margin: 3px;
  float: left;
  outline: none;
}
.index.nursery.detail.ekubo .photo .photo_slide ul li span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.index.nursery.detail.ekubo .photo .photo_slide ul li .img {
  width: 316px;
  height: 259px;
  margin: 0 auto;
  text-align: center;
  perspective-origin: right;
}
.index.nursery.detail.ekubo .photo .photo_slide ul li img {
  width: 100%;
  border: 3px solid #F7F2EB;
  border-radius: 12px;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail.ekubo .photo {
    width: 100%;
/*    overflow: hidden;*/
  }
  .index.nursery.detail.ekubo .photo h2.title {
    width: 100%;
    margin-bottom: 0;
  }
  .index.nursery.detail.ekubo .photo h2.title::before {
    width: 100%;
    top: 0;
    background: url(../img/ekubo_ttlBg01sp@2x.png) no-repeat center;
    background-size: 379px;
    z-index: 2;
  }
  .index.nursery.detail.ekubo .photo h2.title::after {
    width: 470px;
    height: 200px;/*60px;*/
    content: '';
    position: absolute;
    bottom: -165px;
    left: -10%;
    background: #fff;
    border-radius: 0 0 50% 50%;
    display: block;
  }
  .index.nursery.detail.ekubo .photo h2.title .sTtl {
    font-size: 12px;
  }
  .index.nursery.detail.ekubo .photo h2.title .mTtl {
    font-size: 22px;
  }
  .index.nursery.detail.ekubo .photo h2.title .wrap {
    top: 143px;
    z-index: 3;
  }
  .index.nursery.detail.ekubo .photo .wrap {
    margin-top: 45px;
  }
  .index.nursery.detail.ekubo .photo .cont {
    padding: 5% 1%;
  }
  .index.nursery.detail.ekubo .photo .cont .img {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
  .index.nursery.detail.ekubo .photo .cont .txt {
    width: 88%;
    padding: 5%;
    margin-top: -15px;
  }
  .index.nursery.detail.ekubo .photo .cont .txt .ttl {
    margin-bottom: 25px;
  }

  .index.nursery.detail.ekubo .photo .cont:nth-child(odd) .img {
    float: none;
  }
  .index.nursery.detail.ekubo .photo .cont:nth-child(odd) .txt {
    position: relative;
    right: 0;
  }
  .index.nursery.detail.ekubo .photo .cont:nth-child(even) .img {
    float: none;
  }
  .index.nursery.detail.ekubo .photo .cont:nth-child(even) .txt {
    position: relative;
    left: 0;
  }

  .index.nursery.detail.ekubo .photo .photo_slide {
    width: 100%;
    margin: 10px auto 35px;
    overflow: hidden;
  }
  .index.nursery.detail.ekubo .photo .photo_slide ul {
    padding: 0 20px;
  }

  .index.nursery.detail.ekubo .photo .photo_slide ul li .img {
    width: 95%;
    height: auto;
  }
}


/* time schedule
---------------------------------------------------------- */
.index.nursery.detail.ekubo .bg_cont .timeS {
  width: 1140px;
  height: 842px;
  margin: 110px auto;
  position: relative;
}
.index.nursery.detail.ekubo .bg_cont .timeS .title {
  width: 216px;
  margin: 0 auto 55px;
  padding: 10px 10px 20px;
  text-align: center;
  background: #fff;
  border: 2px solid #548859;
  border-radius: 10px;
}
.index.nursery.detail.ekubo .bg_cont .timeS .title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.index.nursery.detail.ekubo .bg_cont .timeS .title .mTtl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 29px;
  color: #42210b;
  letter-spacing: 2px;
  display: block;
}
.index.nursery.detail.ekubo .bg_cont .timeS .title .mTtl .small {
  font-size: 20px;
  letter-spacing: 5px;
}

.index.nursery.detail.ekubo .bg_cont .timeS ul li {
  width: 285px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  background: #fff;
  border: 2px solid #42210B;
  border-radius: 10px;
  overflow: hidden;
}
.index.nursery.detail.ekubo .bg_cont .timeS ul li:first-child {
  top: 170px;
  left: 50%;
  right: 50%;
  transform : translate(-50%, -50%);
}
.index.nursery.detail.ekubo .bg_cont .timeS ul li:nth-child(2) {
  top: 187px;
  right: 0;
}
.index.nursery.detail.ekubo .bg_cont .timeS ul li:nth-child(3) {
  right: 0;
  bottom: 75px;
}
.index.nursery.detail.ekubo .bg_cont .timeS ul li:nth-child(4) {
  bottom: 75px;
  left: 0;
}
.index.nursery.detail.ekubo .bg_cont .timeS ul li:nth-child(5) {
  left: 0;
  top: 187px;
}
.index.nursery.detail.ekubo .bg_cont .timeS ul li .txt {
  padding: 10px;
  display: block;
}

.index.nursery.detail.ekubo .bg_cont .timeS dl {
  width: 553px;
  height: 553px;
  background: url(../img/bg12.png) no-repeat center;
  background-size: 553px;
}
.index.nursery.detail.ekubo .bg_cont .timeS dl dt {
  width: 200px;
  margin: 40px auto 10px;
  padding: 10px 0 10px;
  color: #42210B;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.index.nursery.detail.ekubo .bg_cont .timeS dl dt .sTtl {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
.index.nursery.detail.ekubo .bg_cont .timeS dl dt .mTtl {
  margin-top: 10px;
  font-weight: 600;
  font-size: 21px;
  color: #42210b;
  letter-spacing: 2px;
  display: block;
}
.index.nursery.detail.ekubo .bg_cont .timeS dl dt .mTtl .small {
  font-size: 20px;
  letter-spacing: 5px;
}
.index.nursery.detail.ekubo .bg_cont .timeS dl dd {
  text-align: center;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail.ekubo .bg_cont.sp_bgNone .bg_inner::before, .index.nursery.detail.ekubo .bg_cont.sp_bgNone .bg_inner::after {
    display: none;
  }
.index.nursery.detail.ekubo .bg_cont .timeS {
  width: 100%;
  height: auto;
  margin: 40px auto;
  position: relative;
/*  background: url(../img/bg11.png) no-repeat center;*/
  background-size: 340px;
}
  .index.nursery.detail.ekubo .bg_cont .timeS .title {
    width: 136px;
    margin: 10px auto 10px;
    padding: 2px 10px 8px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS .title .sTtl {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #e06945;
    letter-spacing: 1px;
    display: block;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS .title .mTtl {
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #42210b;
    letter-spacing: 2px;
    display: block;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS .title .mTtl .small {
    font-size: 14px;
    letter-spacing: 5px;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS ul li {
    display: none;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS ul li .txt {
    padding: 10px;
    display: block;
  }

  .index.nursery.detail.ekubo .bg_cont .timeS .flex {
    display: inherit;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS dl {
    width: 300px;
    height: 300px;
    margin: auto;
    padding-top: 30px;
    position: static;
    left: 0;
    right: 0;
    bottom: 18px;
    background-size: 300px;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS dl dd img {
    width: 229px;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS dl dt {
    width: 136px;
    margin: 10px auto 10px;
    padding: 2px 10px 8px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS dl dt .sTtl {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS dl dt .mTtl {
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #42210b;
    letter-spacing: 2px;
    display: block;
  }
  .index.nursery.detail.ekubo .bg_cont .timeS dl dt .mTtl .small {
    font-size: 14px;
    letter-spacing: 5px;
  }
}


/* info
---------------------------------------------------------- */
.index.nursery.detail.ekubo .nursery_info a {
  color: #E06945;
  text-decoration: underline;
  transition: 0.5s;
}
.index.nursery.detail.ekubo .nursery_info a:hover {
  text-decoration: none;
  transition: 0.5s;
}
.index.nursery.detail.ekubo .nursery_info a + i {
  padding-left: 5px;
  color: #E06945;
}

.index.nursery.detail.ekubo .nursery_info {
  width: 940px;
  margin: 60px auto 0;
  border: 3px solid #FD7A51;
  border-radius: 10px;
}
.index.nursery.detail.ekubo .nursery_info .title {
/*  height: 60px;*/
  font-size: 18px;
  font-weight: 500;
  text-align: center;
/*  line-height: 60px;*/
  border-radius: 10px 10px 0 0;
  background: url(../img/bg03.png) repeat-x;
}
.index.nursery.detail.ekubo .nursery_info .title span {
/*  height: 60px;*/
  padding: 17px 0 17px 55px;
  line-height: 1.5em;
  background: url(../img/ico_house.png) no-repeat left center;
  display: inline-block;
}
.index.nursery.detail.ekubo .nursery_info .title span::before {
  width: 45px;
  content: '';
  background-size: cover;
}

.index.nursery.detail.ekubo .nursery_info .data {
  margin: 20px 40px 60px;
  font-size: 16px;
  font-weight: 500;
}
.index.nursery.detail.ekubo .nursery_info .data dl {
  margin-bottom: 20px;
}
.index.nursery.detail.ekubo .nursery_info .data dl dt {
  width: 115px;
  margin: 10px 0;
  padding-left: 40px;
  float: left;
}
.index.nursery.detail.ekubo .nursery_info .data dl dd {
  width: 705px;
  margin: 10px 0;
  float: left;
}

.index.nursery.detail.ekubo .nursery_info .data .flow {
  width: 818px;
  margin: 0 auto;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl {
  margin-bottom: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl dt {
  width: 229px;
  height: 82px;
  margin: 10px 0;
  padding: 0 0 0 23px;/*33px 0 0 23px;*/
  font-size: 18px;
  color: #fff;
  line-height: 82px;
  letter-spacing: 1px;
  float: none;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl:first-child dt {
  background: url(../img/ekubo_sttlBg01@2x.png) no-repeat;
  background-size: 229px;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl:nth-child(2) dt {
  background: url(../img/ekubo_sttlBg02@2x.png) no-repeat;
  background-size: 229px;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl:nth-child(3) dt {
  background: url(../img/ekubo_sttlBg03@2x.png) no-repeat;
  background-size: 229px;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl dd {
  width: 576px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.7em;
  align-self: center;
  float: none;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl dd .strong {
  color: #E06945;
}

.index.nursery.detail.ekubo .nursery_info .map {
  width: 860px;
  margin: 0 auto;
}

.index.nursery.detail.ekubo .nursery_info .data .mTtl {
  width: 160px;
  height: 36px;
  margin: 45px auto 25px;
  color: #42210B;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  position: relative;
  background: #F9C663;
  display: block;
}
.index.nursery.detail.ekubo .nursery_info .data .mTtl::before, .index.nursery.detail.ekubo .nursery_info .data .mTtl::after {
  width: 152px;
  height: 30px;
  content: '';
  position: absolute;
  top: 5px;
  background: url(../img/nursery_ttlBg02@2x.png) no-repeat center;
  background-size: cover;
}
.index.nursery.detail.ekubo .nursery_info .data .mTtl::before {
  left: -165px;
}
.index.nursery.detail.ekubo .nursery_info .data .mTtl::after {
  right: -165px;
}
.index.nursery.detail.ekubo .nursery_info .data .mTtl span::before {
  content: url(../img/nursery_ttlBg03L.png);
  position: absolute;
  left: -5px;
}
.index.nursery.detail.ekubo .nursery_info .data .mTtl span::after {
  content: url(../img/nursery_ttlBg03R.png);
  position: absolute;
  right: -5px;
}

.index.nursery.detail.ekubo .nursery_info .data .txt {
  padding: 0 60px;
  line-height: 2em;
}

.index.nursery.detail.ekubo .nursery_info .data .sTtl {
  width: 388px;
  margin: 25px auto;
  padding-bottom: 10px;
  color: #42210B;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px dashed #F4AF8F;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap {
  width: 640px;
  margin: 0 auto;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap p {
  font-size: 14px;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap p.update {
  text-align: right;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table {
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #F4AF8F;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .ttl {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #F4AF8F;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .capacity {
  height: 42px;
  line-height: 42px;
  align-self: center;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .block.capacity {
  height: 80px;
  line-height: 80px;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .capacity.none {
  font-size: 24px;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .left {
  width: 165px;
  border-right: 1px solid #F4AF8F;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .right {
  width: 473px;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .right .sBlock {
  width: 100%;
  border-right: 1px solid #F4AF8F;
}
.index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .right .sBlock:last-child {
  border: none;
}

.index.nursery.detail.ekubo .nursery_info .data .txt .btn, .index.nursery.detail.ekubo .nursery_info .data .txt .btn form button {
  width: 360px;
  height: 60px;
  margin: 35px auto 0;
  text-align: center;
  line-height: 60px;
}
.index.nursery.detail.ekubo .nursery_info .data .txt .btn a, .index.nursery.detail.ekubo .nursery_info .data .txt .btn form button {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-family: GENJ,sans-serif;
  position: relative;
  display: block;
  border: 2px solid #EA4335;
  border-radius: 5px;
  background: #EA4335;
  transition: 0.5s;
}
.index.nursery.detail.ekubo .nursery_info .data .txt .btn a::before, .index.nursery.detail.ekubo .nursery_info .data .txt .btn form button::before {
  width: 10px;
  height: 17px;
  content: '';
  position: absolute;
  top: 20px;
  left: 40px;
  background: url(../img/arrow01.png);
  background-size: cover;
  display: block;
}
.index.nursery.detail.ekubo .nursery_info .data .txt .btn a:hover, .index.nursery.detail.ekubo .nursery_info .data .txt .btn form button:hover {
  color: #EA4335;
  background: #fff;
  transition: 0.5s;
}
.index.nursery.detail.ekubo .nursery_info .data .txt .btn a:hover::before, .index.nursery.detail.ekubo .nursery_info .data .txt .btn form button:hover::before {
  background: url(../img/arrow02.png);
  background-size: cover;
}


@media screen and (max-width: 750px) {
  .index.nursery.detail.ekubo .nursery_info {
    width: 96%;
    margin: 60px 0;
    padding: 0 2%;
    border: none;
    overflow: hidden;
  }
  .index.nursery.detail.ekubo .nursery_info .infoTop {
    border: 3px solid #FD7A51;
    border-radius: 10px;
  }
  .index.nursery.detail.ekubo .nursery_info .title {
    font-size: 16px;
  }
  .index.nursery.detail.ekubo .nursery_info .title span {
    padding: 17px 10px 17px 55px;
    background: url(../img/ico_house@2x.png) no-repeat left center;
    background-size: 38px;
  }

  .index.nursery.detail.ekubo .nursery_info .data {
    margin: 20px 0;
    font-size: 14px;
  }
  .index.nursery.detail.ekubo .nursery_info .infoTop .data {
    margin: 20px 2%;
  }
  .index.nursery.detail.ekubo .nursery_info .data dl {
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #F4AF8F;
  }
  .index.nursery.detail.ekubo .nursery_info .data dl dt {
    width: 92%;
    margin: 10px 0 8px;
    padding: 0 4%;
    float: none;
  }
  .index.nursery.detail.ekubo .nursery_info .data dl dd {
    width: 92%;
    margin: 8px 0 10px;
    padding: 0 4% 10px;
    line-height: 1.7em;
    border-bottom: 1px solid #F4AF8F;
    float: none;
  }
  .index.nursery.detail.ekubo .nursery_info .data dl dd:last-child {
    border: none;
  }

.index.nursery.detail.ekubo .nursery_info .data .flow {
  width: 104%;
  margin: 0 -2%;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl {
  border: none;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl dt {
/*  width: 36%;*/
  width: 123px;
  height: 82px;
  margin: 10px 0;
  padding: 0 0 0 23px;/*33px 0 0 23px;*/
  font-size: 18px;
  color: #fff;
  line-height: 82px;
  letter-spacing: 1px;
  float: none;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl:first-child dt {
  background: url(../img/ekubo_sttlBg01@2x.png) no-repeat 100% center;
  background-size: 229px;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl:nth-child(2) dt {
  background: url(../img/ekubo_sttlBg02@2x.png) no-repeat 100% center;
  background-size: 229px;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl:nth-child(3) dt {
  background: url(../img/ekubo_sttlBg03@2x.png) no-repeat 100% center;
  background-size: 229px;
}
  .index.nursery.detail.ekubo .nursery_info .data .flow dl dt span {
    display: none;
  }
.index.nursery.detail.ekubo .nursery_info .data .flow dl dd {
/*  width: auto;*/
  margin: 10px 0;
  padding: 0 2% 10px;
  font-size: 14px;
  line-height: 1.7em;
  align-self: center;
  float: none;
}
.index.nursery.detail.ekubo .nursery_info .data .flow dl dd .strong {
  color: #E06945;
}

  .index.nursery.detail.ekubo .nursery_info .map {
    width: 104%;
    margin: 30px -2% 0;
  }
  .index.nursery.detail.ekubo .nursery_info .map iframe {
    width: 100%;
  }

  .index.nursery.detail.ekubo .nursery_info .data .mTtl {
    font-size: 16px;
  }
.index.nursery.detail.ekubo .nursery_info .data .mTtl span::before {
  content: url(../img/nursery_ttlBg03L.png);
  position: absolute;
  left: -5px;
}
.index.nursery.detail.ekubo .nursery_info .data .mTtl span::after {
  content: url(../img/nursery_ttlBg03R.png);
  position: absolute;
  right: -5px;
}

  .index.nursery.detail.ekubo .nursery_info .data .txt {
    padding: 0;
  }

  .index.nursery.detail.ekubo .nursery_info .data .sTtl {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  .index.nursery.detail.ekubo .nursery_info .data .table_wrap {
    width: 100%;
  }
  .index.nursery.detail.ekubo .nursery_info .data .table_wrap p {
    font-size: 12px;
    line-height: 1.7em;
  }
  .index.nursery.detail.ekubo .nursery_info .data .table_wrap .table {
    font-size: 14px;
  }
  .index.nursery.detail.ekubo .nursery_info .data .table_wrap .table .capacity.none {
    font-size: 14px;
  }

  .index.nursery.detail.ekubo .nursery_info .data .txt .btn, .index.nursery.detail.ekubo .nursery_info .data .txt .btn form button {
    width: 94%;
    margin: 30px auto 40px;
  }

  .index.nursery.detail.ekubo .nursery_info .data .txt .btn a::before, .index.nursery.detail.ekubo .nursery_info .data .txt .btn form button::before {
    left: 12%;
  }



}




/* =================================
   - safety
================================= */
.safety .safety_wrap {
  margin-bottom: 200px;
}
.safety .safety_wrap .s_wrap {
  width: 850px;
  margin: 0 auto;
}
.safety .safety_wrap .top_txt {
  margin: 40px 0 45px;
  line-height: 1.7em;
}
.safety .safety_wrap .top_txt p {
  transform: rotate(0.001deg);
}
.safety .safety_wrap .bg {
  padding: 50px 0 70px;
  background: radial-gradient(#fff,#FAE3D9);
/*  background: radial-gradient(#fff,#FDF6F3,#FAE3D9);*/
}
.safety .safety_wrap .bg02 {
  background: radial-gradient(#fff,#FFFFD9);
}
.safety .safety_wrap h2.title {
  text-align: center;
}
.safety .safety_wrap h2.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.safety .safety_wrap h2.title .mTtl {
  margin-top: 10px;
  font-weight: 500;
  font-size: 28px;
  color: #42210b;
  display: block;
}
.safety .safety_wrap .measures {
  margin-top: 35px;
  font-size: 14px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
    -ms-flex-pack: distribute;
  justify-content: space-around;
}
.safety .safety_wrap .measures dl {
  flex-basis: 312px;
}
.safety .safety_wrap .measures dl img {
  width: 312px;
}
.safety .safety_wrap .measures dl dd {
  margin-top: 20px;
  line-height: 1.7em;
}
.safety .safety_wrap .measures dl dd p {
  transform: rotate(0.001deg);
}
.safety .safety_wrap .nobg {
  padding: 50px 0 70px;
}
.safety .safety_wrap .dealing {
  margin: 45px 0 50px;
  font-size: 14px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
    -ms-flex-pack: distribute;
  justify-content: space-around;
}
.safety .safety_wrap .dealing dl {
  padding: 26px 15px 30px;
  position: relative;
  flex-basis: 282px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 7px #ccc;
}
.safety .safety_wrap .dealing dl::before {
  width: 109px;
  height: 47px;
  content: '';
  position: absolute;
  top: -23px;
  left: 32%;
  background: url(../img/tape01@2x.png) no-repeat center;
  background-size: cover;
  display: block;
}
.safety .safety_wrap .dealing dl img {
  width: 198px;
}
.safety .safety_wrap .dealing dl dt {
  text-align: center;
}
.safety .safety_wrap .dealing dl dd {
  margin-top: 30px;
  line-height: 1.7em;
}
.safety .safety_wrap .dealing dl dd p {
  transform: rotate(0.001deg);
}

.safety .safety_wrap .infection {
  font-size: 14px;
  line-height: 1.7em;
}
.safety .safety_wrap .infection h3.title {
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 28px;
  color: #42210b;
  text-align: center;
  position: relative;
  border-bottom: 2px dotted #F4AF8F;
  display: block;
}
.safety .safety_wrap .infection h3.title::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: 48.5%;
  right: 48.5%;
  bottom: -21px;
  border-top: 20px solid #F4AF8F;
  border-right: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
}
.safety .safety_wrap .infection .s_wrap .sTtl {
  margin: 30px 0 13px;
  padding-left: 20px;
  font-size: 18px;
  position: relative;
  transform: rotate(0.001deg);
}
.safety .safety_wrap .infection .s_wrap p {
  transform: rotate(0.001deg);
}
.safety .safety_wrap .infection .s_wrap .sTtl::before, .safety .safety_wrap .infection .s_wrap .sTtl::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  display: block;
}
.safety .safety_wrap .infection .s_wrap .sTtl::before {
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: #E06945;
}
.safety .safety_wrap .infection .s_wrap .sTtl::after {
  width: 6px;
  height: 6px;
  top: 8px;
  left: 4px;
  background: #fff;
}
.safety .safety_wrap .walk {
  margin-top: 35px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.safety .safety_wrap .walk .img {
  flex-basis: 312px;
}
.safety .safety_wrap .walk .img img {
  width: 100%;
}
.safety .safety_wrap .walk .txt {
  font-size: 14px;
  line-height: 1.7em;
  flex-basis: 504px;
  align-self: center;
}
.safety .safety_wrap .walk .txt p {
  margin-bottom: 25px;
  transform: rotate(0.001deg);
}
.safety .safety_wrap .walk .txt p:last-child {
  margin-bottom: 0;
}

.safety .safety_wrap .camera {
  margin-top: 35px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.safety .safety_wrap .camera .img {
  flex-basis: 312px;
}
.safety .safety_wrap .camera .img img {
  width: 100%;
}
.safety .safety_wrap .camera .txt {
  font-size: 14px;
  line-height: 1.7em;
  flex-basis: 504px;
  align-self: center;
}
.safety .safety_wrap .camera .txt p {
  margin-bottom: 25px;
  transform: rotate(0.001deg);
}
.safety .safety_wrap .camera .txt p:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 750px) {
  .safety .safety_wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .safety .safety_wrap .s_wrap {
    width: 96%;
  }
  .safety .safety_wrap .top_txt {
    margin: 20px 3% 25px;
    font-size: 14px;
  }
  .safety .safety_wrap .bg {
    padding: 20px 5%;
  }
  .safety .safety_wrap h2.title .sTtl {
    font-size: 10px;
  }
  .safety .safety_wrap h2.title .mTtl {
    font-size: 18px;
  }
  .safety .safety_wrap .measures {
    margin-top: 25px;
    display: inherit;
  }
  .safety .safety_wrap .measures dl {
    max-width: 312px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .safety .safety_wrap .measures dl img {
    width: 100%;
  }
  .safety .safety_wrap .nobg {
    padding: 20px 0 40px;
    background: #F4F9F4;
  }
  .safety .safety_wrap .dealing {
    margin: 30px 0 40px;
    display: inherit;
  }
  .safety .safety_wrap .dealing dl {
    max-width: 282px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .safety .safety_wrap .infection h3.title {
    margin: 0 1% 5px;
    font-size: 18px;
  }
  .safety .safety_wrap .infection h3.title::after {
    left: 45.5%;
  }
  .safety .safety_wrap .infection .s_wrap .sTtl {
    font-size: 14px;
    font-weight: 600;
  }
  .safety .safety_wrap .infection .s_wrap .sTtl::before {
    position: relative;
    top: 18px;
    left: -18px;
  }
  .safety .safety_wrap .infection .s_wrap .sTtl::after {
    top: 22px;
    left: 6px;
  }
  .safety .safety_wrap .walk {
    margin-top: 25px;
    display: inherit;
  }
  .safety .safety_wrap .walk .img {
    max-width: 312px;
    width: 100%;
  }
  .safety .safety_wrap .walk .txt {
    margin-top: 20px;
  }

  .safety .safety_wrap .camera {
    margin-top: 25px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
/*    display: inherit;*/
  }
  .safety .safety_wrap .camera .img {
    max-width: 312px;
    flex-basis: 100%;
    order: 1;
  }
  .safety .safety_wrap .camera .txt {
    flex-basis: 100%;
    margin-top: 20px;
    order: 2;
  }

}




/* =================================
   - about
================================= */
.about .about_wrap {
  margin-bottom: 200px;
}
.about .about_wrap .top_txt {
  height: 305px;
  margin: 40px 0 45px;
  line-height: 1.7em;
  background: url(../img/about_bg01.png) no-repeat center;
}
.about .about_wrap .top_txt .top_txt_wrap {
  height: 305px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about .about_wrap .top_txt .block {
  text-align: center;
  flex-basis: 247px;
  align-self: center;
}
.about .about_wrap .top_txt .block .comment {
  color: #42210B;
  font-size: 28px;
  line-height: 1.4em;
}
.about .about_wrap .top_txt .block .comment .small {
  font-size: 20px;
  transform: rotate(0.001deg);
}
.about .about_wrap .top_txt .block .comment .strong {
  color: #E06945;
}
.about .about_wrap .top_txt .block .ttl {
  margin-top: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 4px;
}
.about .about_wrap .top_txt .block .ttlS {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.about .about_wrap h3.title {
  text-align: center;
}
.about .about_wrap h3.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.about .about_wrap h3.title .mTtl {
  margin-top: 10px;
  font-weight: 500;
  font-size: 28px;
  color: #42210b;
  display: block;
}

.about .about_wrap .bg {
  height: 560px;
/*  padding: 50px 0 70px;*/
  color: #42210B;
  background: radial-gradient(#fff,#FFFFD9);
}
.about .about_wrap .bg .wrap {
  width: 805px;
  height: 560px;
  position: relative;
  background: url(../img/about_bg03.png) no-repeat left 113px;
}
.about .about_wrap .bg .wrap .comment {
  width: 287px;
  height: 162px;
  margin-top: 25px;
  padding-top: 80px;
  font-size: 28px;
  text-align: center;
  line-height: 1.3em;
  position: absolute;
  background: url(../img/about_bg02.png) no-repeat;
}
.about .about_wrap .bg .wrap .comment .small {
  font-size: 20px;
  transform: rotate(0.001deg);
}
.about .about_wrap .bg .wrap .flow h3.title {
  width: 302px;
  height: 86px;
  padding-top: 47px;
  position: absolute;
  top: 10px;
  right: 6px;
  font-weight: 600;
  background: url(../img/about_ttlBg01@2x.png) no-repeat center;
  background-size: cover;
}
.about .about_wrap .bg .wrap .flow ul {
  position: absolute;
  top: 146px;
  left: 156px;
}
.about .about_wrap .bg .wrap .flow ul li {
  padding: 15px;
  font-size: 28px;
  color: #E06945;
}
.about .about_wrap .bg .wrap .flow ul li span {
  font-size: 20px;
  color: #42210B;
  transform: rotate(0.001deg);
}
.about .about_wrap .bg .wrap .flow ul li:first-child {
  margin-left: 360px;
}
.about .about_wrap .bg .wrap .flow ul li:nth-child(2) {
  margin-top: 5px;
  margin-left: 280px;
}
.about .about_wrap .bg .wrap .flow ul li:nth-child(3) {
  margin-top: 10px;
  margin-left: 210px;
}
.about .about_wrap .bg .wrap .flow ul li:nth-child(4) {
  margin-top: 5px;
  margin-left: 140px;
}
.about .about_wrap .bg .wrap .flow ul li:nth-child(5) {
  margin-top: 0;
  margin-left: 70px;
}
.about .about_wrap .bg .wrap .flow ul li:nth-child(6) {
  margin-top: 0;
  margin-left: 0px;
}

.about .about_wrap .policy {
  margin-top: 70px;
}
.about .about_wrap .policy .policy_block {
  height: 927px;
  margin-top: 20px;
  position: relative;
  background: url(../img/about_bg04.png) no-repeat center;
}
.about .about_wrap .policy .policy_block .ttlImg {
  text-align: center;
}
.about .about_wrap .policy .policy_block dl {
  width: 280px;
  line-height: 1.7em;
  position: absolute;
}
.about .about_wrap .policy .policy_block dl:nth-child(2) {
  width: 250px;
  top: 110px;
  right: 209px;
}
.about .about_wrap .policy .policy_block dl:nth-child(3) {
  top: 380px;
  right: 50px;
}
.about .about_wrap .policy .policy_block dl:nth-child(4) {
  right: 197px;
  bottom: 110px;
}
.about .about_wrap .policy .policy_block dl:nth-child(5) {
  width: 260px;
  left: 215px;
  bottom: 92px;
}
.about .about_wrap .policy .policy_block dl:nth-child(6) {
  width: 230px;
  top: 370px;
  left: 75px;
}
.about .about_wrap .policy .policy_block dl:nth-child(7) {
  width: 240px;
  top: 110px;
  left: 215px;
}

.about .about_wrap .policy .policy_block dl dt {
  margin-bottom: 5px;
  font-size: 28px;
  color: #E06945;
  line-height: 1.4em;
  text-align: center;
}
.about .about_wrap .policy .policy_block dl dt span {
  color: #42210B;
}
.about .about_wrap .policy .policy_block dl dd {
  font-size: 14px;
  transform: rotate(0.001deg);
}


@media screen and (max-width: 750px) {
  .about .about_wrap {
    margin-bottom: 0;
    padding-bottom: 70px;
  }
  .about .about_wrap .top_txt {
    height: 230px;
    margin: 15px 0 20px;
    display: inherit;
    background: url(../img/about_bg01@2x.png) no-repeat center;
    background-size: 347px;
  }
  .about .about_wrap .top_txt .top_txt_wrap {
    width: 320px;
    height: auto;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about .about_wrap .top_txt .block {
    flex-basis: 33%;
  }
  .about .about_wrap .top_txt .block:first-child {
    margin-top: 30px;
    flex-basis: 47%;
    order: 2;
  }
  .about .about_wrap .top_txt .block:nth-child(2) {
    margin-top: 25px;
    flex-basis: 100%;
    order: 1;
  }
  .about .about_wrap .top_txt .block:nth-child(3) {
    margin-top: 30px;
    flex-basis: 47%;
    order: 3;
  }
  .about .about_wrap .top_txt .block .img {
    display: none;
  }
  .about .about_wrap .top_txt .block .comment {
    font-size: 18px;
  }
  .about .about_wrap .top_txt .block .comment .small {
    font-size: 13px;
  }

  .about .about_wrap .top_txt .block .ttl {
    margin-top: 5px;
    font-size: 18px;
  }
  .about .about_wrap .top_txt .block .ttlS {
    font-size: 11px;
    line-height: 1.2em;
  }

  .about .about_wrap h3.title .sTtl {
    font-size: 14px;
  }
  .about .about_wrap h3.title .mTtl {
    font-size: 18px;
  }

  .about .about_wrap .bg {
    width: 100%;
    height: inherit;
    padding: 5px 0 50px;
  }

  .about .about_wrap .bg .wrap {
    width: 100%;
    height: inherit;
    background: none;
  }
  .about .about_wrap .bg .wrap .comment {
    width: 100%;
    height: 27px;
    margin-top: 20px;
    padding-top: 0;
    position: static;
    background: url(../img/about_ttl01@2x.png) no-repeat center bottom;
    background-size: 305px;
  }
  .about .about_wrap .bg .wrap .comment p {
    display: none;
  }
  .about .about_wrap .bg .wrap .flow h3.title {
    margin: 0 auto;
    position: static;
    background-size: 302px
  }
  .about .about_wrap .bg .wrap .flow h3.title .mTtl {
    margin-top: 17px;
  }
  .about .about_wrap .bg .wrap .flow ul {
    width: 280px;
    margin: 15px auto 0;
    position: static;
  }
  .about .about_wrap .bg .wrap .flow ul li {
    padding: 8px 0;
    font-size: 18px;
  }
  .about .about_wrap .bg .wrap .flow ul li span {
    font-size: 14px;
  }
  .about .about_wrap .bg .wrap .flow ul li:first-child {
    margin-left: 0;
  }
  .about .about_wrap .bg .wrap .flow ul li:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
  .about .about_wrap .bg .wrap .flow ul li:nth-child(3) {
    margin-top: 0;
    margin-left: 0;
  }
  .about .about_wrap .bg .wrap .flow ul li:nth-child(4) {
    margin-top: 0;
    margin-left: 0;
  }
  .about .about_wrap .bg .wrap .flow ul li:nth-child(5) {
    margin-top: 0;
    margin-left: 0;
  }
  .about .about_wrap .bg .wrap .flow ul li:nth-child(6) {
    margin-top: 0;
    margin-left: 0px;
  }

  .about .about_wrap .policy {
    margin-top: 40px;
  }
  .about .about_wrap .policy .policy_block {
    height: unset;
    margin-top: 20px;
    background: url(../img/about_bg04@2x.png) no-repeat center 30px;
    background-size: 210px;
  }
  .about .about_wrap .policy .policy_block .ttlImg {
    width: 270px;
    margin: 0 auto 160px;
  }
  .about .about_wrap .policy .policy_block .ttlImg img {
    width: 100%;
  }
  .about .about_wrap .policy .policy_block dl {
    width: 270px;
    margin: 0 auto;
    padding: 31px 15px 10px;
    position: static;
    background: url(../img/about_bg04sp@2x.png) no-repeat;
    background-size: 304px;
  }
  .about .about_wrap .policy .policy_block dl:nth-child(2) {
    width: 270px;
  }
  .about .about_wrap .policy .policy_block dl:nth-child(3) {
    width: 270px;
  }
  .about .about_wrap .policy .policy_block dl:nth-child(4) {
    width: 270px;
  }
  .about .about_wrap .policy .policy_block dl:nth-child(5) {
    width: 270px;
  }
  .about .about_wrap .policy .policy_block dl:nth-child(6) {
    width: 270px;
  }
  .about .about_wrap .policy .policy_block dl:nth-child(7) {
    width: 270px;
  }

  .about .about_wrap .policy .policy_block dl dt {
    font-size: 18px;
  }
}




/* =================================
   - company
================================= */
.company .company_wrap {
  margin: 40px 0 200px;
  font-size: 14px;
}
.company .company_wrap h3.title {
  margin-bottom: 45px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 28px;
  color: #42210b;
  text-align: center;
  position: relative;
  border-bottom: 2px dotted #F4AF8F;
  display: block;
}
.company .company_wrap h3.title::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: 48.5%;
  right: 48.5%;
  bottom: -21px;
  border-top: 20px solid #F4AF8F;
  border-right: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
}
.company .company_wrap .message {
  line-height: 1.7em;
}
.company .company_wrap .message .txt01, .company .company_wrap .message .txt02 {
  padding: 0 20px;
}
.company .company_wrap .message .txt01 p, .company .company_wrap .message .txt02 p {
  transform: rotate(0.001deg);
}
.company .company_wrap .message .txt02 {
  width: 587px;
  padding-top: 20px;
  position: relative;
}
.company .company_wrap .message .txt02::after {
  width: 800px;
  height: 765px;
  content: '';
  position: absolute;
  top: -80px;
  left: 480px;
  background: url(../img/company_img01@2x.png) no-repeat;
  background-size: 800px;
  display: block;
  z-index: -1;
}
.company .company_wrap .message .fs16 {
  font-size: 16px;
  color: #E06945;
}
.company .company_wrap .message .strong {
  font-size: 18px;
  text-align: center;
  color: #E06945;
  line-height: 1.8em;
}

.company .company_wrap .info {
  margin-top: 155px;
  font-size: 16px;
}
.company .company_wrap .info dl {
  width: 900px;
  margin: 0 auto;
  line-height: 1.7em;
  border-bottom: 1px solid #F4AF8F;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.company .company_wrap .info dl dt {
  width: 200px;
  padding: 25px 0 25px 100px;
  font-weight: 600;
  transform: rotate(0.001deg);
}
.company .company_wrap .info dl dd {
  padding: 25px 0;
  transform: rotate(0.001deg);
}

.company .company_wrap .group {
  margin-top: 90px;
}
.company .company_wrap .flex {
  width: 700px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.company .company_wrap .group .flex span {
  width: 320px;
  margin-bottom: 25px;
  display: block;
}
.company .company_wrap .group .flex span img {
  width: 100%;
}


@media screen and (max-width: 750px) {
  .company .company_wrap {
    margin: 40px 0 0;
    padding-bottom: 70px;
  }
  .company .company_wrap h3.title {
    margin: 0 1% 5px;
    font-size: 18px;
  }
  .company .company_wrap h3.title::after {
    left: 45.5%;
  }
  .company .company_wrap .message {
    line-height: 1.7em;
  }
  .company .company_wrap .message .txt01, .company .company_wrap .message .txt02 {
    padding: 0 2%;
    position: relative;
    top: 30px;
  }
  .company .company_wrap .message .txt01::before {
    width: 100%;
    height: 250px;
    content: '';
    position: relative;
    top: -15px;
    background: url(../img/company_img01@2x.png) no-repeat 55% 15%;
    background-size: 650px;
    display: block;
  }
  .company .company_wrap .message .txt02 {
    width: 96%;
  }
  .company .company_wrap .message .txt02::after {
    display: none;
  }

  .company .company_wrap .info {
    margin-top: 85px;
  }
  .company .company_wrap .info dl {
    width: 96%;
    margin: 0 auto;
    display: inherit;
  }
  .company .company_wrap .info dl dt {
    width: 94%;
    padding: 3% 15px 5px;
    font-size: 15px;
  }
  .company .company_wrap .info dl dd {
    padding: 5px 15px 3%;
    font-size: 14px;
  }

  .company .company_wrap .group {
    margin-top: 50px;
  }
  .company .company_wrap .flex {
    width: 96%;
    margin-top: 55px;
  }
  .company .company_wrap .group .flex span {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 20px;
  }
}




/* =================================
   - voice
================================= */
.voice .voice_wrap {
  margin-bottom: 200px;
}
.voice .voice_wrap .top_txt {
  margin: 40px 0 45px;
  color: #42210B;
  text-align: center;
  line-height: 1.7em;
}
.voice .voice_wrap .top_txt p {
  transform: rotate(0.001deg);
}
.voice .voice_wrap .bg {
  margin-top: 90px;
  padding: 50px 0 70px;
  background: url(../img/bg08.png) repeat;
}
.voice .voice_wrap h2.title {
  text-align: center;
}
.voice .voice_wrap h2.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.voice .voice_wrap h2.title .mTtl {
  margin-top: 10px;
  font-weight: 500;
  font-size: 28px;
  color: #42210b;
  display: block;
}

.voice .voice_wrap .guardian .block {
  margin-bottom: 30px;
  padding: 20px 40px 20px 35px;
  background: url(../img/bg09.png) repeat center;
  border: 1px solid #F1EFD9;
  border-radius: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 4px 4px 0 #F1EFD9;
}
.voice .voice_wrap .guardian .block .img_area {
  text-align: center;
}
.voice .voice_wrap .guardian .block .img_area .img {
  width: 80px;
  margin: 0 auto;
  display: block;
}
.voice .voice_wrap .guardian .block .img_area .img img {
  width: 80px;
}
.voice .voice_wrap .guardian .block .img_area .name {
  color: #42210B;
  font-size: 14px;
  display: block;
  transform: rotate(0.001deg);
}
.voice .voice_wrap .guardian .block .txt_area {
  width: 760px;
}
.voice .voice_wrap .guardian .block .txt_area .ttl {
  margin-bottom: 20px;
  color: #42210B;
  font-size: 15px;
  transform: rotate(0.001deg);
}
.voice .voice_wrap .guardian .block .txt_area .comment {
  font-size: 14px;
  line-height: 1.7em;
  transform: rotate(0.001deg);
}

.voice .voice_wrap .bg .top_txt {
  margin-top: 30px;
}
.voice .voice_wrap .bg .top_txt p {
  transform: rotate(0.001deg);
}
.voice .voice_wrap .bg .expert {
  margin-bottom: 70px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.voice .voice_wrap .bg .expert .block {
  flex-basis: 406px;
  padding: 30px 40px 50px;
  background: url(../img/bg09.png) repeat center;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #7F7F7F;
}
.voice .voice_wrap .bg .expert .block .head {
  margin-bottom: 30px;
  color: #42210B;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.voice .voice_wrap .bg .expert .block .head .img {
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.voice .voice_wrap .bg .expert .block .head .img img {
  width: 100%;
}
.voice .voice_wrap .bg .expert .block .head .txt {
  line-height: 1.4em;
  flex-basis: 275px;
}
.voice .voice_wrap .bg .expert .block .head .txt .post {
  margin-bottom: 5px;
  font-size: 14px;
  transform: rotate(0.001deg);
}
.voice .voice_wrap .bg .expert .block .head .txt .name {
  margin-bottom: 10px;
  transform: rotate(0.001deg);
}
.voice .voice_wrap .bg .expert .comment {
  font-size: 14px;
  line-height: 1.7em;
  transform: rotate(0.001deg);
}

.voice .voice_wrap .bg .chairman {
  padding: 30px 40px 50px;
  line-height: 1.6em;
  background: #fff;
  box-shadow: 3px 3px 5px #7F7F7F;
}
.voice .voice_wrap .bg .chairman .head {
  color: #42210B;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.voice .voice_wrap .bg .chairman .head .img {
  margin-right: 20px;
  flex-basis: 120px;
}
.voice .voice_wrap .bg .chairman .head .img img {
  width: 100%;
}
.voice .voice_wrap .bg .chairman .head .txt .post {
  font-size: 14px;
  line-height: 1.5em;
}
.voice .voice_wrap .bg .chairman .head .txt .name {
  margin: 10px 0;
}

.voice .voice_wrap .bg .chairman .comment {
  margin-top: 20px;
  font-size: 14px;
}


@media screen and (max-width: 750px) {
  .voice .voice_wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .voice .voice_wrap .top_txt {
    margin: 20px 3% 25px;
    font-size: 14px;
  }
  .voice .voice_wrap .bg {
    padding: 20px 3% 60px;
  }
  .voice .voice_wrap h2.title .sTtl {
    font-size: 14px;
  }
  .voice .voice_wrap h2.title .mTtl {
    font-size: 30px;
  }

  .voice .voice_wrap .guardian .block {
    width: 95%;
    margin: 0 2% 30px;
    padding: 7% 0;
    background: url(../img/bg09.png) repeat left top;
    display: inherit;
  }

  .voice .voice_wrap .guardian .block .img_area {
    margin-bottom: 10px;
    padding: 0 3%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .voice .voice_wrap .guardian .block .img_area .img {
    width: 60px;
    margin: 0 20px;
  }
  .voice .voice_wrap .guardian .block .img_area .img img {
    width: 60px;
  }

  .voice .voice_wrap .guardian .block .txt_area {
    width: 100%;
  }
  .voice .voice_wrap .guardian .block .txt_area .ttl {
    padding: 15px 3% 0;
    text-align: center;
  }

  .voice .voice_wrap .guardian .block .txt_area .comment {
    padding: 0 3%;
  }
  .voice .voice_wrap .guardian .block .txt_area .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    position: relative;
    background: #F1EFD9;
  }
  .voice .voice_wrap .guardian .block .txt_area .btn.bottom {
    margin-top: 15px;
  }
  .voice .voice_wrap .guardian .block .txt_area .btn.top::after {
    margin-left: 5px;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
  }
  .voice .voice_wrap .guardian .block .txt_area .btn.bottom::after {
    margin-left: 5px;
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
  }

  .voice .voice_wrap .bg .expert {
    margin-bottom: 35px;
    display: inherit;
  }
  .voice .voice_wrap .bg .expert .block {
    padding: 7% 3% 50px;
    margin-bottom: 30px;
  }
  .voice .voice_wrap .bg .expert .block .head {
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .voice .voice_wrap .bg .expert .block .head .img {
    width: 80px;
    margin-right: 15px;
  }
  .voice .voice_wrap .bg .expert .block .head .img img {
    width: 80px;
  }
  .voice .voice_wrap .bg .expert .block .head .txt {
    flex-basis: auto;
    align-self: center;
  }
  .voice .voice_wrap .bg .expert .block .head .txt .name {
    margin-bottom: 0;
  }
  .voice .voice_wrap .bg .expert .block .head .txt .title {
    display: none;
  }
  .voice .voice_wrap .bg .expert .comment {
    font-size: 13px;
  }

  .voice .voice_wrap .bg .chairman {
    padding: 7% 3% 50px;
  }
  .voice .voice_wrap .bg .chairman .head .img {
    margin-right: 10px;
    flex-basis: 80px;
    flex-shrink: 0;
  }
  .voice .voice_wrap .bg .chairman .head .txt .name {
    margin: 5px 0;
    font-size: 14px;
  }
  .voice .voice_wrap .bg .chairman .head .txt .title {
    display: none;
  }

  .voice .voice_wrap .bg .chairman .comment {
    margin-top: 10px;
    font-size: 13px;
  }
}




/* =================================
   - curriculum
================================= */
/* 年齢別カラー設定 */
.curriculum.curr00 {
  background: #E1F9FF;
}
.curriculum.curr01 {
  background: #FFE9F4;
}
.curriculum.curr02 {
  background: #FFF2D4;
}

.curriculum.curr00 .curriculum_wrap .years_wrap dl dd ul li::before {
  background: url(../img/point03.png);
  background-size: contain;
}
.curriculum.curr01 .curriculum_wrap .years_wrap dl dd ul li::before {
  background: url(../img/point02.png);
  background-size: contain;
}
.curriculum.curr02 .curriculum_wrap .years_wrap dl dd ul li::before {
  background: url(../img/point01.png);
  background-size: contain;
}


.curriculum .curriculum_wrap {
  margin-bottom: 200px;
}
.curriculum .curriculum_wrap .top_txt {
  padding: 60px 0 45px;
  color: #42210B;
  font-size: 20px;
  text-align: left;
  line-height: 1.7em;
  background: #fff;
}
.curriculum .curriculum_wrap .top_txt .wrap p {
  transform: rotate(0.001deg);
}
.curriculum .curriculum_wrap nav.pagenav ul {
  width: 900px;
  margin: 50px auto;
  padding: 20px 30px;
  position: relative;
  background: #F9F9F9;
  border-radius: 15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.curriculum .curriculum_wrap nav.pagenav.bottom {
  padding-top: 60px;
  clear: both;
}
.curriculum .curriculum_wrap nav.pagenav ul::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  bottom: -17px;
  left: 48.5%;
  right: 48.5%;
  border-style: solid;
  border-color: #F9F9F9 transparent transparent transparent;
  border-width: 17px 9px 0 9px;
  z-index: 1;
}
.curriculum .curriculum_wrap nav.pagenav.bottom ul::after {
  top: -17px;
  left: 48.5%;
  right: 48.5%;
  border-style: solid;
  border-color: transparent transparent #F9F9F9 transparent;
  border-width: 0 9px 17px 9px;
  z-index: 1;
}

.curriculum .curriculum_wrap nav.pagenav ul li {
  height: 60px;
  text-align: center;
  line-height: 60px;
  flex-basis: 420px;
}
.curriculum .curriculum_wrap nav.pagenav ul li:first-child {
  transform: rotate(0.001deg);
}
.curriculum .curriculum_wrap nav.pagenav ul li a {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  display: block;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat01 a {
  background: #E2EFFF;
  border: 2px solid #E2EFFF;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat02 a {
  background: #FCEAF2;
  border: 2px solid #FCEAF2;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat03 a {
  background: #FFF2D4;/*#FFFFD9;*/
  border: 2px solid #FFF2D4;/*#FFFFD9;*/
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat01 a:hover {
  background: #F4FAFF;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat02 a:hover {
  background: #FEF5FA;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat03 a:hover {
  background: #FFFAEE;
}
.curriculum .curriculum_wrap nav.pagenav ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}

.curriculum .curriculum_wrap nav.pagenav ul li.cat01 a::before {
  width: 38px;
  height: 44px;

  background-size: 100%;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat02 a::before {
  width: 61px;
  height: 50px;
  top: 7px;

  background-size: 100%;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat02 a:hover::before {
  top: 9px;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat03 a::before {
  width: 38px;
  height: 44px;
  top: 15px;

  background-size: 100%;
}
.curriculum .curriculum_wrap nav.pagenav ul li.cat03 a:hover::before {
  top: 13px;
  left: 8px;
}
.curriculum .curriculum_wrap nav.pagenav ul li a::after {
  width: 9px;
  height: 13px;
  content: '';
  position: absolute;
  background: url(../img/arrow03.png) no-repeat;
  background-size: cover;
  top: 23px;
  right: 10px;
}
.curriculum .curriculum_wrap nav.pagenav ul li a {
}
.curriculum .curriculum_wrap nav.pagenav ul li a .big {
  margin-right: 5px;
  font-size: 28px;
}

.curriculum .curriculum_wrap .years_wrap h3.title {
  width: 327px;
  height: 82px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -51px;
  font-weight: 800;
}
.curriculum .curriculum_wrap .years_wrap h3.title::after {
  width: 38px;
  height: 44px;
  content: '';
  position: absolute;
  top: 15px;
  right: 40px;
  display: block;
}

.curriculum.curr00 .curriculum_wrap .years_wrap h3.title {
  background: url(../img/curiculum_ttlBg00.png) no-repeat;
  background-size: contain;
}
.curriculum.curr00 .curriculum_wrap .years_wrap h3.title::after {

  background-size: contain;
}

.curriculum.curr01 .curriculum_wrap .years_wrap h3.title {
  background: url(../img/curiculum_ttlBg01.png) no-repeat;
  background-size: contain;
}
.curriculum.curr01 .curriculum_wrap .years_wrap h3.title::after {
  width: 61px;
  height: 50px;
  top: 10px;
  right: 35px;

  background-size: contain;
}

.curriculum.curr02 .curriculum_wrap .years_wrap h3.title {
  background: url(../img/curiculum_ttlBg02.png) no-repeat;
  background-size: contain;
}
.curriculum.curr02 .curriculum_wrap .years_wrap h3.title::after {
  background: url(../img/ico_curiculum02@2x.png) no-repeat;
  background-size: contain;
}

.curriculum .curriculum_wrap .years_wrap .goal {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}
.curriculum .curriculum_wrap .years_wrap .goal dl {
  padding:  10px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.curriculum .curriculum_wrap .years_wrap .goal dl dt {
  padding: 20px 0 17px;
  flex-basis: 222px;
  text-align: center;
  border-right: 3px dotted #D1D1D1;
}
.curriculum .curriculum_wrap .years_wrap .goal dl dt h4 {
  font-size: 25px;
  font-weight: 600;
}
.curriculum .curriculum_wrap .years_wrap .goal dl dt h4 span {
  display: block;
}
.curriculum .curriculum_wrap .years_wrap .goal dl dt h4 span.sTtl {
  margin-top: 10px;
  font-size: 12px;
  color: #E06945;
  font-weight: 900;
/*  font-family: 'pantonBC';*/
}
.curriculum .curriculum_wrap .years_wrap .goal dl dd {
  padding: 9px 40px 0;
  position: relative;
}
.curriculum .curriculum_wrap .years_wrap .goal dl dd::after {
  width: 174px;
  height: 106px;
  content: '';
  position: absolute;
  right: -87px;
  bottom: -57px;

  background-size: contain;
  display: block;
}

.curriculum .curriculum_wrap .years_wrap dl dd ul li {
  padding-left: 22px;
  font-size: 22px;
  line-height: 2.2em;
  font-weight: 600;
  position: relative;
  transform: rotate(0.001deg);
}
.curriculum .curriculum_wrap .years_wrap dl dd ul li::before {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
}

.curriculum .curriculum_wrap .years_wrap .flow {
  margin-top: 125px;
  position: relative;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud {
  width: 450px;
  position: relative;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud img {
  position: absolute;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(odd) {
/*  margin-top: 168px;*/
  float: left;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(even) {
  float: right;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud:first-child {
  margin-top: 0;
  top: -40px;
  left: 170px;
}
.curriculum.curr01 .curriculum_wrap .years_wrap .flow .cloud:first-child {
  margin-top: 0;
  top: -30px;
  left: 136px;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(4) {
  top: 20px;
  right: -420px;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(5) {
  bottom: -146px;
  left: -500px;
}
.curriculum.curr01 .curriculum_wrap .years_wrap .flow .cloud:nth-child(5) {
  bottom: -205px;
  left: -500px;
}
.curriculum.curr02 .curriculum_wrap .years_wrap .flow .cloud:nth-child(5) {
  bottom: -176px;
  left: -500px;
}
.curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(8) {
  top: 50px;
  left: -20px;
}

.curriculum .curriculum_wrap .years_wrap .flow .block {
  width: 450px;
  padding: 40px 0 20px;
  position: relative;
  border-radius: 50px;
  background: #fff;
}
.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(odd) {
  margin-top: 80px;
  float: left;
}
.curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(odd) {
  margin-top: 165px;
}
.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(even) {
  float: right;
}

.curriculum .curriculum_wrap .years_wrap .flow .block::before {
  position: absolute;
  z-index: 2;
}

.curriculum.curr00 .curriculum_wrap .years_wrap .flow .block:nth-child(2)::before {
  width: 124px;
  height: 178px;
  content: '';
  top: -78px;
  left: 13px;
  background: url(../img/flag00-1.png) no-repeat;
  background-size: contain;
  display: block;
}
.curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(2)::before {
  width: 124px;
  height: 178px;
  content: '';
  top: -78px;
  left: 13px;
  background: url(../img/flag01-1.png) no-repeat;
  background-size: contain;
  display: block;
}
.curriculum.curr02 .curriculum_wrap .years_wrap .flow .block:nth-child(2)::before {
  width: 124px;
  height: 178px;
  content: '';
  top: -78px;
  left: 13px;
  background: url(../img/flag02-1.png) no-repeat;
  background-size: contain;
  display: block;
}
.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(2)::after {
  width: 54px;
  height: 54px;
  content: '';
  position: absolute;
  top: 70px;
  left: -85px;
  background: url(../img/border02.png) no-repeat;
  display: block;
}

.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(3)::before {
  width: 139px;
  height: 160px;
  content: '';
  top: -78px;
  right: 13px;
  display: block;
}

.curriculum.curr00 .curriculum_wrap .years_wrap .flow .block:nth-child(3)::before {
  background: url(../img/flag00-2.png) no-repeat;
  background-size: contain;
}

.curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(3)::before {
  background: url(../img/flag01-2.png) no-repeat;
  background-size: contain;
}

.curriculum.curr02 .curriculum_wrap .years_wrap .flow .block:nth-child(3)::before {
  top: -107px;
  right: -7px;
  background: url(../img/flag02-2.png) no-repeat;
  background-size: contain;
}

.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(3)::after {
  width: 54px;
  height: 54px;
  content: '';
  position: absolute;
  bottom: 72px;
  right: -85px;
  background: url(../img/border03.png) no-repeat;
  display: block;
}

.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(6) {
  margin-top: 95px;
}
.curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(6) {
  margin-top: 185px;
}
.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(6)::before {
  width: 119px;
  height: 172px;
  content: '';
  top: -78px;
  left: 30px;
  background: url(../img/flag00-3.png) no-repeat;
  background-size: contain;
  display: block;
}

.curriculum.curr00 .curriculum_wrap .years_wrap .flow .block:nth-child(6)::before {
  background: url(../img/flag00-3.png) no-repeat;
  background-size: contain;
}

.curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(6)::before {
  background: url(../img/flag01-3.png) no-repeat;
  background-size: contain;
}

.curriculum.curr02 .curriculum_wrap .years_wrap .flow .block:nth-child(6)::before {
  background: url(../img/flag02-3.png) no-repeat;
  background-size: contain;
}

.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(6)::after {
  width: 54px;
  height: 54px;
  content: '';
  position: absolute;
  top: 30px;
  left: -75px;
  background: url(../img/border02.png) no-repeat;
  display: block;
}

.curriculum.curr02 .curriculum_wrap .years_wrap .flow .block:nth-child(6)::after {
  top: 87px;
}

.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(7) {
  margin-top: 150px;
}
.curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(7)::before {
  width: 131px;
  height: 162px;
  content: '';
  top: -80px;
  right: -10px;/*-2px;*/
  background: url(../img/flag00-4.png) no-repeat;
  background-size: contain;
  display: block;
}

.curriculum.curr00 .curriculum_wrap .years_wrap .flow .block:nth-child(7)::before {
  background: url(../img/flag00-4.png) no-repeat;
  background-size: contain;
}

.curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(7)::before {
  top: -125px;
  background: url(../img/flag01-4.png) no-repeat;
  background-size: contain;
}

.curriculum.curr02 .curriculum_wrap .years_wrap .flow .block:nth-child(7)::before {
  background: url(../img/flag02-4.png) no-repeat;
  background-size: contain;
}

.curriculum .curriculum_wrap .years_wrap .flow .block dl dt {
/*  height: 210px;*/
  padding: 0 25px 25px;
  text-align: center;
}
.curriculum .curriculum_wrap .years_wrap .flow .block dl dt img {
  height: auto;
}

.curriculum.curr00 .curriculum_wrap .years_wrap .flow .block dl dt {
  background: url(../img/border06.png) no-repeat center bottom;
  background-size: 401px;
}

.curriculum.curr01 .curriculum_wrap .years_wrap .flow .block dl dt {
  background: url(../img/border05.png) no-repeat center bottom;
  background-size: 401px;
}

.curriculum.curr02 .curriculum_wrap .years_wrap .flow .block dl dt {
  background: url(../img/border04.png) no-repeat center bottom;
  background-size: 401px;
}

.curriculum .curriculum_wrap .years_wrap .flow .block dl dd {
  padding: 30px 30px 0;
}
.curriculum .curriculum_wrap .years_wrap .flow .block dl dd ul li {
  margin-bottom: 20px;
  font-size: 16px;
  transform: rotate(0.001deg);
}
.curriculum .curriculum_wrap .years_wrap .flow .block dl dd ul li::before {
  top: 9px;
}


@media screen and (max-width: 750px) {

  .curriculum .curriculum_wrap {
    margin-bottom: 50px;
  }
  .curriculum .curriculum_wrap .top_txt {
    padding: 30px 5% 45px;
    font-size: 16px;
  }
  .curriculum .curriculum_wrap nav.pagenav ul {
    width: 94%;
    margin: 25px auto;
    padding: 3%;
  }
  .curriculum .curriculum_wrap nav.pagenav.bottom {
    padding-top: 0;
  }
  .curriculum .curriculum_wrap nav.pagenav.bottom ul {
    width: 90%;
  }

  .curriculum .curriculum_wrap nav.pagenav ul li {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    flex-basis: 49%;
  }
  .curriculum .curriculum_wrap nav.pagenav ul li a::before {
    display: none;
  }
  .curriculum .curriculum_wrap nav.pagenav ul li a::after {
    width: 6px;
    height: 10px;
    top: 20px;
    right: 10px;
  }
  .curriculum .curriculum_wrap nav.pagenav ul li a {
    font-size: 16px;
  }
  .curriculum .curriculum_wrap nav.pagenav ul li a .big {
    margin-right: 2px;
    font-size: 14px;
	font-weight: 600;
  }
  .curriculum .curriculum_wrap nav.pagenav ul li a span:last-child {
    margin-right: 6px;
  }
  .curriculum .curriculum_wrap nav.pagenav ul li.cat01 a, .curriculum .curriculum_wrap nav.pagenav ul li.cat02 a, .curriculum .curriculum_wrap nav.pagenav ul li.cat03 a {
    border: none;
  }

  .curriculum .curriculum_wrap .years_wrap h3.title {
    width: 203px;
    height: 51px;
    font-size: 14px;
    line-height: 43px;
    top: -23px;
  }
  .curriculum .curriculum_wrap .years_wrap h3.title::after {
    width: 24px;
    height: 27px;
    top: 9px;
    right: 32px;
  }

  .curriculum.curr00 .curriculum_wrap .years_wrap h3.title {
    background: url(../img/curiculum_ttlBg00.png) no-repeat center bottom;
    background-size: 203px;
  }
  .curriculum.curr00 .curriculum_wrap .years_wrap h3.title::after {
    background: url(../img/ico_curiculum00@2x.png);
    background-size: contain;
  }

  .curriculum.curr01 .curriculum_wrap .years_wrap h3.title {
    background: url(../img/curiculum_ttlBg01.png) no-repeat center bottom;
    background-size: 203px;
  }
  .curriculum.curr01 .curriculum_wrap .years_wrap h3.title::after {
    width: 38px;
    height: 32px;
    top: 3px;
    right: 10px;

    background-size: contain;
  }

  .curriculum.curr02 .curriculum_wrap .years_wrap h3.title {
    background: url(../img/curiculum_ttlBg02.png) no-repeat center bottom;
    background-size: 203px;
  }
  .curriculum.curr02 .curriculum_wrap .years_wrap h3.title::after {
    background: url(../img/ico_curiculum02@2x.png) no-repeat;
    background-size: contain;
  }


  .curriculum .curriculum_wrap .years_wrap .goal {
    width: 80%;
    padding: 0 5%;
  }
  .curriculum .curriculum_wrap .years_wrap .goal dl {
    padding:  0 0 30px;
    display: inherit;
  }
  .curriculum .curriculum_wrap .years_wrap .goal dl dt {
    width: 100%;
    border-right: none;
    border-bottom: 3px dotted #D1D1D1;
  }
  .curriculum .curriculum_wrap .years_wrap .goal dl dt h4 {
    font-size: 20px;
  }
  .curriculum .curriculum_wrap .years_wrap .goal dl dt h4 span.sTtl {
    display: none;
  }
  .curriculum .curriculum_wrap .years_wrap .goal dl dd {
    padding: 9px 0 0;
  }
  .curriculum .curriculum_wrap .years_wrap .goal dl dd::after {
    width: 102px;
    height: 62px;
    right: -36px;
    bottom: -50px;
  }

  .curriculum .curriculum_wrap .years_wrap dl dd ul li {
    padding-left: 15px;
    font-size: 20px;
  }
  .curriculum .curriculum_wrap .years_wrap dl dd ul li::before {
    width: 8px;
    height: 8px;

  }

  .curriculum .curriculum_wrap .years_wrap .flow {
    margin-top: 45px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .cloud img {
    width: 100%;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(odd) {
    float: none;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(even) {
    float: none;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .cloud:first-child {
    width: 54px;
    height: 35px;
    top: -23px;
    left: 121px;
    order: 1;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(4) {
    width: 54px;
    height: 35px;
    top: 15px;
    right: -9px;
    order: 3;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(5), .curriculum.curr01 .curriculum_wrap .years_wrap .flow .cloud:nth-child(5), .curriculum.curr02 .curriculum_wrap .years_wrap .flow .cloud:nth-child(5) {
    width: 54px;
    height: 35px;
    bottom: -16px;
    left: 80%;
    right: 0;
    order: 5;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .cloud:nth-child(8) {
    width: 54px;
    height: 35px;
    top: 13px;
    left: 6px;
    order: 7;
  }

  .curriculum .curriculum_wrap .years_wrap .flow .block {
    width: 80%;
    margin: 0 auto;
    padding: 40px 5% 20px;
    border-radius: 30px;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(odd) {
    margin-top: 30px;
    float: none;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(even) {
    float: none;
  }

  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(2) {
    order: 2;
  }
  .curriculum.curr00 .curriculum_wrap .years_wrap .flow .block:nth-child(2)::before, .curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(2)::before, .curriculum.curr02 .curriculum_wrap .years_wrap .flow .block:nth-child(2)::before {
    width: 93px;
    height: 133px;
    top: -45px;
    left: 0;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(2)::after {
    display: none;
  }

  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(3) {
    order: 4;
  }
  .curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(3) {
    margin-top: 30px;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(3)::before {
    width: 104px;
    height: 119px;
    content: '';
    top: -47px;
    right: -10px;
    z-index: 1;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(3)::after {
    display: none;
  }
  .curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(3)::before {
    top: -58px;
  }
  .curriculum.curr02 .curriculum_wrap .years_wrap .flow .block:nth-child(3)::before {
    top: -90px;
  }

  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(6) {
    margin-top: 30px;
    order: 6;
  }
  .curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(6) {
    margin-top: 30px;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(6)::before {
    width: 88px;
    height: 128px;
    content: '';
    top: -40px;
    left: 13px;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(6)::after {
    display: none;
  }

  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(7) {
    margin-top: 30px;
    order: 8;
  }
  .curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(7) {
    margin-top: 30px;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block:nth-child(7)::before {
    width: 98px;
    height: 122px;
    content: '';
    top: -73px;
    right: -15px;
    z-index: 1;
  }
  .curriculum.curr01 .curriculum_wrap .years_wrap .flow .block:nth-child(7)::before {
    top: -85px;
  }

  .curriculum .curriculum_wrap .years_wrap .flow nav {
    flex-basis: 100%;
    order: 9;
  }
  .curriculum .curriculum_wrap .years_wrap .flow nav.bottom ul li:first-child {
    line-height: 1.7em;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block.scroll-fade, .curriculum .curriculum_wrap .years_wrap .flow .block .scroll-fade2 img, .curriculum .curriculum_wrap .years_wrap .flow .block .scroll-fade3 {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 1.1s cubic-bezier(.155, .91, .695, .95);
    transition: all 1.1s cubic-bezier(.155, .91, .695, .95);
    -webkit-filter: blur(2px);
    filter: blur(2px)
  }

  .curriculum .curriculum_wrap .years_wrap .flow .block.scroll-fade.is-animation, .curriculum .curriculum_wrap .years_wrap .flow .block .scroll-fade2.is-animation img, .curriculum .curriculum_wrap .years_wrap .flow .block .scroll-fade3.is-animation {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-filter: blur(0);
    filter: blur(0)
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block {
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block dl dt {
/*    height: 150px;*/
    background-size: contain;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block dl dt img {
    max-width: 100%;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block dl dd {
    padding: 20px 0 0;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block dl dd ul li {
    font-size: 14px;
  }
  .curriculum .curriculum_wrap .years_wrap .flow .block dl dd ul li::before {
    top: 9px;
  }
}




/* =================================
   - lunch
================================= */
.lunch .lunch_wrap {
  margin-bottom: 150px;
}
.lunch .lunch_wrap .top_txt {
  margin: 30px 30px 20px;
  color: #42210B;
  text-align: left;
  line-height: 1.7em;
}
.lunch .lunch_wrap .top_txt p {
  transform: rotate(0.001deg);
}
.lunch .lunch_wrap ul.img {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lunch .lunch_wrap ul.img li {
  flex-basis: 244px;
  border-radius: 20px;
  overflow: hidden;
}
.lunch .lunch_wrap ul.img li img {
  width: 100%;
}

.lunch .lunch_wrap .bg {
  margin-top: 60px;
  padding: 45px 0 50px;
  background: url(../img/bg08.png) repeat;
}
.lunch .lunch_wrap h3.title {
  text-align: center;
}
.lunch .lunch_wrap h3.title .sTtl {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #e06945;
  letter-spacing: 1px;
  display: block;
}
.lunch .lunch_wrap h3.title .mTtl {
  margin-top: 10px;
  font-weight: 500;
  font-size: 32px;
  color: #42210b;
  display: block;
}
.lunch .lunch_wrap h3.title .mTtl .small {
  padding: 0 5px;
  font-size: 28px;
}

.lunch .lunch_wrap .bg .commitment {
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.lunch .lunch_wrap .bg .commitment .block {
  width: 406px;
  padding: 5px 40px 30px;
  background: #fff;
  border-radius: 10px;
}
.lunch .lunch_wrap .bg .commitment .block:first-child {
  margin-bottom: 30px;
}
.lunch .lunch_wrap .bg .commitment .block:nth-child(odd) {
  float: left;
}
.lunch .lunch_wrap .bg .commitment .block:nth-child(2) {
  float: right;
}
.lunch .lunch_wrap .bg .commitment .block .head {
  height: 60px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 60px;
  color: #42210B;
}
.lunch .lunch_wrap .bg .commitment .block .head .number {
  width: 59px;
  height: 60px;
  margin-right: 17px;
  font-size: 24px;
  color: #E06945;
  text-align: center;
  background: url(../img/lunch_dish@2x.png) no-repeat center;
  background-size: contain;
  float: left;
}
.lunch .lunch_wrap .bg .commitment .block .head .ttl {
  transform: rotate(0.001deg);
}

.lunch .lunch_wrap .bg .commitment .comment {
  font-size: 18px;
  line-height: 1.7em;
  transform: rotate(0.001deg);
  font-weight:bold;
}
.lunch .lunch_wrap .bg .commitment .comment .img {
  width: 312px;
  margin: 20px auto 0;
}
.lunch .lunch_wrap .bg .commitment .comment .img img {
  width: 100%;
}

.lunch .lunch_wrap .allergy {
  margin: 70px auto;
}
.lunch .lunch_wrap .allergy .wrap {
  width: 886px;
  margin: 0 auto;
  padding: 25px 30px 20px;
  font-size: 18px;
  border: 2px dashed #F4AF8F;
  border-radius: 5px;
  font-weight:bold;
}
.lunch .lunch_wrap .allergy .wrap .ttl {
  margin-bottom: 20px;
  padding-left: 33px;
  font-size: 18px;
  color: #42210B;
  position: relative;
  transform: rotate(0.001deg);
}
.lunch .lunch_wrap .allergy .wrap .ttl::before {
  width: 28px;
  height: 28px;
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  background: url(../img/ico_notis@2x.png) no-repeat center;
  background-size: cover;
  display: block;
}
.lunch .lunch_wrap .allergy .wrap p {
  line-height: 1.7em;
  transform: rotate(0.001deg);
}

.lunch .lunch_wrap .menu h3.title {
  width: 549px;
  height: 94px;
  margin: 0 auto 30px;
  padding-top: 27px;
  position: relative;
  background: url(../img/menu_ttlBg.png) no-repeat center;
  background-size: 549px;
}
.lunch .lunch_wrap .menu h3.title::before {
  width: 60px;
  height: 60px;
  content: '';
  position: absolute;
  right: 173px;
  bottom: 20px;
  background: url(../img/lunch_dish@2x.png);
  background-size: cover;
  display: block;
}
.lunch .lunch_wrap .menu h3.title .mTtl {
  position: relative;
}
.lunch .lunch_wrap .menu h3.title .mTtl span {
  margin-left: 15px;
}

.lunch .lunch_wrap .menu .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.lunch .lunch_wrap .menu .flex .block {
  margin-bottom: 50px;
  flex-basis: 312px;
}
.lunch .lunch_wrap .menu .flex .block .img img {
  width: 100%;
  margin-bottom: 15px;
}
.lunch .lunch_wrap .menu .flex .block .txt {
  width: 235px;
  margin: 0 auto;
  line-height: 1.7em;
}
.lunch .lunch_wrap .menu .flex .block .txt p {
  transform: rotate(0.001deg);
}
.lunch .lunch_wrap .menu .flex .block .txt ul li {
  padding-left: 1em;
  position: relative;
  transform: rotate(0.001deg);
}
.lunch .lunch_wrap .menu .flex .block .txt ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}


@media screen and (max-width: 750px) {
.lunch .lunch_wrap {
  margin-bottom: 150px;
}
  .lunch .lunch_wrap .top_txt {
    margin: 30px 2% 20px;
    font-size: 14px;
  }
  .lunch .lunch_wrap ul.img {
    width: 96%;
    margin: 0 auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .lunch .lunch_wrap ul.img li {
    margin-bottom: 5px;
    flex-basis: 49%;
  }

  .lunch .lunch_wrap .bg {
    margin-top: 20px;
    padding: 20px 0 25px;
  }

  .lunch .lunch_wrap h3.title .sTtl {
    font-size: 11px;
  }
  .lunch .lunch_wrap h3.title .mTtl {
    margin-top: 5px;
    font-size: 22px;
  }
  .lunch .lunch_wrap h3.title .mTtl .small {
    font-size: 18px;
  }

  .lunch .lunch_wrap .bg .commitment {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inherit;
  }
  .lunch .lunch_wrap .bg .commitment .block {
    width: 90%;
    margin: 0 auto 15px;
    padding: 5px 3% 15px;
  }
  .lunch .lunch_wrap .bg .commitment .block:first-child {
    margin-bottom: 15px;
  }
  .lunch .lunch_wrap .bg .commitment .block:nth-child(odd) {
    float: none;
  }
  .lunch .lunch_wrap .bg .commitment .block:nth-child(2) {
    float: none;
  }
  .lunch .lunch_wrap .bg .commitment .block .head {
    font-size: 16px;
  }
  .lunch .lunch_wrap .bg .commitment .block .head .number {
    margin-right: 10px;
    font-size: 22px;
  }

  .lunch .lunch_wrap .bg .commitment .comment .img {
    max-width: 312px;
    width: 100%;
  }

  .lunch .lunch_wrap .allergy {
    width: 96%;
    margin: 0 auto;
    margin: 40px auto;
  }
  .lunch .lunch_wrap .allergy .wrap {
    width: 91%;
    padding: 20px 4% 15px;
    font-size: 13px;
    border-radius: 2px;
  }

  .lunch .lunch_wrap .allergy .wrap .ttl {
    margin-bottom: 10px;
  }
  .lunch .lunch_wrap .menu h3.title {
    max-width: 359px;
    width: 96%;
    max-height: 78px;
    height: auto;
    min-height: 78px;
    margin: 0 auto 10px;
    padding-top: 25px;
    font-size: 20px;
    background-size: 100%;
  }
  .lunch .lunch_wrap .menu h3.title::before {
    width: 38px;
    height: 38px;
    right: 27.5%;
    bottom: 29px;
    background-size: cover;
  }
  .lunch .lunch_wrap .menu h3.title .mTtl span {
    margin-left: 10px;
  }
  .lunch .lunch_wrap .menu h3.title .sTtl {
    font-size: 10px;
  }

  .lunch .lunch_wrap .menu .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lunch .lunch_wrap .menu .flex .block {
    margin-bottom: 20px;
    max-width: 312px;
    flex-basis: 85%;
  }
  .lunch .lunch_wrap .menu .flex .block:first-child {
    order: 1;
  }
  .lunch .lunch_wrap .menu .flex .block:nth-child(2) {
    order: 3;
  }
  .lunch .lunch_wrap .menu .flex .block:nth-child(3) {
    order: 5;
  }
  .lunch .lunch_wrap .menu .flex .block:nth-child(4) {
    order: 2;
  }
  .lunch .lunch_wrap .menu .flex .block:nth-child(5) {
    order: 4;
  }
  .lunch .lunch_wrap .menu .flex .block:nth-child(6) {
    order: 6;
  }
  .lunch .lunch_wrap .menu .flex .block .img img {
    margin-bottom: 5px;
  }
  .lunch .lunch_wrap .menu .flex .block .txt {
    width: 80%;
    font-size: 13px;
  }
}




/* =================================
   - contact
================================= */
.contact .contact_wrap {
  margin-bottom: 200px;
}
.contact .contact_wrap .top_txt {
  margin: 40px 0 45px;
  color: #42210B;
  text-align: center;
  line-height: 1.7em;
}
.contact .contact_wrap .top_txt p {
  transform: rotate(0.001deg);
}


.contact .contact_wrap .tabBtn ul {
  margin-bottom: 30px;
  border-bottom: 2px solid #42210B;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.contact .contact_wrap .tabBtn ul li {
  height: 45px;
  margin: 0 70px;
  text-align: center;
  font-size: 24px;
  color: #42210B;
  font-weight: bold;

  line-height: 50px;
  flex-basis: 295px;
  position: relative;
  align-self: flex-end;
  bottom: 0;
  border: 2px solid #42210B;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  background: #F4F4F4;
  cursor: pointer;
}
.contact .contact_wrap .tabBtn ul.hovOn li:hover {
  height: 56px;
  line-height: 72px;
}
.contact .contact_wrap .tabBtn ul li.active {
  height: 56px;
  line-height: 72px;
  bottom: -2px;
  background: #fff;
}


.contact .contact_wrap form {
  margin-top: 75px;
}
.contact .contact_wrap form dl {
  padding: 25px;
  border-bottom: 2px solid #FCE5C0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.contact .contact_wrap form dl dt {
  padding-top: 10px;
  font-size: 20px;
  color: #42210B;
  font-weight: 600;
  flex-basis: 345px;
}
.contact .contact_wrap form dl dt span {
  display: inline-block;
  float: left;
  transform: rotate(0.001deg);
}
.contact .contact_wrap form dl dt .req {
  margin: 0 0 3px 5px;
  padding: 3px 5px;
  font-size: 14px;
  color: #fff;
  background: #FF1F12;
  border-radius: 3px;
  display: inline-block;
}
.contact .contact_wrap form dl dd {
  flex-basis: 605px;
}
.contact .contact_wrap form dl dd .notice {
  transform: rotate(0.001deg);
}

.contact .contact_wrap form dl.dateList dd ul li {
  padding: 15px 0;
  border-top: 3px dotted #A8A8A8;
}
.contact .contact_wrap form dl.dateList dd ul li input {
  margin: 15px 0;
}
.contact .contact_wrap form dl.dateList dd ul li:first-child {
  padding-top: 0;
  border: none;
}
.contact .contact_wrap form dl.dateList dd ul li:first-child input {
  margin-top: 0;
}
.contact .contact_wrap form dl.dateList dd ul li span {
  margin-top: 20px;
  padding-left: 30px;
  color: #FDA536;
  position: relative;
  display: block;
  transform: rotate(0.001deg);
}
.contact .contact_wrap form dl.dateList dd ul li span::before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/ico_contact02.png) no-repeat;
  background-size: 18px;
  display: block;
}

.contact .contact_wrap form dl.dSeason dd ul li {
  margin-bottom: 15px;
}
.contact .contact_wrap form dl.dSeason dd ul li:last-child {
  margin-bottom: 0;
}
.contact .contact_wrap form dl.dSeason dd ul li span {
  transform: rotate(0.001deg);
}


.contact .contact_wrap form input[type="text"], .contact .contact_wrap form input[type="tel"], .contact .contact_wrap form input[type="email"], .contact .contact_wrap form select, .contact .contact_wrap form textarea {
  width: 570px;
  height: 40px;
  padding: 0 15px;
  font-size: 20px;
  border: 2px solid #8C8C8C;
  border-radius: 3px;
}
.contact .contact_wrap form textarea {
  height: 260px;
  padding: 15px;
  font-family: inherit;
}
.contact .contact_wrap form input[type="text"].datepicker {
  width: 300px;
  background: url(../img/ico_contact01.png) no-repeat 280px center;
  background-size: 33px 34px;
}
.contact .contact_wrap form dl dd ul.add li input[type="text"].zip {
  width: 145px;
  margin: 0 0 20px 20px;
}
.contact .contact_wrap form dl dd ul.add li span {
  font-size: 20px;
}

.contact .contact_wrap form select {
  width: 600px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../img/arrow04.png) no-repeat center right 8px/16px 16px;
  &::-ms-value {
    background: none;
    color: #42210B;
  }
}
.contact .contact_wrap form select::-ms-expand {
  display: none;
}

.contact .contact_wrap form .policy {
  width: 940px;
  height: 165px;
  margin: 25px 0 20px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.8em;
  border: 1px solid #8C8C8C;
  overflow-y: scroll;
}
.contact .contact_wrap form .policy h4 {
  font-size: 16px;
  font-weight: 600;
}
.contact .contact_wrap form .policy h5 {
  margin-top: 1.2em;
  font-size: 15px;
  font-weight: 600;
}
.contact .contact_wrap form .policy h6 {
  margin: 1em 0 0 0;
  padding-left: 1.5em;
  font-weight: 600;
  position: relative;
}
.contact .contact_wrap form .policy h6::before {
  content: '〇';
  position: absolute;
  left: 0;
}
.contact .contact_wrap form .policy ul {
  margin: 5px 0 0 0;
}
.contact .contact_wrap form .policy ul li {
  padding-left: 1.2em;
  position: relative;
}
.contact .contact_wrap form .policy ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}
.contact .contact_wrap form .policy .info {
  width: 91%;
  margin-top: 10px;
  padding: 2% 4%;
  background: #FCEBE4;
}
.contact .contact_wrap form .policy h4, .contact .contact_wrap form .policy h5, .contact .contact_wrap form .policy h6, .contact .contact_wrap form .policy p {
  transform: rotate(0.001deg);
}

.contact .contact_wrap form .check {
  margin-top: 25px;
  text-align: center;
  user-select: none;
}
.contact .contact_wrap form .check label {
  position: relative;
  transform: rotate(0.001deg);
}
.contact .contact_wrap form .check label::before {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  content: '';
  position: absolute;
  top: -4px;
  left: -35px;
  background: #FDA536;
  border: 2px solid #FDA536;
  border-radius: 50%;
  display: inline-block;
}
.contact .contact_wrap form .check label.noCheck::before {
  background: #fff;
}
/*
.contact .contact_wrap form .check input[type="checkbox"]:checked ~ span::before {
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  position: absolute;
  left: -29px;
  font-weight: 600;
}
*/
.contact .contact_wrap form .check input[type="checkbox"] ~ span::before {
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  position: absolute;
  left: -29px;
  font-weight: 600;
}
.contact .contact_wrap form .check label input[type="checkbox"] {
  background: #fff;
  display: none;
}

form button {
  outline: none;
}
.contact .contact_wrap form .submitBtn {
  margin-top: 100px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
    -ms-flex-pack: distribute;
  justify-content: space-around;
}
.contact .contact_wrap form .submitBtn button {
  width: 394px;
  height: 76px;
  margin: 0 30px;
  line-height: 72px;
  font-size: 24px;
  background: #E0DEDE;
  border: 3px solid #E0DEDE;
  -webkit-appearance: none;
  outline: none;
}
.contact .contact_wrap form .submitBtn button.comp {
  color: #fff;
  background: #EC6D45;
  border: 3px solid #EC6D45;
  cursor: pointer;
}
.contact .contact_wrap form .submitBtn button.comp:hover {
  color: #EC6D45;
  background: #fff;
}


@media screen and (max-width: 750px) {
  .contact .contact_wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .contact .contact_wrap .top_txt {
    margin: 20px 3% 25px;
    font-size: 14px;
    text-align: left;
  }

  .contact .contact_wrap {
    margin-top: 25px;
    padding-bottom: 60px;
  }

  .contact .contact_wrap .tabBtn ul li {
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    border-bottom: none;
  }

  .contact .contact_wrap .tabBtn ul li.active {
    height: 33px!important;
    line-height: 35px!important;
    bottom: -3px;
  }
  .contact .contact_wrap .tabBtn ul li.active::before, .contact .contact_wrap ul li:hover::before {
    content: '';
    display: none;
  }


  .contact .contact_wrap form {
    margin-top: 0;
  }
  .contact .contact_wrap form dl {
    padding: 5% 3%;
    display: inherit;
  }
  .contact .contact_wrap form dl dt {
    padding-top: 10px;
    font-size: 15px;
  }
  .contact .contact_wrap form dl dt .req {
    font-size: 10px;
  }
  .contact .contact_wrap form dl dd {
    width: 100%;
    padding-top: 10px;
    clear: both;
  }

  .contact .contact_wrap form input[type="text"], .contact .contact_wrap form input[type="tel"], .contact .contact_wrap form input[type="email"], .contact .contact_wrap form select, .contact .contact_wrap form textarea {
    width: 89%;
    height: 40px;
    padding: 0 5%;
    font-size: 17px;
  }
  .contact .contact_wrap form textarea {
    height: 260px;
  }
  .contact .contact_wrap form option.none {
    display: none!important;
  }
  .contact .contact_wrap form input[type="text"].datepicker {
    width: 89%;
    background: url(../img/ico_contact01.png) no-repeat 95% center;
    background-size: 33px 34px;
  }

  .contact .contact_wrap form select {
    width: 99%;
  }

  .contact .contact_wrap form .policy {
    width: 84%;
    height: 100px;
    margin: 5% 3%;
    padding: 5%;
    font-size: 14px;
  }

  .contact .contact_wrap form .check {
    padding-left: 18px;
    font-size: 12px;
  }
  .contact .contact_wrap form .check label::before {
    width: 18px;
    height: 18px;
    top: -2px;
    left: -25px;
  }
  .contact .contact_wrap form .check input[type="checkbox"] ~ span::before {
    font-size: 14px;
    left: -21px;
  }

  .contact .contact_wrap form .submitBtn {
    margin-top: 50px;
  }
  .contact .contact_wrap form .submitBtn button {
    width: 200px;
    height: 55px;
    line-height: 50px;
    font-size: 15px;
  }
}

/* check */
.contact.check .contact_wrap .top_txt {
  font-size: 30px;
}
.contact.check .contact_wrap form .item {
  width: 286px;
  height: 83px;
  margin: 0 auto 85px;
  text-align: center;
  font-size: 24px;
  line-height: 83px;
  border: 5px solid #FCE5C0;
  border-radius: 5px;
}
.contact.check .contact_wrap form dl {
  margin-bottom: 15px;
  border-bottom: none;
}
.contact.check .contact_wrap form dl dt {
  padding-top: 0;
}
.contact.check .contact_wrap form dl dd {
  font-size: 20px;
}
.contact.check .contact_wrap form dl.con dd {
  line-height: 1.6em;
}
.contact.check .contact_wrap form dl.nList dd ul li {
  margin-bottom: 20px;
}
.contact.check .contact_wrap form dl.dateList dd ul {
  margin-bottom: 20px;
}
.contact.check .contact_wrap form dl.dSeason dd ul li {
  margin-bottom: 0;
  padding: 15px 0;
  border-top: 3px dotted #A8A8A8;
}
.contact.check .contact_wrap form dl.dSeason dd ul li:first-child {
  padding-top: 0;
  border: none;
}
.contact.check .contact_wrap form dl dd ul.add li:first-child {
  margin-bottom: 15px;
}
.contact.check .contact_wrap form .submitBtn button {
  cursor: pointer;
}
.contact.check .contact_wrap form .submitBtn button:hover {
  background: #fff;
}


@media screen and (max-width: 750px) {
  .contact.check .contact_wrap .top_txt {
    font-size: 18px;
    text-align: center;
  }
  .contact.check .contact_wrap form .item {
    width: 186px;
    height: 50px;
    margin: 0 auto 35px;
    font-size: 16px;
    line-height: 50px;
  }
.contact.check .contact_wrap form dl {
  margin-bottom: 15px;
  border-bottom: none;
}
.contact.check .contact_wrap form dl dt {
  padding-top: 0;
}
.contact.check .contact_wrap form dl dd {
  width: 90%;
  padding: 20px 5%;
  font-size: 15px;
}
.contact.check .contact_wrap form dl.dSeason dd ul li {
  margin-bottom: 0;
  padding: 15px 0;
  border-top: 3px dotted #A8A8A8;
}
.contact.check .contact_wrap form dl.dSeason dd ul li:first-child {
  padding-top: 0;
  border: none;
}
  .contact.check .contact_wrap form dl.dateList dd p {
    margin-top: 15px;
    line-height: 1.7em;
  }
.contact.check .contact_wrap form dl dd ul.add li:first-child {
  margin-bottom: 15px;
}
  .contact.check .contact_wrap .mss {
    padding: 0 5%;
  }
}



/* =================================
   - faq
================================= */
.faq .faq_list {
  margin-top: 35px;
  color: #42210B;
}

.faq .faq_list nav ul {
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin-bottom: 80px;
  padding-top: 25px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/border01.png) no-repeat left bottom;
}
.faq .faq_list nav ul li {
  flex-basis: 249px;
  text-align: center;
  position: relative;
  background: url(../img/border01.png) no-repeat right center;
  transition: 0.5s;
}
.faq .faq_list nav ul li a {
/*  width: 100%;*/
  height: 100%;
  font-size: 16px;
  padding-top: 20px;
  display: block;
}
.faq .faq_list nav ul li a::before {
  width: 61px;
  height: 53px;
  content: '';
  position: absolute;
  top: 60px;
  left: 85px;
  background: url(../img/ico_reaf.png) no-repeat center;
  transition: 0.5s;
}
.faq .faq_list nav ul li.active a, .faq .faq_list nav ul li a:hover {
  padding-top: 35px;
}
.faq .faq_list nav ul li.active a::before, .faq .faq_list nav ul li a:hover::before {
  width: 61px;
  height: 53px;
  display: block;
  position: absolute;
  top: -25px;
  left: 85px;
  background: url(../img/ico_reaf.png) no-repeat center;
  transition: 0.5s;
}

.faq .faq_list h3.ttl {
  margin-bottom: 50px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 45px;
  position: relative;
}
.faq .faq_list h3.ttl::before {
  width: 8px;
  height: 45px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #E06945;
  display: block;
  border-radius: 4px;
}

.faq .faq_list .sec {
  margin-bottom: 70px;
}

.faq .faq_list dl {
  margin-bottom: 25px;
  color: #42210B;
  border: 2px solid #FCE5C0;
}
.faq .faq_list dl dt {
  padding: 10px 15px 10px 65px;
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
  background: #FCE5C0;
  transform: rotate(0.001deg);
}
.faq .faq_list dl dt::before {
  width: 29px;
  height: 29px;
  content: '';
  position: absolute;
  right: 25px;
  top: 9px;
  background: #E06945;
  border-radius: 50%;
  display: block;
}
.faq .faq_list dl dt::after {
  color: #FCE5C0;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  right: 31px;
  top: 11px;
}

.faq .faq_list dl.on dt::after {
  color: #FCE5C0;
  content: '\f077';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  right: 31px;
  top: 9px;
}
.faq .faq_list dl dt .ico {
  padding-right: 10px;
  font-size: 24px;
  color: #E06945;
  position: absolute;
  left: 30px;
}
.faq .faq_list dl dd {
  padding: 15px 30px;
  font-size: 16px;
/*  font-weight: 400;*/
  line-height: 1.7em;
/*  font-family: 'Kosugi Maru', sans-serif;*/
  transform: rotate(0.001deg);
}

.faq .faq_list dl dd ul li {
  padding-left: 1em;
  position: relative;
}
.faq .faq_list dl dd ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}


@media screen and (max-width: 750px) {
  .faq .faq_list {
    width: 94%;
    margin: 20px 3% 0;
    padding-bottom: 55px;
  }

  .faq .faq_list nav ul {
    height: auto;
    margin-bottom: 50px;
    padding-top: 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    background: none;
    overflow: inherit;
  }
  .faq .faq_list nav ul li {
    height: 40px;
    margin-bottom: 15px;
    line-height: 40px;
    flex-basis: 48%;
    background: none;
  }
  .faq .faq_list nav ul li a {
    padding-top: 0;
    border-radius: 20px;
    background: #FFF0E6;
    border: 2px solid #FFDAC3;
  }
  .faq .faq_list nav ul li a::before {
    display: none;
  }
  .faq .faq_list nav ul li.active a, .faq .faq_list nav ul li a:hover {
    padding-top: 0;
    background: #FFDAC3;
    border: 2px solid #FFF0E6;
  }
  .faq .faq_list nav ul li.active a::before, .faq .faq_list nav ul li a:hover::before {
    display: none;
  }

  .faq .faq_list h3.ttl {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
  }
  .faq .faq_list h3.ttl::before {
    width: 6px;
    height: 25px;
    border-radius: 3px;
  }

  .faq .faq_list .sec {
    margin-bottom: 50px;
  }

  .faq .faq_list dl dt {
    padding: 10px 35px 10px 30px;
    font-size: 16px;
  }
  .faq .faq_list dl dt::before {
    right: 5px;
    top: 7px;
  }
  .faq .faq_list dl dt::after {
    right: 11px;
    top: 11px;
  }

  .faq .faq_list dl.on dt::after {
    right: 11px;
    top: 9px;
  }
  .faq .faq_list dl dt .ico {
    padding-right: 10px;
    left: 5px;
  }
  .faq .faq_list dl dd {
    font-size: 14px;
  }
}




/* =================================
   - poricy
================================= */
.policy .policy_list {
  margin-top: 55px;
  color: #42210B;
}
.policy .policy_list dl {
  margin-bottom: 85px;
  line-height: 2em;
/*  line-height: 2.2em;*/
}
.policy .policy_list dl dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 20px;
/*  font-size: 24px;*/
  border-bottom: 2px solid #42210B;
  transform: rotate(0.001deg);
}
.policy .policy_list dl dd {
  font-size: 16px;
/*  font-size: 20px;*/
  transform: rotate(0.001deg);
}
.policy .policy_list dl dd p + ul {
  margin-top: 10px;
}
.policy .policy_list dl dd ul li {
  padding-left: 1em;
  position: relative;
}
.policy .policy_list dl dd ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}
.policy .policy_list dl dd ul + p {
  margin-top: 10px;
}


@media screen and (max-width: 750px) {
  .policy .policy_list {
    width: 94%;
    margin: 55px 3% 0;
    padding-bottom: 55px;
  }
  .policy .policy_list dl {
    margin-bottom: 40px;
    line-height: 1.7em;
  }
  .policy .policy_list dl dt {
    margin-bottom: 5px;
    padding-bottom: 2px;
    font-size: 18px;
  }
  .policy .policy_list dl dd {
    font-size: 15px;
  }
}




/* =================================
   - 404 not found
================================= */
.notfound main .bread {
  height: 20px;
  margin-top: 55px;
  line-height: 20px;
  font-size: 12px;
  color: #42210B;
  font-weight: 500;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
/*  background: #FDFBE0;*/
}
.notfound main .bread ul li {
  margin-right: 30px;
  position: relative;
  display: block;
  float: left;
}
.notfound main .bread ul li::after {
  position: absolute;
  right: -17px;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.notfound main .bread ul li:last-child::after {
  content: '';
}

.notfound .nf_wrap {
  margin: 115px 0 210px;
  text-align: center;
}
.notfound .nf_wrap .ttl {
  font-size: 20px;
  color: #42210B;
}
.notfound .nf_wrap .cont_wrap {
  margin: 55px auto 0;
}
.notfound .nf_wrap .cont_wrap .txt {
  width: 94%;
  margin: 50px auto 0;
  font-size: 14px;
  line-height: 1.8em;
}


@media screen and (max-width: 750px) {
  .notfound main .bread {
    padding-left: 10px;
    margin-top: 8px;
    font-size: 10px;
  }
}




/* =================================
   - Notice
================================= */

.index.nursery.detail .top_notice {
  width: 940px;
  margin: 20px auto 0;
   border: 3px solid #FD7A51;
  border-radius: 10px;
}
.index.nursery.detail .top_notice .data {
  margin: 35px 40px;
  font-size: 16px;
  font-weight: 500;
}

.index.nursery.detail .top_notice .data .mTtl {
  width: 230px;
  height: 36px;
  margin: 0 auto 25px;
  color: #42210B;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  position: relative;
  background: #F9C663;
  display: block;
}
.index.nursery.detail .top_notice .data .mTtl.wide {
  width: 500px;
}
.index.nursery.detail .top_notice .data .mTtl span {
  transform: rotate(0.001deg);
}
.index.nursery.detail .top_notice .data .mTtl::before, .index.nursery.detail .top_notice .data .mTtl::after {
  width: 152px;
  height: 30px;
  content: '';
  position: absolute;
  top: 5px;
  background: url(../img/nursery_ttlBg02@2x.png) no-repeat center;
  background-size: cover;
}
.index.nursery.detail .top_notice .data .mTtl::before {
  left: -165px;
}
.index.nursery.detail .top_notice .data .mTtl::after {
  right: -165px;
}
.index.nursery.detail .top_notice .data .mTtl span::before {
  content: url(../img/nursery_ttlBg03L.png);
  position: absolute;
  left: -5px;
}
.index.nursery.detail .top_notice .data .mTtl span::after {
  content: url(../img/nursery_ttlBg03R.png);
  position: absolute;
  right: -5px;
}

.index.nursery.detail .top_notice .data .txt {
  padding: 0 60px;
  line-height: 2em;
}
.index.nursery.detail .top_notice .data .txt p {
  transform: rotate(0.001deg);
}

.index.nursery.detail .top_notice a {
  color: #E06945;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .index.nursery.detail .top_notice {
    width: 90%;
    margin: 35px auto 0;
    padding: 10px 3%;
    border: none;
    background: url(../img/bg01.png) repeat;
  }

  .index.nursery.detail .top_notice .data {
    margin: 10px 0;
    font-size: 14px;
  }

  .index.nursery.detail .top_notice .data .mTtl {
    width: 175px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .index.nursery.detail .top_notice .data .mTtl.wide {
    width: 230px;
  }

  .index.nursery.detail .top_notice .data .txt {
    padding: 0;
  }

}

/* 2020.07 NEWS */
.index main .catch.news {
  width: 946px;
  margin: 26px auto 50px;
  padding: 5px;
  font-size: 16px;
  color: #4a341e;
  text-align: center;
  line-height: 1.8em;
  background: #ffd8b7;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(0.001deg);
}
.index main .catch.news .inner {
  padding: 40px 60px;
  border: 3px dashed #fff;
}
.index main .catch.news .ttl {
  position:relative;
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.index main .catch.news .ttl::before {
  width: 71px;
  height: 63px;
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  background: url(../img/ico_top_news.png);
  background-size: contain;
  display: block;
}
.index main .catch.news .decoUline {
  border-bottom: 1px dashed #4a341e;
  display: inline-block;
}
.index main .catch.news .block {
  margin: 20px 0;
  padding: 20px;
  background: #FFE8D4;
  word-break: break-all;
}

.index .rec_bnr {
  display: none;
}

@media screen and (max-width: 750px) {
  .index .rec_bnr {
    display: inline-block;
    width: 94%;
    padding: 0 3%;
    text-align: center;
    margin-bottom: 20px;
  }

  .index .rec_bnr img {
    width: 320px;
  }
}

/* header
---------------------------------------------------------- */
/* header
---------------------------------------------------------- */

/* =================================
Comment
================================= */
/* Comment
---------------------------------------------------------- */

/* comment */