@charset "utf-8";

/*****************************************************************************
 common
 *****************************************************************************/

.inner {
max-width: 1290px;
box-sizing: border-box;
margin: 0 auto;
padding: 0 15px;
position: relative;
}
.inner:after {
content: '';
display: block;
clear: both;
}


.visual {
position: relative;
}
.visual-title {
width: 100%;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 99;
}
.visual-title img {
width: 640px;
}
.visual-img {
background-position: center center;
background-size: cover;
position: relative;
}
.visual-img:after {
content: '';
padding-top: 400px;
display: block;
}
@media screen and (max-width: 1024px) {
.visual-img:after {
padding-top: 300px;
}
}
@media screen and (max-width: 670px) {
.visual-img:after {
padding-top: 200px;
}
}

/*****************************************************************************
 faq
 *****************************************************************************/

.faq__section {
padding-top: 288px;
}
@media screen and (max-width: 670px) {
.faq__section {
padding-top: 150px;
}
}
.faq__section.end {
margin-bottom: 50px;
}
.faq__section.bg01 {
background: url(/youchien/assets/img/faq/faq-bg01.jpg) no-repeat center top;
background-size: 1729px auto;
}
@media screen and (max-width: 670px) {
.faq__section.bg01 {
background-size: 864px auto;
}
}
.faq__section.bg02 {
background: url(/youchien/assets/img/faq/faq-bg02.jpg) no-repeat center top;
background-size: 1729px auto;
}
@media screen and (max-width: 670px) {
.faq__section.bg02 {
background-size: 864px auto;
}
}
.faq__section-headline {
margin-bottom: 148px;
text-align: center;
}
@media screen and (max-width: 670px) {
.faq__section-headline {
margin-bottom: 74px;
}
}
.faq__section-headline img {
height: 60px;
}
@media screen and (max-width: 670px) {
.faq__section-headline img {
height: 30px;
}
}
.faq__section-box {
}
.faq__section-box:last-child {
border-bottom: 2px solid #bfbfbf;
}
.faq__section-title {
border-top: 2px solid #bfbfbf;
box-sizing: border-box;
padding: 34px 60px 34px 80px;
font-weight: 700;
font-size: 2.0rem;
color: #00b9d0;
position: relative;
cursor: pointer;
}
@media screen and (max-width: 670px) {
.faq__section-title {
padding: 17px 30px 17px 40px;
font-size: 1.8rem;
}
}
.faq__section-title:after {
content: 'Q';
font-weight: 700;
font-size: 4.5rem;
color: #00b9d0;
position: absolute;
top: 50%;
left: 20px;
transform: translate(0, -55%);
}
@media screen and (max-width: 670px) {
.faq__section-title:after {
font-size: 3.5rem;
left: 0;
}
}
.faq__section-title i {
background: #00b9d0;
border-radius: 4px;
width: 25px;
height: 5px;
position: absolute;
top: 50%;
right: 27px;
transform: translate(0,-50%);
}
@media screen and (max-width: 670px) {
.faq__section-title i {
width: 20px;
height: 4px;
right: 0;
}
}
.faq__section-title i:after {
background: #00b9d0;
border-radius: 4px;
width: 5px;
height: 25px;
content: '';
display: block;
position: absolute;
top: 50%;
right: 10px;
transform: translate(0,-50%);
transition: 0.3s;
}
@media screen and (max-width: 670px) {
.faq__section-title i:after {
width: 4px;
height: 20px;
right: 8px;
}
}
.faq__section-title.open i:after {
transform: translate(0,-50%) rotate(-90deg);
}
.faq__section-wrapper {
display: none;
}
.faq__section-text {
border-top: 2px solid #bfbfbf;
padding: 34px 0 34px 130px;
position: relative;
}
@media screen and (max-width: 670px) {
.faq__section-text {
padding: 17px 0 17px 65px;
}
}
.faq__section-text:after {
content: 'A';
font-weight: 700;
font-size: 4.5rem;
color: #5a3405;
position: absolute;
top: 50%;
left: 80px;
transform: translate(0,-55%);
}
@media screen and (max-width: 670px) {
.faq__section-text:after {
font-size: 3.5rem;
left: 20px;
}
}
.faq__section-text p {
margin-bottom: 1.5em;
line-height: 1.8;
font-size: 1.6rem;
}
.faq__section-text p:last-child {
margin-bottom: 0;
}

/*****************************************************************************
 access
 *****************************************************************************/

