@charset "utf-8";

/* ------------------------------
	共通スタイル
------------------------------ */

html {
  font-size: 13px;
}

body {
  /*min-width: 375px;*/
  position: relative;
  background: #fffae4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

main {
  width: 100%;
  overflow: hidden;
  position: relative;
}

a {
  color: inherit;
}

input,
select,
text-area {
  font-size: inherit;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  main {
    padding-top: 3.06vw;
    margin-top: 76px;
  }

  main::before {
    content: "";
    display: block;
    width: 100%;
    height: 3.06vw;
    background: #fff url("../img/header/bg_wave_sp.png") no-repeat center bottom;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .pc-hide {
    display: block !important;
  }

  .sp-hide {
    display: none !important;
  }
}

@media (min-width: 641px) {
  html.font-s {
    font-size: 14px;
  }

  html.font-m {
    font-size: 16px;
  }

  html.font-l {
    font-size: 18px;
  }

  body {
    min-width: 1200px;
  }

  .pc-hide {
    display: none !important;
  }
}

/* ------------------------------
	ストライプ柄のシャドウ用スタイル
------------------------------ */

.bg_shadow {
  position: relative;
  z-index: 1;
}

.bg_shadow::after {
  /* 各要素のafterに背景画像と角丸の指定が必要 */
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 17px auto;
  background-repeat: repeat;
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: -1;
}

.bg_shadow a {
  display: block;
  position: relative;
}

@media (min-width: 641px) {
  .bg_shadow::after {
    right: -5px;
    bottom: -5px;
  }

  .bg_shadow > * {
    transition: all .2s;
  }

  .bg_shadow > *:hover {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
}

/* ------------------------------
	ヘッダー
------------------------------ */

#global_header {
  background: #fff;
}

#global_header .gh_inner {
  margin: 0 auto;
  position: relative;
}

#global_header #head_logo {
  margin: 0;
  float: left;
}

#global_header #head_resrv {
  position: absolute;
}

#global_header #head_resrv,
#global_header #head_box {
  position: absolute;
}

#global_header #head_resrv.bg_shadow:after {
  background-image: url("../img/contents/bg_shadow_blu.png");
}

#global_header #head_cancel.bg_shadow:after {
  background-image: url("../img/contents/bg_shadow_amb.png");
}

#global_header #head_kakunin.bg_shadow:after {
  background-image: url("../img/contents/bg_shadow_grn.png");
}

#global_header #global_nav ul {
  overflow: hidden;
  clear: both;
}

#global_header #global_nav ul li {
  position: relative;
}

#global_header #global_nav ul li a {
  display: block;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
}

#global_header #head_search {
  position: static;
  right: 356px;
  top: 47px;
}

#global_header #head_search .search_inner {
  height: 46px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffe5e5;
}

#global_header #head_search .cse .gsc-control-cse,
#global_header #head_search .gsc-control-cse {
  padding: 0;
  border: none;
  background: none;
}

#global_header #head_search table.gsc-search-box {
  height: 46px;
}

#global_header #head_search table.gsc-search-box,
#global_header #head_search form.gsc-search-box {
  margin: 0;
}

#global_header #head_search .gsc-search-box-tools .gsc-search-box .gsc-input,
#global_header #head_search input.gsc-input,
#global_header #head_search .gsc-input-box,
#global_header #head_search .gsc-input-box-hover,
#global_header #head_search .gsc-input-box-focus {
  padding: 0;
  border: none;
  background: none;
}

#global_header #head_search .gsib_a {
  padding: 0 0 0 10px;
}

#global_header #head_search .gsib_a input#gsc-i-id1 {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent !important;
}

#global_header #head_search .gsc-search-button-v2 {
  padding: 0;
  width: 46px;
  height: 46px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
}

#global_header #head_search .gsc-search-button-v2 svg {
  width: 16px;
  height: 16px;
  fill: #e7517e;
}

@media (max-width: 640px) {
  #global_header {
    height: 76px;
    width: 100%;
    padding-bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
  }

  #global_header #menu_btn {
    width: 63px;
    height: 63px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }

  #global_header #menu_btn::after {
    content: "";
    display: block;
    width: 63px;
    height: 67px;
    background: url("../img/contents/bg_shadow_pnk.png") repeat center;
    background-size: 17px 17px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: -1;
  }

  #global_header #menu_btn span {
    display: block;
    background: url("../img/header/menu_close.png") no-repeat center top;
    background-size: contain;
  }

  #global_header #menu_btn.close img {
    opacity: 0;
  }

  #global_header #head_logo {
    width: calc(100% - 209px);
    max-width: 210px;
    padding-left: 10px;
    padding-top: 18px;
  }

  #global_header #head_logo a {
    display: block;
  }

  #global_header #head_resrv {
    width: 67px;
    height: 63px;
    top: 0;
    right: 63px;
    background: none;
    z-index: 1;
  }

  #global_header #head_resrv.bg_shadow:after {
    height: 67px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    top: 0;
  }

  #global_header #head_resrv a {
    height: 63px;
  }

  #global_header #head_cancel {
    background: none;
    z-index: 1;
  }

  #global_header #head_cancel.bg_shadow:after {
    height: 67px;
    top: 0;
  }

  #global_header #head_cancel a {
    height: 63px;
  }

  #global_header #global_nav {
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    padding: 15px 0 20px;
    left: 0;
    top: 76px;
    z-index: 99999;
  }

  #global_header #global_nav.active {
    display: block;
  }

  #global_header #sp_menu_cover {
    display: none;
    width: 100%;
    height: -webkit-calc(100% - 76px);
    height: calc(100% - 76px);
    background: rgba(239, 100, 142, 0.7);
    position: fixed;
    top: 76px;
    left: 0;
    z-index: 99990;
  }

  #global_header #sp_menu_cover.active {
    display: block;
  }

  #global_header #head_box_sp {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 35px;
    margin-bottom: 15px;
  }

  #global_header #head_box_sp div {
    width: calc((100% - 10px) / 2);
  }

  #global_header #global_nav ul {
    padding: 0 35px;
    float: none;
  }

  #global_header #global_nav ul li {
    border-top: 1px dotted #8e8e8e;
  }

  #global_header #global_nav ul li::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 9px;
  }

  #global_header #global_nav ul li.gnav_which::before {
    background-image: url("../img/header/icon_nav_which.png");
    background-size: 40px auto;
  }

  #global_header #global_nav ul li.gnav_place::before {
    background-image: url("../img/header/icon_nav_place.png");
    background-size: 42px auto;
  }

  #global_header #global_nav ul li.gnav_flow::before {
    background-image: url("../img/header/icon_nav_flow.png");
    background-size: 28px auto;
  }

  #global_header #global_nav ul li.gnav_calendar::before {
    background-image: url("../img/header/icon_nav_calendar.png");
    background-size: 27px auto;
  }

  #global_header #global_nav ul li.gnav_tips::before {
    background-image: url("../img/header/icon_nav_tips.png");
    background-size: 40px auto;
  }

  #global_header #global_nav ul li.gnav_faq::before {
    background-image: url("../img/header/icon_nav_faq.png");
    background-size: 35px auto;
  }

  #global_header #global_nav ul li a {
    padding-left: 57px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 60px;
  }

  #global_header #head_search {
    margin: 0;
    padding: 0 35px;
  }

  #global_header #head_search .search_inner {
    margin-bottom: 15px;
  }
}

