@charset "UTF-8";
@media screen and (min-width: 770px) {
  body {
    background-size: 100%;
    color: #000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 26px;
    min-width: 1200px;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    width: 100%;
    display: block;
  }
  table {
    width: 100%;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  .pc_none {
    display: none;
  }
  input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
  }
  .auto {
    width: 1200px;
    margin: 0 auto;
  }
  .web_font {
    font-family: 'Marcellus', serif;
  }
  .web_font_mintyo {
    font-family: 'Noto Serif JP', serif;
  }
  .gradation {
    color: rgb(36, 134, 209);
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gradation_02 {
    color: rgb(36, 134, 209);
    background: linear-gradient(to right, rgb(58, 166, 219) 0%, rgb(11, 97, 197) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tel_box .text {
    width: 100%;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.74em;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    padding: 2px 10px 2px;
    border-radius: 20px;
    text-align: center;
    margin: 8px 0 3px auto;
  }
  .tel_box .middle {
    display: flex;
  }
  .tel_box .middle .icon {
    width: 25px;
    margin-right: 8px;
  }
  .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  .tel_box .middle .tel {
    display: flex;
  }
  .tel_box .middle .tel .tel-link {
    width: 176px;
  }
  .tel_box .middle .hours {
    font-size: 10px;
    line-height: 1;
    display: block;
    color: #808080;
    text-align: end;
  }
/*▼▼一覧ページページャー▼▼*/
  .page_slide {
    width: auto;
    color: #bed5dd;
    margin: 0 auto;
    padding: 0 40px;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .page_slide > p {
    display: inline-block;
  }
  .page_slide .active a, .page_slide a:hover {
    color: #4aaecf;
  }
  .page_slide .prev {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .page_slide .next {
    position: absolute;
    right: 0;
    top: 4px;
  }
  .page_slide .icon a {
    padding: 12px 6px;
  }
  .page_slide .icon img {
    width: auto;
    height: 9px;
  }
  .page_slide .number {
    line-height: 1.3;
  }
  .page_slide .current, .page_slide .number a {
    text-align: center;
    padding: 10px 8px;
  }
  .page_slide .number a::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: transparent;
    margin-top: 8px;
  }
  .page_slide .number a:hover::after, .page_slide .current::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    margin-top: 8px;
    background-color: #4aaecf;
  }
  .page_slide .current {
    color: #4aaecf;
  }
/*▲▲一覧ページページャー▲▲*/
/*▼▼詳細ページページャー▼▼*/
  .page_slide_single {
    position: relative;
    width: 466px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .page_slide_single .icon.prev_button {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: -33px;
    transform: translateY(-50%);
  }
  .page_slide_single .icon.next_button {
    padding: 10px;
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
  }
  .page_slide_single .icon img {
    width: auto;
    height: 11px;
  }
  .page_slide_single .text {
    font-size: 17px;
    line-height: 1.6;
    color: #4aaecf;
    margin: 0 auto;
  }
  .page_slide_single .prev {
    padding-left: 24px;
    background-image: url("../img/news_inside/icon_img_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 9px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page_slide_single .next {
    padding-right: 24px;
    background-image: url("../img/news_inside/icon_img_02.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px;
    position: absolute;
    right: 0;
    top: 0;
  }
/*▲▲詳細ページページャー▲▲*/
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
    clear: both;
    float: left;
    min-width: 1296px;
    overflow: hidden;
  }
  .head_information {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    padding: 12px 0 11px;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
  .head_information .auto {
    width: 1296px;
  }
  header {
    width: 1296px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  header .auto {
    min-width: 1349px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .logo {
    width: 174px;
    margin-right: 20px;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .nav {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: auto auto auto 0;
  }
  header .nav .navi_btn {
    font-size: 17px;
    line-height: 1.1;
    display: block;
    text-align: center;
    position: relative;
  }
  header .nav .navi_btn::after {
    content: "";
    display: flex;
    width: 1px;
    height: 14px;
    background-color: #e7e7e7;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  header .nav .navi_btn:last-of-type::after {
    display: none;
  }
  header .nav .navi_btn:last-of-type {
    margin-right: 0;
  }
  header .nav .navi_btn > p, header .nav .navi_btn > a {
    padding: 29px 20px 26px;
  }
  header .nav .navi_btn .small {
    display: block;
    font-size: 10px;
    line-height: 2.3;
    color: #52b0d6;
  }
  header .nav .navi_btn ul {
    opacity: 0;
    position: absolute;
    top: 96px;
    left: 50%;
    width: 260px;
    font-size: 15px;
    padding: 12px 10px 11px;
    box-sizing: border-box;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    transform: translateX(-50%);
    transition-duration: .3s;
    z-index: 99;
    pointer-events: none;
  }
  header .nav .navi_btn:hover ul {
    opacity: 1;
    display: block;
    pointer-events: auto;
  }
  header .nav .navi_btn ul li {
    margin: 0;
    display: inline-block;
    width: 100%;
    border: none;
    height: auto;
    font-size: 14px;
    padding: 0;
  }
  header .nav .navi_btn ul li a {
    display: block;
    width: 100%;
    color: #fff;
    height: auto;
    font-size: 14px;
    padding: 10px 5% 9px;
  }
  header .nav .navi_btn ul li a:hover {
    background-color: #fff;
    text-decoration: none;
    color: #4fafd6;
  }
  header .tel_box {}
  header .tel_box .text {
    width: 199px;
    margin: 17px 0 7px auto;
  }
  header .tel_box .middle {
    display: block;
    margin-bottom: 16px;
  }
  header .tel_box .middle .icon {}
  header .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  header .tel_box .middle .tel-link {
    margin-bottom: 5px;
  }
  #conts_fv {
    max-width: 1380px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .fv {
    width: 100%;
    margin: 0 auto;
    padding: 66px 0 60px;
    background: linear-gradient(to right, rgb(225, 232, 236) 0%, rgb(235, 241, 244) 49%, rgb(230, 237, 240) 100%);
  }
  .fv h1 {
    font-size: 33px;
    line-height: 1.1;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 46px 50px 38px;
    text-align: center;
    width: 470px;
    margin: 0 auto;
  }
  .fv h1 .small {
    font-size: 14px;
    display: block;
    line-height: 1.6;
    margin-top: 9px;
  }
  .fv_navi {
    width: 1380px;
    display: flex;
    margin: 0 auto;
    padding: 14px 90px 18px;
  }
  .fv_navi .text {
    font-size: 11px;
    color: #6c6b6b;
    position: relative;
    margin-right: 15px;
  }
  .fv_navi .text::after {
    content: ">";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
  }
  .fv_navi .text:last-of-type::after {
    display: none;
  }
  #contents {
    width: 100%;
    min-width: 1200px;
    clear: both;
    float: left;
  }
  footer {
    margin: 0 auto;
  }
  footer .calendar_block {
    width: 100%;
    float: left;
    clear: both;
    padding: 64px 0 50px;
    z-index: 1;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
  footer .calendar_block .auto {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  footer .calendar_block .img {
    width: 420px;
  }
  footer .calendar_block .right {
    padding: 0px 10px 18px;
    width: 340px;
    align-items: flex-start;
    background: none;
    margin-top: 0;
  }
	footer .calendar_block .right_map {
    width: 400px;
    align-items: flex-start;
    background: none;
    margin-top: 0;
  }
	footer .calendar_block .right_map iframe {
		width: 100%;
		height: 300px;
	}
  footer .calendar_block .right .logo {
    width: 178px;
    margin-bottom: 11px;
  }
  footer .calendar_block .right .name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
  }
  footer .calendar_block .right .place {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
  }
  footer .calendar_block .tel_box {
    width: 231px;
    align-items: center;
  }
  footer .calendar_block .tel_box .text {
    font-size: 12px;
    margin-bottom: 8px;
    padding: 3px 10px 3px;
    background: white;
    color: #71c1db;
  }
  footer .calendar_block .tel_box .middle {
    display: block;
    width: 100%;
  }
  footer .calendar_block .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  footer .calendar_block .tel_box .middle .tel {
    line-height: 1.0;
    margin-bottom: -2px;
  }
  footer .calendar_block .tel_box .middle .tel .tel-link {
    width: 196px;
    margin-top: 2px;
  }
  footer .calendar_block .tel_box .middle .hours {
    color: #fff;
    opacity: 0.58;
    line-height: 1;
  }
  footer .middle_block {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 56px 0 46px;
    margin: 0 auto;
  }
  footer .middle_block .left {
    width: 259px;
  }
  footer .middle_block .left .logo {
    width: 194px;
    margin-bottom: 11px;
  }
  footer .middle_block .left .name {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 21px;
  }
  footer .middle_block .left .place {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 22px;
  }
  footer .middle_block .left .sns_link {
    width: 100%;
    display: flex;
  }
  footer .middle_block .left .sns_link li {
    width: 42px;
    margin-right: 20px;
  }
  footer .middle_block .tel_box {
    width: 206px;
    align-items: center;
  }
  footer .middle_block .tel_box .text {
    margin-bottom: 6px;
  }
  footer .middle_block .tel_box .middle {
    display: block;
    width: 100%;
  }
  footer .middle_block .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  footer .middle_block .tel_box .middle .tel {
    line-height: 1.0;
  }
  footer .middle_block .tel_box .middle .tel .tel-link {
    margin-bottom: 5px;
  }
  footer .middle_block .center {
    display: flex;
    margin-top: 8px;
  }
  footer .middle_block .right .icon {
    width: 60px;
  }
  .sec_column {
    font-size: 15px;
    margin-right: 54px;
  }
  .sec_column:last-of-type {
    margin-right: 0;
  }
  .sec_item {
    margin-right: 54px;
  }
  footer .center .navi_list li {
    width: 90px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
  }
  footer .center .navi_list dt {
    font-weight: 600;
    margin-bottom: 5px;
  }
  footer .center .navi_list dd {
    font-size: 15px;
    margin-bottom: 10px;
  }
  footer .center a {
    display: inline-block;
    width: auto;
    position: relative;
  }
  footer .center a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #71c1db;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
  footer .center a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  footer .center .navi_list dd a::before {
    content: "-";
    display: inline-block;
  }
  .center a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: .3s;
  }
  .center a:hover::after {
    width: 100%;
  }
  footer .right {
    display: flex;
    height: fit-content;
    width: 160px;
    flex-direction: column;
    align-items: center;
    margin-top: 7px;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
  footer .middle_block .right a {
    display: flex;
    height: fit-content;
    width: 160px;
    padding: 28px 20px 17px;
    flex-direction: column;
    align-items: center;
  }
  footer .right .icon {
    width: 194px;
    margin-bottom: 9px;
  }
  footer .right .icon img {
    width: 100%;
    height: auto;
  }
  footer .right .text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }
  footer .right .english {
    font-size: 13px;
    color: #fff;
    opacity: 0.42;
    font-weight: 600;
  }
  footer .copyright {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background-color: #a5bcc4;
    color: #fff;
    padding: 12px 0 8px;
    text-align: center;
  }
	.astalisk {
		font-size: 12px;
		display: block;
		color: #f0a7bd;
	}
  #back-top {
    display: none;
    bottom: 62px;
    right: 40px;
    clear: both;
    float: left;
    position: fixed;
    width: 42px;
    z-index: 99;
  }
  /*▼▼画像スライドイン▼▼*/
  .slide_in_image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    overflow: hidden;
  }
  .isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
  }
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
  .slide_in_lightblue.isPlay:before {
    background: #dce8ee;
  }
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  /*▲▲画像スライドイン▲▲*/
}
@media screen and (max-width:769px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  img {
    width: 100%;
    display: block;
    height: auto;
  }
  a {
    width: 100%;
    display: block;
  }
  table {
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #1f1f1f;
    font-size: 1.5rem;
    text-align: left;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  .web_font {
    font-family: 'Marcellus', serif;
  }
  .web_font_mintyo {
    font-family: 'Noto Serif JP', serif;
  }
  .gradation {
    color: rgb(36, 134, 209);
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gradation_02 {
    color: rgb(36, 134, 209);
    background: linear-gradient(to right, rgb(58, 166, 219) 0%, rgb(11, 97, 197) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .auto {
    width: 90%;
    margin: 0 auto;
  }
  .sp_none {
    display: none;
  }
  /*▼▼一覧ページページャー▼▼*/
  .page_slide {
    width: auto;
    color: #bed5dd;
    margin: 0 auto;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .page_slide > p {
    display: inline-block;
  }
  .page_slide .prev {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .page_slide .next {
    position: absolute;
    right: 0;
    top: 4px;
  }
  .page_slide .icon a {
    padding: 12px 6px;
  }
  .page_slide .icon img {
    width: auto;
    height: 9px;
  }
  .page_slide .number {
    line-height: 1.3;
  }
  .page_slide .number a {
    text-align: center;
    padding: 10px 8px;
  }
  .page_slide .number a::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: transparent;
    margin-top: 8px;
  }
  .page_slide .number a:hover::after, .page_slide .active a::after {
    display: block;
    width: 12px;
    height: 1px;
    background-color: #4aaecf;
  }
  .page_slide .number a:hover::after, .page_slide .current::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    margin-top: 8px;
    background-color: #4aaecf;
  }
  .page_slide .current {
    color: #4aaecf;
  }
/*▲▲一覧ページページャー▲▲*/
/*▼▼詳細ページページャー▼▼*/
  .page_slide_single {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .page_slide_single .icon.prev_button {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: -33px;
    transform: translateY(-50%);
  }
  .page_slide_single .icon.next_button {
    padding: 10px;
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
  }
  .page_slide_single .icon img {
    width: auto;
    height: 11px;
  }
  .page_slide_single .text {
    font-size: 17px;
    line-height: 1.6;
    color: #4aaecf;
    margin: 0 auto;
  }
  .page_slide_single .prev {
    padding-left: 20px;
    background-image: url("../img/news_inside/icon_img_01.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 9px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page_slide_single .next {
    padding-right: 20px;
    background-image: url("../img/news_inside/icon_img_02.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 9px;
    position: absolute;
    right: 0;
    top: 0;
  }
/*▲▲詳細ページページャー▲▲*/
  /*=========================
▲▲共通▲▲
===========================*/
  .head_information {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: -.08em;
    line-height: 1.4;
    font-weight: 600;
    padding: 9px 0 9px;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
  .head_information .auto {
    width: 96%;
  }
  header {
    width: 100%;
    padding: 16px 0 15px;
  }
  header .logo {
    width: 130px;
  }
  /*▼▼スマホナビ▼▼*/
  nav.nabi_sp {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    padding: 30px 5% 75px;
    background: #fff;
    transform: translateX(-100%);
    transition: ease-out 0.4s;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  nav.nabi_sp a {
    text-decoration: none;
  }
  nav.nabi_sp ul.navi_main {
    margin: 0 auto 30px;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 1px solid #000000;
  }
  nav.nabi_sp .navi_main > li {
    font-size: 17px;
    line-height: 1.2;
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  nav.nabi_sp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.nabi_sp ul li.parent > a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 0 11px;
    position: relative;
  }
  nav.nabi_sp ul li.parent > a .small {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 3px;
    color: rgb(76, 173, 213);
  }
  nav.nabi_sp ul li.parent > a .icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 12px;
    margin-bottom: 1px;
    background-image: url("../img/common/nav_icon_open.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 27px;
  }
  nav.nabi_sp ul li.parent.off > a .icon {
    display: none;
    position: absolute;
  }
  nav.nabi_sp ul li ul.sub {
    display: none;
    margin: 0 0 12px;
    color: rgb(76, 173, 213);
  }
  nav.nabi_sp ul li.off ul.sub {
    display: none;
  }
  nav.nabi_sp ul li ul.sub li a {
    display: block;
    font-size: 16px;
    padding: 10px 0 9px 16px;
  }
  nav.nabi_sp ul li ul.sub li a::before {
    content: "-";
    display: inline-block;
    margin-right: 4px;
  }
  nav.nabi_sp.active {
    transform: translateX(0%);
  }
  nav.nabi_sp .sns_link {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  nav.nabi_sp .sns_link li {
    width: 42px;
    margin: 0 10px;
  }
  .nabi_sp .tel_box {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 60px;
  }
  .nabi_sp .tel_box .text {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.74em;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    padding: 3px 10px 2px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto 8px;
  }
  .nabi_sp .tel_box .middle .icon {
    width: 27px;
    margin-right: 8px;
  }
  .nabi_sp .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  .nabi_sp .tel_box .middle .tel {
    display: flex;
    justify-content: center;
  }
  .nabi_sp .tel_box .middle .tel .tel-link {
    width: 202px;
    margin: 3px 0 4px;
  }
  .nabi_sp .tel_box .middle .hours {
    font-size: 10px;
    display: block;
    color: #808080;
    text-align: end;
  }
  .nabi_sp .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  /*▲▲スマホナビ▲▲*/
  /*▼▼ナビボタン▼▼*/
  .navToggle {
    display: block;
    position: absolute;
    right: 5%;
    top: 54px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    z-index: 999999;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 1px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
  }
  .navToggle span:nth-child(1) {
    top: 10px;
  }
  .navToggle span:nth-child(2) {
    top: 19px;
  }
  .navToggle span:nth-child(3) {
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 0;
    border-color: #191919;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    border-color: #191919;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*▲▲ナビボタン▲▲*/
  #conts_fv {
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
  }
  .fv {
    padding: 52px 0 54px;
    background: linear-gradient(to right, rgb(225, 232, 236) 0%, rgb(235, 241, 244) 49%, rgb(230, 237, 240) 100%);
  }
  .fv h1 {
    font-size: 2.6rem;
    line-height: 0.8;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 26px 0px 24px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
  }
  .fv h1 .small {
    font-size: 1.1rem;
    display: block;
    line-height: 1.6;
    margin-top: 9px;
  }
  .fv_navi {
    display: flex;
    margin: 0 auto;
    padding: 16px 5% 16px;
  }
  .fv_navi .text {
    font-size: 1.1rem;
    color: #6c6b6b;
    position: relative;
    margin-right: 15px;
  }
  .fv_navi .text::after {
    content: ">";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
  }
  .fv_navi .text:last-of-type::after {
    display: none;
  }
  footer .navi_list_title {
    background-image: url(/img/common/nav_icon_open.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right;
    cursor: pointer;
  }
  footer .navi_list_title.active {
    background-image: url(/img/common/nav_icon_close.png);
  }
  footer .calendar_block {
    display: flex;
    flex-direction: column;
    padding: 40px 5% 38px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
  footer .calendar_block .img {
    order: 2;
    margin-bottom: 18px;
  }
  footer .calendar_block .right {
    text-align: center;
    margin-bottom: 26px;
  }
	footer .calendar_block .right_map {
    width: 100%;
  }
	footer .calendar_block .right_map iframe {
		width: 100%;
		height: 45vw;
	}
  footer .calendar_block .right > .icon {
    width: 186px;
    margin: 0 auto 9px;
  }
  footer .calendar_block .right .logo {
    width: 178px;
    margin-bottom: 5px;
  }
  footer .calendar_block .right .name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 17px;
    color: #fff;
  }
  footer .calendar_block .right .place {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff;
  }
  footer .calendar_block .tel_box {
    width: 100%;
    align-items: center;
  }
  footer .calendar_block .tel_box .text {
    width: 80%;
    font-size: 1.2rem;
    margin: 0 auto 10px;
    padding: 3px 10px 3px;
    background: white;
    color: #71c1db;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.74em;
  }
  footer .calendar_block .tel_box .middle {
    display: block;
    width: 100%;
  }
  .tel_box .middle .icon {
    width: 23px;
    margin-right: 8px;
  }
  footer .calendar_block .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  footer .calendar_block .tel_box .middle .tel {
    line-height: 1.0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  footer .calendar_block .tel_box .middle .tel .tel-link {
    width: calc(100% - 103px);
    max-width: 190px;
  }
  footer .calendar_block .tel_box .middle .hours {
    color: #fff;
    opacity: 0.58;
    font-size: 1.1rem;
  }
  footer .middle_block {
    padding: 34px 5% 20px;
    margin: 0 auto;
  }
  footer .middle_block .left {
    text-align: center;
  }
  footer .middle_block .left .logo {
    width: 178px;
    margin: 0 auto 5px;
    display: none;
  }
  footer .middle_block .left .name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: none;
  }
  footer .middle_block .left .place {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px;
    display: none;
  }
  footer .middle_block .left .sns_link {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  footer .middle_block .left .sns_link li {
    width: 42px;
    margin: 0 10px;
  }
  footer .middle_block .tel_box {
    align-items: center;
  }
  footer .middle_block .tel_box .text {
    width: 230px;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    padding: 3px 10px;
  }
  footer .middle_block .tel_box .middle {
    display: block;
    width: 100%;
  }
  footer .middle_block .tel_box .middle .icon img {
    width: 100%;
    height: auto;
  }
  footer .middle_block .tel_box .middle .tel {
    line-height: 1.0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  footer .middle_block .tel_box .middle .tel .icon {
    width: 40px;
  }
  footer .middle_block .tel_box .middle .tel .tel-link {
    width: calc(100% - 60px);
  }
  footer .middle_block .tel_box .middle .hours {
    text-align: end;
  }
  footer .middle_block .center {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  footer .middle_block .right {
    display: none;
  }
  .sec_column {
    font-size: 1.3rem;
  }
  .sec_column:last-of-type {
    margin-right: 0;
  }
  footer .center .navi_list li {
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 1px solid #efeeee;
  }
  footer .center .navi_list:last-of-type li:last-of-type {
    border-bottom: none;
  }
  footer .center .sp_01 {
    order: 2;
  }
  footer .center .sp_02 {
    order: 0;
  }
  footer .center .sp_03 {
    order: 1;
  }
  footer .center .navi_list dt, footer .center > p a {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 1px solid #efeeee;
    padding: 15px 0 15px;
  }
  footer .center a {
    display: block;
    width: 100%;
  }
  footer .center .navi_list dd {
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: none;
  }
  footer .center .navi_list dd:first-of-type {
    margin-top: 20px;
  }
  .center a {
    display: inline-block;
    padding: 15px 0 15px;
    width: auto;
    position: relative;
  }
  footer .center dd a {
    padding: 6px 0 6px 16px;
  }
  footer .center .navi_list dd a::before {
    content: "-";
    display: inline-block;
  }
  .center a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: .3s;
  }
  .center a:hover::after {
    width: 100%;
  }
  footer .copyright {
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    background-color: #a5bcc4;
    color: #fff;
    padding: 12px 0 13vw;
    text-align: center;
  }
	.astalisk {
		font-size: 12px;
		display: block;
		color: #f0a7bd;
	}
  #back-top {
    display: none;
    bottom: 18vw;
    right: 5%;
    clear: both;
    float: left;
    position: fixed;
    width: 40px;
    z-index: 99;
  }
  .sp_contact_link {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  /*▼▼画像スライドイン▼▼*/
  .slide_in_image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    overflow: hidden;
  }
  .isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
  }
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
  .slide_in_lightblue.isPlay:before {
    background: #dce8ee;
  }
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  /*▲▲画像スライドイン▲▲*/
}

/* 記事監修医師 */
.author {
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 769px) {
  .author {
    width: 90%;
  }
}
.author_title {
  position: relative;
  display: inline-block;
  padding: 8px 12px 7px 14px;
  background: #4cadd5;
  color: #fff;
  font-size: 18px;
}
.author_block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 2px solid #4cadd5;
}
@media screen and (max-width: 769px) {
  .author_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
  }
}
.author_block_img {
  margin-right: 40px;
}
@media screen and (max-width: 769px) {
  .author_block_img {
    flex: 0 1 80px;
    margin-right: 0;
  }
}
.author_block_img img {
  width: 120px;
}
@media screen and (max-width: 769px) {
  .author_block_img img {
    width: 100%;
  }
}
.author_block_name {
  font-size: 16px;
  margin-right: 40px;
}
@media screen and (max-width: 769px) {
  .author_block_name {
    flex: 1 0;
    margin-right: 0;
    text-align: center;
  }
}
.author_block_txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}
@media screen and (max-width: 769px) {
  .author_block_txt {
    flex-basis: 100%;
    margin-top: 10px;
    padding: 16px 18px 0 0;
    border-top: 1px solid #5e93aa;
  }
}
.author_block_txt p {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .author_block_txt p {
    font-size: 1.5rem;
  }
}
.author_block_sns {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 769px) {
  .author_block_sns {
    justify-content: flex-end;
    position: absolute;
    right: 16px;
    bottom: 15px;
  }
}

.c-btn1 {
  width: 390px;
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  padding: 19px 0 16px;
  margin: 50px auto 0;
}

@media screen and (max-width: 769px) {
  .c-btn1 {
    width: 90%;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

/* ボタン1 */
.c-btn1 {
  width: 390px;
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  padding: 19px 0 16px;
  margin: 50px auto 0;
}

@media screen and (max-width:769px) {
  .c-btn1 {
    width: 90%;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}


.top_blog_section {
  padding: 40px 0;
  max-width: 1200px;
  margin: 5% auto;
}

.top_blog_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_blog_item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  width: 30%;
  min-width: 260px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.top_blog_item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.top_blog_img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: #eee;
}

.top_blog_date {
  font-size: 0.95em;
  color: #888;
  margin: 12px 0 0 0;
}

.top_blog_title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 8px 0 16px 0;
  color: #222;
  line-height: 1.4;
}

/* スマホ対応 */
@media (max-width: 900px) {
 .top_blog_item {
    width: 47%;
    min-width: 180px;
    max-width: unset;
    margin: 5% auto;
  }
}
@media (max-width: 600px) {
  .top_blog_list {
    flex-direction: column;
    gap: 16px;
    width: 90%;
    display: block;
    margin: 2% auto;
  }
  .top_blog_item {
    width: 100%;
  }
  .top_blog_img {
    height: 140px;
  }
}

.langchange {
  position: absolute;
  top: -5px;
  right: 0;
}
/* 言語切り替え */
.bogo-language-switcher {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
.bogo-language-switcher li {
  position: relative;
}
.bogo-language-switcher li.ja {
  order: 1;
}
.bogo-language-switcher li.ja a {
  border-radius: 20px 0 0 20px;
}
.bogo-language-switcher li.en {
  order: 2;
}
.bogo-language-switcher li.en a {
  border-radius: 0 20px 20px 0;
}
.bogo-language-switcher li a {
  padding: 5px 20px 3px;
  background: #fff;
  text-decoration: none;
  color: #52b0d6;
}
.bogo-language-switcher li a.current {
  background: #52b0d6;
  color: #fff;
}
@media screen and (max-width:769px) {
  .langchange {
    position: absolute;
    top: 48px;
    right: 73px;
  }
  .bogo-language-switcher {
    border: 1px solid #52b0d6;
  }
  .bogo-language-switcher li a {
    color: #1f1f1f;
  }
}
@media screen and (max-width:521px) {
  .langchange {
    top: 66px;
  }
  .navToggle {
    top: 69px;
  }
}

.fixed_info {
  display: none;
}

@media screen and (max-width: 769px) {
  footer {
    padding-bottom: 60px;
  }

  .fixed_info {
    position: fixed;
    bottom: 2px;
    z-index: 10;
    display: block;
    width: 100%;
  }

  .fixed_info_list {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .fixed_info_item {
    width: 30%;
    max-width: 200px;
    text-align: center;

    a {
      display: block;
      padding: 10px 0;
      line-height: 1;
      color: #fff;
      border-radius: 10px;

      &::before {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 auto 5px;
        content: "";
      }
    }

    &:first-of-type {
      a {
        &::before {
          width: 25px;
          background: url(/img/common/icon_03.png) no-repeat 50%;
          background-size: contain;
        }

        background: linear-gradient(to right, rgb(239, 143, 169) 0%, rgb(241, 182, 208) 100%);
      }
    }

    &:last-of-type {
      a {
        &::before {
          background: url(/img/common/icon_02.png) no-repeat 50%;
          background-size: contain;
        }

        background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
      }
    }
  }
}

@media screen and (min-width: 770px) {
  .fixed_info {
    position: fixed;
    right: 0;
		top: 50%;
    z-index: 10;
		transform: translateY(-50%);
    display: block !important;
  }

  .fixed_info_list {
    display: flex;
		flex-direction: column-reverse;
    gap: 10px;
  }

  .fixed_info_item {
    text-align: center;
  }

  .fixed_info_item a {
    display: block;
    padding: 20px 7px;
		font-size: 15px;
		font-weight: 500;
    line-height: 1;
    color: #fff;
    border-radius: 10px 0 0 10px;
		border: 1px solid rgba(255,255,255,0.7);
		border-right: none;
		transition: 0.3s;		
		
		&:hover {
			filter: brightness(1.1);
		}
  }
		
  .fixed_info_item a::before {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 7px;
    content: "";
  }

  .fixed_info_item:first-of-type a::before {
    width: 35px;
		height: 35px;
    background: url(/img/common/icon_03.png) no-repeat 50%;
    background-size: contain;
  }

  .fixed_info_item:first-of-type a {
    background: linear-gradient(to right, rgb(239, 143, 169) 0%, rgb(241, 182, 208) 100%);
  }

  .fixed_info_item:last-of-type a::before {
    background: url(/img/common/icon_02.png) no-repeat 50%;
    background-size: contain;
  }

  .fixed_info_item:last-of-type a {
    background: linear-gradient(to right, rgb(76, 173, 213) 0%, rgb(135, 205, 223) 100%);
  }
}