.access__section {
background: url(/youchien/assets/img/access/access-bg01.jpg) no-repeat center top;
background-size: 1728px auto;
padding: 288px 0 70px;
}
@media screen and (max-width: 670px) {
.access__section {
background-size: 864px auto;
padding: 150px 0 50px;
}
}
.access__section-headline {
margin-bottom: 148px;
text-align: center;
}
@media screen and (max-width: 670px) {
.access__section-headline {
margin-bottom: 74px;
}
}
.access__section-headline img {
height: 60px;
}
@media screen and (max-width: 670px) {
.access__section-headline img {
height: 40px;
}
}
.access__section-map {
width: 100%;
height: 0;
margin-bottom: 60px;
padding-top: 45%;
position: relative;
}
@media screen and (max-width: 670px) {
.access__section-map {
margin-bottom: 30px;
padding-top: 75%;
}
}
.access__section-map iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.access__section-title {
margin-bottom: 30px;
text-align: center;
font-weight: 600;
font-size: 3.5rem;
letter-spacing: 4px;
color: #693c1f;
}
@media screen and (max-width: 670px) {
.access__section-title {
margin-bottom: 15px;
font-size: 3.0rem;
letter-spacing: 2px;
}
}
.access__section-title small {
font-weight: 400;
font-size: 1.7rem;
letter-spacing: 1px;
display: block;
}
@media screen and (max-width: 670px) {
.access__section-title small {
font-size: 1.5rem;
}
}
.access__section-address {
border-top: 2px solid #bfbfbf;
border-bottom: 2px solid #bfbfbf;
margin-bottom: 70px;
padding: 20px 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
.access__section-address {
margin-bottom: 20px;
text-align: center;
display: block;
}
}
.access__section-address em {
margin-right: 20px;
font-weight: 600;
font-size: 2.0rem;
color: #693c1f;
}
@media screen and (max-width: 670px) {
.access__section-address em {
margin-right: 0;
text-align: center;
display: block;
}
}
.access__section-address span {
margin-left: 20px;
}
@media screen and (max-width: 670px) {
.access__section-address span {
margin-left: 0;
display: block;
}
}
.access__section-wrapper {
overflow: hidden;
}
.access__section-area {
margin: 0 -30px;
display: flex;
}
@media screen and (max-width: 900px) {
.access__section-area {
margin: 0;
display: block;
}
}
.access__section-img {
width: 50%;
box-sizing: border-box;
padding: 0 30px;
}
@media screen and (max-width: 900px) {
.access__section-img {
width: 100%;
margin-bottom: 20px;
padding: 0;
}
}
.access__section-box {
width: 50%;
box-sizing: border-box;
padding: 0 30px;
}
@media screen and (max-width: 900px) {
.access__section-box {
width: 100%;
padding: 0;
}
}
.access__section-box-title01 {
margin-bottom: 27px;
font-weight: 600;
font-size: 3.0rem;
letter-spacing: 4px;
color: #693c1f;
}
@media screen and (max-width: 670px) {
.access__section-box-title01 {
margin-bottom: 13px;
font-size: 2.6rem;
letter-spacing: 2px;
}
}
.access__section-text {
margin-bottom: 40px;
line-height: 1.8;
font-size: 1.6rem;
}
.access__section-box-title02 {
margin-bottom: 7px;
font-weight: 600;
font-size: 2.0rem;
letter-spacing: 2px;
color: #693c1f;
position: relative;
}
.access__section-box-title02 span {
background: #FFFFFF;
padding-right: 10px;
}
.access__section-box-title02:after {
content: '';
width: 100%;
height: 2px;
border-top: 2px dashed #693c1f;
position: absolute;
top: 16px;
left: 0;
z-index: -1;
}
.access__section-tel {
font-weight: 800;
font-size: 4.0rem;
}
.access__section-tel a {
color: #673b20;
}
@media screen and (max-width: 670px) {
.access__section-tel {
font-size: 3.4rem;
}
}
.access__section-tel span {
background: url(/assets/img/common/youchien-icon-tel01.png) no-repeat left center;
background-size: 32px auto;
padding-left: 44px;
color: #673b20;
}
@media screen and (max-width: 670px) {
.access__section-tel span {
background-size: 26px auto;
padding-left: 30px;
}
}

/*****************************************************************************
 disclosure
 *****************************************************************************/

.disclosure__section {
padding-top: 90px;
}
.disclosure__section-wrapper {
margin-bottom: 90px;
overflow: hidden;
}
.disclosure__section-headline {
margin-bottom: 50px;
text-align: center;
font-weight: 600;
font-size: 2.5rem;
letter-spacing: 2px;
color: #693c1f;
position: relative;
}
.disclosure__section-headline span {
background: #FFFFFF;
padding: 0 120px;
}
@media screen and (max-width: 670px) {
.disclosure__section-headline span {
padding: 0;
}
}
.disclosure__section-headline:after {
content: '';
width: 100%;
height: 2px;
border-top: 2px dashed #693c1f;
position: absolute;
top: 16px;
left: 0;
z-index: -1;
}
@media screen and (max-width: 670px) {
.disclosure__section-headline:after {
display: none;
}
}
.disclosure__section-table {
}
.disclosure__section-table table {
width: 100%;
}
.disclosure__section-table th {
width: 440px;
box-sizing: border-box;
border-bottom: 1px solid #7f7f7f;
padding: 20px;
font-weight: 700;
letter-spacing: 4px;
font-size: 2.0rem;
color: #5a3700;
}
@media screen and (max-width: 1024px) {
.disclosure__section-table th {
width: 340px;
}
}
@media screen and (max-width: 900px) {
.disclosure__section-table th {
width: 240px;
}
}
@media screen and (max-width: 670px) {
.disclosure__section-table th {
border-bottom: none;
width: 100%;
display: block;
padding: 20px 0;
font-size: 1.8rem;
}
}
.disclosure__section-table td {
border-bottom: 1px solid #7f7f7f;
box-sizing: border-box;
padding: 20px;
font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
.disclosure__section-table td {
padding: 20px 0;
display: block;
}
}
.disclosure__section-area {
margin: 0 -30px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.disclosure__section-area {
margin: 0;
display: block;
}
}
.disclosure__section-box {
width: 50%;
box-sizing: border-box;
margin-bottom: 20px;
padding: 0 30px;
}
@media screen and (max-width: 900px) {
.disclosure__section-box {
width: 100%;
padding: 0;
}
}
.disclosure__section-list01 {
}
.disclosure__section-list01 dt {
border-bottom: 1px solid #7f7f7f;
padding: 20px 0;
font-weight: 700;
letter-spacing: 2px;
line-height: 1.3;
font-size: 2.0rem;
color: #5a3700;
}
@media screen and (max-width: 670px) {
.disclosure__section-list01 dt {
font-size: 1.8rem;
}
}
.disclosure__section-list01 dd {
box-sizing: border-box;
border-bottom: 1px solid #7f7f7f;
padding: 20px;
font-size: 1.6rem;
}
.disclosure__section-list01 dd a {
background: url(/youchien/assets/img/common/icon01.png) no-repeat left center;
background-size: 16px auto;
padding-left: 36px;
display: inline-block;
}
.disclosure__section-list02 {
}
.disclosure__section-list02 dt {
border-bottom: 1px solid #7f7f7f;
padding: 20px 0;
font-weight: 700;
letter-spacing: 2px;
line-height: 1.3;
font-size: 2.0rem;
color: #5a3700;
}
@media screen and (max-width: 670px) {
.disclosure__section-list02 dt {
font-size: 1.8rem;
}
}
.disclosure__section-list02 dd {
box-sizing: border-box;
padding: 20px;
font-size: 1.6rem;
}
.disclosure__section-list02 dd a {
background: url(/youchien/assets/img/common/icon01.png) no-repeat left center;
background-size: 16px auto;
padding-left: 36px;
display: inline-block;
}