@media (min-width: 641px) {
  #global_header {
    width: 100%;
    height: 204px;
    padding-bottom: 48px;
    position: relative;
    overflow: hidden;
  }

  #global_header::after {
    content: "";
    display: block;
    width: 100%;
    height: 48px;
    background: url("../img/header/bg_wave.png") no-repeat center bottom;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    clear: both;
  }

  #global_header .gh_inner {
    width: 1200px;
  }

  #global_header #head_logo {
    width: 400px;
    padding: 33px 0;
    margin-right: 15px;
    float: left;
  }

  #global_header #head_resrv {
    width: 160px;
    height: 86px;
    top: 26px;
    right: 180px;
  }

  #global_header #head_resrv.bg_shadow:after {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
  }

  #global_header #head_resrv a {
    background: url("../img/header/btn_resrv_hover.png") no-repeat center;
    background-size: contain;
    transition: all .2s;
  }

  #global_header #head_resrv a img {
    display: block;
    opacity: 1;
    transition: all .2s;
  }

  #global_header #head_resrv a:hover img {
    opacity: 0;
  }

  #global_header #head_box {
    position: absolute;
    top: 26px;
    right: 0;
  }

  #global_header #head_cancel {
    margin-bottom: 10px;
  }

  #global_header #head_cancel,
  #global_header #head_kakunin {
    width: 160px;
    height: 38px;
  }

  #global_header #head_cancel.bg_shadow:after,
  #global_header #head_kakunin.bg_shadow:after {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
  }

  #global_header #head_cancel a,
  #global_header #head_kakunin a {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
  }

  #global_header #head_cancel a {
    background-image: url("../img/header/btn_cancel_hover.png");
  }

  #global_header #head_kakunin a {
    background-image: url("../img/header/btn_kakunin_hover.png");
  }

  #global_header #head_cancel a img,
  #global_header #head_kakunin a img {
    display: block;
    opacity: 1;
    transition: all .2s;
  }

  #global_header #head_cancel a:hover img,
  #global_header #head_kakunin a:hover img {
    opacity: 0;
  }

  #global_header #gh_fontChanger {
    padding-top: 47px;
    float: left;
  }

  #global_header #gh_fontChanger::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  #global_header #fontChanger {
    width: 180px;
    height: 26px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffe5e5;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
  }

  #global_header #fontChanger p {
    float: left;
  }

  #global_header #fontChanger ul {
    float: right;
  }

  #global_header #fontChanger ul li {
    width: 26px;
    margin-left: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fbb4c9;
    float: left;
    text-align: center;
    cursor: pointer;
  }

  #global_header #fontChanger ul li:hover {
    background: #ef648e;
    color: #fff;
  }

  #global_header #fontChanger ul li.is-active {
    background: #ef648e;
    color: #fff;
  }

  #global_header #fontChanger ul li.is-active {
    cursor: inherit;
  }

  #global_header #global_nav ul li {
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    float: left;
    position: relative;
  }

  #global_header #global_nav ul li.gnav_which {
    width: 260px;
    background-image: url("../img/header/nav_which_hover.png");
  }

  #global_header #global_nav ul li.gnav_place {
    width: 228px;
    background-image: url("../img/header/nav_place_hover.png");
  }

  #global_header #global_nav ul li.gnav_flow {
    width: 172px;
    background-image: url("../img/header/nav_flow_hover.png");
  }

  #global_header #global_nav ul li.gnav_calendar {
    width: 176px;
    background-image: url("../img/header/nav_calendar_hover.png");
  }

  #global_header #global_nav ul li.gnav_tips {
    width: 159px;
    background-image: url("../img/header/nav_tips_hover.png");
  }

  #global_header #global_nav ul li.gnav_faq {
    width: 205px;
    background-image: url("../img/header/nav_faq_hover.png");
  }

  #global_header #global_nav ul li a {
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: contain;
    text-indent: 100%;
    opacity: 1;
    transition: .2s;
  }

  #global_header #global_nav ul li.gnav_which a {
    background-image: url("../img/header/nav_which.png");
  }

  #global_header #global_nav ul li.gnav_place a {
    background-image: url("../img/header/nav_place.png");
  }

  #global_header #global_nav ul li.gnav_flow a {
    background-image: url("../img/header/nav_flow.png");
  }

  #global_header #global_nav ul li.gnav_calendar a {
    background-image: url("../img/header/nav_calendar.png");
  }

  #global_header #global_nav ul li.gnav_tips a {
    background-image: url("../img/header/nav_tips.png");
  }

  #global_header #global_nav ul li.gnav_faq a {
    background-image: url("../img/header/nav_faq.png");
  }

  #global_header #global_nav ul li a:hover {
    opacity: 0;
  }

  #global_header #head_search {
    position: absolute;
  }

  #global_header #head_search .search_inner {
    width: 220px;
  }
}

@media screen and (min-width: 1600px) {
  #global_header {
    padding-bottom: 3vw;
  }

  #global_header::after {
    height: 3vw;
  }
}

/* ------------------------------
	追従ヘッダー
------------------------------ */

@media (max-width: 640px) {
  #float_header {
    display: none !important;
  }
}

@media (min-width: 641px) {
  #float_header {
    position: fixed;
    padding: 10px 0;
    height: 58px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: white;
    transition: top 0.2s;
  }

  #float_header[data-visible="true"] {
    top: 0;
  }

  #float_header[data-visible="false"] {
    top: -78px;
  }

  #float_header .fh_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #float_header .fh_inner #fhead_logo {
    width: 220px;
  }

  #float_header .fh_inner ul {
    /*width: 709px;*/
    display: flex;
    align-items: center;
  }

  #float_header .fh_inner ul li {
    height: 58px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  #float_header .fh_inner ul li a {
    display: block;
    height: 58px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.2s;
  }

  #float_header .fh_inner ul li a:hover {
    opacity: 0;
  }

  #float_header .fh_inner ul li.flnav_which,
  #float_header .fh_inner ul li.flnav_which a {
    width: 140px;
    background-image: url("../img/header/fl_nav_which.png");
    background-size: 140px auto;
  }

  #float_header .fh_inner ul li.flnav_place,
  #float_header .fh_inner ul li.flnav_place a {
    width: 111px;
    background-image: url("../img/header/fl_nav_place.png");
    background-size: 111px auto;
  }

  #float_header .fh_inner ul li.flnav_flow,
  #float_header .fh_inner ul li.flnav_flow a {
    width: 83px;
    background-image: url("../img/header/fl_nav_flow.png");
    background-size: 83px auto;
  }

  #float_header .fh_inner ul li.flnav_calendar,
  #float_header .fh_inner ul li.flnav_calendar a {
    width: 86px;
    background-image: url("../img/header/fl_nav_calendar.png");
    background-size: 86px auto;
  }

  #float_header .fh_inner ul li.flnav_tips,
  #float_header .fh_inner ul li.flnav_tips a {
    width: 66px;
    background-image: url("../img/header/fl_nav_tips.png");
    background-size: 66px auto;
  }

  #float_header .fh_inner ul li.flnav_faq,
  #float_header .fh_inner ul li.flnav_faq a {
    width: 102px;
    background-image: url("../img/header/fl_nav_faq.png");
    background-size: 102px auto;
  }

  #float_header #fhead_resrv,
  #float_header #fhead_cancel,
  #float_header #fhead_kakunin {
    width: 102px;
    height: 38px;
  }

  #float_header #fhead_resrv.bg_shadow:after,
  #float_header #fhead_cancel.bg_shadow:after,
  #float_header #fhead_kakunin.bg_shadow:after {
    border-radius: 7px;
  }

  #float_header #fhead_resrv.bg_shadow:after {
    background-image: url("../img/contents/bg_shadow_blu.png");
  }

  #float_header #fhead_cancel.bg_shadow:after {
    background-image: url("../img/contents/bg_shadow_amb.png");
  }

  #float_header #fhead_kakunin.bg_shadow:after {
    background-image: url("../img/contents/bg_shadow_grn.png");
  }

  #float_header #fhead_resrv a,
  #float_header #fhead_cancel a,
  #float_header #fhead_kakunin a {
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .2s;
  }

  #float_header #fhead_resrv a {
    background-image: url("../img/header/btn_resrv_float_hover.png");
  }

  #float_header #fhead_cancel a {
    background-image: url("../img/header/btn_cancel_float_hover.png");
  }

  #float_header #fhead_kakunin a {
    background-image: url("../img/header/btn_kakunin_float_hover.png");
  }

  #float_header #fhead_resrv img,
  #float_header #fhead_cancel img,
  #float_header #fhead_kakunin img {
    display: block;
    opacity: 1;
    transition: all .2s;
  }

  #float_header #fhead_resrv a:hover img,
  #float_header #fhead_cancel a:hover img,
  #float_header #fhead_kakunin a:hover img {
    opacity: 0;
  }
}

/* ------------------------------
	フッター
------------------------------ */

#global_footer {
  position: relative;
  overflow: hidden;
}

#global_footer::after {
  content: "";
  display: block;
  clear: both;
}

#global_footer .gf_inner {
  margin: 0 auto;
}

#global_footer #foot_contact {
  padding: 116px 0 46px;
  background: url("../img/contents/bg_stripe_blu.png") repeat;
  position: relative;
}

