@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 900px
---------------------------------------------*/
@media screen and (max-width: 900px) {



  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
  }


  .only_pc_none {
    display: block !important;
  }

  .only_sp_none {
    display: none !important;
  }

  .sp_br {
    display: inline;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  h2 {
    font-size: 180%;
  }



  /*---------------------------------------------
 ** スマホメニュー
---------------------------------------------*/
  #header {
    background: #fff;
    box-shadow: 0 0 5px #999;
  }

  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: #1bb6db;
    z-index: 99999;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 10px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 14px;
  }

  .hamburger span:nth-child(2) {
    top: 24px;
  }

  .hamburger span:nth-child(3) {
    top: 35px;
  }


  .hamburger.active span:nth-child(1) {
    top: 25px;
    left: 10px;
    background: #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 25px;
    background: #fff;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .mm-panel {
    background: #246c99 !important;
  }

  .mm-navbar {
    background: #0e82b3 !important;
  }

  .mm-listitem:after {
    width: calc(100% - 40px);
    background: #a5dcff;
  }

  .mm-navbar {
    color: #fff !important;
  }

  .mm-slideout {
    cursor: pointer;
  }

  .mm-listview {
    font-size: 120%;
  }

  #global_nav_sp {
    margin-top: 10px;
  }

  #global_nav_sp li a {
    padding: 15px 0 20px;
    text-align: center;
  }

  .globalMenuSp {
    display: none;
  }

  #side_btn {
    width: auto;
    padding: 8px 3%;
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    bottom: 60px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
    background: #ffffffbf;
    transform: translateY(200px);
    transition: all 0.5s;
  }
  #side_btn.fixed {
    transform: translateY(0);
  }

  #side_btn a:nth-of-type(1) {
    width: 49%;
    writing-mode: unset;
    -webkit-writing-mode: unset;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    padding: 10px 10px;
    font-size: 120%;
    transition: all 0.5s;
    background: #90278c;
    ;
  }

  #side_btn a:nth-of-type(2) {
    width: 48%;
    writing-mode: unset;
    -webkit-writing-mode: unset;
    text-align: center;
    display: block;
    padding: 10px 10px;
    font-size: 120%;
    transition: all 0.5s;
    background: #69cdff;
  }

  #side_btn a:nth-of-type(1):hover,
  #side_btn a:nth-of-type(2):hover {
    padding: 10px 10px;
    opacity: 1;
  }


  #header {
    height: 69px;
    position: fixed;
    z-index: 4;
  }

  #header h1 {
    width: 80%;
    max-width: 220px;
    padding-top: 10px;
  }

  #header_in_sp {
    width: 97%;
    margin: 0 auto;
    display: block;
    position: relative;
  }

  #header_in {
    display: none;
  }


  #nav_sp {
    margin-top: 70px;
    z-index: 2;
    overflow: scroll;
  }

  #nav_sp .pc_none {
    display: block;
  }

  #pageTop a {
    width: 33px;
    height: 33px;
  }
  #main_catch{
    max-width:450px;
  }
  #main{
    height: 650px;
  }
  
  #main .slide{
    min-height: 700px;
  }
  
  #main .slide img {
    min-height: 700px;
  }

  #spe_ban {
    display: none;
  }
  #spe_ban_sp {
    display: block;
    z-index:2;
    text-align: center;
    position:relative;
    padding:20px 0 20px;
    background:#def7ff;
  }
  #spe_ban_sp img{
    width:70%!important;
    max-width:300px!important;
    margin:0 auto!important;
  }
  

  #content {
    z-index: 3;
    position: relative;
  }
  #top_new_life{
    padding-bottom:20%;
  }
  #top_new_life>div h2 {
    width:380px;
    font-size: 400%;
  }
  .top_life_img02 {
    width: 30%;
    top: 30px;
    right: 10px;
  }
  .top_life_img01 {
    width: 40%;
    position: absolute;
    bottom: -35%;
    left: 10%;
  }

  .top_life_img03 {
      width: 20%;
      bottom: -35%;
      right: 15%;
  }
  #top_info h2 div {
    font-size: 130%;
    letter-spacing: 0.4rem;
  }
  #top_info h2 span {
    font-size: 60%;
  }
  #top_info h2 {
    margin: 0 auto 7%;
  }
  .entry_start {
    font-size: 200%;
  }

  footer {
    padding-bottom: 80px;
    z-index: 2;
    position: relative;
  }

  #footer01 {
    padding: 8% 0 4%;
  }

  #footer02>div:nth-child(1) {
    padding-bottom: 40px;
  }


  #footer_fixed {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 5;
    /*
    transform: translateY(150px);
    transition: all 0.5s; */
  }
  /*
  #footer_fixed.fixed {
    transform: translateY(0);
  }*/

  #footer_fixed a {
    display: block;
    height: 60px;
    background: #fff;
    padding: 2px 10px 7px;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
  }

  #footer_fixed a img {
    width: 170px;
    margin: 0 auto 5px;
  }

  #footer_fixed a span {
    font-size: 60%;
    display: block;
  }


  #pageTop {
    bottom: 52px;
  }

  #pageTop a {
    display: block;
    width: 35px !important;
    height: 35px !important;
  }

  .mm-wrapper_opening #footer01,
  .mm-wrapper_opening #footer02 {
    display: none;
  }

  #main_lower {
    width:100%;
    height: auto;
    padding:80px 0 50px 0;
    font-size: 110%;
    text-align: center;
    margin:-10px auto 0;
  }
  body:not(#home) #main_lower{
    margin-top:70px;
  }
  #about #main_lower {
    background: url(../img/about/main_img_sp.png) no-repeat top 15px left 5% #bdeefe63;
    background-size: 250px auto;
  }
  #location #main_lower {
    background: url(../img/location/main_img_sp.png) no-repeat top 15px left 5% #bdeefe63;
    background-size: 250px auto;
  }
  #life #main_lower {
    background: url(../img/life/main_img_sp.png) no-repeat top 0px left 5% #bdeefe63;
    background-size: 200px auto;
  }
  #plan #main_lower {
    background: url(../img/plan/main_img_sp.png) no-repeat top 25px left 10% #bdeefe63;
    background-size: 150px auto;
  }
  #life_main ul{
    margin-top:-120px;
  }

  #main_lower h2 {
    margin:0 auto;
    line-height:1.6;
  }
  body:not(#home) #content {
    margin-top: 0px;
  }
  body#about #content {
    margin-top: 20px;
  }

  #about_line{
    width:90%;
    max-width:650px;
    height: 2100px;
    background: url(../img/about/line_sp.png) no-repeat top 10px left 0;
    background-size: auto 83%;
  }
  .about_data01{
    flex-direction: row-reverse;
    position:absolute;
    top:2%;
    left:13%;
    right:auto;
  }
  .about_data01>img{
    width:80%;
    max-width:400px;
    margin:0 auto 10px 15%;
  }
  .about_data01>div{
    width:80%;
    margin:0 0 10px 18%;
  }
  .about_data01>div::after {
    bottom: -30px;
  }
  .about_data02{
    flex-direction: row-reverse;
    position:absolute;
    top:30%;
    left:-10%;
    right:auto;
  }
  .about_data02>img{
    width:65%;
    max-width:400px;
    margin:0 auto 10px 40%;
  }
  .about_data02>div{
    width:80%;
    margin:0 0 10px 10px;
  }
  .about_data02 h3{
    text-align: left;
  }
  .about_data02>div>img {
    width: 140px;
    position: absolute;
    top: 0;
    right: auto;
    left:-130px;
  }

  .about_data03{
    flex-direction: row-reverse;
    position:absolute;
    top:56%;
    left:5%;
    right:auto;
  }
  .about_data03>img{
    width:80%;
    max-width:400px;
    margin:0px auto 10px 25%;
  }
  .about_data03>div{
    width:70%;
    margin:0 0 10px 18%;
  }

  .about_data04{
    flex-direction: row-reverse;
    position:absolute;
    left:-5%;
    right:auto;
    bottom:-40px
  }
  .about_data04>img{
    width:85%;
    max-width:480px;
    margin:0 auto 10px 30%;
  }
  .about_data04>div{
    width:80%;
    margin:0 0 10px 10px;
  }
  .about_data04 h3{
    text-align: left;
  }
  .about_data04>div>img {
    width: 140px;
    position: absolute;
    top: 0;
    right: auto;
    left:-130px;
  }

  #loca_hazard>dl dt br.br_none{
    display: none;
  }
  #loca_hazard>dl dt {
    width: 50%;
  }
  #loca_hazard>dl dd {
    width: 45%;
  }
  .loca_place_text{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:baseline;
  }
  .loca_place_text>div{
    width:280px;
  }
  .loca_place_text_time{
    margin-bottom:20px;
  }
  .loca_place_text>p{
    width:calc(100% - 280px);
    padding-top:2%;
  }
  #loca_place .white_slide{
    width:100%!important;
  }
  .place_small_text p img {
    width: 160px;
  }
  .life_block h3 .cinzel {
    font-size: 220%!important;
  }
  .life_block>div>p{
    margin:5% auto;
  }
  .life_block .col_2 dl{
    width:48%;
  }
  .life_block .col_3 dl {
    width: 31%;
  }
  .life_block .col_2 dd{
    font-size:120%;
  }
  .life_block .col_3 dd{
    font-size:100%;
  }
  .medi_box02>div {
    width: 42%;
  }
  .medi_box02>div>dl dd {
    font-size: 100%!important;
  }
  .medi_name {
    font-size: 140%;
  }
  .medi_box02>p {
    bottom: -20px;
  }
  #plan_main img {
    height: 400px;
  }
  #plan h3 .cinzel {
    font-size: 270%!important;
  }
  #park {
    padding: 6% 0;
  }
  #park dl{
    max-width:600px;
    margin:0 auto;
  }
  #park dl dt{
    width:100%;
    margin-bottom:3%;
  }
  #park dl dd{
    width:100%;
    text-align: center;
  }
  #plan_map>div>p {
    bottom: 0%;
  }
  #outline #main_lower{
    margin-top:0!important;
    background:#bdeefe63;
    margin-bottom:5%;
    padding:80px 0 30px 0!important;
  }
  #outline #main_lower h2{
    max-width:400px;
    margin:5% auto 2%;
  }
  #outline_tbl dl dt{
    width:160px;
  }
  #outline_tbl dl dd{
    width:calc(100% - 160px);
  }


  @media screen and (max-width: 850px) {
    #main {
      height: 530px;
    }
    #main .slide img {
      min-height: 700px;
    }
    .medi_box01>img{
      width:80%;
      max-width:500px;
      margin:0 auto 2%;
    }
    .medi_box01>div {
      width: 90%;
      max-width:500px;
      margin:0 auto 2%;
    }
    .medi_name{
      justify-content: center;
    }
    .medi_name span:nth-of-type(2) br{
      display: none;
    }
  }

  @media screen and (max-width: 780px) {
    .place_small>div{
      width:100%;
    }
    .place_small_text {
      width: 350px;
    }
    .place_small_text p img {
      display: none;
    }
    #loca_place .white_slide.place_small_img{
      display: block;
      width:calc(100% - 370px)!important;
    }
    #plan_map{
      width:100%;
      margin:8% auto 12%;
    }
    #family01 {
      left: 60px;
    }
    #family02 {
      right: 0px;
    }
    #plan_map>div>p {
      bottom: -5%;
    }
    #onlyone{
      width:90%;
      border:1px solid #883890;
    }
    #onlyone>div div p{
      width:100%;
    }
    #onlyone>div div p br.br_none{
      display: none;
    }
    #onlyone>div div img{
      width:100%;
      max-width:350px;
      margin:0 auto;
    }
    #loca_child>div h3>span::before{
      width:150px;
      top:-10px;
      left:-170px;
    }
    #loca_child>div h3>span::after{
      width:140px;
      top:-80px;
      right:-170px;
    }
    #loca_child>div h3 small{
      bottom:5px;
      right:0;
      font-size:14px;
    }

  }

  @media screen and (max-width: 720px) {
    #top_new_life>div h2 {
      width:290px;
      font-size: 300%;
    }
    #about_line {
      height: 1990px;
      background: url(../img/about/line_sp.png) no-repeat top 10px left 0;
      background-size: auto 82%;
    }
    .about_data01>div>img {
      left: -125px;
    }
    #plan_case p{
      text-align: left;
    }

  }

  @media screen and (max-width: 700px) {
    #main {
      height: 480px;
    }
    #main .slide img {
      min-height: 670px;
    }
    #top_new_life>div h2 {
      width:290px;
      font-size: 300%;
    }
    #top_btn div{
      height:250px;
    }
    #top_btn div > div a{
      height:250px;
    }
    #loca_hazard {
      padding: 5% 3% 4%;
    }
    #loca_hazard>dl dt {
      width: 100%;
      margin-bottom:4%;
    }
    #loca_hazard>dl dd {
      width: 100%;
      max-width:350px;
      margin:0 auto;
   }
  }

  @media screen and (max-width: 680px) {
    .about_data>div>img{
      width:100px!important;
    }
    .about_data01>div>img {
      left: -95px;
    }
    .about_data02>div>img {
      left: -100px;
    }
    .about_data03>div>img {
      left: -110px;
    }
    .about_data04>div>img {
      left: -120px;
    }
    
    .life_block .col_2 dd {
      font-size: 100%;
    }
    .life_block .col_3 dl {
      width: 48%;
    }
    .life_block .col_2 dd span{
      font-size:70%;
    }
    .medi_box02>div>dl dd{
      font-size:95%!important;
    }
    .life_block{
      padding:12% 0 12%
    }
    .life_medi{
      padding-bottom:18%;
    }
    .medi_box02>p {
      bottom: -40px;
      line-height:1.4;
    }
    .medi_box02>dl dd {
      text-align: center!important;
      display: block;
    }
    .medi_box02>dl dd span {
      display: block!important;
      text-align: center;
      padding-left: 0%;
    }
    #loca_child>div h3{
      width:100%;
      line-height:1.4;
      padding:30px 10px 30px;
    }
  
    #loca_child>div h3>span::before{
      width:110px;
      top:-100px;
      left:-40px;
    }
    #loca_child>div h3>span::after{
      width:100px;
      top:-165px;
      right:-20px;
    }


  }


  @media screen and (max-width: 580px) {
    body {
      font-size: 13px;
      line-height: 1.8;
    }
    #about #content {
      margin-top: 280px;
    }
    #top_new_life {
      padding: 140px 0 80px;
    }
    #top_new_life>div h2 {
      width: 235px;
      font-size: 280%;
      text-align: center;
    }
    .top_life_img01 {
      width: 180px;
      position: absolute;
      bottom: -100px;
      left: 8%;
    }
    .top_life_img02 {
      width: 200px;
      top: -120px;
      right: 0;
      left:0;
      margin:0 auto;
      padding-right:20px;
    }
    .top_life_img03 {
      width: 75px;
      bottom: -100px;
      right: 12%;
    }

    #top_btn>div{
      height:200px;
      border-bottom:2px solid #fff;
    }
    #top_btn div > div a{
      height:200px;
    }
    #about_line {
      height: 1990px;
      background: url(../img/about/line_sp2.png) no-repeat top 10px left 0px;
      background-size: auto 82%;
    }
    .about_data01 {
      left:6%;
    }
    .about_data03 {
      left: -1%;
    }
    .loca_place_text>div {
      width: 220px;
    }
    .loca_place_text h3 {
      font-size: 140%;
    }
    .loca_place_text_time {
      font-size: 140%;
    }
    .loca_place_text>p {
      width: calc(100% - 220px);
      padding-top: 0;
    }
    #life_main ul {
      margin-top: -80px;
    }
    .life_block>div>p{
      text-align: left;
    }
    .life_block>div>p br{
      display: none;
    }
    #plan_main img {
      height: 300px;
    }
    #land_plan {
      padding: 8% 0;
    }
    #plan h3+p {
      margin-bottom: 8%;
    }
    #plan_illust01 {
      width:16%;
      top:-35px;
    }
    #plan_illust02 {
      width:17%;
    }
    #plan_illust03 {
      width:12%;
      top: auto;
      bottom:0;
    }
    #plan_illust04 {
      width:9%;
      bottom:15px;
    }
    
    #onlyone {
      padding: 3% 0 6%;
    }
    #onlyone>div h4 {
      background: url(../img/plan/free_design.png) no-repeat top right;
      background-size: 60% auto;
      padding: 12% 0 1%;
    }
    #loca_child>div h3>span::before{
      width:110px;
      top:-100px;
      left:-80px;
    }
    #loca_child>div h3>span::after{
      width:100px;
      top:-170px;
      right:-80px;
    }
    
  }

  @media screen and (max-width: 480px) {
    #main .slide img {
      min-height: 630px;
    }
    .br_480_over {
      display: none;
    }

    .sp_480_over {
      display: none;
    }

    .sp_480_under {
      display: block;
    }

    .br_480 {
      display: inline;
    }
    #main_catch {
      width: 75%;
      margin-top: 150px;
    }
    .top_new_life_text p{
      text-align: left;
    }
    #top_info {
      padding: 12% 0;
      text-align: center;
    }
    #top_info h2{
      margin-bottom:12%;
    }
    #top_info h2 div {
      font-size: 120%;
      letter-spacing: 0.2rem;
    }
    #top_info .yokoku{
      margin-bottom:12%;
    }
    #top_info .yokoku p{
      text-align: left;
    }
    #top_info .yokoku p span{
      text-align: center;
      letter-spacing: 0.1rem;
    }
    #top_btn>div{
      height:500px!important;
      display: block;
    }
    #top_btn div > div{
      width:100%;
      transform: skew(0);
      position:relative!important;
      top:auto!important;
      left:auto!important;
      right:auto!important;
    }
    #top_btn div > div a{
      width:100%;
      height:250px!important;
      transform: skew(0);
    }
    #top_btn #top_btn_about a {
      background: url(../img/top_ban01.png) no-repeat left top -50px;
      background-size: 125%;
    }
    #top_btn_location{
      width:100%!important;
      margin:0 auto;
    }
    #top_btn #top_btn_location a {
      background: url(../img/top_ban02.png) no-repeat right top -50px;
      background-size: 130%;
    }
    #top_btn #top_btn_life a {
      background: url(../img/top_ban03.png) no-repeat left top;
      background-size: 120%;
    }
    #top_btn_plan{
      width:130%!important;
      left:-20%!important;
    }
    #top_btn_plan{
      width:100%!important;
      margin:0 auto;
    }
    #top_btn #top_btn_plan a {
      background: url(../img/top_ban04.png) no-repeat right top;
      background-size: 130%;
    }

    #footer01 {
      padding: 7% 0;
    }

    #footer01>div a {
      margin: 6% auto 7%;
    }

    #footer01>div p span {
      display: block;
      font-size: 100%;
      line-height: 1.6;
    }

    #footer02>div:nth-child(1) a {
      width: 140px;
    }
    #about_line {
      height: 1880px;
    }
    #about #main_lower{
      font-size:100%;
      padding: 50px 0 30px 0;
      background: url(../img/about/main_img_sp.png) no-repeat top 15px left 5% #27bbed63;
     background-size: 200px auto;
    }
    #location #main_lower{
      font-size:100%;
      padding: 50px 0 30px 0;
      background: url(../img/location/main_img_sp.png) no-repeat top 15px left 5% #27bbed63;
     background-size: 200px auto;
    }

    body#about #content {
      margin-top: 10px;
    }
    .about_data>div>img {
      width: 80px!important;
      left: -77px;
    }
    .about_data01>div::after {
      width: 100px;
      bottom: -30px;
      right: -10px;
    }
    .about_data02 {
      left: -7%;
    }
    .about_data03 {
      left: -6%;
    }
    .about_data03>img {
      width: 75%;
      margin: -10px auto 10px 25%;
    }
    .about_data04 {
      left: -8%;
      bottom: -6px;
    }
    #location .read {
      width:90%;
      margin:0 auto 8%;
      text-align: left;
      padding-top: 3%;
    }
    #location .read br.br_none{
      display: none;
    }
    #loca_hazard{
      margin-bottom:10%;
    }
    #loca_place > div{
      padding-bottom:8%;
    }
    .loca_place_text {
      align-items:flex-start;
    }

    .loca_place_text>div {
      width: 100%;
    }
    .loca_place_text>p {
      width: 100%;
      padding-top: 0;
  }
    .place_small>div{
      margin-bottom:5%;
    }
    .place_small_text {
      width: 250px;
    }
    .loca_place_text h3 {
      margin-bottom: 1%;
    }
    .loca_place_text_time {
      margin-bottom: 10px;
    }
    #loca_place .white_slide.place_small_img{
      width:calc(100% - 270px)!important;
    }
    .place_small_text h3 span:nth-of-type(2):after {
      width: 30px;
      left: -30px;
    }
    #plan #main_lower::after {
      top: 20%;
    }
    #plan_main img {
      height: 270px;
    }
    #plan h3 .cinzel {
      font-size: 220%!important;
    }
    #plan h3+p {
      width:90%;
      margin:0 auto 15%;
      text-align: left;
    }
    #plan #model_plan h3+p{
      margin-bottom:6%;
    }
    #plan h3+p br.br_none{
      display: none;
    }
    #park {
      padding: 12% 0;
    }
    #plan_map{
      padding-bottom:7%;
    }
    #model_plan{
      margin-top:30px;
    }
    #model_plan::before {
      width: 60%;
      top: -110px;
    }
    #family01 {
      top: 10px;
    }
    #outline #main_lower {
      margin-bottom: 7%;
      padding: 70px 0 10px 0!important;
    }
    #outline_tbl dl dt{
      width:100%;
      background:#f6f4f6;
      padding:2%;
    }
    #outline_tbl dl dd{
      width:100%;
      padding:2% 2% 4%;
    }

    #loca_child{
      margin-top:50px;
    }
    #loca_child>div h3{
      font-size:180%;
      padding:20px 10px 20px;
    }
    #loca_child>div>div>dl{
      width:100%;
      max-width:400px;
      margin:0 auto 30px;
    }
    #loca_child>div>div>dl dt{
      font-size:150%;
      margin-bottom:3%;
    }
    #loca_child>div>div>dl dt img{
      width:80px;
      margin-bottom:0;
    }
    #loca_child>div h3>span::before{
      width:100px;
      top:-110px;
      left:-40px;
    }
    #loca_child>div h3>span::after{
      width:90px;
      top:-180px;
      right:-20px;
    }

  }
  @media screen and (max-width: 430px) {
    .life_block h3 .cinzel{
      font-size:200%!important;
      line-height:2.0;
    }
    .life_block .col_2 dd {
      font-size: 3vw;
    }
    .life_block .col_3 dd {
      font-size:  3vw;
    }
    .medi_name{
      font-size:110%;
    }
    .medi_name span:nth-of-type(2){
      font-size:70%;
    }
    .medi_box02>div>dl dd {
      font-size:  2.5vw!important;
    }
  }
  @media screen and (max-width: 420px) {
    #top_new_life>div h2 {
      font-size: 240%;
    }
    .br_420 {
      display: inline;
    }
    #about_line {
      height: 1640px;
    }
    .about_data h3 {
      font-size: 220%;
    }
    .about_data01>div::after {
      width: 100px;
      bottom: 92px;
    }
    .place_small_text{
      width:100%;
    }
    #loca_place .white_slide.place_small_img {
      width: 55%!important;
      max-width:200px;
      margin:3% auto 2%;
    }
    #plan_main img {
      height: 220px;
    } 
    
  }
  @media screen and (max-width: 400px) {

    #top_info .yokoku{
      margin-bottom:15%;
    }
    #top_info h2{
      font-size:140%;
    }
    #top_btn>div{
      height:420px!important;
    }
    #top_btn div{
      height:210px;
    }

    #top_btn div > div a{
      height:210px!important;
    }
    #top_btn div a img {
      min-width:120px;
    }
    .entry_start{
      font-size:160%;
    }
    #copy {
      transform: scale(1);
      text-align: center;
      font-size: 60%;
    }
    .medi_box01>div>div {
      font-size: 2.5vw;
    }
    #loca_child>div h3 small{
      right:-15px;
      bottom:3px;
      font-size:70%;
    }
  
  }


  @media screen and (max-width: 380px) {
    body {
      font-size: 12px;
      line-height: 1.8;
    }
    #top_new_life>div h2 {
      width: 185px;
      font-size: 240%;
    }
    #main_lower {
      font-size: 90%;
    }

    body#about #content {
      margin-top: 20px;
    }
    #about_line {
      height: 1440px;
    }
    .about_data h3 {
      font-size: 200%;
    }
    .about_data>div>img {
      width: 70px!important;
      left: -67px;
    }
    .about_data02 {
      left: -2%;
    }
    .about_data03 {
      left: -2%;
    }
    .about_data03>img {
      width: 75%;
    }
    #loca_child>div h3{
      font-size:160%;
    }
    #loca_child>div h3>span::before{
      width:90px;
      top:-110px;
      left:-40px;
    }
    #loca_child>div h3>span::after{
      width:80px;
      top:-170px;
      right:-30px;
    }

  }

  @media screen and (max-width: 360px) {
    #top_btn>div{
      height:380px!important;
    }
    #top_btn div{
      height:190px;
    }

    #top_btn div > div a{
      height:190px!important;
    }
  }

  @media screen and (max-width: 340px) {
    #about_line {
      height: 1380px;
    }
    .about_data h3 {
      font-size: 190%;
    }
    .about_data ul li {
      background: url(../img/about/icon01.png) no-repeat left center;
      background-size: 15px auto;
      padding: 5px 0 5px 20px;
      margin-bottom: 1%;
    }
    .about_data01>div::after {
      width: 90px;
    }
    .about_data04 {
      left: -6%;
    }
    #onlyone>div h4 {
      font-size: 180%;
    }
  }

}




/* スマホのときのみ電話をかける */
@media (min-width: 900px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}