/************************************************
 * Life
 ***********************************************/
.life__section {
  padding-top: 288px;
}
@media screen and (max-width: 670px) {
  .life__section {
    padding-top: 150px;
  }
}
.life__section.end {
  margin-bottom: 50px;
}
.life__section.bg01 {
  background: url(/youchien/assets/img/life/life-bg01.jpg) no-repeat center top;
  background-size: 1729px auto;
}
@media screen and (max-width: 670px) {
  .life__section.bg01 {
    background-size: 864px auto;
  }
}
.life__section.bg02 {
  background: url(/youchien/assets/img/life/life-bg02.jpg) no-repeat center top;
  background-size: 1729px auto;
}
@media screen and (max-width: 670px) {
  .life__section.bg02 {
    background-size: 864px auto;
  }
}
.life__section-headline {
  margin-bottom: 148px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .life__section-headline {
    margin-bottom: 74px;
  }
}
.life__section.bg02 .life__section-headline {
  margin-bottom: 235px;
}
@media screen and (max-width: 670px) {
  .life__section.bg02 .life__section-headline {
    margin-bottom: 74px;
  }
}
.life__section-headline img {
  height: 60px;
}
@media screen and (max-width: 670px) {
  .life__section-headline {
    margin-bottom: 74px;
  }
}
.life__section-headline img {
  height: 60px;
}
@media screen and (max-width: 670px) {
  .life__section-headline img {
    height: 30px;
  }
}
.life__section-summary {
  color: rgb(82,53,0);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .life__section-summary {
    font-size: 1.6rem;
  }
}
.life__section-oneday {
  padding-bottom: 119px;
  position: relative;
}
/**
 * ある日の一日
 */