#global_footer #foot_contact::before {
  content: "";
  display: block;
  height: 116px;
  width: 100%;
  background: url("../img/footer/bg_town.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#global_footer #foot_contact::after {
  content: "";
  display: block;
  height: 46px;
  width: 100%;
  background: url("../img/footer/bg_wave.png") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#global_footer #foot_contact .gf_inner {
  padding: 43px 0 54px;
}

#global_footer #foot_contact h2 {
  width: 234px;
  height: 75px;
  margin: 0 auto 20px;
  background: url("../img/footer/heading_contact_sp.png") repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#global_footer #foot_contact .contact_list li {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-align: center;
}

#global_footer #foot_contact .contact_list li h3 {
  display: table;
  width: 100%;
  height: 70px;
  background: #fae95e;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.5;
}

#global_footer #foot_contact .contact_list li h3 span {
  display: table-cell;
  vertical-align: middle;
}

#global_footer #foot_contact .contact_list .contact_body {
  padding: 10px;
}

#global_footer #foot_contact .contact_list .contact_body h4 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.5;
}

#global_footer #foot_contact .contact_list .contact_body div {
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #e7517e;
}

#global_footer #foot_contact .contact_list .contact_body div span {
  font-size: 75%;
}

#global_footer #foot_contact .contact_list .contact_body table {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}

#global_footer #foot_contact .contact_list .contact_body table th {
  width: 35px;
}

#global_footer #foot_contact .contact_list .contact_body p {
  font-size: 0.75rem;
  line-height: 1.6;
}

#global_footer #foot_contact .contact_support {
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-align: center;
}

#global_footer #foot_contact .contact_support .tel_num {
  font-weight: bold;
  font-size: 1.25rem;
  color: #e7517e;
}

#global_footer #foot_contact .contact_support .tel_num span {
  font-size: 75%;
}

#global_footer #foot_contact .contact_btn a {
  height: 65px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 65px;
  text-align: center;
  color: #e7517e;
}

#global_footer #foot_contact .contact_btn a:hover {
  background: #ffe9eb;
}

#global_footer #foot_contact .contact_btn a::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
  background: url("../img/contents/arrow_r_pnk.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 13px;
  top: 50%;
}

#global_footer #foot_contact .contact_btn.bg_shadow::after {
  border-radius: 10px;
  background-image: url("../img/contents/bg_shadow_blk.png");
}

#global_footer #foot_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 17px 0 32px;
  margin-left: 0;
}

#global_footer #foot_bnr ul li {
  margin: 0 0 11px;
}

#global_footer #foot_bnr ul li.bg_shadow::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url("../img/contents/bg_shadow_pnk.png");
}

#global_footer #foot_cont {
  height: auto;
  background: #fff;
}

#global_footer #foot_cont #foot_logo {
  width: 188px;
  padding-top: 0;
  float: none;
}

#global_footer #foot_cont #gf_nav {
  width: auto;
  padding-top: 0;
  margin-bottom: 23px;
  overflow: hidden;
}

#global_footer #foot_cont #gf_nav li {
  position: relative;
  padding-left: 0;
  margin: 0;
  float: left;
  font-size: 0.875rem;
  line-height: 1.5;
}

#global_footer #foot_cont #gf_nav li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #e7517e;
  border-right: solid 2px #e7517e;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 15px;
}

#global_footer #foot_cont #gf_nav li a:hover {
  color: #e7517e;
}

#global_footer #foot_cont #foot_link {
  width: 245px;
}

#global_footer #foot_cont #foot_link.bg_shadow::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url("../img/contents/bg_shadow_pnk.png");
}

#global_footer #foot_cont #gf_menu {
  clear: both;
  overflow: hidden;
  font-size: 0.875rem;
}

#global_footer #foot_cont #gf_menu li a:hover {
  color: #e7517e;
}

#global_footer #foot_cont .copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 640px) {
  #global_footer #foot_contact {
    padding: 15.33% 0 3.06%;
  }

  #global_footer #foot_contact::before {
    height: 0;
    padding-top: 15.33%;
    background: url("../img/footer/bg_town_sp.png") no-repeat center top;
    background-size: auto 100%;
  }

  #global_footer #foot_contact::after {
    height: 0;
    padding-top: 3.06%;
    background: url("../img/footer/bg_wave_sp.png") no-repeat center bottom;
    background-size: 100% 100%;
  }

  #global_footer #foot_contact .contact_list {
    display: block;
    margin: 0 35px;
  }

  #global_footer #foot_contact .contact_list li {
    margin-bottom: 25px;
  }

  #global_footer #foot_contact .contact_support {
    padding: 25px;
    margin: 0 35px 20px;
  }

  #global_footer #foot_contact .contact_btn {
    margin: 0 35px;
  }

  #global_footer #foot_bnr {
    margin: 0 15px;
  }

  #global_footer #foot_bnr ul li {
    width: 48.4%;
  }

  #global_footer #foot_cont .gf_inner {
    padding: 25px 0;
  }

  #global_footer #foot_cont #foot_info {
    width: auto;
    float: none;
  }

  #global_footer #foot_cont #foot_logo {
    margin: 0 auto 20px;
  }

  #global_footer #foot_cont #gf_nav {
    border-top: 1px dotted #8e8e8e;
  }

  #global_footer #foot_cont #gf_nav li {
    display: table;
    width: 50%;
    height: 50px;
    border: dotted #8e8e8e;
    box-sizing: border-box;
  }

  #global_footer #foot_cont #gf_nav li::before {
    margin-top: -6px;
  }

  #global_footer #foot_cont #gf_nav li:nth-child(odd) {
    border-width: 0 1px 1px 0;
  }

  #global_footer #foot_cont #gf_nav li:nth-child(even) {
    border-width: 0 0 1px 0;
  }

  #global_footer #foot_cont #gf_nav li:nth-child(odd):last-child {
    padding-right: 50%;
    width: 100%;
    border-width: 0 0 1px 0;
  }

  #global_footer #foot_cont #gf_nav li:nth-child(odd):last-child a {
    border-right: dotted #8e8e8e 1px;

  }

  #global_footer #foot_cont #gf_nav li a {
    display: table-cell;
    padding: 0 15px 0 30px;
    font-weight: bold;
    vertical-align: middle;
  }

  #global_footer #foot_cont #foot_link {
    width: 245px;
    margin: 0 auto 25px;
  }

  #global_footer #foot_cont #gf_menu {
    margin-bottom: 12px;
    text-align: center;
  }

  #global_footer #foot_cont #gf_menu p {
    margin: 0 15px 0.5em;
    font-weight: bold;
    padding: 0.25em 0.5em;
    color: #999;
    background: #ededed;
  }

  #global_footer #foot_cont #gf_menu li {
    display: inline-block;
    margin: 0 15px;
    line-height: 2.1;
  }
}

@media (min-width: 641px) {
  #global_footer .gf_inner {
    width: 1200px;
  }

  #global_footer #foot_contact .gf_inner {
    padding: 80px 0 90px;
  }

  #global_footer #foot_contact h2 {
    width: 738px;
    height: 55px;
    margin: 0 auto 50px;
    background: url("../img/footer/heading_contact.png") no-repeat center bottom;
  }

  #global_footer #foot_contact .contact_list {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  #global_footer #foot_contact .contact_list li {
    width: 384px;
    border-radius: 20px;
  }

  #global_footer #foot_contact .contact_list li h3 {
    height: 84px;
    font-size: 1.125rem;
  }

  #global_footer #foot_contact .contact_list .contact_body {
    padding: 21px 20px 32px;
  }

  #global_footer #foot_contact .contact_list .contact_body h4 {
    font-size: 1.25rem;
  }

  #global_footer #foot_contact .contact_list .contact_body div {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  #global_footer #foot_contact .contact_list .contact_body table {
    /*margin-bottom: 7px;*/
    font-size: 1rem;
  }

  #global_footer #foot_contact .contact_list .contact_body table th {
    width: 45px;
  }

  #global_footer #foot_contact .contact_list .contact_body p {
    font-size: 0.9375rem;
  }

  #global_footer #foot_contact .contact_support {
    padding: 25px;
    margin: 0 auto 30px;
    border-radius: 20px;
  }

  #global_footer #foot_contact .contact_btn a {
    height: 110px;
    border-radius: 20px;
    font-size: 1.75rem;
    line-height: 110px;
  }

  #global_footer #foot_contact .contact_btn a::after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    right: 30px;
  }

  #global_footer #foot_contact .contact_btn.bg_shadow::after {
    border-radius: 20px;
  }

  #global_footer #foot_bnr ul {
    justify-content: flex-start;
    padding: 22px 0 34px;
    margin-left: -16px;
  }

  #global_footer #foot_bnr ul li {
    margin: 0 16px 21px 0;
  }

  #global_footer #foot_bnr ul li.bg_shadow::after {
    border-radius: 5px;
    background-image: url("../img/contents/bg_shadow_pnk.png");
  }

  #global_footer #foot_cont .gf_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 37px 0 20px;
  }

  #global_footer #foot_cont #foot_logo {
    width: 272px;
    padding-top: 18px;
    margin-right: 40px;
  }

  #global_footer #foot_cont #gf_nav {
    width: 632px;
    padding-top: 15px;
    margin-bottom: 20px;
  }

  #global_footer #foot_cont #gf_nav li {
    padding-left: 16px;
    margin: 0 32px 12px 0;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  #global_footer #foot_cont #gf_nav li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #e7517e;
    border-right: solid 2px #e7517e;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 0;
  }

  #global_footer #foot_cont #gf_nav li a:hover {
    color: #e7517e;
  }

  #global_footer #foot_cont #foot_link {
    width: 255px;
    margin-left: auto;
  }

  #global_footer #foot_cont #foot_link.bg_shadow::after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url("../img/contents/bg_shadow_pnk.png");
  }

  #global_footer #foot_cont #gf_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #global_footer #foot_cont #gf_menu p {
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    padding: 0 15px;
    color: #888;
  }

  #global_footer #foot_cont #gf_menu ul {
    letter-spacing: -.4em;
  }

  #global_footer #foot_cont #gf_menu li {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 20px;
  }

  #global_footer #foot_cont #gf_menu li a:hover {
    color: #e7517e;
  }

  #global_footer #foot_cont .copyright {
    width: 255px;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    text-align: right;
  }
}

