@charset "utf-8";
/* fukuchikai2022 CSS Document 
------------------------------------------------------------ */
html {
  overflow: visible;
  overscroll-behavior: none;
}
* html {
  /* for IE6 */
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}
body {
  color: #898989;
  font-family: "Shippori Mincho", "Noto Serif JP", YuMincho, "Yu Mincho",
    "游明朝体", serif;

  position: relative;
  min-width: 280px;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  width: 100%;
  margin: 0px;
  text-align: justify;
  box-sizing: border-box;
  overflow-x: hidden;
}
* html body {
  /* for IE6 */
  overflow-y: auto;
  height: 100%;
}

ul {
  list-style: none;
}
li {
  float: left;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/*.clearfix { display: block; }*/
/* End hide from IE-mac */

/*clearfix to objects*/
header:after,
main:after,
footer:after,
.container:after,
section:after,
div.widthsize:after,
ul:after {
  content: ".";
  display: block;
  height: 0px;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
legend,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: bottom;
}
/**--------------------------------------------------------------------------------------------------------*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a {
  text-decoration: none;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:active {
  color: #666;
}
/*a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}
*/
/**--------------------------------------------------------------------------------------------------------*/
.f07 {
  font-size: 0.7rem;
}
.f08 {
  font-size: 0.8rem;
}
.f09 {
  font-size: 0.9rem;
}
.f10 {
  font-size: 1rem;
}
.f11 {
  font-size: 1.1rem;
}
.f12 {
  font-size: 1.2rem;
}
.f13 {
  font-size: 1.3rem;
}
.f15 {
  font-size: 1.5rem;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt5 {
  margin-top: 5rem;
}
.mt8 {
  margin-top: 8rem;
}
.mt100 {
  margin-top: 100px;
}
.ml05 {
  margin-left: 0.5rem;
}
.ml07 {
  margin-left: 0.7rem;
}
.ml1 {
  margin-left: 1rem;
}
.ml2 {
  margin-left: 2rem;
}
.mr05 {
  margin-right: 0.5rem;
}
.ptpd2 {
  padding: 2rem 0;
}
.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/*.fnt_gothic{font-family: 'M PLUS Rounded 1c', sans-serif , "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック";}*/
.fnt_gothic {
  font-family: "M PLUS 1p", sans-serif, "ヒラギノ角ゴ Pro",
    Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
}
.txt_org {
  color: #f8b62d;
}
.txt_blue {
  color: #036eb8;
}
.txt_blue02 {
  color: #1f2c5c;
}
.txt_pnk {
  color: #951c5b;
}
.txt_pnk02 {
  color: #ef8589;
}
.txt_red {
  color: #ff0004;
}
.txt_white {
  color: #fff;
}
.txt_yellow {
  color: #fff100;
}
.txt_w600 {
  font-weight: 600;
}
h1 {
  letter-spacing: 5px;
}
.bg_blu {
  background: #1f2c5c;
}
.bg_blu02 {
  background: #036eb6;
}
.bg_gry {
  background: #666666;
}
.bg_pnk {
  background: #ef8589;
}
.w50 {
  width: 50%;
}
.vegas-timer {
  height: 0 !important;
}
@media screen and (min-width: 280px) {
  main {
    background: #1f2c5c;
    color: #fff;
  }
  #momijigaoka main,
  #mahora main,
  #momiji main,
  #momijigaoka_foreign main,
  #momijigaoka_hospitalization main,
  #hanamomo main,
  #himawari main,
  #momiji_daycare main,
  #nagomi main,
  #asuro main,
  #hidamari main {
    background: #fff;
    color: #898989;
  }
  .sakura main,
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section:last-child {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .widthsize {
    max-width: 766px;
    margin: 0 1rem;
    position: relative;
  }
  img {
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .sp_none02 {
    display: none;
  }

  #topbutton {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
  }
  #topbutton img {
    width: 80%;
  }
  .w100 {
    width: 100%;
  }
  .header_img_pc {
    display: none;
  }
  #header_img_pc {
    display: none;
  }
  /*.topics_img_area{
	width:100%;
}
.topics_img_area img{
	width:100%;
	margin-bottom:10px;
	display:inline-block;
}
.topics_img_area img:first-of-type{
	margin-top:16px;
}*/
  /* 画面外にいる状態 */
  .fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
  }

  /* 画面内に入った状態 */
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  /*

-----------------------------------------------------------*nav*/
  .global-nav {
    display: none;
  }

  #header_img_sp {
    margin-top: 0px;
  }

  .header_img_sp {
    padding-top: 50px;
  }

  /*
-----------------------------------------------------------------footer*/
  footer {
    background: #7f4f21;
    color: #ffffff;
    padding-top: 2rem;
  }
  #momijigaoka footer,
  #momijigaoka_hospitalization footer,
  #momijigaoka_foreign footer,
  #mahora footer,
  #momiji footer {
    background: #036eb6;
  }
  .sakura footer {
    background: #6a3906;
    color: #ffffff;
    padding-top: 2rem;
  }
  footer .f_address_box {
    width: 100%;
  }
  footer .f_name {
    text-align: center;
  }
  .f_name img {
    width: 90%;
  }

  footer .f_address {
    margin-top: 1rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
  footer #f_address img {
    width: 90%;
  }
  footer .f_pp {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 1rem 0;
  }
  /*
-----------------------------------------------------------*施設インフォメーション*/
  #catchi h1,
  #infomation .name {
    width: 80%;
    max-width: 270px;
    margin: auto;
  }
  #top #catchi h1 {
    max-width: 400px;
  }
  #catchi {
    width: 100%;
    margin: 0 auto 1rem;
    text-align: center;
  }
  #infomation {
    width: 100%;
    margin: 5rem auto;
    text-align: center;
  }
  #catchi ul,
  #infomation ul {
    font-size: 1.1rem;
  }
  #catchi li,
  #infomation li {
    float: none;
    margin: 2rem auto;
    line-height: 2rem;
  }

  #catchi .tel_ttl,
  #infomation .tel_ttl {
    font-size: 22px;
  }
  #catchi .tel,
  #infomation .tel {
    /*font-size: 36px;*/
    font-size: 30px;
    padding-top: 20px;
  }
  #catchi .tel a,
  #infomation .tel a {
    color: #898989;
  }
  /*.sakura #infomation .tel a{
color: #fff;
    }*/
  #catchi .tel::before,
  #infomation .tel::before,
  #asuro #catchi .tel::before,
  #asuro #infomation .tel::before {
    content: url("../img/common/icon_tel.png");
    display: inline-block;
    transform: scale(0.8);
    vertical-align: middle;
    padding-right: 8px;
  }
  /*.sakura #infomation .tel::before{
	content:url("../img/common/icon_tel_white.png");
    }*/
  #infomation .lnkbtn_blu,
  #infomation .lnkbtn_white,
  #infomation .lnkbtn_gry {
    width: 100%;
    margin: 3rem auto;
    text-align: center;
  }
  #infomation .lnkbtn_blu a:link,
  #infomation .lnkbtn_blu a:visited,
  #infomation .lnkbtn_white a:link,
  #infomation .lnkbtn_white a:visited,
  #infomation .lnkbtn_gry a:link,
  #infomation .lnkbtn_gry a:visited {
    padding: 5px 30px;
    text-align: center;
    letter-spacing: 5px;
    display: inline-block;
  }
  #infomation .lnkbtn_blu a:link,
  #infomation .lnkbtn_blu a:visited {
    background: #1f2c5c;
    border: solid 1px #1f2c5c;
    color: #fff;
  }
  #infomation .lnkbtn_blu a:hover,
  #infomation .lnkbtn_white a:hover,
  #infomation .lnkbtn_gry a:hover {
    display: inline-block;
    transition: all 0.5s ease;
  }
  #infomation .lnkbtn_blu a:hover {
    background: #fff;
    color: #1f2c5c;
  }
  #infomation .lnkbtn_white a:link,
  #infomation .lnkbtn_white a:visited {
    background: #fff;
    border: solid 1px #fff;
    color: #ef8589;
  }
  #infomation .lnkbtn_white a:hover {
    background: #ef8589;
    color: #fff;
  }
  #infomation .lnkbtn_gry a:link,
  #infomation .lnkbtn_gry a:visited {
    background: #898989;
    border: solid 1px #898989;
    color: #fff;
  }
  #infomation .lnkbtn_gry a:hover {
    background: #fff;
    color: #898989;
  }
  /*
-----------------------------------------------------------*lnk_online*/
  .lnk_online {
    margin: 0 auto 5rem;
    width: 90%;
  }
  /*
-----------------------------------------------------------*lnk_block*/
  #lnk_block {
    /*padding-top: 5rem;*/
    padding-bottom: 5rem;
  }
  #lnk_block img {
    width: 100%;
  }
  /*-------------------------------リクルートリンクバナー追加　2024　ここから*/
  #lnk_block #top_recruit_lnk_list {
    margin: 5rem auto 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 30px 10px;
  }
  #momijigaoka #lnk_block,
  #momijigaoka_foreign #lnk_block,
  #momijigaoka_hospitalization #lnk_block {
    background-color: #1f2c5c;
  }
  #lnk_block .recruit_list_ttl {
    font-size: 24px;
    letter-spacing: 6px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  #lnk_block #top_recruit_lnk_list ul {
    width: 100%;
    margin: auto;
  }
  #lnk_block #top_recruit_lnk_list li {
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
    position: relative;
  }
  #lnk_block #top_recruit_lnk_list li a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    box-sizing: border-box;
    border-bottom: #898989 solid 1px;
    padding-bottom: 10px;
  }
  #lnk_block #top_recruit_lnk_list li ::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 1rem;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  #lnk_block #top_recruit_lnk_list li a:visited {
    color: #fff;
  } /*-------------------------------リクルートリンクバナー追加　2024　ここから*/

  /*#lnk_block .movie{
    margin: 4rem auto;
    text-align: center;
    width: 80%;
    }
#lnk_block .movie video{
	width: 100%;
}*/
  /*
-----------------------------------------------------------*recruit_lnkbtn*/
  #recruit_lnkbtn {
    padding: 10px;
    width: 60px;
    height: 40px;
    /*line-height: 80px;*/
    border-radius: 15px;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    background: #f5a21e;
    /* ▼表示位置を画面の右下に固定 */
    position: fixed; /* ←表示場所を固定 */
    bottom: 100px; /* ←下端からの距離 */
    right: 15px; /* ←右端からの距離 */
    /* ▼最初は非表示にしておく */
    display: none;
  }
  #recruit_lnkbtn:before {
    content: "";
    position: absolute;
    display: block;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #f5a21e;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  #recruit_lnkbtn a {
    color: #fff;
    font-size: 0.9rem;
    font-family: "M PLUS 1p", sans-serif, "ヒラギノ角ゴ Pro",
      Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  }
  #kusho_lnkbtn {
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 15px;
    /*display: none;*/
    background: #1f2c5c;
    color: #fff;
    width: 60px;
    height: 60px;
  }
  #asuro #kusho_lnkbtn {
    bottom: 170px;
  }
  /*.sakura #kusho_lnkbtn:before {
    display: none;
}
*/
  #kusho_lnkbtn a {
    color: #fff;
    font-size: 0.9rem;
    font-family: "M PLUS 1p", sans-serif, "ヒラギノ角ゴ Pro",
      Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
    display: inline-block;
    line-height: 30px;
  }
  #kusho_lnkbtn img {
    width: 50%;
  }

  /*
-----------------------------------------------------------*momiji_youtube*/
  .momiji_youtube .movie_item {
    width: 100%;
    margin: 2em auto;
  }
  .momiji_youtube .youtube_ifreme {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 320px) {
  /*
-----------------------------------------------------------*nav*/
  /* menu */
  .cp_offcm01 .cp_menu {
    width: 300px;
  }
  .cp_offcm01 .cp_menu li a {
    padding: 10px;
    font-size: 15px;
    /*letter-spacing: 1.5px;*/
  }
  .cp_offcm01 #cp_toggle01:checked ~ label {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
@media screen and (min-width: 767px) {
  .sp_none02 {
    display: inline-block;
  }
  .pc_none02 {
    display: none;
  }
  .widthsize,
  .widthsize_l {
    max-width: 979px;
    margin: 0 2rem;
  }
  .head_name {
    width: 217px;
  }
  #topbutton {
    bottom: 10px;
    right: 20px;
  }
  #topbutton img {
    width: auto;
  }
  /*.topics_img_area{
	width:80%;
}*/
  /*
-----------------------------------------------------------*施設インフォメーション*/
  #catchi h1,
  #infomation .name {
    width: 40%;
  }

  /*
-----------------------------------------------------------*lnk_online*/
  .lnk_online {
    margin: 0 auto 8rem;
    width: 600px;
  }
  /*
-----------------------------------------------------------*lnk_block*/
  #lnk_block .movie {
    width: 50%;
  }
  .momiji_recruit_banner {
    margin: 5rem 0;
  }
  /*
----------------------------------------------------------footer*/
  .reserve_box .wrap,
  .other_box .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .reserve_box .wrap li,
  .other_box .wrap li {
    width: calc(100% / 3);
    padding: 2rem 5px 1rem;
    box-sizing: border-box;
  }
  .other_box .wrap li img {
    width: 100%;
  }
  footer #f_address_box {
    width: 50%;
    margin: auto;
  }
  footer #f_address_box img {
    width: 100%;
  }
  footer f_nav {
  }
  /*
-----------------------------------------------------------*recruit_lnkbtn*/
  #recruit_lnkbtn {
    padding: 20px 10px 10px;
    width: 100px;
    height: 60px;
    line-height: 1.5em;
  }
  #recruit_lnkbtn:before {
    left: 25%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  #recruit_lnkbtn a {
    font-size: 20px;
    letter-spacing: 2px;
  }
  #kusho_lnkbtn {
    width: 140px;
    height: 140px;
    line-height: normal;
    padding: 0;
    border-radius: 50%;
  }
  #kusho_lnkbtn a {
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 1.2em;
    padding-top: 15px;
  }
  #kusho_lnkbtn img {
    width: 80%;
  }
  #asuro #kusho_lnkbtn {
    bottom: 220px;
  }
  /*
-----------------------------------------------------------*momiji_youtube*/
  .momiji_youtube .movie_item {
    width: 70%;
  }
}
@media screen and (min-width: 980px) {
  .sp_none {
    display: inline-block;
  }
  .pc_none {
    display: none;
  }
  .global-nav {
    display: block;
    background: #1f2c5c;
    color: #fff;
    padding-top: 5px;
  }
  .sakura .global-nav {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  #nav_sp {
    display: none;
  }
  #header_img_sp {
    display: none;
  }
  .header_img_sp {
    display: none;
  }
  #header_img_pc {
    display: block;
    padding-top: 82px;
  }
  .header_img_pc {
    display: block;
    padding-top: 82px;
  }
  .sakura .header_img_pc {
    padding-top: 145px;
  }
  /*main {
	margin-top:5rem;
}
#top main {
	margin-top:0;
}
*/
  .widthsize {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .widthsize_l {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .head_img {
    padding-top: 0;
  }
  .logo img {
    width: auto;
  }

  /*---------------------------------------------------------------------------------- // fixed_menu // ----------*/

  .nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    background-color: #1f2c5c;
    box-shadow: 0 3px 10px -5px #80a0f9;
    /*opacity: 0.6;*/
  }

  .sakura .nav-fixed {
    background-color: #ef8589;
    box-shadow: 0 3px 10px -5px #f6bfc6;
    height: 120px;
    /*opacity: 0.6;*/
  }
  .sakura_nav_pc {
    width: 100%;
    position: absolute;
    right: 0;
  }
  .sakura_nav_pc ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .sakura_nav_pc li {
    display: inline-block;
    width: calc(100% / 11);
  }
  .sakura_nav_pc li a {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 100;
  }

  /*---------------------------------------------------------------------------------- // menu // ----------*/
  #menu_pc {
    display: block;
    /*padding:20px 0;*/
    margin: auto;
    max-width: 1024px;
    height: 80px;
    position: relative;
  }
  .head_name_pc {
    position: absolute;
    left: 0;
    width: 180px;
  }
  .head_name_pc img {
    width: 100%;
  }
  #menu_pc .menu_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    right: 80px;
  }
  .menu_inner .menu_s,
  .menu_inner .menu_l {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid;
    line-height: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 40px;
  }
  .menu_inner .menu_s:last-child {
    border-right: none;
  }
  .menu_inner a {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 100;
  }
  .menu_inner a:hover {
    color: #ffffff;
  }
  .menu_inner a::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.5s;
  }

  .menu_inner a:hover::after {
    transform: scale(1, 1);
  }
  #menu_pc .sns_block {
    position: absolute;
    right: 40px;
    width: 30px;
    top: 30px;
  }
  #menu_pc .sns_block02 {
    position: absolute;
    right: 0;
    width: 30px;
    top: 30px;
  }
  #menu_pc .child_menu {
    width: 140%;
    position: absolute;
    top: 100%;
    left: -30%;
    padding: 30px;
    margin-top: 30px;
    color: #fff;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2000;
    transition: all 0.5s ease;
  }

  #menu_pc .menu_l:hover .child_menu {
    visibility: visible;
  }
  #menu_pc .child_menu .child_menu_inner {
    width: calc(100% / 3 - 12px);
  }
  #menu_pc .child_menu .child_menu_inner ul,
  #menu_pc .child_menu .child_menu_inner li {
    width: 100%;
  }
  #menu_pc .child_menu .child_menu_inner li {
    display: inline-block;
    line-height: 2em;
    margin-bottom: 16px;
    padding-left: 1em;
    box-sizing: border-box;
  }
  #menu_pc .child_menu_inner a::after {
    bottom: 0;
  }
  .child_menu_sub {
    font-size: 0.85rem;
    letter-spacing: normal;
  }
  #menu_pc .shisetsu_area,
  footer #f_nav .shisetsu_area {
    font-size: 1.1em;
    border-bottom: solid 1px;
    padding-bottom: 2px;
    font-family: "M PLUS 1p", sans-serif, "ヒラギノ角ゴ Pro",
      Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
    letter-spacing: 1px;
    display: flex; /* ← 横並びにする */
    align-items: center;
  }

  #menu_pc .shisetsu_area::before,
  footer #f_nav .shisetsu_area::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    margin-right: 8px;

    background-color: currentColor;
    border-radius: 50% 50% 60% 60%;
    clip-path: polygon(50% 100%, 75% 60%, 90% 25%, 50% 0%, 10% 25%, 25% 60%);
  }
  #menu_pc .child_menu .child_menu_inner li.mb10 {
    margin-bottom: 10px;
  }

  #momijigaoka #lnk_block,
  #momijigaoka_foreign #lnk_block,
  #momijigaoka_hospitalization #lnk_block {
    background-color: #fff;
  }
  /*
----------------------------------------------------------footer*/
  footer #f_address_box {
    width: 40%;
  }

  footer #f_nav {
    display: block;
    margin-top: 50px;
  }
  footer #f_nav .flex {
    justify-content: space-between;
  }
  footer .f_nav_box {
    width: calc(100% / 3);
    box-sizing: border-box;
  }
  footer #f_nav ul {
    width: 100%;
    position: relative;
  }
  footer #f_nav li {
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
  }
  footer #f_nav li a {
    color: #fff;
    text-decoration: none;
    position: relative;
  }

  footer #f_nav li a:hover {
    color: #fff;
  }
  footer #f_nav li a::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

  footer #f_nav li a:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: -4px;
    /*transform: scale(1, 1);*/
  }
  footer #f_nav .lnk_btn a:hover::after {
    opacity: 0;
  }
  footer #f_nav .arrow::before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
    top: 15px;
  }
  footer .f_nav_box .lnk_btn {
    border: 1px solid #fff;
    width: 70% !important;
    margin: 2em 0 0;
    padding-left: 0 !important;
  }
  /************************************************ここから*/
  footer #f_nav .child_menu {
    width: 960px;
    position: absolute;
    top: -300px;
    left: -5px;
    padding: 30px;
    margin-top: 30px;
    color: #fff;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2000;
    transition: all 0.8s ease;
  }

  footer #f_nav .lnk_btn:hover .child_menu {
    visibility: visible;
  }
  footer #f_nav .child_menu .child_menu_inner {
    width: calc(100% / 3 - 12px);
  }
  footer #f_nav .child_menu .child_menu_inner ul,
  footer #f_nav .child_menu .child_menu_inner li {
    width: 100%;
  }
  footer #f_nav .child_menu .child_menu_inner li {
    display: inline-block;
    line-height: 2em;
    margin-bottom: 16px;
    padding-left: 1em;
    box-sizing: border-box;
  }
  /*footer #f_nav .child_menu .child_menu_inner li a::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}

footer #f_nav .child_menu .child_menu_inner a:hover::after {
  transform: scale(1, 1);
}*/
  /*************************************************end*/

  footer #f_nav .tit {
    font-size: 1.3rem;
    line-height: 40px;
  }
  footer .f_pp {
    padding: 5rem 0 2rem;
  }
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  /*****************************さくら苑 問い合わせボタン（スマホはmeanmenu.css）*****ここから*/
  .sakura #mail_lnkbtn,
  #asuro #mail_lnkbtn {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background: #ef8589;
    position: fixed;
    right: 0;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    border-radius: 15px 0 0 15px;
    height: 174px;
    width: 46px;
    box-sizing: border-box;
    transition-duration: 0.6s;
  }
  .sakura #mail_lnkbtn,
  #asuro #mail_lnkbtn {
    top: 200px;
  }
  .sakura #mail_lnkbtn.fixed,
  #asuro #mail_lnkbtn.fixed {
    top: 160px;
  }
  .sakura #mail_lnkbtn:before,
  #asuro #mail_lnkbtn:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/common/lnk_arrow.png");
    background-size: cover;
  }
  /*.sakura #mail_lnkbtn:before,
#asuro #mail_lnkbtn:before{
	font-family: 'FontAwesome';
	content: '\f138';
    color: #fff;
}
*/
  .sakura #mail_lnkbtn a,
  #asuro #mail_lnkbtn a {
    color: #fff;
    font-family: "M PLUS 1p", sans-serif, "ヒラギノ角ゴ Pro",
      Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
  }
  .sakura #kusho_lnkbtn,
  #asuro #kusho_lnkbtn {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    position: fixed;
    background: #1f2c5c;
    writing-mode: vertical-rl;
    border-radius: 15px 0 0 15px;
    height: 174px;
    width: 46px;
    box-sizing: border-box;
    right: 0;
    bottom: inherit;
    display: block !important;
    transition-duration: 0.6s;
  }
  .sakura #kusho_lnkbtn,
  #asuro #kusho_lnkbtn {
    top: 380px;
  }
  .sakura #kusho_lnkbtn.fixed,
  #asuro #kusho_lnkbtn.fixed {
    top: 350px;
  }
  #sakura_toiawase #kusho_lnkbtn {
    top: 160px !important;
  }
  .sakura #kusho_lnkbtn:before,
  #asuro #kusho_lnkbtn:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/common/lnk_arrow.png");
    background-size: cover;
  }
  /*.sakura #kusho_lnkbtn:before,
#asuro #kusho_lnkbtn:before {
	font-family: 'FontAwesome';
	content: '\f138';
    color: #fff;
}*/
  .sakura #kusho_lnkbtn a,
  #asuro #kusho_lnkbtn a {
    color: #fff;
    font-family: "M PLUS 1p", sans-serif, "ヒラギノ角ゴ Pro",
      Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック";
    font-size: 1em;
    line-height: 0;
    letter-spacing: 3px;
  }

  /*****************************さくら苑のみ配置変更*****ここまで*/
}
@media screen and (min-width: 1100px) {
}