.life__section-oneday:before {
  background-color: rgb(82,53,0);
  content: '';
  display: block;
  height: 80px;
  left: 50%;
  width: 1px;
  position: absolute;
  bottom: 39px;
		margin-left: -1px;
}
@media screen and (max-width: 670px) {
.life__section-oneday:before {
		display: none;
}
}
.life__section-oneday:after {
  background-image: url(../img/life/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  height: 46px;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
  width: 38px;
}
@media screen and (max-width: 670px) {
.life__section-oneday:after {
		display: none;
}
}
/* タブメニュー */
.life__section-tab.ui-widget-content {
  border: none;
  padding: 0;
}
.life__section-tab .ui-tabs-nav {
  background-color: transparent;
  border: none;
  display: flex;
  padding: 0;
}
.life__section-tab .ui-tabs-nav li {
  border: none;
  flex: 1;
  margin: 0 30px 0 0;
}
.life__section-tab .ui-tabs-nav li:last-child {
  margin: 0;
}
@media screen and (max-width: 670px) {
  .life__section-tab .ui-tabs-nav li {
    margin: 0 5px 0 0;
  }
}
.life__section-tab .ui-tabs-nav li.ui-tabs-active {
  background-color: #c495c2;
}
.life__section-tab .ui-tabs-nav li.ui-state-focus {
  outline: none !important;
}
.life__section-tab .ui-tabs-nav li .ui-tabs-anchor {
  float: none;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 5px;
  display: block;
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .life__section-tab .ui-tabs-nav li .ui-tabs-anchor {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.life__section-tab .ui-tabs-panel {
  padding: 0;
}
.life__section-tabnav {
  border-bottom: solid 1px #c485c2;
}
/* 本文 */
.life__section-row {
  display: flex;
}
@media screen and (max-width: 670px) {
  .life__section-row {
    display: block;
  }
  .life__section-row:not(:first-child) {
    margin-top: 50px;
  }
}
.life__section-col {
  align-items: center;
  display: flex;
  order: 2;
  padding: 60px 0 0 50px;
  width: 50%;
}
@media screen and (max-width: 670px) {
  .life__section-col {
    display: block;
    padding: 30px 0 0;
    width: 100%;
  }
}
.life__section-col.order-1 {
  border-right: solid 1px rgb(82,53,0);
  order: 1;
  padding: 60px 50px 0 0;
}
@media screen and (max-width: 670px) {
  .life__section-col.order-1 {
    border: none;
    padding: 30px 0 0;
  }
}
/* 各項 イラスト設定 */
.life__section-col.illust01 {
  background-image: url(../img/life/illustration01.png);
  background-repeat: no-repeat;
  background-size: 49.841269841% auto;
  background-position: top 100px right 15%;
}
.life__section-col.illust02 {
  background-image: url(../img/life/illustration02.png);
  background-repeat: no-repeat;
  background-size: 56.825396825% auto;
  background-position: top 120px left 0;
}
.life__section-col.illust03 {
  background-image: url(../img/life/illustration03.png);
  background-repeat: no-repeat;
  background-size: 52.222222222% auto;
  background-position: top 60px right 0;
}
.life__section-col.illust04 {
  background-image: url(../img/life/illustration04.png);
  background-repeat: no-repeat;
  background-size: 55.079365079% auto;
  background-position: top 90px left 0;
}
.life__section-col.illust05 {
  background-image: url(../img/life/illustration05.png);
  background-repeat: no-repeat;
  background-size: 27.936507936% auto;
  background-position: top 123px right 30%;
}
.life__section-col.illust06 {
  background-image: url(../img/life/illustration06.png);
  background-repeat: no-repeat;
  background-size: 49.523809523% auto;
  background-position: top 123px left 0;
}
.life__section-col.illust07 {
  background-image: url(../img/life/illustration07.png);
  background-repeat: no-repeat;
  background-size: 53.174603174% auto;
  background-position: top 123px right 0;
}
@media screen and (max-width: 1024px) {
  /* .life__section-col 且つ class の値に illust の文字列が含まれるもの */
  .life__section-col[class*="illust"] {
    background-image: none;
  }
}
.life__section-img {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0,0,0,.5);
  padding: 5px;
}
.life__section-baloon {
  background-color: #ff9933;
  border-radius: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0 0 0 -31px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  max-width: 190px;
}
@media screen and (max-width: 670px) {
  .life__section-baloon {
    font-size: 16px;
    margin: 0;
  }
}
.life__section-baloon:before {
  border-color: transparent;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-right-color: #ff9933;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: -7px;
}
@media screen and (max-width: 670px) {
  .life__section-baloon:before {
    content: none;
  }
}
.life__section-col.order-1 .life__section-baloon {
  background-color: #c495c2;
}
@media screen and (min-width: 671px) {
  .life__section-col.order-1 .life__section-baloon {
    margin: 0 -31px 0 auto;
  }
}
.life__section-col.order-1 .life__section-baloon:before {
  border-width: 5px 0 5px 10px;
  border-left-color: #c495c2;
}
@media screen and (min-width: 671px) {
  .life__section-col.order-1 .life__section-baloon:before {
    left: auto;
    right: -7px;
  }
}
.life__section-textbox h2 {
  color: rgb(82,53,0);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .5em;
  margin: 30px 0;
}
@media screen and (max-width: 670px) {
  .life__section-textbox h2 {
    font-size: 25px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 671px) {
  .life__section-col.order-1 .life__section-textbox h2 {
    text-align: right;
    margin-right: -.5em;
  }
}
.life__section-textbox p {
  font-size: 16px;
  line-height: 1.75;
}

/**
 * 年間行事
 */
.life__event {
  padding-top: 200px;
}
@media screen and (max-width: 670px) {
  .life__event {
    padding-top: 100px;
  }
}
.life__event-img {
  position: relative;
  z-index: 5;
}
/* パネル */
.life__panel {
  background-color: rgb(255,255,255,.9);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -180px;
  padding: 0 130px 160px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .life__panel {
    margin-top: -90px;
  }
}
@media screen and (max-width: 670px) {
  .life__panel {
    margin-top: 0;
    padding: 0 15px 160px;
  }
}
.life__panel-heading {
  padding: 80px 0 70px;
}
@media screen and (max-width: 670px) {
  .life__panel-heading {
    padding: 20px 0 15px;
  }
}
.life__panel-heading h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .life__panel-heading h3 {
    font-size: 20px;
  }
}
.life__panel-heading.spring h3 {
  color: rgb(255,123,172);
}
.life__panel-heading.summer h3 {
  color: #c18bd5;
}
.life__panel-heading.autumn h3 {
  color: #f7931e;
}
.life__panel-heading.winter h3 {
  color: #00b6d1;
}
/* アイコン */
.life__panel-heading:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  padding: 13.253968254% 0 0;
  position: absolute;
  top: -32px;
  width: 12.698412698%;
}
@media screen and (max-width: 670px) {
  .life__panel-heading:before {
    top: -10px;
  }
}
.life__panel-heading.spring:before {
  background-image: url(/youchien/assets/img/life/spring.png);
}
.life__panel-heading.summer:before {
  background-image: url(/youchien/assets/img/life/summer.png);
}
.life__panel-heading.autumn:before {
  background-image: url(/youchien/assets/img/life/autumn.png);
}
.life__panel-heading.winter:before {
  background-image: url(/youchien/assets/img/life/winter.png);
}
.life__panel-body p {
  line-height: 1.75;
}
.life__panel-body p:last-child {
  margin-bottom: 0;
}

.life-photo .bx-wrapper {
position: relative;
}
.life-photo .bx-controls {
width: 100%;
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 100px;
z-index: 99;
}
.life-photo .bx-pager {
display: flex;
justify-content: center;
}
.life-photo .bx-default-pager a {
background: #cccccc;
box-sizing: border-box;
border-radius: 50px;
display: block;
line-height: 100;
margin: 0 5px;
outline: 0 none;
width: 10px;
height: 10px;
overflow: hidden;
}
.life-photo .bx-default-pager a:hover,
.life-photo .bx-default-pager a.active {
background: #563200;
}
/************************************************
 * Education
 ***********************************************/
.education__section {
  padding-top: 288px;
}
@media screen and (max-width: 670px) {
  .education__section {
    padding-top: 144px;
  }
}
.education__section.bg01 {
  background-image: url(/youchien/assets/img/education/education-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1729px auto;
}
.education__section.bg02 {
  background-image: url(/youchien/assets/img/education/education-bg02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1240px auto;
}
.education__section.bg03 {
  background-image: url(/youchien/assets/img/education/education-bg03.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1729px auto;
}
@media screen and (max-width: 670px) {
  .education__section.bg01,
  .education__section.bg03 {
    background-size: 864px auto;
  }
}
.education__summary {
  padding: 0;
}
.education__summary-title {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .education__summary-title {
    margin: 0 0 10px;
  }
}
.education__summary-title img {
  height: 100%;
}
.education__summary-title:not(:first-child) {
  margin: 50px 0 0;
}
@media screen and (max-width: 670px) {
  .education__summary-title:not(:first-child) {
    margin: 30px 0 0;
  }
}
.education__summary-title.blue {
  color: #00b6d1;
  height: 67px;
}
@media screen and (max-width: 670px) {
  .education__summary-title.blue {
    height: 33px;
  }
}
.education__summary-title.pink {
  color: #ff7bac;
  height: 69px;
}
@media screen and (max-width: 670px) {
  .education__summary-title.pink {
    height: 35px;
  }
}
.education__summary-title.orange {
  color: #f7931e;
  height: 74px;
}
@media screen and (max-width: 670px) {
  .education__summary-title.orange {
    height: 37px;
  }
}
.education__summary-title.green {
  color: #48ca8e;
  height: 67px;
}
@media screen and (max-width: 670px) {
  .education__summary-title.green {
    height: 33px;
  }
}
.education__summary-title em {
  font-size: 82px;
}
.education__summary p {
  color: #523500;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .education__summary p {
    font-size: 14px;
  }
}
.education__summary-img {
  background-color: #fff;
  margin: 50px 0;
  padding: 10px;
  position: relative;
  z-index: 5;
}
.education__summary-img img {
  display: block;
  width: 100%;
}
.education__summary-img-outer {
  position: relative;
}
.education__summary-img-outer:before,
.education__summary-img-outer:after {
  box-shadow: 0 0 20px 20px rgba(0,0,0,.3);
  bottom: 0;
  content: '';
  display: block;
  padding: 10% 0 0;
  position: absolute;
  width: 50%;
}
.education__summary-img-outer:before {
  left: 0;
  transform: rotate(-2deg) translate(5%,0);
  transform-origin: left bottom;
}
.education__summary-img-outer:after {
  right: 0;
  transform: rotate(2deg) translate(-5%,0);
  transform-origin: right bottom;
}
/**
 * 通常教育
 */
.education__normal-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .education__normal-heading {
    display: block;
  }
}
.education__normal-heading:before,
.education__normal-heading:after {
  background-image: url(/youchien/assets/img/education/title-bg.png);
  background-size: auto 100%;
  content: '';
  display: block;
  padding-top: 1.587301587%;
  width: 27.380952381%;
}
@media screen and (max-width: 670px) {
  .education__normal-heading:before,
  .education__normal-heading:after {
    content: none;
  }
}
.education__normal-title {
  color: #523500;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 670px) {
  .education__normal-title {
    font-size: 20px;
  }
}
.education__normal-narrow {
  background-image: url(/youchien/assets/img/education/education-bg04.jpg);
  background-size: 856px;
  background-position: top center;
  background-repeat: no-repeat;
}
.education__normal-narrow p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 580px;
}
.education__normal-row {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 -60px;
}
@media screen and (max-width: 670px) {
  .education__normal-row {
    margin: 0 0 0 -10px;
  }
}
.education__normal-col {
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0 0 0 60px;
  width: 25%;
}
@media screen and (max-width: 670px) {
  .education__normal-col {
    padding: 0 0 0 10px;
    width: 100%;
  }
}
.education__normal-icon {
  display: block;
  height: 50px;
  margin: 10px auto;
  width: 50px;
}
@media screen and (max-width: 670px) {
  .education__normal-icon {
    height: 25px;
    width: 25px;
  }
}
.education__normal-col h4 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.education__normal-col p {
  font-size: 16px;
  line-height: 1.75;
}
/**
 * サマリ表示
 */
.education__summary {
  color: #523500;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .education__summary {
    font-size: 14px;
  }
}
/**
 * 卒園児のお母様メッセージ
 */