@media screen and (min-width: 1600px) {
  #global_footer #foot_contact {
    padding: 7.25vw 0 2.88vw;
  }

  #global_footer #foot_contact::before {
    height: 7.25vw;
  }

  #global_footer #foot_contact::after {
    height: 2.88vw;
  }
}

/* ------------------------------
  ページトップボタン
------------------------------ */

#pagetop {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 9998;
  transition: all 0.5s;
}

#pagetop a {
  display: block;
}

@media (max-width: 640px) {
  #pagetop {
    width: 40px;
    height: 40px;
    background: url("../img/footer/pagetop_sp.png") no-repeat center;
    background-size: contain;
    opacity: 0;
    top: inherit !important;
  }

  #pagetop[data-visible="true"] {
    opacity: 1;
  }

  #pagetop a {
    width: 40px;
    height: 40px;
  }

  #pagetop img {
    display: none;
  }
}

@media (min-width: 641px) {
  #pagetop {
    width: 107px;
    height: 193px;
    right: -110px;
    bottom: 0px;
    transition-timing-function: cubic-bezier(.15, 1.08, .83, 1.12);
  }

  #pagetop[data-visible="true"] {
    right: 20px;
    bottom: 30px;
  }

  #pagetop.is-stop {
    position: absolute;
  }
}

/* ------------------------------
  アウトライン
------------------------------ */

.article {
  padding: 30px 0;
  line-height: 1.6;
  width: 100%;
  background-repeat: repeat;
  background-position: center top;
  background-size: 17px;
}

.article[data-background="aqua"] {
  background-image: url("../img/contents/bg_stripe_aqu.png");
}

.article[data-background="beige"] {
  background-color: #fffae4;
}

.article_header {
  margin-bottom: 20px;
  text-align: center;
}

.article_body {
  margin: 0 15px;
}

.section_round {
  padding: 20px;
  border-radius: 15px;
  background-repeat: repeat;
  background-position: center top;
  background-size: 17px;
}

.section_round[data-background="aqua"] {
  background-image: url("../img/contents/bg_stripe_aqu.png");
}

.section_round[data-background="navy"] {
  background-image: url("../img/contents/bg_stripe_nvy.png");
}

.section_round[data-background="blue"] {
  background-image: url("../img/contents/bg_stripe_blu.png");
}

.section_round[data-background="orange"] {
  background-image: url("../img/contents/bg_stripe_orn.png");
}

.section_round[data-background="pink"] {
  background-image: url("../img/contents/bg_stripe_pnk.png");
}

.section_round[data-background="yellow"] {
  background-image: url("../img/contents/bg_stripe_yel.png");
}

.section_round[data-background="white"] {
  background-color: white;
}

@media (min-width: 641px) {
  .article {
    padding: 60px 0;
    line-height: 2;
    background-size: 34px;
  }

  .article_header {
    margin-bottom: 40px;
  }

  .article_body {
    width: 1200px;
    margin: 0 auto;
  }

  .section_round {
    padding: 40px 60px;
    border-radius: 50px;
    background-size: 34px;
  }
}

/* ------------------------------
  ページタイトル
------------------------------ */

#page_header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: url(../img/contents/pagetitle_bg_sp.png) no-repeat center top;
  background-size: cover;
}

@media (max-width: 640px) {
  #page_header h1 {
    width: 100%;
    height: 44.4vw;
  }
}

@media (min-width: 641px) {
  #page_header {
    position: relative;
    height: 210px;
    background: #f68ead url(../img/contents/pagetitle_bg.png) no-repeat center top;
  }

  #page_header::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -1px;
    left: 0;
    background: url(../img/contents/pagetitle_wave.png) no-repeat center top;
    background-size: cover;
  }
}

/* ------------------------------
  パンクズ
------------------------------ */

#breadcrumbs {
  font-size: 0.875rem;
  margin: 10px 0 20px;
  color: #333;
}

.list-breadcrumbs {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.list-breadcrumbs > li {
  display: flex;
  font-size: 0.812rem;
  justify-content: flex-start;
  align-items: center;
}

.list-breadcrumbs > li a {
  color: #0f83bf;
}

.list-breadcrumbs > li a:hover {
  text-decoration: underline;
}

.list-breadcrumbs > li:first-child a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list-breadcrumbs > li:first-child a::before {
  content: '';
  display: block;
  margin-right: 0.64em;
  width: 1em;
  height: 1.57em;
  background: url(../img/contents/icon_breadcrumbs_home.png) no-repeat center top;
  background-size: contain;
}

.list-breadcrumbs > li:not(:last-child)::after {
  content: '';
  display: block;
  margin: 0 0.64em;
  width: 0.5em;
  height: 0.875em;
  background: url(../img/contents/icon_breadcrumbs_arrow.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
  #breadcrumbs {
    padding: 0;
    box-sizing: border-box;
    overflow-x: auto;
  }

  #breadcrumbs::-webkit-scrollbar {
    height: 2px;
  }

  #breadcrumbs::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
  }

  #breadcrumbs::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}

@media (min-width: 641px) {
  #breadcrumbs {
    width: 1200px;
    margin: 1.75rem auto 0;
  }

  .list-breadcrumbs {
    padding: 0;
    flex-wrap: wrap;
  }
}

/* ------------------------------
  display クラス
------------------------------ */

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

@media (max-width: 640px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 641px) {
  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
    vertical-align: middle;
  }
}


/* ------------------------------
  フォントサイズ クラス
------------------------------ */

.font-xs {
  font-size: 0.75rem;
  /* 12px */
}

.font-sm {
  font-size: 0.875rem;
  /* 14px */
}

.font-md {
  font-size: 1rem;
  /* 16px */
}

.font-lg {
  font-size: 1.125rem;
  /* 18px */
}

.font-xl {
  font-size: 1.25rem;
  /* 20px */
}

.h1 {
  font-size: 1.75rem;
  /* 28px */
}

.h2 {
  font-size: 1.625rem;
  /* 26px */
  line-height: inherit;
}

.h3 {
  font-size: 1.5rem;
  /* 24px */
}

.h4 {
  font-size: 1.375rem;
  /* 22px */
}

.h5 {
  font-size: 1.125rem;
  /* 18px */
}

