@charset "UTF-8";
.myCatch01 {
  margin-bottom: 20px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-size: 3rem;
  color: #ef7f87;
}

.myCatch01 span {
  display: block;
}

@media only screen and (max-width: 480px) {
  .myCatch01 span {
    display: inline;
  }
}

@media only screen and (max-width: 480px) {
  .myCatch01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myBlockGreeting {
  position: relative;
  /* .myBlockGreeting */
}

.myBlockGreeting .deco {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .myBlockGreeting .deco {
    display: none;
  }
}

.myBlockAbout {
  display: none;
  /* .myBlockAbout */
}

.myBlockAbout > li {
  background-image: url(../img/taiyou/line02.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding: 40px 0;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout > li {
    padding: 20px 0;
  }
}

.myBlockAbout > li:first-child {
  padding-top: 0;
}

.myBlockAbout > li:last-child {
  background-image: none;
}

.myBlockAbout .title {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 60px;
  margin: 0 0 10px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 29px;
  font-size: 2.9rem;
  color: #FF7A80;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .title {
    background-size: 18px auto;
    padding-left: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myBlockAbout .title.title01 {
  background-image: url(../img/taiyou/iconHuman.png);
}

.myBlockAbout .title.title02 {
  background-image: url(../img/taiyou/iconTime.png);
}

.myBlockAbout .title.title03 {
  background-image: url(../img/taiyou/iconGuide.png);
}

.myBlockAbout .title.title04 {
  background-image: url(../img/taiyou/iconTel.png);
}

.myBlockAbout .title.title05 {
  background-image: url(../img/taiyou/iconFlow.png);
}

.myBlockAbout_type02 .title {
  color: #5ca895;
}

.myBlockAbout_type02 .title.title01 {
  background-image: url(../img/taiyou/iconHuman02.png);
}

.myBlockAbout_type02 .title.title02 {
  background-image: url(../img/taiyou/iconTime02.png);
}

.myBlockAbout_type02 .title.title04 {
  background-image: url(../img/taiyou/iconTel02.png);
}

.myBlockAbout_type02 .title.title05 {
  background-image: url(../img/taiyou/iconFlow02.png);
}

.myBlockAbout_type02 .title.title06 {
  background-image: url(../img/taiyou/iconMoney02.png);
}

.myBlockAbout .txt01 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .txt01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlockAbout .txt02 {
  font-weight: bold;
  color: #665352;
}

.myBlockAbout .txtCaution {
  color: #ff4a4b;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .txtCaution {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myBlockAbout .columnType01 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .columnType01 {
    display: block;
    width: auto;
  }
}

.myBlockAbout .columnType01 .box {
  display: table-cell;
  virtual-align: top;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .columnType01 .box {
    display: block;
  }
}

.myBlockAbout .columnType01 .box:first-child {
  background-image: url(../img/taiyou/line01.png);
  background-position: right top;
  background-repeat: repeat-y;
  padding-right: 50px;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .columnType01 .box:first-child {
    background-image: url(../img/taiyou/line02.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}

.myBlockAbout .columnType01 .box:last-child {
  padding-left: 50px;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .columnType01 .box:last-child {
    padding-left: 0;
  }
}

.myBlockAbout .columnType02 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .myBlockAbout .columnType02 {
    display: block;
    width: auto;
  }
}

.myBlockAbout .columnType02 .titleBlock, .myBlockAbout .columnType02 .detailBlock {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .myBlockAbout .columnType02 .titleBlock, .myBlockAbout .columnType02 .detailBlock {
    display: block;
  }
}

.myBlockAbout .columnType02 .titleBlock {
  width: 280px;
}

.myBlockAbout .columnType02 .titleBlock .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .columnType02 .titleBlock .title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .myBlockAbout .columnType02 .titleBlock {
    width: auto;
  }
}

.myBlockAbout .columnType03 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .myBlockAbout .columnType03 {
    display: block;
    width: auto;
  }
}

.myBlockAbout .columnType03 .titleBlock, .myBlockAbout .columnType03 .detailBlock {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .myBlockAbout .columnType03 .titleBlock, .myBlockAbout .columnType03 .detailBlock {
    display: block;
  }
}

.myBlockAbout .columnType03 .titleBlock {
  width: 180px;
}

.myBlockAbout .columnType03 .titleBlock .title {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .columnType03 .titleBlock .title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .myBlockAbout .columnType03 .titleBlock {
    width: auto;
  }
}

.myBlockAbout .myAboutTime {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 10px;
  color: #ef7f87;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myBlockAbout .myAboutTime dt, .myBlockAbout .myAboutTime dd {
  display: table-cell;
  vertical-align: middle;
}

.myBlockAbout .myAboutTime dt {
  width: 84px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 1160px) {
  .myBlockAbout .myAboutTime dt {
    width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .myAboutTime dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlockAbout .myAboutTime dt .inner {
  display: block;
  text-align: center;
  border: solid 1px #ef7f87;
  border-radius: 5px;
}

.myBlockAbout .myAboutTime dd {
  padding: 0 0 0 10px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media only screen and (min-width: 1160px) {
  .myBlockAbout .myAboutTime dd {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .myAboutTime dd {
    font-size: 20px;
    font-size: 2rem;
  }
}

.myBlockAbout .reservation {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 15px;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .reservation {
    display: block;
    width: auto;
  }
}

.myBlockAbout .reservation .tel, .myBlockAbout .reservation .detail {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .reservation .tel, .myBlockAbout .reservation .detail {
    display: block;
  }
}

.myBlockAbout .reservation .tel {
  padding-right: 20px;
  text-align: center;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .reservation .tel {
    padding-right: 0;
    margin: 0 0 20px;
  }
}

.myBlockAbout .reservation .tel .inner {
  border: solid 1px #ef7f87;
  border-radius: 8px;
  padding: 30px 0;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .reservation .tel .inner {
    padding: 15px 0;
  }
}

.myBlockAbout .reservation .tel .tel01 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1160px) {
  .myBlockAbout .reservation .tel .tel01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myBlockAbout .reservation .tel .tel02 {
  color: #ef7f87;
  font-size: 30px;
  font-size: 3rem;
}

.myBlockAbout .reservation .tel .tel02 a {
  color: #ef7f87;
  text-decoration: none;
}

@media only screen and (min-width: 1160px) {
  .myBlockAbout .reservation .tel .tel02 {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.myBlockAbout .reservation .detail {
  background-color: #F2F1EA;
  border: 1px solid #D9D4D4;
  border-radius: 5px;
  width: 280px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .reservation .detail {
    width: auto;
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlockAbout .reservation .detail .question {
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .reservation .detail .question {
    margin-bottom: 10px;
  }
}

.myBlockAbout .imgFlow {
  margin: 0 0 45px;
  text-align: center;
  /* .imgFlow */
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .imgFlow {
    margin-bottom: 20px;
  }
}

.myBlockAbout .itemBlock {
  background-color: #F2F1EA;
  border: 1px solid #D9D4D4;
  border-radius: 10px;
  padding: 26px 40px;
  /* .itemBlock */
}

@media only screen and (max-width: 768px) {
  .myBlockAbout .itemBlock {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .itemBlock {
    padding: 10px;
  }
}

.myBlockAbout .itemBlock .titleItem {
  margin: 0 0 10px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #665352;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .itemBlock .titleItem {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myBlockAbout .itemBlock .cautionBlock {
  background-color: #fff;
  padding: 20px 40px;
  margin: 0 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .itemBlock .cautionBlock {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myBlockAbout .itemBlock .cautionBlock .caution {
  color: #ff4a4b;
}

.myBlockAbout .itemBlock .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .itemBlock .inner {
    display: block;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlockAbout .itemBlock .inner .box {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .itemBlock .inner .box {
    display: block;
    padding: 0;
  }
}

.myBlockAbout .itemBlock #item_food {
	margin: 10px auto 0 auto;
	border: solid 2px #bbb;
	width: 80%;
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .itemBlock #item_food {
	  width: 100%;
  }
  .myBlockAbout .itemBlock #item_food th {
	  width: 100%;
	　font-size: 13px;
	　font-size: 1.3rem;
  }
  .myBlockAbout .itemBlock #item_food td {
	  width: 100%;
	　font-size: 13px;
	　font-size: 1.3rem;
  }
}

.myBlockAbout .itemBlock #item_food th {
	padding: 6px;
	width: 20%;
	background-color: #F66;
	border: solid 1px #ccc;
	color: #fff;
	font-weight: bold;
}

.myBlockAbout .itemBlock #item_food td {
	padding: 6px;
	background-color: #fff;
	border: solid 1px #ccc;
}

.myBlockAbout .itemBlock #item_food td.food_time {
	width: 20%;
	text-align: center;
}

.myBlockAbout .moneyList {
  color: #665352;
  font-size: 18px;
  font-size: 1.8rem;
  /* .moneyList */
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .moneyList {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlockAbout .moneyList dl {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: dotted 1px #BFBFBF;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.myBlockAbout .moneyList dt, .myBlockAbout .moneyList dd {
  display: table-cell;
  vertical-align: middle;
}

.myBlockAbout .moneyList dt {
  width: 150px;
  font-weight: bold;
}

.myBlockAbout .moneyCaution {
  font-size: 18px;
  font-size: 1.8rem;
  color: #665352;
  /* .moneyCaution */
}

@media only screen and (max-width: 480px) {
  .myBlockAbout .moneyCaution {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myBlockAbout .moneyCaution span {
  color: #ff4a4b;
  font-weight: bold;
}

.myNurseryList {
  overflow: hidden;
  /* .myNurseryList */
}

.myNurseryList ul {
  margin: 0 -1.5%;
}

.myNurseryList ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myNurseryList ul {
    margin: 0 -1%;
  }
}

.myNurseryList li {
  float: left;
  width: 30%;
  margin: 0 1.5% 20px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

@media only screen and (max-width: 480px) {
  .myNurseryList li {
    width: 48%;
    margin: 0 1% 10px;
    padding: 8px;
  }
}

.myContact {
  padding: 20px;
  margin: 0 0 60px;
  background-color: #c1ece4;
  text-align: center;
  /* .myContact */
}

@media only screen and (max-width: 480px) {
  .myContact {
    padding: 10px;
    margin-bottom: 30px;
  }
}

.myContact .txt01 {
  margin: 0 0 10px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myContact .txt01 .title, .myContact .txt01 .tel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

@media only screen and (max-width: 480px) {
  .myContact .txt01 .title, .myContact .txt01 .tel {
    display: block;
  }
}

.myContact .txt01 .title {
  position: relative;
  padding: 0 80px 0 0;
  font-size: 27px;
  font-size: 2.7rem;
}

@media only screen and (max-width: 480px) {
  .myContact .txt01 .title {
    padding: 0;
    margin: 0 0 4px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myContact .txt01 .title:before {
  content: "";
  background-image: url(../img/taiyou/iconTel03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .myContact .txt01 .title:before {
    display: block;
    background-size: 30px auto;
    position: static;
    margin: 0 auto 8px;
    width: 30px;
    height: 30px;
  }
}

.myContact .txt01 .tel {
  padding: 0 0 0 12px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.myContact .txt01 a {
  text-decoration: none;
}

.myContact .txt02 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #595959;
}

@media only screen and (max-width: 480px) {
  .myContact .txt02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myImgMap {
  max-width: 686px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  /* .myImgMap */
}

@media only screen and (max-width: 480px) {
  .myImgMap {
    padding: 15px;
  }
}

/*# sourceMappingURL=maps/taiyou.css.map */