.education__message-item {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
  position: relative;
}
.education__message-item:after {
  background-image:
    linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%),
    linear-gradient(90deg, #00b6d1, #00b6d1, #00b6d1, #00b6d1, #00b6d1);
  background-size: 20px 3px, 100% 3px;
  border: none;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.education__message-item:last-child:after {
  content: none;
}
.education__message-img {
  width: 33.070866141%;
}
@media screen and (max-width: 670px) {
  .education__message-img {
    width: 100%;
  }
}
.education__message-body {
  box-sizing: border-box;
  padding: 0 0 0 60px;
  width: 66.929133859%;
}
@media screen and (max-width: 670px) {
  .education__message-body {
    padding: 0;
    width: 100%;
  }
}
.education__message-body h3 {
  color: #523500;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.75;
  margin: 0 0 30px;
}
@media screen and (max-width: 670px) {
  .education__message-body h3 {
    font-size: 20px;
  }
}
.education__message-body p {
  font-size: 16px;
  line-height: 1.75;
}
.education__message-footer {
  margin: 25px 0 0;
  line-height: 1.75;
  text-align: right;
}

/************************************************
 * Admission
 ***********************************************/
 .admission__section {
  padding-top: 288px;
}
@media screen and (max-width: 670px) {
  .admission__section {
    padding-top: 144px;
  }
}
.admission__section.bg01 {
  background: url(/youchien/assets/img/admission/admission-bg01.jpg) no-repeat center top;
  background-size: 1729px auto;
}
@media screen and (max-width: 670px) {
  .admission__section.bg01 {
    background-size: 864px auto;
  }
}
.admission__title-lv2 {
  align-items: center;
  color: #523500;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 4px;
  margin: 80px 0 70px;
  position: relative;
}
@media screen and (max-width: 670px) {
  .admission__title-lv2 {
    font-size: 24px;
    margin: 40px 0 30px;
    justify-content: center;
  }
}
.admission__title-lv2:before,
.admission__title-lv2:after {
  background-image: url(/youchien/assets/img/admission/title-bg01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: '';
  display: block;
  padding: 1.666666666% 0 0;
  width: 28.571428571%;
}
@media screen and (max-width: 670px) {
  .admission__title-lv2:before,
  .admission__title-lv2:after {
    content: none;
  }
}
.admission__title-lv2:after {
  background-position: right center;
}
.admission__age-table {
margin-bottom: 20px;
}

/* 20210804追記 */
.admission__age-table {
  margin-top: 20px;
}
.admission__age-table-title {
  color: #523500;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
/* 20210804追記ここまで */

.admission__age-table table {
width: 100%;
}
.admission__age-table th {
box-sizing: border-box;
background-color: #efd434;
border-bottom: solid 1px #523500;
border-left: solid 1px #523500;
color: #523500;
font-size: 2.5rem;
font-weight: 700;
line-height: 1.6;
padding: 0 20px;
}
.admission__age-table th:first-child {
width: 230px;
border-left: none;
}
@media screen and (max-width: 670px) {
  .admission__age-table th {
    font-size: 2.0rem;
				padding: 0 10px;
  }
  .admission__age-table th:first-child {
  width: 100px;
  }
}
.admission__age-table td {
border-left: solid 1px #523500;
border-bottom: dashed 1px #808080;
padding: 10px 20px;
}
@media screen and (max-width: 670px) {
.admission__age-table td {
padding: 10px;
}
.admission__age-table td span {
display: block;
}
}
.admission__age-table td:first-child {
border-left: none;
}
.admission__age-table tbody tr:first-child td {
padding-top: 20px;
}
.admission__age-table tbody tr:last-child td {
border-bottom: solid 1px #523500;
padding-bottom: 20px;
}
.admission__age-announce {
}
.admission__age-announce li {
margin-bottom: 5px;
text-indent: -1em;
padding-left: 1em;
font-size: 1.3rem;
}
.admission__age-announce li:last-child {
margin-bottom: 0;
}
.admission__life-row {
  display: flex;
  margin: 80px 0 0 -40px;
}
@media screen and (max-width: 670px) {
  .admission__life-row {
    display: block;
    margin-top: 40px;
  }
}
.admission__life-col {
  box-sizing: border-box;
  padding: 0 0 0 40px;
  width: 50%;
}
@media screen and (max-width: 670px) {
  .admission__life-col {
    margin: 0 0 40px;
    width: 100%;
  }
}
.admission__life-title {
  background-color: #c18bd5;
  border-radius: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 1.6;
  margin: 0 0 35px;
  padding: 0 20px;
}
@media screen and (max-width: 670px) {
  .admission__life-title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.admission__life-col p {
  font-size: 16px;
  line-height: 1.6;
}
.admission__life-col p:not(:last-child) {
  margin: 1em 0;
}
.admission__life-imgs {
  display: flex;
  margin: 0 0 0 -40px;
}
.admission__life-img {
  padding: 0 0 0 40px;
}
.admission__life-img h3 {
  font-size: 20px;
  margin: .7em 0;
}
.admission__life-img p {
  font-size: 16px;
  line-height: 1.6;
}
.admission__information-title {
  background-color: #efd434;
  border-bottom: solid 1px #523500;
  color: #523500;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  margin: 35px 0 30px;
  padding: 0 20px;
}
@media screen and (max-width: 670px) {
  .admission__information-title {
    font-size: 20px;
  }
}
.admission__table {
  font-size: 16px;
  margin: 0 20px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 670px) {
  .admission__table {
    margin: 0;
    width: 100%;
  }
}
.admission__table > tbody > tr > th,
.admission__table > tbody > tr > td {
  line-height: 2;
  padding: 10px 0;
  vertical-align: top;
}
.admission__table > tbody > tr:not(:last-child) > th,
.admission__table > tbody > tr:not(:last-child) > td {
  border-bottom: dashed 1px #808080;
}
.admission__table > tbody > tr > td {
  text-align: right;
  white-space: nowrap;
  padding-left: 20px;
}
.admission__table + p {
  border-top: solid 1px #000;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 20px 0 0;
}
.admission__entry {
  background-color: #fffff2;
  margin: 70px 0 0;
  padding: 50px 0;
}
.admission__entry .admission__title-lv2 {
  margin-top: 0;
}
.admission__entry p {
  font-size: 16px;
  line-height: 2;
}
.admission__entry-title {
  align-items: center;
  color: #523500;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  margin: 60px 0 30px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 670px) {
  .admission__entry-title {
    font-size: 18px;
    justify-content: center;
  }
}
.admission__entry-title:before,
.admission__entry-title:after {
  background-image: linear-gradient(to right, #523500, #523500 7px, transparent 7px, transparent 17px);
  background-size: 17px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  content: '';
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 670px) {
  .admission__entry-title:before,
  .admission__entry-title:after {
    content: none;
  }
}
.admission__entry-title:before {
  margin-right: 50px;
}
.admission__entry-title:after {
  background-position: right top;
  margin-left: 50px;
}
.admission__entry .item__contact-tel {
  text-align: center;
}
.admission__study {
  margin: 60px 0 65px;
  padding: 0;
}
.admission__study-row {
  align-items: flex-end;
  display: flex;
  margin: 0 0 0 -60px;
}
@media screen and (max-width: 900px) {
  .admission__study-row {
    display: block;
  }
}
.admission__study-col {
  box-sizing: border-box;
  padding: 0 0 0 60px;
  width: 53.846153846%;
}
@media screen and (max-width: 900px) {
  .admission__study-col {
    width: 100%;
  }
}
.admission__study-col.img {
  width: 46.153846154%;
}
@media screen and (max-width: 900px) {
  .admission__study-col.img {
    width: 100%;
  }
}
.admission__study-col h3 {
  color: #523500;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: .2em;
}
@media screen and (max-width: 670px) {
  .admission__study-col h3 {
    font-size: 24px;
  }
}
.admission__study-col p {
  font-size: 16px;
  line-height: 1.75;
}
.admission__study-col h4 {
  align-items: center;
  color: #523500;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 20px;
  letter-spacing: .2em;
  white-space: nowrap;
}
@media screen and (max-width: 670px) {
  .admission__study-col h4 {
    font-size: 18px;
  }
}
.admission__study-col h4:after {
  background-image: linear-gradient(to right, #523500, #523500 7px, transparent 7px, transparent 17px);
  background-size: 17px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  content: '';
  height: 2px;
  margin: 0 0 0 20px;
  width: 100%;
}
@media screen and (min-width: 671px) {
  .admission__study-col .item__contact-tel {
    font-size: 40px;
  }
}
@media screen and (min-width: 671px) {
  .admission__study-col .item__contact-tel span {
    background-size: 40px auto;
  }
}
.admission__study-btn {
background-color: #fff;
border: solid 1px #000;
border-radius: 50px;
display: block;
font-size: 15px;
font-weight: 700;
letter-spacing: .2em;
margin: 50px 0 0;
padding: 23px 10px;
text-align: center;
overflow: hidden;
position: relative;
z-index: 1;
transition: 0.3s;
}
.admission__study-btn:hover {
text-decoration: none;
color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
.admission__study-btn:hover {
color: #333333;
}
}
.admission__study-btn:after {
position: absolute;
top: 0;
right: 0;
content: '';
width: 0;
height: 100%;
background: #333333;
transition: 0.3s;
z-index: -1;
}
@media screen and (max-width: 1024px) {
.admission__study-btn:after {
display: none;
}
}
.admission__study-btn:hover:after {
width: 100%;
left: 0;
}
@media screen and (max-width: 1024px) {
.admission__study-btn:hover:after {
display: none;
}
}

/************************************************
 * 未就園児クラス
 ***********************************************/
.class__section {
  padding-top: 288px;
}
@media screen and (max-width: 670px) {
  .class__section {
    padding-top: 144px;
  }
}
.class__section.bg01 {
  background-image: url(/youchien/assets/img/class/class-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1729px auto;
}
@media screen and (max-width: 670px) {
  .class__section.bg01 {
    background-size: 864px auto;
  }
}
.class__section-headline {
  margin-bottom: 148px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .class__section-headline {
    margin-bottom: 74px;
  }
}
.class__section-headline img {
  height: 84px;
}
@media screen and (max-width: 670px) {
  .class__section-headline img {
    height: 50px;
  }
}
.class__summary {
  color: #523500;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin: 50px 0;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .class__summary {
    font-size: 1.6rem;
  }
}
.class__section .home__curriculum {
  background-image: none;
  padding-top: 0;
}
@media screen and (min-width: 1281px) {
  .class__section .home__curriculum-wrapper02 {
    margin: -180px auto 0;
  }
}
@media screen and (max-width: 1280px) {
  .class__section .home__curriculum-wrapper02 {
    margin: -90px auto 0;
  }
}
@media screen and (max-width: 670px) {
  .class__section .home__curriculum-wrapper02 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 671px) {
  .class__section .home__curriculum-wrapper02-box {
    padding: 0 130px;
  }
}
.class__section .home__curriculum-wrapper02-box:after {
  content: none;
}
.class__section .home__curriculum-wrapper02-title {
  align-items: center;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
}
.class__section .home__curriculum-wrapper02-title:before,
.class__section .home__curriculum-wrapper02-title:after {
  background-image: linear-gradient(to right, #523500, #523500 7px, transparent 7px, transparent 17px);
  background-size: 17px 2px;
  background-position: left top;
  background-repeat: repeat-x;
  content: '';
  height: 2px;
  width: 100%;
}
.class__section .home__curriculum-wrapper02-title:before {
  margin-right: 9.032258064%;
}
.class__section .home__curriculum-wrapper02-title:after {
  margin-left: 9.032258064%;
}
.class__section .home__curriculum-wrapper02-text {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: none;
}
.class__definition {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 0 -40px;
}
@media screen and (max-width: 900px) {
  .class__definition {
    margin: 40px 0 0 0;
  }
}
.class__definition-item {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  padding: 0 0 0 40px;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .class__definition-item {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.class__definition-item h4,
.class__definition-item p {
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 670px) {
  .class__definition-item h4 {
    border-bottom: none;
  }
}
.class__definition-item h4 {
  font-size: 20px;
  padding: 15px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 670px) {
  .class__definition-item h4 {
    font-size: 18px;
    padding: 10px 10px 0;
  }
}
.class__definition-item p {
  flex: 1;
  padding: 19px 20px;
  text-align: right;
}
@media screen and (max-width: 670px) {
  .class__definition-item p {
    padding: 5px 10px 10px;
    text-align: left;
  }
}
.class__definition-announce {
  margin: 10px 0 0;
}
.class__definition-announce small {
  font-size: 13px;
}
.class__information {
  background-color: #edefb7;
  padding: 44px 0;
}
.class__information-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 0 -50px;
}
@media screen and (max-width: 670px) {
  .class__information-row {
    display: block;
  }
}
.class__information-col {
  box-sizing: border-box;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 670px) {
  .class__information-col:not(:first-child) {
    margin: 20px 0 0;
  }
}
.class__information-col p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 671px) {
  .class__information .item__contact-tel {
    font-size: 6rem;
  }
}
.class__schedule {
  max-width: 1000px;
  margin: 50px auto;
}
.class__schedule-row {
		margin: 0 -20px;
		display: flex;
		flex-wrap: wrap;
}
@media screen and (max-width: 670px) {
  .class__schedule-row {
		  margin: 0 ;
		  display: block;
  }
}
.class__schedule-col {
		width: 50%;
		box-sizing: border-box;
		margin-bottom: 50px;
		padding: 0 20px;
}
@media screen and (max-width: 670px) {
  .class__schedule-col {
		  width: 100%;
		  padding: 0;
  }
}
.class__schedule-col h3 {
		background: #48ca8e;
		border-bottom: 1px solid #36976a;
		margin-bottom: 20px;
		padding: 8px 20px;
		font-weight: 700;
		line-height: 1;
		font-size: 2.5rem;
		color: #FFFFFF;
		position: relative;
}
@media screen and (max-width: 670px) {
  .class__schedule-col h3 {
		margin-bottom: 10px;
		padding: 8px 10px;
		font-size: 1.8rem;
  }
}
.class__schedule-col h3:after {
  position: absolute;
		bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #9d998e;
}
.class__schedule-col dl {
		margin: 0 20px;
}
@media screen and (max-width: 670px) {
  .class__schedule-col dl {
		  margin: 0 10px;
  }
}
.class__schedule-col dt {
		float: left;
		padding: 10px 0;
		font-size: 1.6rem;
}
.class__schedule-col dd {
  border-bottom: dashed 1px #808080;
		padding: 10px 0 10px 7em;
		font-size: 1.6rem;
}
.class_schedule .class__section-headline img {
  height: 58px;
}
@media screen and (max-width: 670px) {
  .class_schedule .class__section-headline img {
    height: 29px;
  }
}
.class__to-faq {
  margin: 80px 0 70px;
  text-align: center;
}
.class__btn {
  background: #FFFFFF;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 22px 10px;
  color: #333333;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  max-width: 100%;
  width: 600px;
}
.class__btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .class__btn:hover {
    color: #333333;
  }
}
.class__btn:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 100%;
  background: #333333;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .class__btn:after {
    display: none;
  }
}
.class__btn:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .class__btn:hover:after {
    display: none;
  }
}