.h6 {
  font-size: 1rem;
  /* 16px */
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (max-width: 640px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 641px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

/* ------------------------------
  color クラス
------------------------------ */

.color-pink {
  color: #ef648e;
}

.color-red {
  color: #C21D20;
}

/* ------------------------------
  postit クラス
------------------------------ */

.postit {
  padding: 0 0.75em;
  display: inline-block;
}

.postit[data-color="pink"] {
  color: white;
  background: #ef648e;
}

.postit[data-color="yellow"] {
  background: #ffee62;
}

.postit[data-color="red"] {
  color: white;
  background: #C21D20;
}

/* ------------------------------
  marker クラス
------------------------------ */

mark {
  color: inherit;
  font-style: normal;
}

.marker[data-color="yellow"] {
  background: linear-gradient(transparent 75%, #ffe156 25%);
}

.marker[data-color="pink"] {
  background: linear-gradient(transparent 75%, #ef648e 25%);
}

/* ------------------------------
  margin クラス
------------------------------ */

.mgt-none {
  margin-top: 0 !important;
}

.mgt-xs {
  margin-top: 0.75em !important;
}

.mgt-sm {
  margin-top: 1.5em !important;
}

.mgt-md {
  margin-top: 2.25em !important;
}

.mgt-lg {
  margin-top: 3em !important;
}

.mgt-xl {
  margin-top: 3.75em !important;
}

.mgb-none {
  margin-bottom: 0 !important;
}

.mgb-xs {
  margin-bottom: 0.75em !important;
}

.mgb-sm {
  margin-bottom: 1.5em !important;
}

.mgb-md {
  margin-bottom: 2.25em !important;
}

.mgb-lg {
  margin-bottom: 3em !important;
}

.mgb-xl {
  margin-bottom: 3.75em !important;
}

.mgl-none {
  margin-left: 0 !important;
}

.mgl-xs {
  margin-left: 0.75em !important;
}

.mgl-sm {
  margin-left: 1.5em !important;
}

.mgl-md {
  margin-left: 2.25em !important;
}

.mgl-lg {
  margin-left: 3em !important;
}

.mgl-xl {
  margin-left: 3.75em !important;
}

.mgr-none {
  margin-right: 0 !important;
}

.mgr-xs {
  margin-right: 0.75em !important;
}

.mgr-sm {
  margin-right: 1.5em !important;
}

.mgr-md {
  margin-right: 2.25em !important;
}

.mgr-lg {
  margin-right: 3em !important;
}

.mgr-xl {
  margin-right: 3.75em !important;
}

@media (max-width: 640px) {
  .mgt-sm-none {
    margin-top: 0 !important;
  }

  .mgt-sm-xs {
    margin-top: 0.75em !important;
  }

  .mgt-sm-sm {
    margin-top: 1.5em !important;
  }

  .mgt-sm-md {
    margin-top: 2.25em !important;
  }

  .mgt-sm-lg {
    margin-top: 3em !important;
  }

  .mgt-sm-xl {
    margin-top: 3.75em !important;
  }

  .mgb-sm-none {
    margin-bottom: 0 !important;
  }

  .mgb-sm-xs {
    margin-bottom: 0.75em !important;
  }

  .mgb-sm-sm {
    margin-bottom: 1.5em !important;
  }

  .mgb-sm-md {
    margin-bottom: 2.25em !important;
  }

  .mgb-sm-lg {
    margin-bottom: 3em !important;
  }

  .mgb-sm-xl {
    margin-bottom: 3.75em !important;
  }

  .mgl-sm-none {
    margin-left: 0 !important;
  }

  .mgl-sm-xs {
    margin-left: 0.75em !important;
  }

  .mgl-sm-sm {
    margin-left: 1.5em !important;
  }

  .mgl-sm-md {
    margin-left: 2.25em !important;
  }

  .mgl-sm-lg {
    margin-left: 3em !important;
  }

  .mgl-sm-xl {
    margin-left: 3.75em !important;
  }

  .mgr-sm-none {
    margin-right: 0 !important;
  }

  .mgr-sm-xs {
    margin-right: 0.75em !important;
  }

  .mgr-sm-sm {
    margin-right: 1.5em !important;
  }

  .mgr-sm-md {
    margin-right: 2.25em !important;
  }

  .mgr-sm-lg {
    margin-right: 3em !important;
  }

  .mgr-sm-xl {
    margin-right: 3.75em !important;
  }
}

@media (min-width: 641px) {
  .mgt-md-none {
    margin-top: 0 !important;
  }

  .mgt-md-xs {
    margin-top: 0.75em !important;
  }

  .mgt-md-sm {
    margin-top: 1.5em !important;
  }

  .mgt-md-md {
    margin-top: 2.25em !important;
  }

  .mgt-md-lg {
    margin-top: 3em !important;
  }

  .mgt-md-xl {
    margin-top: 3.75em !important;
  }

  .mgb-md-none {
    margin-bottom: 0 !important;
  }

  .mgb-md-xs {
    margin-bottom: 0.75em !important;
  }

  .mgb-md-sm {
    margin-bottom: 1.5em !important;
  }

  .mgb-md-md {
    margin-bottom: 2.25em !important;
  }

  .mgb-md-lg {
    margin-bottom: 3em !important;
  }

  .mgb-md-xl {
    margin-bottom: 3.75em !important;
  }

  .mgl-md-none {
    margin-left: 0 !important;
  }

  .mgl-md-xs {
    margin-left: 0.75em !important;
  }

  .mgl-md-sm {
    margin-left: 1.5em !important;
  }

  .mgl-md-md {
    margin-left: 2.25em !important;
  }

  .mgl-md-lg {
    margin-left: 3em !important;
  }

  .mgl-md-xl {
    margin-left: 3.75em !important;
  }

  .mgr-md-none {
    margin-right: 0 !important;
  }

  .mgr-md-xs {
    margin-right: 0.75em !important;
  }

  .mgr-md-sm {
    margin-right: 1.5em !important;
  }

  .mgr-md-md {
    margin-right: 2.25em !important;
  }

  .mgr-md-lg {
    margin-right: 3em !important;
  }

  .mgr-md-xl {
    margin-right: 3.75em !important;
  }
}

/* ------------------------------
  padding クラス
------------------------------ */

.pdt-none {
  padding-top: 0;
}

.pdt-xs {
  padding-top: 0.75em;
}

.pdt-sm {
  padding-top: 1.5em;
}

.pdt-md {
  padding-top: 2.25em;
}

.pdt-lg {
  padding-top: 3em;
}

.pdt-xl {
  padding-top: 3.75em;
}

.pdb-none {
  padding-bottom: 0;
}

.pdb-xs {
  padding-bottom: 0.75em;
}

.pdb-sm {
  padding-bottom: 1.5em;
}

.pdb-md {
  padding-bottom: 2.25em;
}

.pdb-lg {
  padding-bottom: 3em;
}

.pdb-xl {
  padding-bottom: 3.75em;
}

.pdl-none {
  padding-left: 0;
}

.pdl-xs {
  padding-left: 0.75em;
}

.pdl-sm {
  padding-left: 1.5em;
}

.pdl-md {
  padding-left: 2.25em;
}

.pdl-lg {
  padding-left: 3em;
}

.pdl-xl {
  padding-left: 3.75em;
}

.pdr-xs {
  padding-right: none;
}

.pdr-xs {
  padding-right: 0.75em;
}

.pdr-sm {
  padding-right: 1.5em;
}

.pdr-md {
  padding-right: 2.25em;
}

.pdr-lg {
  padding-right: 3em;
}

.pdr-xl {
  padding-right: 3.75em;
}

@media (max-width: 640px) {
  .pdt-sm-none {
    padding-top: 0;
  }

  .pdt-sm-xs {
    padding-top: 0.75em;
  }

  .pdt-sm-sm {
    padding-top: 1.5em;
  }

  .pdt-sm-md {
    padding-top: 2.25em;
  }

  .pdt-sm-lg {
    padding-top: 3em;
  }

  .pdt-sm-xl {
    padding-top: 3.75em;
  }

  .pdb-sm-none {
    padding-bottom: 0;
  }

  .pdb-sm-xs {
    padding-bottom: 0.75em;
  }

  .pdb-sm-sm {
    padding-bottom: 1.5em;
  }

  .pdb-sm-md {
    padding-bottom: 2.25em;
  }

  .pdb-sm-lg {
    padding-bottom: 3em;
  }

  .pdb-sm-xl {
    padding-bottom: 3.75em;
  }

  .pdl-sm-none {
    padding-left: 0;
  }

  .pdl-sm-xs {
    padding-left: 0.75em;
  }

  .pdl-sm-sm {
    padding-left: 1.5em;
  }

  .pdl-sm-md {
    padding-left: 2.25em;
  }

  .pdl-sm-lg {
    padding-left: 3em;
  }

  .pdl-sm-xl {
    padding-left: 3.75em;
  }

  .pdr-sm-xs {
    padding-right: none;
  }

  .pdr-sm-xs {
    padding-right: 0.75em;
  }

  .pdr-sm-sm {
    padding-right: 1.5em;
  }

  .pdr-sm-md {
    padding-right: 2.25em;
  }

  .pdr-sm-lg {
    padding-right: 3em;
  }

  .pdr-sm-xl {
    padding-right: 3.75em;
  }
}

@media (min-width: 641px) {
  .pdt-md-none {
    padding-top: 0;
  }

  .pdt-md-xs {
    padding-top: 0.75em;
  }

  .pdt-md-sm {
    padding-top: 1.5em;
  }

  .pdt-md-md {
    padding-top: 2.25em;
  }

  .pdt-md-lg {
    padding-top: 3em;
  }

  .pdt-md-xl {
    padding-top: 3.75em;
  }

  .pdb-md-none {
    padding-bottom: 0;
  }

  .pdb-md-xs {
    padding-bottom: 0.75em;
  }

  .pdb-md-sm {
    padding-bottom: 1.5em;
  }

  .pdb-md-md {
    padding-bottom: 2.25em;
  }

  .pdb-md-lg {
    padding-bottom: 3em;
  }

  .pdb-md-xl {
    padding-bottom: 3.75em;
  }

  .pdl-md-none {
    padding-left: 0;
  }

  .pdl-md-xs {
    padding-left: 0.75em;
  }

  .pdl-md-sm {
    padding-left: 1.5em;
  }

  .pdl-md-md {
    padding-left: 2.25em;
  }

  .pdl-md-lg {
    padding-left: 3em;
  }

  .pdl-md-xl {
    padding-left: 3.75em;
  }

  .pdr-md-xs {
    padding-right: none;
  }

  .pdr-md-xs {
    padding-right: 0.75em;
  }

  .pdr-md-sm {
    padding-right: 1.5em;
  }

  .pdr-md-md {
    padding-right: 2.25em;
  }

  .pdr-md-lg {
    padding-right: 3em;
  }

  .pdr-md-xl {
    padding-right: 3.75em;
  }
}

/* ------------------------------
  table クラス
------------------------------ */

.hanging {
  border-collapse: collapse;
  vertical-align: top !important;
  border: none !important;
}

.hanging .hanging_icon {
  white-space: nowrap;
}

.table_data {
  line-height: 1.5;
  width: 100%;
  border-collapse: collapse;
}

.table_data th,
.table_data td {
  padding: 0.75em 0.9em;
  vertical-align: middle;
  font-weight: normal;
  background: white;
  border: solid 1px #0f83bf;
}

.table_data th[scope="col"] {
  font-weight: bold;
  text-align: center;
  color: white;
  background: #0f83bf;
}

.table_data th[scope="col"]:not(:first-child) {
  border-left: solid 1px #b6eceb;
}

.table_data th[scope="col"]:not(:last-child) {
  border-right: solid 1px #b6eceb;
}

.table_data th[scope="row"] {
  background: #a4deed;
}

.table_calendar {
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
}

.table_calendar th,
.table_calendar td {
  padding: 0.25em 0.3em;
  vertical-align: middle;
  font-weight: normal;
  background: white;
  border: solid 1px #0f83bf;
}

.table_calendar th[scope="col"] {
  font-weight: bold;
  text-align: center;
  color: white;
  background: #0f83bf;
}

.table_calendar th[scope="col"]:not(:first-child) {
  border-left: solid 1px #b6eceb;
}

.table_calendar th[scope="col"]:not(:last-child) {
  border-right: solid 1px #b6eceb;
}

.table_calendar th[scope="row"] {
  background: #a4deed;
}

.table_calendar .cell-sat {
  color: #0099ff;
}

.table_calendar .cell-sun {
  color: #ff6666;
}

@media (max-width: 640px) {
  .table_wrap {
    position: relative;
    /*display: flex;
    align-items: flex-start;
    margin-right: -15px;*/
    overflow-x: scroll;
  }

  .table_wrap::after {
    content: '';
    display: block;
    padding-left: 15px;
    width: 0;
    height: 15px;
  }

  .table_wrap .table_data {
    width: 1000px;
  }

  .table_wrap .table_calendar {
    width: 1000px;
  }

  .table_wrap .scroll_hint {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    font-size: 14px;
    line-height: 1.3;
    color: white;
    font-weight: bold;
    top: 20px;
    left: 50vw;
    margin-left: -55px;
    width: 110px;
    height: 100px;
    border-radius: 15px;
    background: rgba(240, 101, 143, 0.85);
  }

  .table_wrap .scroll_hint::before {
    content: '';
    display: block;
    margin: 0 auto 5px;
    width: 33px;
    height: 40px;
    background: url(../img/contents/scroll_hint.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
  }
}

@media (min-width: 641px) {
  .table_wrap .scroll_hint {
    display: none;
  }

  .table_data th,
  .table_data td {
    padding: 1em 1.2em;
  }

  .table_calendar th,
  .table_calendar td {
    padding: 0.5em 0.6em;
  }
}

/* ------------------------------
	column
------------------------------ */

.container {
  overflow: hidden;
  list-style: none;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  box-sizing: border-box;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-pull-12 {
  right: 100%;
}

.col-pull-11 {
  right: 91.66666667%;
}

.col-pull-10 {
  right: 83.33333333%;
}

.col-pull-9 {
  right: 75%;
}

.col-pull-8 {
  right: 66.66666667%;
}

.col-pull-7 {
  right: 58.33333333%;
}

.col-pull-6 {
  right: 50%;
}

.col-pull-5 {
  right: 41.66666667%;
}

.col-pull-4 {
  right: 33.33333333%;
}

.col-pull-3 {
  right: 25%;
}

.col-pull-2 {
  right: 16.66666667%;
}

.col-pull-1 {
  right: 8.33333333%;
}

.col-pull-0 {
  right: auto;
}

.col-push-12 {
  left: 100%;
}

.col-push-11 {
  left: 91.66666667%;
}

.col-push-10 {
  left: 83.33333333%;
}

.col-push-9 {
  left: 75%;
}

.col-push-8 {
  left: 66.66666667%;
}

.col-push-7 {
  left: 58.33333333%;
}

.col-push-6 {
  left: 50%;
}

.col-push-5 {
  left: 41.66666667%;
}

.col-push-4 {
  left: 33.33333333%;
}

.col-push-3 {
  left: 25%;
}

.col-push-2 {
  left: 16.66666667%;
}

.col-push-1 {
  left: 8.33333333%;
}

.col-push-0 {
  left: auto;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-0 {
  margin-left: 0;
}

@media (max-width: 640px) {

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .row {
    margin: 0 -15px;
  }

  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ------------------------------
  link クラス
------------------------------ */

a.link-normal {
  color: #0f83bf;
  text-decoration: underline;
}

a.link-normal:hover {
  opacity: 0.85;
}

/* ------------------------------
	button クラス
------------------------------ */

.button_wrap {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  z-index: 0;
}

.button_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  border-radius: 7px;
  background-size: 17px auto;
}

.button_wrap .button {
  box-sizing: border-box;
  padding-top: 0.785em;
  padding-bottom: 0.785em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .04em;
  border: none;
  border-radius: 7px;
  transition: transform .2s, background .2s;
  -webkit-appearance: none;
  appearance: none;
}

.button_wrap .button:hover {
  transform: translateX(3px) translateY(3px);
}

.button_wrap[data-shadow="pink"]::after {
  background-image: url(../img/contents/bg_shadow_pnk.png);
}

.button_wrap[data-shadow="black"]::after {
  background-image: url(../img/contents/bg_shadow_blk.png);
}

.button_wrap[data-shadow="blue"]::after {
  background-image: url(../img/contents/bg_shadow_blu.png);
}

.button_wrap[data-shadow="orange"]::after {
  background-image: url(../img/contents/bg_shadow_orn.png);
}

.button_wrap .button[data-color="pink"] {
  color: white;
  background: #ef648e;
}

.button_wrap .button[data-color="coral"] {
  color: white;
  background: #f89043;
}

.button_wrap .button[data-color="white"] {
  background: white;
}

.button_wrap .button[data-color="orange"] {
  background: #ffee62;
  border-style: solid;
  border-width: 4px;
  border-color: #f89043;
}

.button_wrap .button[data-color="pink"]:hover {
  background: #E44B79;
}

.button_wrap .button[data-color="coral"]:hover {
  background: #e77521;
}

.button_wrap .button[data-color="white"]:hover {
  background: #ffeb8f;
}

.button_wrap .button[data-color="orange"]:hover {
  background: #ffd162;
}

.button_wrap .button[data-icon]::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.button_wrap .button[data-icon^="arrow"] {
  padding-right: 3rem;
}

.button_wrap .button[data-icon^="arrow"]::after {
  width: 1.5rem;
  height: 1.5rem;
}

.button_wrap .button[data-icon="arrow_white"]::after {
  background-image: url(../img/contents/arrow_r_wht.png);
}

.button_wrap .button[data-icon="arrow_pink"]::after {
  background-image: url(../img/contents/arrow_r_pnk.png);
}

.button_wrap .button[data-icon="arrow_orange"]::after {
  background-image: url(../img/contents/arrow_r_orn.png);
}

.button_wrap .button[data-icon^="pdf"]::after {
  width: 1.5rem;
  height: 1.5rem;
}

.button_wrap .button[data-icon="pdf"]::after {
  background-image: url(../img/contents/icon_pdf.png);
}

.button_wrap .button[data-icon="pdf_white"]::after {
  background-image: url(../img/contents/icon_pdf_white.png);
}

@media (min-width: 641px) {
  .button_wrap::after {
    background-size: 18px auto;
    right: -5px;
    bottom: -5px;
    border-radius: 14px;
  }

  .button_wrap .button {
    padding-top: 0.875em;
    padding-bottom: 0.875em;
    border-radius: 14px;
  }

  .button_wrap .button[data-color="orange"] {
    border-width: 5px;
  }

  .button_wrap .button:hover {
    transform: translateX(5px) translateY(5px);
  }
}

/* ------------------------------
	list クラス
------------------------------ */

ul.list_circle > li {
  padding-left: 1.56em;
}

ul.list_circle > li::before {
  display: inline-block;
  content: '';
  box-sizing: border-box;
  margin-left: -1.56em;
  margin-right: 0.685em;
  width: 0.875em;
  height: 0.875em;
  overflow: hidden;
  border-style: solid;
  border-width: 0.25em;
  border-radius: 50%;
}

ul.list_circle[data-color="pink"] > li::before {
  border-color: #ef648e;
}


ul.list_disc > li {
  padding-left: 1em;
}

ul.list_disc > li::before {
  display: inline-block;
  content: '';
  box-sizing: border-box;
  margin-left: -1em;
  margin-right: 0.125em;
  width: 0.875em;
  height: 0.875em;
  overflow: hidden;
  border-radius: 50%;
}

ul.list_disc[data-color="pink"] > li::before {
  background-color: #ef648e;
}

/* ------------------------------
	steps ブロック
------------------------------ */

.steps_wrap .steps_item:not(:last-child) {
  position: relative;
  margin-bottom: 40px;
}

.steps_wrap .steps_item:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #84ced9;
  border-width: 20px 20px 0;
}

.steps_wrap .steps_item .steps_heading {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(../img/contents/bg_stripe_blu.png) repeat left top;
  border-radius: 25px 25px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}

.steps_wrap .steps_item .steps_heading::after {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background-size: auto 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

.steps_wrap .steps_item .steps_heading[data-stepnum="1"]::after {
  background-image: url(../img/contents/step01_ttl.png);
}

.steps_wrap .steps_item .steps_heading[data-stepnum="2"]::after {
  background-image: url(../img/contents/step02_ttl.png);
}

.steps_wrap .steps_item .steps_heading[data-stepnum="3"]::after {
  background-image: url(../img/contents/step03_ttl.png);
}

.steps_wrap .steps_item .steps_heading[data-stepnum="4"]::after {
  background-image: url(../img/contents/step04_ttl.png);
}

.steps_wrap .steps_item .steps_heading[data-stepnum="5"]::after {
  background-image: url(../img/contents/step05_ttl.png);
}

.steps_wrap .steps_item .steps_body {
  box-sizing: border-box;
  background: #85ced9;
  border-radius: 0 0 25px 25px;
}

@media (max-width: 640px) {
  .steps_wrap .steps_item .steps_heading {
    padding: 1.5em 1.25em;
    background-size: 8.5px auto;
  }

  .steps_wrap .steps_item .steps_body {
    padding: 1.5em 1.25em;
    background-size: 8.5px auto;
  }
}

@media (min-width: 641px) {
  .steps_wrap .steps_item {
    display: flex;
  }

  .steps_wrap .steps_item:not(:last-child) {
    margin-bottom: 60px;
  }

  .steps_wrap .steps_item:not(:last-child)::after {
    bottom: -40px;
    border-width: 40px 40px 0;
  }

  .steps_wrap .steps_item .steps_heading {
    position: relative;
    width: 200px;
    padding: 3em 2.53em;
    border-radius: 50px 0 0 50px;
  }

  .steps_wrap .steps_item .steps_heading::after {
    height: 22px;
    background-size: auto 22px;
  }

  .steps_wrap .steps_item .steps_body {
    width: 1000px;
    padding: 3em 2.53em;
    border-radius: 0 50px 50px 0;
  }
}

/* ------------------------------
  description_list
------------------------------ */

.description_list .dl_item {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.description_list .dl_item:not(:first-child) {
  margin-top: 10px;
}

.description_list .dl_item .dl_heading {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  text-align: center;
  padding: 1.4em 1.07em;
  background-size: 17px auto;
  background-repeat: repeat;
  background-position: left top;
}

.description_list .dl_item .dl_body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: white;
  width: 70%;
  padding: 1.4em 1.07em;
}

.description_list .dl_item .dl_body > p,
.description_list .dl_item .dl_body > ul {
  width: 100%;
}

.description_list[data-color="blue"] .dl_item .dl_heading {
  color: white;
  background-image: url(../img/contents/bg_stripe_blu.png);
}

.description_list[data-color="yellow"] .dl_item .dl_heading {
  background-image: url(../img/contents/bg_stripe_yel.png);
}

.description_list[data-color="magenta"] .dl_item .dl_heading {
  color: white;
  background-image: url(../img/contents/bg_stripe_mgt.png);
}

@media (max-width: 640px) {}

@media (min-width: 641px) {
  .description_list .dl_item {
    border-radius: 20px;
  }

  .description_list .dl_item .dl_heading {
    width: 22.5%;
    padding: 1em 1.375em;
    background-size: 34px auto;
  }

  .description_list .dl_item .dl_body {
    width: 77.5%;
    padding: 1em 1.375em;
  }
}

/* ------------------------------
	section_outline
------------------------------ */

.section_outline_contact {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  background: white;
}

.section_outline_aside {
  padding: 20px;
  border-radius: 10px;
  background: #84ced9;
}

@media (min-width: 641px) {
  .section_outline {
    padding: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .section_outline_main {
    width: 580px;
  }

  .section_outline_aside {
    padding: 40px;
    border-radius: 20px;
  }

  .section_outline_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 460px;
    border-radius: 20px;
  }
}

/* ------------------------------
	section_reserve
------------------------------ */

.section_reserve {}

.section_reserve_header {
  box-sizing: border-box;
  padding: 15px;
  color: white;
  text-align: center;
  border-style: solid;
  border-color: #f89043;
  border-width: 3px 3px 0 3px;
  border-radius: 10px 10px 0 0;
  background: #f89043;
}

.section_reserve_body {
  box-sizing: border-box;
  padding: 15px;
  border-style: solid;
  border-color: #f89043;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 10px 10px;
  background: white;
}

@media (min-width: 641px) {
  .section_reserve {
    display: flex;
  }

  .section_reserve_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 26.66%;
    border-width: 6px 0 6px 6px;
    border-radius: 20px 0 0 20px;
    padding: 30px 20px;
  }

  .section_reserve_body {
    width: 73.34%;
    padding: 30px;
    border-width: 6px 6px 6px 0;
    border-radius: 0 20px 20px 0;
  }
}

/* ------------------------------
  スケジュール
------------------------------ */

.schedule_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.schedule_wrap input[name="schedule"] {
  display: none;
}

.schedule_wrap label {
  cursor: pointer;
  position: relative;
  width: calc(25% - 10px);
  margin-bottom: 1.5em;
  order: 0;
  z-index: 0;
}

.schedule_wrap label:nth-of-type(1):nth-last-of-type(1) {
  width: 100%;
}

.schedule_wrap label:nth-of-type(1):nth-last-of-type(2),
.schedule_wrap label:nth-of-type(1):nth-last-of-type(2)~label {
  width: calc(50% - 10px);
}

.schedule_wrap label:nth-of-type(1):nth-last-of-type(3),
.schedule_wrap label:nth-of-type(1):nth-last-of-type(3)~label {
  width: calc(33.333% - 10px);
}

.schedule_wrap label:nth-of-type(1):nth-last-of-type(4),
.schedule_wrap label:nth-of-type(1):nth-last-of-type(4)~label {
  width: calc(25% - 10px);
}

.schedule_wrap label:nth-of-type(1):nth-last-of-type(5),
.schedule_wrap label:nth-of-type(1):nth-last-of-type(5)~label {
  width: calc(20% - 10px);
}

.schedule_wrap label::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -3px;
  bottom: -3px;
  border-radius: 7px;
  background: url(/assets/img/contents/bg_shadow_blk.png) repeat left top;
  background-size: 9px auto;
  z-index: -1;
}

.schedule_wrap label > strong {
  position: relative;
  padding: 0.5em;
  display: block;
  text-align: center;
  border-radius: 7px;
  background: white;
  transition: transform 0.3s;
}

.schedule_wrap label:hover > strong {
  transform: translateX(3px) translateY(3px);
}

.schedule_wrap .schedule_table {
  display: none;
  order: 10;
}

.schedule_wrap input[name="schedule"]:checked+label > strong {
  color: white;
  background: #ef648e;
  transform: translateX(3px) translateY(3px);
}

.schedule_wrap input[name="schedule"]:checked+label > strong::after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  border-top: solid 8px #ef648e;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.schedule_wrap input[name="schedule"]:checked+label+.schedule_table {
  display: block;
}

@media (max-width: 640px) {
  .schedule_wrap .schedule_table {
    overflow: hidden;
  }
}

@media (min-width: 641px) {
  .schedule_wrap label {
    width: calc(25% - 15px);
  }

  .schedule_wrap label::before {
    right: -5px;
    bottom: -5px;
    border-radius: 15px;
    background-size: 18px auto;
  }

  .schedule_wrap label > strong {
    font-size: 1.312rem;
    border-radius: 15px;
  }

  .schedule_wrap label:hover > strong {
    transform: translateX(5px) translateY(5px);
  }

  .schedule_wrap .schedule_table {
    width: 100%;
  }

  .schedule_wrap input[name="schedule"]:checked+label > strong {
    transform: translateX(5px) translateY(5px);
  }
}

/* ------------------------------
  健診にプラス
------------------------------ */

#article_plus {
  position: relative;
}

#article_plus::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  display: block;
  width: 36px;
  height: 35px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/assets/img/contents/checkup_plus_icon.png) no-repeat center center;
  background-size: contain;
}

.checkup_plus_index ul {
  margin: -20px auto 0;
  display: flex;
}

.checkup_plus_index ul li.checkup_plus_index_item a i {
  display: block;
  position: relative;
}

.checkup_plus_index ul li.checkup_plus_index_item a h4 {
  margin-bottom: 1em;
  padding: 1.21em 30px 1.21em 0;
  background: url(/assets/img/contents/line_dotx.png) repeat-x center bottom;
  background-size: 9px auto;
  position: relative;
  font-size: 1.1428rem;
  line-height: 1.593;
}

.checkup_plus_index ul li.checkup_plus_index_item a h4::after {
  content: "";
  display: block;
  margin: auto;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/img/contents/arrow_r_pnk.png) no-repeat center center;
  background-size: contain;
  overflow: hidden;
}

