@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Great+Vibes|Lobster|Oleo+Script");
/* レイアウトCSS */
@media screen and (max-width: 640px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  * {
    box-sizing: border-box;
  }
  .sp_none {
    display: none;
  }
  .sp_wrapper {
    padding: 0 10px;
  }
  a {
    color: #333333;
    transition: 0.4s;
    text-decoration: none;
  }
  a:hover {
    color: #bc926f;
  }
  a img {
    transition: 0.4s;
  }
  a img:hover {
    opacity: 0.8;
  }
  .clearfix:after {
    content: " ";
    display: block;
    clear: both;
  }
  p {
    line-height: 1.5em;
  }
  /*
  Font Awesome
  xxx:before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right: 10px;
  }
  */
  header {
    z-index: 9999 !important;
  }
  header button {
    z-index: 9999 !important;
  }
  header .drawer-nav {
    z-index: 9999 !important;
  }
  .drawer-menu li {
    border-bottom: 1px solid #cccccc;
    padding: 15px;
  }
  .drawer-menu li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 3px;
  }
  .drawer-menu li a {
    display: inline;
    padding: 10px 0 10px 5px;
  }
  .wrapper_mv {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
  }
  .wrapper_mv img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .logo_mv {
    position: relative;
    z-index: 10;
    height: 300px;
    margin: 0 auto;
    padding: 10px;
  }
  .logo_mv img {
    width: 70%;
  }
  .logo_mv h1 {
    display: none;
  }
  .logo_mv .tel_area {
    display: none;
  }
  .logo_mv .tel_area p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .logo_header {
    width: 280px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
  }
  .sp_top_logo {
    display: none;
  }
  .logo_footer {
    width: 260px;
  }
  .mv_cach {
    position: absolute;
    right: 0%;
    width: 28vw !important;
    z-index: 12;
  }
  .bx-wrapper {
    z-index: 3;
    border: none !important;
  }
  .redarea {
    padding: 10px;
    border: solid 1px red;
  }
  .wrapper_nav {
    display: none;
  }
  .wrapper_top_content {
    position: relative;
    padding: 60px 10px 0 10px;
  }
  .wrapper_top_content .top_content {
    width: 100%;
    margin: 0 auto;
  }
  .gradation_area {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c29972+0,fae9dc+38,eebf99+100 */
    background: #c29972; /* Old browsers */
    background: -moz-linear-gradient(left, #c29972 0%, #fae9dc 38%, #eebf99 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c29972 0%, #fae9dc 38%, #eebf99 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c29972 0%, #fae9dc 38%, #eebf99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c29972", endColorstr="#eebf99",GradientType=1 ); /* IE6-9 */
    height: 60px;
  }
  .gradation_area_2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c29972+0,fae9dc+38,eebf99+100 */
    background: #c29972; /* Old browsers */
    background: -moz-linear-gradient(left, #c29972 0%, #fae9dc 38%, #eebf99 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c29972 0%, #fae9dc 38%, #eebf99 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c29972 0%, #fae9dc 38%, #eebf99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c29972", endColorstr="#eebf99",GradientType=1 ); /* IE6-9 */
    height: 20px;
    position: relative;
    top: 430px;
  }
  .center {
    text-align: center;
  }
  .bottom_30 {
    margin-bottom: 30px;
  }
  .box27 {
    position: relative;
    padding: 20px;
    border: solid 3px #62c1ce;
    margin-bottom: 40px;
  }
  .box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }
  .boxflex {
    width: 100;
    margin: 0 auto;
  }
  .box27 p {
    margin: 0;
    padding: 0;
  }
  .onayami_area {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .onayami_area .inner {
    flex-basis: 50%;
    border-right: 1px solid #181444;
    border-bottom: 1px solid #181444;
    padding: 15px;
    box-sizing: border-box;
  }
  .onayami_area .inner:nth-child(odd) {
    border-left: 1px solid #181444;
  }
  .onayami_area .inner h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #181444;
  }
  .onayami_area .inner h3 i {
    margin-right: 5px;
  }
  .onayami_area .inner img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .onayami_area .inner p {
    line-height: 1.2em;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .wrapper_top_contact {
    position: relative;
    background-color: #f4fcff;
    background-image: url(images/washi_bg.jpg);
    min-height: 300px;
    padding: 60px 10px;
  }
  .wrapper_top_contact .top_contact {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper_top_contact .top_contact h3 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: #cccccc 3px solid;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .top_news {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
  }
  .top_news h3 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: #cccccc 3px solid;
    font-size: 1.2em;
  }
  .top_news h3:before {
    content: "\f0a1";
    font-family: FontAwesome;
    margin-right: 5px;
  }
  .top_news ul {
    background-color: #ffffff;
    padding: 10px 5px;
    overflow-y: scroll;
    height: 350px;
  }
  .top_news ul li {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    font-size: 4vw;
    font-weight: bold;
  }
  .top_news ul li span {
    font-weight: normal;
    font-size: 3.5vw;
    display: block;
  }
  .top_news ul li span :before {
    content: "\a";
    white-space: pre;
  }
  .clinic_area {
    margin-bottom: 60px;
  }
  .clinic_area h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .clinic_area h1 span {
    font-size: 12px;
    margin-left: 20px;
  }
  .clinic_area h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .clinic_area h2:before {
    color: red;
    content: "\f041";
    font-family: FontAwesome;
    margin-right: 8px;
  }
  .clinic_area h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .clinic_area h4:before {
    content: "\f10b";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 1.5em;
  }
  .clinic_area p {
    margin-bottom: 10px;
  }
  .clinic_area p span {
    font-size: 12px;
    margin-left: 20px;
  }
  .time_table {
    border-bottom: #cccccc 3px solid;
    border-top: #cccccc 3px solid;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .time_table tr {
    border-top: #cccccc 1px solid;
  }
  .time_table tr td {
    padding: 5px;
    font-size: 3vw;
    text-align: center;
    box-sizing: border-box;
  }
  .time_table .small {
    font-size: 3vw;
    padding: 10px 0;
  }
  .table_text {
    color: red;
  }
  .map_area {
    width: 100%;
    position: relative;
  }
  .wrapper_imageSlide {
    background-color: #ffffff;
    height: auto;
    width: 100%;
    position: relative;
    background-image: url(images/washi_bg.jpg);
  }
  .loopslider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .loopslider ul {
    /*  width: 100%;*/
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .loopslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
  }
  .wrapper_footer {
    width: 100%;
    position: relative;
    background-color: #fbead8;
    padding: 10px 0;
  }
  .wrapper_footer .copy {
    text-align: center;
    font-size: 12px;
  }
  .banneraria {
    margin: 60px auto;
  }
  .wrapper_sub_mv {
    width: 100%;
    position: absolute;
    height: 450px;
    box-sizing: border-box;
  }
  .wrapper_sub_mv img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
  .logo_mv_sub {
    z-index: 10;
    height: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .logo_mv_sub img {
    width: 66%;
    position: relative;
    top: 10px;
    left: 10px;
  }
  .logo_mv_sub h1 {
    padding-left: 0px;
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-block;
  }
  .logo_mv_sub .tel_area {
    display: none;
  }
  .logo_mv_sub .tel_area p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .logo_mv_sub .tel_area .tel {
    font-size: 24px;
    margin-bottom: 0px;
    font-family: "Oleo Script", cursive;
    color: #444444;
  }
  .sub_cach {
    background-color: #ffffff;
    height: 163px;
    position: absolute;
    top: 154px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 25px 10px 25px;
    border-radius: 5px 5px 0 0;
    font-size: 1em;
  }
  .sub_cach h2 {
    margin: 0px;
    color: #804002;
  }
  .cach_min {
    font-size: 1.3em !important;
    line-height: 1.5em;
  }
  .nav_sub {
    top: 80px;
    margin-bottom: 80px;
  }
  .wrapper_sub_content {
    position: relative;
    background-color: #ffffff;
    padding: 30px 0;
  }
  .wrapper_sub_content .top_content {
    width: 100%;
    margin: 0 auto;
  }
  .map_area_sub {
    width: 100%;
    position: relative;
    top: 80px;
  }
  .wrapper_footer_sub {
    width: 100%;
    position: relative;
    top: 80px;
    background-color: #fbead8;
    padding: 10px 0;
  }
  .wrapper_footer_sub .copy {
    text-align: center;
    font-size: 12px;
  }
  .sub_contact {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .sub_contact h3 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: #cccccc 3px solid;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .wrapper_sub_contact {
    position: relative;
    top: 80px;
    background-color: #f4fcff;
    background-image: url(images/washi_bg.jpg);
    min-height: 300px;
    padding: 60px 0;
  }
  .wrapper_sub_contact .sub_contact {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper_sub_contact .sub_contact h3 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: #cccccc 3px solid;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .access_area {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px !important;
  }
  .access_area h3 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: #cccccc 3px solid;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .image_100 {
    width: 100%;
  }
  .greeting_area {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .greeting_area .left {
    flex-basis: 45%;
  }
  .greeting_area .left p {
    margin-bottom: 15px;
  }
  .greeting_area .right {
    flex-basis: 50%;
  }
  .greeting_area .right img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .profile_area {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .profile_area h3 {
    color: #1e9671;
    padding: 15px 0px 15px 10px;
    border-top: 2px solid #1e9671;
    border-bottom: 2px solid #1e9671;
    font-size: 1.2em;
    width: 60%;
    margin-bottom: 30px;
  }
  .profile_area h3 span {
    font-size: 14px;
    margin-left: 20px;
  }
  .profile_area h4 {
    margin-bottom: 20px;
  }
  .profile_area ul {
    margin-bottom: 40px;
  }
  .profile_area ul li {
    line-height: 2em;
  }
  hr.hr_style {
    height: 6px;
    background: url(images/hr.png) repeat-x 0 0;
    border: 0;
    margin-bottom: 60px;
  }
  .sub_staff_area {
    display: flex;
    padding: 0 10px;
  }
  .sub_staff_area .left {
    flex-basis: 100%;
  }
  .sub_staff_area .left h3 {
    font-size: 1.2em;
    color: #1e9671;
    padding: 15px 0px 15px 10px;
    border-top: 2px solid #1e9671;
    border-bottom: 2px solid #1e9671;
    font-size: 1.2em;
    width: 65%;
    margin-bottom: 40px;
  }
  .sub_staff_area .left h4 {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .sub_staff_area .left h4 span {
    font-size: 14px;
    margin-left: 20px;
  }
  .sub_staff_area .left p {
    margin-bottom: 20px;
  }
  .sub_staff_area .left img {
    width: 100%;
    border-radius: 15px;
  }
  .sub_staff_area .right img {
    width: 100%;
  }
  .innai_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .innai_area .inner {
    flex-basis: 100%;
    margin-bottom: 35px;
  }
  .innai_area .inner img {
    width: 100%;
    margin-bottom: 10px;
  }
  .innai_area .inner h4 {
    padding: 15px 10px;
    background-color: #efefef;
  }
  .innai_area .inner p {
    font-size: 14px;
  }
  .wrapper_innai h3 {
    color: #1e9671;
    padding: 15px 0px 15px 10px;
    border-top: 2px solid #1e9671;
    border-bottom: 2px solid #1e9671;
    font-size: 1.2em;
    width: 80%;
    margin-bottom: 30px;
  }
  .innai_100 h4 {
    padding: 8px 10px;
    background-color: #efefef;
  }
  .innai_100 img {
    width: 100%;
  }
  .center {
    margin: 0 auto;
    width: 100%;
  }
  .teiki_area {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    box-sizing: border-box;
  }
  .teiki_area h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 40px;
  }
  .teiki_area h2:before {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30%;
    height: 4px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666666;
    border-radius: 1px;
  }
  .teiki_area h4 {
    color: #0e7ac4;
    font-size: 5vw;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  .teiki_area p {
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  .teiki_area_bg {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 60px;
    background-size: 100%;
  }
  .teiki_flow h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 40px;
  }
  .teiki_flow h2:before {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30%;
    height: 4px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666666;
    border-radius: 1px;
  }
  .teiki_red {
    color: #bb0e20;
    font-size: 1.1em;
    font-weight: bold;
  }
  .teiki_flow_four {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .teiki_flow_four .number {
    font-size: 60px;
    font-style: italic;
    margin-right: 20px;
    text-shadow: 2px 2px 3px #e0e0e0;
  }
  .teiki_flow_four h4 {
    font-size: 18px;
    color: #393230;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2em;
  }
  .bottm_30 {
    margin-bottom: 30px;
  }
  .floow_arrow {
    display: block;
    margin: 15px auto;
  }
  .service_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .service_area .left {
    flex-basis: 100%;
  }
  .service_area .left h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #373965;
    border-left: #373965 5px solid;
    padding-left: 10px;
  }
  .service_area .left p {
    margin-bottom: 15px;
  }
  .service_area .left h4 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  .service_area .left h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .service_area .right {
    flex-basis: 100%;
  }
  .service_area .right img {
    width: 100%;
    border-radius: 10px;
  }
  .service_one_column {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .service_one_column h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #373965;
    border-left: #373965 5px solid;
    padding-left: 10px;
  }
  .service_one_column p {
    margin-bottom: 15px;
  }
  .service_one_column h4 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  .shisetsu_kijun li span {
    text-align: center;
  }
  .konkan_qa {
    margin-bottom: 30px;
  }
  .konkan_qa dt {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .konkan_qa dd {
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  .shinbi_top {
    margin-bottom: 60px;
  }
  .shinbi_top h3 {
    font-size: 20px;
    margin-bottom: 20px;
    background-color: #d4465c; /* 背景色 */
    color: #fff; /* 文字色 */
    overflow: hidden;
    padding: 10px; /* 余白 */
    position: relative;
  }
  .shinbi_top h3:before {
    background-color: #fff; /* 円の色 */
    border-radius: 50%;
    content: "";
    display: block;
    opacity: 0.6; /* 円の不透明度 */
    position: absolute;
    top: -20px;
    left: 0px;
    width: 200px; /* 円の幅 */
    height: 200px; /* 円の高さ */
  }
  .selfcheck {
    margin-bottom: 60px;
  }
  .selfcheck h4 {
    font-size: 18px;
    background-color: #fd6666;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .selfcheck ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .selfcheck ul li {
    font-size: 18px;
    line-height: 1.5em;
    flex-basis: 100%;
  }
  .selfcheck p {
    font-size: 18px;
  }
  .service_area3 {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
  .service_area3 h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #373965;
    border-left: #d4465c 5px solid;
    padding-left: 10px;
  }
  .service_area3 p {
    margin-bottom: 15px;
  }
  .service_area3 p span {
    color: red;
  }
  .pic_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .pic_box .left {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .pic_box .left img {
    width: 100%;
    border-radius: 10px;
  }
  .pic_box .left p {
    margin-bottom: 15px;
  }
  .pic_box .right {
    flex-basis: 100%;
  }
  .pic_box .right img {
    width: 100%;
    border-radius: 10px;
  }
  .white {
    margin-bottom: 60px;
  }
  .white h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #373965;
    border-left: #373965 5px solid;
    padding-left: 10px;
  }
  .white img {
    margin-top: 20px;
    width: 100%;
  }
  .shinbi_hiyou {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .shinbi_hiyou table {
    width: 100%;
  }
  .shinbi_hiyou table tr .first {
    text-align: center;
    background-color: #e3decc;
  }
  .shinbi_hiyou table tr td {
    padding: 15px;
    border: 1px solid #cccccc;
  }
  .shinbi_hiyou table tr td:nth-child(2) {
    text-align: right;
  }
  .shinbi_hiyou table tr td span {
    font-size: 0.8em;
    margin-left: 3px;
  }
  .shiroiha {
    margin: 20px 0 20px 0;
  }
  .shiroiha .left {
    flex-basis: 59%;
  }
  .shiroiha .left h4 {
    margin: 10px 0 20px 0;
    font-size: 16px;
    color: #e46f0f;
    font-weight: 700;
  }
  .shiroiha .left h5 {
    font-size: 18px;
    color: #373965;
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    background: transparent; /*背景透明に*/
    border-left: solid 5px #373965; /*左線*/
    margin-bottom: 5px;
  }
  .shiroiha .right {
    flex-basis: 40%;
  }
  .fusso_area {
    background-color: #efefef;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .fusso_area p {
    margin-bottom: 0px !important;
  }
  .fusso_area h4 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .fusso_area h4 i {
    margin-right: 5px;
  }
  .sisyubyo {
    background-color: #efefef;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .sisyubyo p {
    margin-bottom: 0px !important;
  }
  .sisyubyo h4 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .sisyubyo h4 i {
    margin-right: 5px;
  }
  .sisyubyo ul {
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .sisyubyo ul li {
    list-style-type: decimal;
    line-height: 1.5em;
  }
  .ninpu {
    color: #f26964;
  }
  .anker_area {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .anker_area a {
    margin-right: 2px;
    flex-basis: 30%;
    text-align: center;
    padding: 15px 0;
    color: #161949;
    border: solid 1px #161949;
    border-bottom: solid 2px #161949;
    border-radius: 3px;
    margin-bottom: 20px;
    transition: 0.2s;
  }
  .anker_area a:hover {
    transform: translateY(-2px);
  }
  .anker_area::after {
    display: block;
    content: "";
    flex-basis: 30%;
  }
  .square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 0;
    text-decoration: none;
    color: #a18e5c;
  }
  .square_btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 100%;
    left: 0;
    background: #a18e5c;
    transition: 0.2s;
  }
  .square_btn:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
  }
  .kame_01 {
    width: 60px;
  }
  .kame_02 {
    width: 60px;
    position: absolute;
    top: 32px;
  }
  .kame_03 {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .kame_04 {
    width: 80px;
    position: absolute;
    top: -63px;
  }
  .kame_05 {
    width: 80px;
  }
  .kame_06 {
    width: 60px;
    position: absolute;
    top: -18px;
  }
  .open_aera {
    position: relative;
    top: 30px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
    border-top: 3px solid #b03d3d;
    border-bottom: 3px solid #b03d3d;
    padding: 30px;
    z-index: 9;
  }
  .open_aera p {
    margin-bottom: 15px;
  }
  .sp_image_100 {
    width: 100%;
  }
  .top_greeting {
    width: 100%;
    margin: 20px auto;
    margin-bottom: 60px;
  }
  .top_greeting h3 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: #cccccc 3px solid;
    font-size: 1.2em;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .top_greeting .greeting_box {
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-radius: 20px;
  }
  .top_greeting .greeting_box p {
    margin-bottom: 20px;
  }
  .banner_wrapper {
    width: 100%;
    margin: 10px auto;
  }
  .banner_wrapper img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .top_concept {
    margin-bottom: 40px;
    width: 100%;
  }
  .top_concept h3 {
    color: #958e75;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
  .top_concept .concept {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_concept .concept .inner {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  .top_concept .concept .inner img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_concept .concept .inner h4 {
    text-align: center;
    padding: 5px;
    font-size: 3.5vw;
    color: #958e75;
    margin: 0 auto;
    width: 95%;
    border: 1px solid #000000;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .top_concept .concept .inner p {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  .contact_obi {
    display: none;
  }
  .contact_obi_sp {
    background-color: #ffdd99;
    text-align: center;
    position: relative;
    top: 30px;
  }
  .contact_obi_sp a {
    display: block;
  }
  .contact_obi_sp img {
    width: 100%;
  }
  .sp_tel_obi {
    width: 100%;
    position: relative;
    top: 30px;
  }
  .sp_tel_obi a {
    display: block;
    padding: 6px 0;
    background-color: #fd8008;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    line-height: 1em;
  }
  .sp_tel_obi a span {
    display: block;
    font-size: 12px;
  }
  .howaito_area {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .howaito_area h4 {
    background-color: #fd6666;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .howaito_area img {
    max-width: 100%;
  }
  .howaito_flow {
    margin-bottom: 30px;
  }
  .howaito_flow .inner {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
  }
  .point_six {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .point_six .inner {
    flex-basis: 100%;
    height: 55px;
    border: solid 2px #d43f44;
    margin-bottom: 5px;
    text-align: center;
    display: flex;
    font-size: 14px;
    line-height: 45px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 5px;
    color: #d43f44;
  }
  .point_six .inner:nth-child(2n) {
    margin-right: 0px;
  }
  .point_six .inner img {
    height: 100%;
    width: auto;
    margin-right: 20px;
    margin-left: 10px;
    padding-right: 15px;
    border-right: solid 2px #d43f44;
  }
  .section {
    margin-bottom: 100px;
  }
  .section2 {
    margin: 0 auto !important;
  }
  .section2 h3 {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: #cccccc 3px solid;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .access_area2 {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);
  }
  .access_area2 h4 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .access_area2 img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
  }
  .access_area2 p {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
  .sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100px 0 100px;
    border-color: #f8ec9a transparent transparent transparent;
    margin: 40px auto 40px;
  }
  .free_kenshin {
    margin-top: 30px;
  }
  .free_kenshin h3 {
    color: #0e7ac4;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .free_kenshin h4 {
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    border-left: 5px solid #0e7ac4;
  }
  .free_kenshin p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  .nenrei .inner {
    margin-bottom: 40px;
  }
  .nenrei .inner img {
    max-width: 100%;
  }
  .nenrei h4 {
    margin-bottom: 12px;
    font-size: 1.2em;
    color: #373965;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .nenrei p {
    margin-bottom: 10px;
  }
  .nenrei .trouble_kids {
    margin: 50px 0 100px;
  }
  .nenrei .trouble_kids .trable_flex {
    width: 100%;
    flex-direction: column;
  }
  .nenrei .trouble_kids .trable_flex .inner_img {
    margin-bottom: 10px;
  }
  .nenrei .trouble_kids .trable_flex .inner_img img {
    width: 100%;
  }
  .nenrei .trouble_kids .text {
    margin-top: -10px;
  }
  .nenrei .trouble_kids .text p {
    line-height: 2rem;
  }
  .nenrei .trouble_kids .addtext {
    display: none;
  }
  .nenrei .trouble_kids .addtext_sp {
    display: block;
    padding: 1px 5px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .nenrei .trouble_kids .addtext_sp ul {
    display: flex;
    flex-direction: column;
  }
  .nenrei .trouble_kids .addtext_sp ul .list {
    line-height: 2rem;
    margin-right: 30px;
  }
  .nenrei .trouble_kids .addtext_sp ul .list .fa-check {
    margin-right: 10px;
  }
  .nenrei_title {
    color: #0e7ac4;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .orenge_text {
    color: #e46f0f !important;
  }
  .one_colommn .inner {
    margin-bottom: 40px;
  }
  .one_colommn h4 {
    margin-bottom: 12px;
    font-size: 1.2em;
    color: #373965;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .one_colommn h5 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .one_colommn h6 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .one_colommn p {
    margin-bottom: 10px;
  }
  .photo_right {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .photo_right .left {
    order: 2;
    flex-basis: 100%;
  }
  .photo_right .left h3 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #373965;
    border-left: #373965 5px solid;
    padding-left: 10px;
  }
  .photo_right .left p {
    margin-bottom: 15px;
  }
  .photo_right .left h4 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .photo_right .left h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .photo_right .left .box {
    margin-bottom: 60px;
  }
  .photo_right .right {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .photo_right .right img {
    width: 60%;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
  }
  .red_text {
    color: red !important;
  }
  .self_box {
    background-color: #efefef;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .self_box ul {
    margin-left: 30px;
  }
  .self_box ul li {
    line-height: 2.5em;
  }
  .self_box ul li img {
    width: 15px;
    margin-right: 5px;
    margin-top: 5px;
  }
  .add_section h4 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fa4d53;
    font-weight: bold;
  }
  .add_section h5 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #373965;
    border-left: #d4465c 5px solid;
    padding-left: 10px;
  }
  .add_section p {
    margin-bottom: 15px;
  }
  .banner_area_flex {
    display: flex;
    justify-content: space-between;
  }
  .banner_area_flex .inner {
    flex-basis: 49%;
  }
  .banner_area_flex .inner img {
    width: 100%;
  }
  .banneraria {
    width: 100%;
  }
  .banneraria img {
    margin-bottom: 20px;
    width: 100%;
  }
  .nenmatsu {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .nenmatsu h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
  }
  .nenmatsu h3 img {
    width: 20px;
    margin: 0 10px;
  }
  .nenmatsu p {
    text-align: center;
  }
  .guragura_area h3 {
    color: #fd8008;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  .guragura_area h3 img {
    width: 60px;
    margin-right: 10px;
  }
  .guragura_area img {
    width: 100%;
  }
  .guragura_area h4 {
    font-size: 20px;
  }
  .guragura_area h5 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .kenshin_qa {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .kenshin_qa h3 {
    color: #0e7ac4;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .kenshin_qa .inner {
    margin-bottom: 30px;
  }
  .kenshin_qa .inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .kenshin_qa .inner .box {
    display: flex;
    flex-wrap: wrap;
  }
  .kenshin_qa .inner .box .text {
    flex-basis: 100%;
  }
  .kenshin_qa .inner .box .image {
    flex-basis: 100%;
  }
  .kenshin_qa .inner .box .image img {
    width: 100%;
  }
  .kenshin_qa .inner .box .image .image_sp {
    width: 70% !important;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .kenshin_qa .inner .kenshinnaiyou {
    display: flex;
    flex-wrap: wrap;
  }
  .kenshin_qa .inner .kenshinnaiyou .inner {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .kenshin_qa .inner .kenshinnaiyou .inner h6 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .kenshin_qa .inner .kenshinnaiyou .inner p {
    font-size: 14px;
  }
  .kenshin_qa .inner .kenshinnaiyou .inner img {
    width: 100%;
  }
  .shinbi_table {
    width: 100%;
  }
  .shinbi_table tr th,
  .shinbi_table tr td {
    padding: 10px;
    line-height: 1.5em;
    border: 1px solid #ccc;
  }
  .shinbi_table tr th {
    width: 40%;
    font-weight: bold;
    background-color: #f5f5f5;
  }
  .content_section {
    margin-bottom: 40px;
  }
  .three_area {
    display: flex;
    flex-wrap: wrap;
  }
  .three_area .inner {
    flex-basis: 100%;
    padding: 10px;
  }
  .three_area .inner h5 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background-color: #efefef;
  }
  .three_area .inner img {
    width: 100%;
  }
  .shisyubyo h4 {
    margin-bottom: 12px;
    font-size: 1.2em;
    color: #373965;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .shisyubyo h5 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.3em;
    padding-left: 15px;
    border-left: 5px solid #fd8008;
    line-height: 1.5em;
    color: #fd8008;
  }
  .shisyubyo h6 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.2em;
  }
  .shisyubyo p {
    margin-bottom: 10px;
  }
  .image_area {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .image_area .image {
    flex-basis: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .image_area .image img {
    width: 80%;
  }
  .image_area .text {
    flex-basis: 100%;
  }
  .image_area .text h6 {
    color: #074080;
  }
  .link_btn {
    padding: 15px;
    transition: 0.2s;
    border: 1px solid #333;
    display: block;
    text-align: center;
  }
  .link_btn:hover {
    background-color: #333;
    color: #fff;
  }
  .shisyubyo_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shisyubyo_list li {
    line-height: 2em;
    background-color: #efefef;
    padding: 8px;
    margin-bottom: 10px;
    flex-basis: 48%;
    text-align: center;
  }
  section {
    margin-bottom: 60px;
  }
  .shisyupoket {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  .shisyupoket li {
    position: relative;
    flex-basis: 30%;
  }
  .shisyupoket li img {
    width: 100%;
  }
  .shisyupoket li p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .shisyubyo_sign {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
    align-items: flex-end;
  }
  .shisyubyo_sign li {
    flex-basis: 25%;
  }
  .shisyubyo_sign li img {
    width: 100%;
  }
  #a_hagishiri {
    margin: 80px 0;
  }
  .left {
    padding-top: 15px;
  }
  .hagishiri_section {
    margin: 10px 0;
  }
  .hagishiri-right .image {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .hagishiri-right .image img {
    width: 50%;
  }
  .service_area-media-size {
    padding-top: 80px;
    flex-direction: column-reverse;
  }
  .service-media-just-title {
    position: relative;
  }
  .service-media-just-title .inner-position {
    position: absolute;
    top: 40px;
    width: 100%;
  }
}
#QandA-1 {
  width: 100%;
  font-family: メイリオ;
  font-size: 14px;
  margin-top: 100px;
}
#QandA-1 .just_1 {
  margin: 14px 16px 5px 32px;
  line-height: 140%;
  text-indent: -24px;
}
#QandA-1 .just_1:before {
  content: "A.";
  font-weight: bold;
  margin-right: 8px;
}
#QandA-1 .just_2 {
  margin: 14px 16px 5px 32px;
  line-height: 1.65rem;
  text-indent: -24px;
}
#QandA-1 .just_2:before {
  content: "　";
  font-weight: bold;
  margin-right: 8px;
}
#QandA-1 hr {
  margin-bottom: 10px;
}
#QandA-1 dl dt {
  background: rgb(82, 82, 82);
  padding: 16px 8px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
#QandA-1 dl dt:before {
  content: "Q";
  font-weight: bold;
  margin-right: 4px;
  font-size: 21px;
}
#QandA-1 dl dd {
  margin: 24px 16px 40px 32px;
  line-height: 1.7rem;
  text-indent: -24px;
  font-size: 16px;
}
#QandA-1 dl ul {
  margin-left: 20px;
  line-height: 1.7em;
}
#QandA-1 dl ul li {
  margin-bottom: 7px;
}
#QandA-1 .just_3 {
  display: block;
  margin-left: 14px;
}

.taisaku_list {
  line-height: 2em;
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 15px;
}

.right_list .inner {
  display: inline-block;
}
.right_list .inner img {
  width: 100%;
  height: 100%;
}

.age-map {
  margin-bottom: 40px !important;
}

#kids-element {
  margin-top: 50px;
}