@charset "utf-8";
/* CSS Document */



/*===============================================
画面の横幅が1024px以上（パソコン用）
===============================================*/
@media print,screen and (min-width: 1024px){

/********* 白 width 100% **********/
.button_white100per {
  display: inline-block;
  width: 100%;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  outline: none;
  margin: 5px 0;
}
.button_white100per::before,
.button_white100per::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_white100per,
.button_white100per::before,
.button_white100per::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_white100per {
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #333333;
  border-radius:28px;
}
.button_white100per:hover {
  background-color:#666666;
  color: #ffffff;
}

/********* 白 **********/
.button_white400 {
  display: inline-block;
  width: 400px;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  outline: none;
  margin: 5px 0;
}
.button_white400::before,
.button_white400::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_white400,
.button_white400::before,
.button_white400::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_white400 {
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #333333;
  border-radius:28px;
}
.button_white400:hover {
  background-color:#666666;
  color: #ffffff;
}

/********* 黒 **********/
.button_black {
  display: inline-block;
  width: 180px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
}
.button_black::before,
.button_black::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_black,
.button_black::before,
.button_black::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_black {
  background-color: #333333;
  border: 1px solid #666666;
  color: #ffffff;
  line-height: 44px;
  border-radius:24px;
  opacity: 0.7;
}
.button_black:hover {
  background-color:#ffffff;
  color:#333333;
  opacity: 1;
}

/********* 緑 **********/
.button_green {
  display: inline-block;
  width: 400px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
}
.button_green::before,
.button_green::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_green,
.button_green::before,
.button_green::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_green {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 44px;
  border-radius:24px;
}
.button_green:hover {
  background-color:#29995f;
  color:#ffffff;
}

/********* 電話 **********/
.button_telephone {
  display: inline-block;
  width: 200px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  background-image: url(/common/images/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px;
}
.button_telephone::before,
.button_telephone::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_telephone,
.button_telephone::before,
.button_telephone::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_telephone {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 44px;
  border-radius:24px;
}
.button_telephone:hover {
  background-color:#29995f;
  color:#ffffff;
}

/********* メール **********/
.button_mail {
  display: inline-block;
  width: 200px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  background-image: url(/common/images/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px;
}
.button_mail::before,
.button_mail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_mail,
.button_mail::before,
.button_mail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_mail {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 44px;
  border-radius:24px;
}
.button_mail:hover {
  background-color:#29995f;
  color:#ffffff;
}

/********* 本文中に配置するボタン **********/
.button_honbun {
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  margin: 4px 0;
}
.button_honbun::before,
.button_honbun::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_honbun,
.button_honbun::before,
.button_honbun::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_honbun {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_honbun:hover {
  background-color:#29995f;
  color:#ffffff;
  text-decoration: none;
}

/********* 本文中に配置するボタン（ロング） **********/
.button_honbun_long {
  display: inline-block;
  width: 300px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  margin: 4px 0;
}
.button_honbun_long::before,
.button_honbun_long::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_honbun_long,
.button_honbun_long::before,
.button_honbun_long::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_honbun_long {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_honbun_long:hover {
  background-color:#29995f;
  color:#ffffff;
  text-decoration: none;
}

/********* 本文中に配置するボタン（ショート） **********/
.button_honbun_short {
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  margin: 4px 0;
}
.button_honbun_short::before,
.button_honbun_short::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_honbun_short,
.button_honbun_short::before,
.button_honbun_short::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_honbun_short {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_honbun_short:hover {
  background-color:#29995f;
  color:#ffffff;
  text-decoration: none;
}

/********* 入所・通所イベントのページ内ジャンプ **********/
.button_event {
  display: inline-block;
  /*width: 300px;*/
  height: 40px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  margin: 0 0 4px 0;
  padding: 0 15px;
}
.button_event::before,
.button_event::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_event,
.button_event::before,
.button_event::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_event {
  background-color: #fbe2ff;
  border: 1px solid #b931d1;
  line-height: 36px;
  border-radius:20px;
  color: #ffffff;
}
.button_event:hover {
  background-color:#f7c8ff;
  color: #000000;
  text-decoration: none;
}

/********* モーダルウィンドウ内の閉じるボタン **********/
.button_modal {
  display: inline-block;
  width: 200px;
  height: 40px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  margin: 0 0 4px 0;
}
.button_modal::before,
.button_modal::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_modal,
.button_modal::before,
.button_modal::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_modal {
  background-color: #ffffff;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_modal:hover {
  background-color:#29995f;
  color: #ffffff;
  text-decoration: none;
}

/********* 幅の決まっていないボタン **********/
.button_controllable {
  display: inline-block;
  /*width: 200px;
  height: 40px;*/
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  /*line-height: 20px;*/
  outline: none;
  padding: 2px 12px;
  margin: 0 0 4px 0;
}
.button_controllable::before,
.button_controllable::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_controllable,
.button_controllable::before,
.button_controllable::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_controllable {
  background-color: #effff7;
  border: 1px solid #29995f;
  text-decoration: underline;
  border-radius:8px;
}
.button_controllable:hover {
  background-color:#29995f;
  color: #ffffff;
  text-decoration: none;
}

/********* 幅の決まっていない白ボタン **********/
.button_controllable_white {
  display: inline-block;
  /*width: 200px;
  height: 40px;*/
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  /*line-height: 20px;*/
  outline: none;
  padding: 6px 16px;
  margin: 0 0 4px 0;
}
.button_controllable_white::before,
.button_controllable_white::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_controllable_white,
.button_controllable_white::before,
.button_controllable_white::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_controllable_white {
  background-color: #ffffff;
  border: 1px solid #666666;
  text-decoration: underline;
  border-radius:20px;
}
.button_controllable_white:hover {
  background-color:#333333;
  color: #ffffff;
  text-decoration: none;
}


}


/*===============================================
画面の横幅が1023pxまで（スマホ用）
===============================================*/
@media screen and (max-width:1023px){

/********* 白 width 100% **********/
.button_white100per {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  outline: none;
  margin: 5px 0;
}
.button_white100per::before,
.button_white100per::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_white100per,
.button_white100per::before,
.button_white100per::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_white100per {
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #333333;
  border-radius:28px;
}
.button_white100per:hover {
  background-color:#666666;
  color: #ffffff;
}

/********* 白 **********/
.button_white400 {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  outline: none;
  margin: 5px 0;
}
.button_white400::before,
.button_white400::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_white400,
.button_white400::before,
.button_white400::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_white400 {
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #333333;
  border-radius:28px;
}
.button_white400:hover {
  background-color:#666666;
  color: #ffffff;
}

/********* 黒 **********/
.button_black {
  display: inline-block;
  width: 180px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
}
.button_black::before,
.button_black::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_black,
.button_black::before,
.button_black::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_black {
  background-color: #333333;
  border: 1px solid #666666;
  color: #ffffff;
  line-height: 44px;
  border-radius:24px;
  opacity: 0.7;
}
.button_black:hover {
  background-color:#ffffff;
  color:#333333;
  opacity: 1;
}

/********* 緑 **********/
.button_green {
  display: inline-block;
  width: 100%;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
}
.button_green::before,
.button_green::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_green,
.button_green::before,
.button_green::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_green {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 44px;
  border-radius:24px;
}
.button_green:hover {
  background-color:#29995f;
  color:#ffffff;
}

/********* 電話 **********/
.button_telephone {
  display: inline-block;
  width: 200px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  background-image: url(/common/images/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px;
}
.button_telephone::before,
.button_telephone::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_telephone,
.button_telephone::before,
.button_telephone::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_telephone {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 44px;
  border-radius:24px;
}
.button_telephone:hover {
  background-color:#29995f;
  color:#ffffff;
}

/********* メール **********/
.button_mail {
  display: inline-block;
  width: 200px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  background-image: url(/common/images/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px;
}
.button_mail::before,
.button_mail::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_mail,
.button_mail::before,
.button_mail::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_mail {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 44px;
  border-radius:24px;
}
.button_mail:hover {
  background-color:#29995f;
  color:#ffffff;
}

/********* 本文中に配置するボタン **********/
.button_honbun {
  display: inline-block;
  width: 160px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  margin: 4px 0;
  font-size: 95%;
}
.button_honbun::before,
.button_honbun::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_honbun,
.button_honbun::before,
.button_honbun::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_honbun {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_honbun:hover {
  background-color:#29995f;
  color:#ffffff;
  text-decoration: none;
}

/********* 本文中に配置するボタン（ロング） **********/
.button_honbun_long {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  margin: 4px 0;
}
.button_honbun_long::before,
.button_honbun_long::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_honbun_long,
.button_honbun_long::before,
.button_honbun_long::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_honbun_long {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_honbun_long:hover {
  background-color:#29995f;
  color:#ffffff;
  text-decoration: none;
}

/********* 本文中に配置するボタン（ショート） **********/
.button_honbun_short {
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:300;
  margin: 4px 0;
}
.button_honbun_short::before,
.button_honbun_short::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_honbun_short,
.button_honbun_short::before,
.button_honbun_short::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_honbun_short {
  background-color: #ecffef;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_honbun_short:hover {
  background-color:#29995f;
  color:#ffffff;
  text-decoration: none;
}

/********* 入所・通所イベントのページ内ジャンプ **********/
.button_event {
  display: inline-block;
  /*width: 250px;*/
  height: 40px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  margin: 10px 0 4px 0;
  padding: 0 15px;
}
.button_event::before,
.button_event::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_event,
.button_event::before,
.button_event::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_event {
  background-color: #fbe2ff;
  border: 1px solid #b931d1;
  line-height: 36px;
  border-radius:20px;
}
.button_event:hover {
  background-color:#f7c8ff;
  color: #000000;
  text-decoration: none;
}

/********* モーダルウィンドウ内の閉じるボタン **********/
.button_modal {
  display: inline-block;
  width: 200px;
  height: 40px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  margin: 0 0 4px 0;
}
.button_modal::before,
.button_modal::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_modal,
.button_modal::before,
.button_modal::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_modal {
  background-color: #ffffff;
  border: 1px solid #29995f;
  line-height: 36px;
  border-radius:20px;
}
.button_modal:hover {
  background-color:#29995f;
  color: #ffffff;
  text-decoration: none;
}

/********* 幅の決まっていないボタン **********/
.button_controllable {
  display: inline-block;
  /*width: 200px;
  height: 40px;*/
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  /*line-height: 20px;*/
  outline: none;
  padding: 2px 12px;
  margin: 0 0 4px 0;
}
.button_controllable::before,
.button_controllable::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_controllable,
.button_controllable::before,
.button_controllable::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_controllable {
  background-color: #effff7;
  border: 1px solid #29995f;
  text-decoration: underline;
  border-radius:8px;
}
.button_controllable:hover {
  background-color:#29995f;
  color: #ffffff;
  text-decoration: none;
}

/********* 幅の決まっていない白ボタン **********/
.button_controllable_white {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 6px 16px;
  margin: 16px 0 4px 0;
}
.button_controllable_white::before,
.button_controllable_white::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_controllable_white,
.button_controllable_white::before,
.button_controllable_white::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_controllable_white {
  background-color: #ffffff;
  border: 1px solid #666666;
  text-decoration: underline;
  border-radius:20px;
}
.button_controllable_white:hover {
  background-color:#666666;
  color: #ffffff;
  text-decoration: none;
}


}