.checkup_plus_index ul li.checkup_plus_index_item .plus_fee {
  display: inline-block;
  padding: 0.125em 0.5em;
  border-radius: 3px;
  background: #ef648e;
  color: #fff;
}

@media (max-width: 640px) {
  .checkup_plus_index ul {
    justify-content: center;
  }

  .checkup_plus_index ul li.checkup_plus_index_item {
    width: 128px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item:first-child {
    margin-right: 20px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a h4 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    min-height: calc( ( 1.1428rem * 1.593 ) * 2 );
  }

  .checkup_plus_index ul li.checkup_plus_index_item .plus_fee {
    margin-top: 5px;
  }
}

@media (min-width: 641px) {
  .checkup_plus_index ul {
    justify-content: space-between;
  }

  .checkup_plus_index ul li.checkup_plus_index_item {
    width: calc( ( 100% - 40px ) / 2 );
  }

  .checkup_plus_index ul li.checkup_plus_index_item a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    transition: opaciry 0.3s;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a:hover {
    opacity: 0.75;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a i {
    width: 141px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a div {
    width: calc( 100% - 181px );
  }
  
  .checkup_plus_index ul li.checkup_plus_index_item a h4 {
    transition: color 0.3s;
  }
  
  .checkup_plus_index ul li.checkup_plus_index_item a:hover h4 {
    color: #ef648e;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a p {
    padding-top: 0.5em;
    line-height: 1.6;
  }
}

/*
@media (max-width: 504px) {
  .checkup_plus_index ul {
    width: 281px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item:nth-child(odd) {
    margin-right: 27px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .checkup_plus_index ul li.checkup_plus_index_item a > h4 {
    min-height: 5.6em;
  }

  .checkup_plus_index ul li.checkup_plus_index_item .plus_fee {
    padding: 0.8vw 2.66vw;
    margin-top: 1.33vw;
    border-radius: 0.8vw;
  }
}

@media (min-width: 505px) and (max-width: 640px) {
  .checkup_plus_index ul {
    width: 435px;
    margin: 0 auto;
  }

  .checkup_plus_index ul li.checkup_plus_index_item:not(:nth-child(3n+1)) {
    margin-left: 27px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media (min-width: 641px) {
  #article_plus::before {
    top: -29px;
    width: 60px;
    height: 58px;
  }

  .checkup_plus_index ul {
    flex-wrap: nowrap;
  }

  .checkup_plus_index ul li.checkup_plus_index_item {
    width: calc( ( 100% - 40px ) / 2 );
  }

  .checkup_plus_index ul li.checkup_plus_index_item a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a > i {
    width: 160px;
    height: 160px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a > i img {
    height: 192px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a > h4 {
    width: calc( 100% - 200px );
    padding: 1.21em 30px 1.21em 0;
    font-size: 1.1875rem;
    line-height: 1.4736;
    background-size: 18px auto;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a > h4::after {
    width: 24px;
    height: 24px;
  }

  .checkup_plus_index ul li.checkup_plus_index_item a > p {
    width: 100%;
    padding-top: 0.5em;
    line-height: 1.6;
  }

  .checkup_plus_index ul li.checkup_plus_index_item .plus_fee {
    padding: 3px 10px;
    margin-top: 5px;
    border-radius: 3px;
  }
}
*/

/* ------------------------------
  gmap
------------------------------ */

.gmap_wrap {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.gmap_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .gmap_wrap {
    padding: 30px 0 56.25%;
    border: 3px solid #fff;
    border-radius: 25px;
  }
}

@media (min-width: 641px) {
  .gmap_wrap {
    height: 500px;
    border: 6px solid #fff;
    border-radius: 50px;
  }
}

/* ------------------------------
	ヘッダーお知らせあり▼ここから
.gh_important {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}

.gh_important a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  background: #e40000;
  color: #FFF;
}

.gh_important a:hover {
  background: #c60000;
}

.gh_important a[data-icon^="pdf"]::after {
  display: inline-block;
  content: '';
  vertical-align: -.25em;
  margin-left: 0.25em;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/contents/icon_pdf_white.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
  #global_header {
    height: 126px;
  }

  .gh_important {
    font-size: 14px;
    line-height: 21px;
    height: 50px;
  }

  .gh_important a {
    padding: 4px;
    font-size: 14px;
    line-height: 21px;
    height: 50px;
  }

  main {
    padding-top: 0;
    margin-top: 126px;
  }

  main::before {
    display: none;
  }
}

@media (min-width: 641px) {
  #global_header::after {
    height: 20px;
    background: #F68EAD;
  }

  #global_header .gh_important {
    bottom: 19px;
  }

  .gh_important {
    font-size: 16px;
    line-height: 24px;
    height: 32px;
  }

  .gh_important a {
    padding: 4px;
    height: 32px;
  }

  #float_header {
    height: 90px;
  }

  #float_header[data-visible="false"] {
    top: -110px;
}

ヘッダーお知らせあり▲ここまで
------------------------------ */