@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-size: 3rem;
  line-height: 1.87;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 10px; }

  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

.fleft {
  float: left; }

.fright {
  float: right; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.txtCenter {
  justify-content: center;
  text-align: center;
  margin: auto; }

.txtBold {
  font-weight: 700; }

::placeholder {
  color: #a5a5a5; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.super {
  font-size: 0.8em;
  vertical-align: super; }

.slide .item {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .item:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .item {
  opacity: 1;
  position: relative; }

@media screen and (min-width: 769px) {
  .required {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.8; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.8; }

  .moverType1 {
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .moverType1:hover {
      color: #ffffff !important;
      background-color: #ec7c9a; } }
.mode_pc,
.mode_pc_ib {
  display: none; }
  .mode_pc.important,
  .mode_pc_ib.important {
    display: none !important; }

.mode_tb {
  display: none; }
  .mode_tb.important {
    display: none !important; }

.mode_sp {
  display: block; }
  .mode_sp.important {
    display: block !important; }

.mode_pctb {
  display: none; }
  .mode_pctb.important {
    display: none !important; }

.mode_pctb_ib {
  display: none; }
  .mode_pctb_ib.important {
    display: none !important; }

.mode_tbsp {
  display: block; }
  .mode_tbsp.important {
    display: block !important; }

.mode_tbsp_ib {
  display: inline-block; }
  .mode_tbsp_ib.important {
    display: inline-block !important; }

@media screen and (min-width: 641px) {
  .mode_pc,
  .mode_pc_ib {
    display: none; }
    .mode_pc.important,
    .mode_pc_ib.important {
      display: none !important; }

  .mode_tb {
    display: block; }
    .mode_tb.important {
      display: block !important; }

  .mode_sp {
    display: none; }
    .mode_sp.important {
      display: none !important; }

  .mode_pctb {
    display: block; }
    .mode_pctb.important {
      display: block !important; }

  .mode_pctb_ib {
    display: inline-block; }
    .mode_pctb_ib.important {
      display: inline-block !important; }

  .mode_tbsp {
    display: block; }
    .mode_tbsp.important {
      display: block !important; }

  .mode_tbsp_ib {
    display: inline-block; }
    .mode_tbsp_ib.important {
      display: inline-block !important; } }
@media screen and (min-width: 769px) {
  .mode_pc {
    display: block; }
    .mode_pc.important {
      display: block !important; }

  .mode_pc_ib {
    display: inline-block; }
    .mode_pc_ib.important {
      display: inline-block !important; }

  .mode_tb {
    display: none; }
    .mode_tb.important {
      display: none !important; }

  .mode_sp {
    display: none; }
    .mode_sp.important {
      display: none !important; }

  .mode_pctb {
    display: block; }
    .mode_pctb.important {
      display: block !important; }

  .mode_pctb_ib {
    display: inline-block; }
    .mode_pctb_ib.important {
      display: inline-block !important; }

  .mode_tbsp {
    display: none; }
    .mode_tbsp.important {
      display: none !important; }

  .mode_tbsp_ib {
    display: none; }
    .mode_tbsp_ib.important {
      display: none !important; } }
.animate {
  overflow: hidden;
  opacity: 1; }

.animate .animate-text {
  display: block; }

.animated {
  opacity: 1; }

.lazyload {
  opacity: 1; }

@keyframes arrowMove {
  0% {
    transform: translateX(0); }
  99% {
    transform: translateX(50%); }
  100% {
    transform: translateX(0); } }
.wrapper {
  overflow: hidden;
  opacity: 0;
  position: relative;
  padding: 24px 0 0 0;
  transition: opacity 0.3s; }
  .wrapper.home {
    background: url(/img/bg_mv_sp.png) center 24px no-repeat;
    background-size: contain; }
  .load_complete .wrapper {
    opacity: 1; }

.contentWrap {
  margin: -24px 0 0 0;
  padding: 24px 0 0 0; }

.contentInner {
  width: calc(690 / 750 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transition: opacity 1.0s ease-out; }

.fadeContent.current {
  opacity: 1; }

.scrollPosition {
  margin: -24px 0 0 0;
  padding: 24px 0 0 0; }

@media screen and (min-width: 641px) {
  .wrapper {
    padding: 50px 0 0 0; }

  .contentWrap {
    margin: -50px 0 0 0;
    padding: 50px 0 0 0; }

  .scrollPosition {
    margin: -50px 0 0 0;
    padding: 50px 0 0 0; } }
@media screen and (min-width: 769px) {
  .wrapper {
    padding: 69px 0 0 0; }
    .wrapper.home {
      background: url(/img/bg_mv.png) center 69px no-repeat;
      background-size: contain; }

  .contentWrap {
    margin: -69px 0 0 0;
    padding: 69px 0 0 0; }

  .contentInner {
    width: 100%;
    max-width: 980px;
    padding: 0 20px;
    box-sizing: border-box; }

  .scrollPosition {
    margin: -69px 0 0 0;
    padding: 69px 0 0 0; } }
/* mainVisual */
#mainVisual .contentInner {
  position: relative;
  color: #666464; }
#mainVisual .title {
  padding: calc(20 / 690 * 100%) 0 0 0; }

@media screen and (min-width: 769px) {
  #mainVisual .title {
    padding: calc(50 / 940 * 100%) 0 calc(50 / 940 * 100%) 0; } }

/* lineBanner */
.lineBanner{
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 999;}
  .lineBannerImg{
    width: 136px;
    height: 136px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);}
  .lineBannerImg img{
    height: auto;}
.lineBannerClose{
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: #707070;
  position: absolute;
  top: -9px;
  right: -9px;
  cursor: pointer;}
  .lineBannerClose::before,
  .lineBannerClose::after{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;}
  .lineBannerClose::before{
    rotate: 45deg;}
  .lineBannerClose::after{
    rotate: -45deg;}
@media screen and (min-width:769px){
  .lineBannerImg{
    width: 235px;
    height: 220px;}
  .lineBannerClose{
    width: 24px;
    height: 24px;
    top: -12px;
    right: -10px;}
    .lineBannerClose::before,
    .lineBannerClose::after{
      width: 13px;}}

/* informationArea */
#informationArea .contentInner {
  color: #666464; }
#informationArea .title {
  margin: calc(28 / 690 * 100%) 0 calc(20 / 690 * 100%) 0; }
#informationArea .detail {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.54;
  letter-spacing: -0.06em;
  margin: 0 0 calc(23 / 690 * 100%) 0; }
@media screen and (min-width: 769px) {
  #informationArea .title {
    margin: calc(38 / 940 * 100%) 0 calc(23 / 940 * 100%) 0; }
  #informationArea .detail {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.54;
    letter-spacing: -0.1em;
    margin: 0 0 calc(23 / 940 * 100%) 0; } }


/* aboutArea */
#aboutArea .contentInner {
  color: #666464; }
#aboutArea .title {
  margin: calc(28 / 690 * 100%) 0 calc(20 / 690 * 100%) 0; }
#aboutArea .wrap .textWrap .text {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.54;
  letter-spacing: -0.06em;
  margin: 0 0 calc(23 / 690 * 100%) 0; }
#aboutArea .itemWrap {
  margin: 0 0 calc(11 / 690 * 100%) 0; }
  #aboutArea .itemWrap .itemTitle {
    color: #ec7c9a;
    font-size: 16px;
    font-size: 3.2rem;
    line-height: 1.56;
    font-weight: 700; }
  #aboutArea .itemWrap .itemText {
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1.79;
    letter-spacing: -0.1em; }
  #aboutArea .itemWrap .itemType {
    margin-top: calc(40 / 690 * 100%);
    padding: calc(40 / 690 * 100%) calc(40 / 690 * 100%) calc(60 / 690 * 100%);
    border-radius: 13px;
    background: #FAFAFA;}
    #aboutArea .itemWrap .itemType .item + .item {
      margin-top: calc(40 / 690 * 100%);}
#aboutArea .typeWrap {
  margin: calc(40 / 690 * 100%) 0 calc(11 / 690 * 100%) 0; }
  #aboutArea .typeTitle {
    color: #ec7c9a;
    font-size: 16px;
    font-size: 3.2rem;
    line-height: 1.56;
    font-weight: 700; }
  #aboutArea .typeContent .item {
    margin-top: calc(30 / 690 * 100%);
    line-height: 1.56; }
    #aboutArea .typeContent .item .typeContentTitle {
      border-radius: 13px 13px 0 0;
      background: #ec7c9a;
      color: #fff;
      text-align: center;
      font-weight: 700; }
    #aboutArea .typeContent .item .typeContentTxt {
      border: 2px solid #ec7c9a;
      border-radius: 0 0 13px 13px;
      padding: calc(20 / 690 * 100%) calc(50 / 690 * 100%); }
  #aboutArea .searchBtnAnchor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 200px;
    height: 60px;
    margin: 0 auto calc(50 / 690 * 100%) auto;
    border-radius: 30px;
    background-color: #ec7c9a;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    font-size: 14px; }

@media screen and (min-width: 769px) {
  #aboutArea .title {
    margin: calc(38 / 940 * 100%) 0 calc(23 / 940 * 100%) 0; }
  #aboutArea .wrap .textWrap {
    position: relative; }
    #aboutArea .wrap .textWrap:before {
      content: "";
      display: block;
      position: absolute;
      bottom: calc(-250 / 940 * 100%);
      right: 0;
      width: calc(234 / 940 * 100%);
      height: 0;
      background: url(/img/img_person02.png) center bottom no-repeat;
      background-size: contain;
      padding: calc(259 / 940 * 100%) 0 0 0; }
    #aboutArea .wrap .textWrap .text {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.54;
      letter-spacing: -0.05em;
      margin: 0 0 calc(23 / 940 * 100%) 0; }
  #aboutArea .itemWrap {
    margin: calc(70 / 940 * 100%) 0 calc(19 / 940 * 100%) 0; }
    #aboutArea .itemWrap .itemTitle {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.56; }
    #aboutArea .itemWrap .itemText {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.79;
      letter-spacing: -0.1em; }
    #aboutArea .itemWrap .itemType {
      line-height: 1.8;
      margin-top: calc(20 / 940 * 100%);
      padding: calc(20 / 940 * 100%) calc(20 / 940 * 100%) calc(30 / 940 * 100%);}
      #aboutArea .itemWrap .itemType .item + .item {
        margin-top: 0;}
  #aboutArea .typeWrap {
    margin: calc(40 / 940 * 100%) 0 0 0; }
    #aboutArea .typeTitle {
      font-size: 32px;
      font-size: 3.2rem; }
    #aboutArea .typeContent {
      display: flex;
      justify-content: space-between; }
      #aboutArea .typeContent .item {
        margin-top: calc(20 / 940 * 100%);
        width: calc(50% - calc(14 / 940 * 100%)); }
        #aboutArea .typeContent .item .typeContentTitle {
          font-size: 32px;
          font-size: 3.2rem; }
          #aboutArea .typeContent .item .typeContentTxt {
            padding: calc(20 / 940 * 100%);
            font-size: 26px;
            font-size: 2.6rem;}
    #aboutArea .searchBtnAnchor {
      font-size: 28px;
      font-size: 2.8rem; }}
/* searchArea */
#searchArea .contentInner {
  color: #666464; }
#searchArea .title {
  margin: calc(28 / 690 * 100%) 0 calc(20 / 690 * 100%) 0; }
#searchArea .subTitle {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.54;
  font-weight: 700;
  margin: calc(10 / 690 * 100%) 0 calc(20 / 690 * 100%) 0; }
#searchArea .groupNav {
  margin: 0 0 calc(55 / 690 * 100%) 0; }
  #searchArea .groupNav .groupList {
    display: flex;
    flex-wrap: wrap; }
    #searchArea .groupNav .groupList .item {
      flex-basis: calc(226 / 690 * 100%);
      margin: 0 0 calc(6 / 690 * 100%) calc(6 / 690 * 100%); }
      #searchArea .groupNav .groupList .item:nth-child(3n+1) {
        margin-left: 0; }
      #searchArea .groupNav .groupList .item a {
        display: block;
        color: #ec7c9a;
        font-size: 13px;
        font-size: 2.6rem;
        line-height: 1;
        font-weight: 500;
        text-align: center;
        padding: 7px 0 9px 0;
        border: 1px solid #ec7c9a;
        border-radius: 5px; }
#searchArea .areaWrap .group {
  padding: 0 0 calc(40 / 690 * 100%) 0; }
  #searchArea .areaWrap .group .groupTitle {
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 calc(6 / 690 * 100%) 0; }
    #searchArea .areaWrap .group .groupTitle:before {
      content: "■";
      color: #ec7c9a; }
  #searchArea .areaWrap .group .area {
    padding: 0 0 calc(4 / 690 * 100%) 0; }
    #searchArea .areaWrap .group .area.nodata .areaTitle {
      opacity: 0.3; }
      #searchArea .areaWrap .group .area.nodata .areaTitle:after {
        display: none; }
    #searchArea .areaWrap .group .area .areaTitle {
      position: relative;
      color: #ec7c9a;
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1;
      text-align: center;
      padding: 5px 0;
      border: 1px solid #ec7c9a; }
      #searchArea .areaWrap .group .area .areaTitle:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 5px;
        right: 10px;
        width: 10px;
        height: 10px;
        margin: auto;
        border-bottom: 1px solid #ec7c9a;
        border-right: 1px solid #ec7c9a;
        transform: rotate(45deg); }
    #searchArea .areaWrap .group .area .list {
      padding: calc(7 / 690 * 100%) 0 0 0; }
      #searchArea .areaWrap .group .area .list .item {
        margin: 0 0 calc(24 / 690 * 100%) 0; }
        #searchArea .areaWrap .group .area .list .item a {
          display: block;
          position: relative;
          color: #000000;
          background-color: #fce6ec;
          padding: calc(22 / 690 * 100%); }
          #searchArea .areaWrap .group .area .list .item a:after {
            content: "";
            position: absolute;
            bottom: calc(22 / 690 * 100vw);
            right: calc(22 / 690 * 100vw);
            width: calc(67 / 690 * 100%);
            background: url(/img/btn_arrow01.svg) center center no-repeat;
            background-size: contain;
            padding: calc(67 / 690 * 100%) 0 0 0; }
          #searchArea .areaWrap .group .area .list .item a .textWrap .name {
            font-size: 14px;
            font-size: 2.8rem;
            line-height: 1.43;
            margin: 0 0 calc(10 / 646 * 100%) 0;
            padding: 0 0 calc(10 / 646 * 100%) 0;
            border-bottom: 1px dashed #000000; }
            #searchArea .areaWrap .group .area .list .item a .textWrap .name:before {
              content: "■";
              color: #ec7c9a; }
          #searchArea .areaWrap .group .area .list .item a .textWrap .address {
            padding-right: 50px;
            min-height: 2.8571428571em;
            font-size: 14px;
            font-size: 2.8rem;
            line-height: 1.43; }
    #searchArea .areaWrap .group .area .buttonWrap {
      text-align: center;
      padding: 0 0 calc(30 / 690 * 100%) 0; }
      #searchArea .areaWrap .group .area .buttonWrap .closeButton {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        font-size: 2.8rem;
        line-height: 1.43;
        background-color: #909090;
        padding: 3px 10px 5px 10px; }
    #searchArea .areaWrap .group .area.open .areaTitle {
      color: #ffffff;
      background-color: #ec7c9a;
      border: 1px solid #000000; }
      #searchArea .areaWrap .group .area.open .areaTitle:after {
        top: 5px;
        bottom: 0;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: rotate(-135deg); }
  #searchArea .prefectureList {
    margin-bottom: 55px; }
    #searchArea .prefectureList .prefectureListTitle {
      position: relative;
      line-height: 46px;
      margin-top: 30px;
      background: #FBEDF0;
      font-size: 13px;
      text-align: center;}
      #searchArea .prefectureList .prefectureListTitle::after {
        content: "+";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 23px;
        pointer-events: none;
        user-select: none; }
      #searchArea .prefectureList .prefectureListTitle.open::after {
        content: "-"; }
    #searchArea .prefectureList .prefectureListMainWrap {
      display: none; }
    #searchArea .prefectureList .prefectureListMain {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #searchArea .prefectureList .prefectureListMain .prefectureListMainItem {
        width: calc(50% - 7px);
        line-height: 47px;
        border: 1px solid #ababab;
        border-radius: 13px;
        margin-top: 14px;
        color: #ababab;
        font-size: 13px;
        text-align: center; }
        #searchArea .prefectureList .prefectureListMain .prefectureListMainItem.touch {
          border: none; }
          #searchArea .prefectureList .prefectureListMain .prefectureListMainItem.touch a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            border: 1px solid #ec7c9a;
            border-radius: 13px;
            color: #ec7c9a; }

@media screen and (min-width: 769px) {
  #searchArea .subTitle {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.54;
    font-weight: 700;
    margin: calc(10 / 940 * 100%) 0 calc(10 / 940 * 100%) 0; }
  #searchArea .mapNav {
    position: relative;
    height: 0;
    padding: calc(725 / 940 * 100%) 0 0 0; }
    #searchArea .mapNav .image {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(639 / 940 * 100%);
      margin: calc(27 / 940 * 100%) 0 0 calc(44 / 940 * 100%); }
    #searchArea .mapNav .map .mapItem {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(66 / 940 * 100%);
      height: 0;
      padding: calc(51 / 940 * 100%) 0 0 0; }
      #searchArea .mapNav .map .mapItem.type02 {
        width: calc(133 / 940 * 100%);
        padding: calc(51 / 940 * 100%) 0 0 0; }
      #searchArea .mapNav .map .mapItem.type03 {
        width: calc(66 / 940 * 100%);
        padding: calc(102 / 940 * 100%) 0 0 0; }
      #searchArea .mapNav .map .mapItem.type04 {
        width: calc(176 / 940 * 100%);
        padding: calc(165 / 940 * 100%) 0 0 0; }
      #searchArea .mapNav .map .mapItem a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: .3s; }
        #searchArea .mapNav .map .mapItem a:hover {
          opacity: 0; }
      #searchArea .mapNav .map .mapItem.map_hokkaido {
        margin: calc(1 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_hokkaido_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_aomori {
        margin: calc(178 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_aomori_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_iwate {
        margin: calc(230 / 940 * 100%) 0 0 calc(833 / 940 * 100%);
        background: url(/img/map/img_map_iwate_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_miyagi {
        margin: calc(282 / 940 * 100%) 0 0 calc(833 / 940 * 100%);
        background: url(/img/map/img_map_miyagi_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_akita {
        margin: calc(230 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_akita_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_yamagata {
        margin: calc(282 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_yamagata_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_fukushima {
        margin: calc(334 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_fukushima_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_ibaraki {
        margin: calc(438 / 940 * 100%) 0 0 calc(833 / 940 * 100%);
        background: url(/img/map/img_map_ibaraki_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_tochigi {
        margin: calc(386 / 940 * 100%) 0 0 calc(833 / 940 * 100%);
        background: url(/img/map/img_map_tochigi_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_gunma {
        margin: calc(386 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_gunma_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_saitama {
        margin: calc(438 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_saitama_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_chiba {
        margin: calc(490 / 940 * 100%) 0 0 calc(833 / 940 * 100%);
        background: url(/img/map/img_map_chiba_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_tokyo {
        margin: calc(490 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_tokyo_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_kanagawa {
        margin: calc(542 / 940 * 100%) 0 0 calc(766 / 940 * 100%);
        background: url(/img/map/img_map_kanagawa_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_niigata {
        margin: calc(334 / 940 * 100%) 0 0 calc(698 / 940 * 100%);
        background: url(/img/map/img_map_niigata_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_toyama {
        margin: calc(334 / 940 * 100%) 0 0 calc(629 / 940 * 100%);
        background: url(/img/map/img_map_toyama_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_ishikawa {
        margin: calc(334 / 940 * 100%) 0 0 calc(561 / 940 * 100%);
        background: url(/img/map/img_map_ishikawa_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_fukui {
        margin: calc(386 / 940 * 100%) 0 0 calc(561 / 940 * 100%);
        background: url(/img/map/img_map_fukui_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_yamanashi {
        margin: calc(490 / 940 * 100%) 0 0 calc(698 / 940 * 100%);
        background: url(/img/map/img_map_yamanashi_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_nagano {
        margin: calc(386 / 940 * 100%) 0 0 calc(698 / 940 * 100%);
        background: url(/img/map/img_map_nagano_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_gifu {
        margin: calc(386 / 940 * 100%) 0 0 calc(629 / 940 * 100%);
        background: url(/img/map/img_map_gifu_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_shizuoka {
        margin: calc(542 / 940 * 100%) 0 0 calc(698 / 940 * 100%);
        background: url(/img/map/img_map_shizuoka_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_aichi {
        margin: calc(490 / 940 * 100%) 0 0 calc(629 / 940 * 100%);
        background: url(/img/map/img_map_aichi_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_mie {
        margin: calc(490 / 940 * 100%) 0 0 calc(561 / 940 * 100%);
        background: url(/img/map/img_map_mie_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_shiga {
        margin: calc(438 / 940 * 100%) 0 0 calc(561 / 940 * 100%);
        background: url(/img/map/img_map_shiga_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_kyoto {
        margin: calc(438 / 940 * 100%) 0 0 calc(493 / 940 * 100%);
        background: url(/img/map/img_map_kyoto_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_osaka {
        margin: calc(490 / 940 * 100%) 0 0 calc(425 / 940 * 100%);
        background: url(/img/map/img_map_osaka_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_hyogo {
        margin: calc(438 / 940 * 100%) 0 0 calc(425 / 940 * 100%);
        background: url(/img/map/img_map_hyogo_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_nara {
        margin: calc(490 / 940 * 100%) 0 0 calc(493 / 940 * 100%);
        background: url(/img/map/img_map_nara_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_wakayama {
        margin: calc(542 / 940 * 100%) 0 0 calc(425 / 940 * 100%);
        background: url(/img/map/img_map_wakayama_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_tottori {
        margin: calc(438 / 940 * 100%) 0 0 calc(357 / 940 * 100%);
        background: url(/img/map/img_map_tottori_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_shimane {
        margin: calc(438 / 940 * 100%) 0 0 calc(289 / 940 * 100%);
        background: url(/img/map/img_map_shimane_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_okayama {
        margin: calc(490 / 940 * 100%) 0 0 calc(357 / 940 * 100%);
        background: url(/img/map/img_map_okayama_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_hiroshima {
        margin: calc(490 / 940 * 100%) 0 0 calc(289 / 940 * 100%);
        background: url(/img/map/img_map_hiroshima_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_yamaguchi {
        margin: calc(438 / 940 * 100%) 0 0 calc(221 / 940 * 100%);
        background: url(/img/map/img_map_yamaguchi_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_tokushima {
        margin: calc(613 / 940 * 100%) 0 0 calc(313 / 940 * 100%);
        background: url(/img/map/img_map_tokushima_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_kagawa {
        margin: calc(561 / 940 * 100%) 0 0 calc(313 / 940 * 100%);
        background: url(/img/map/img_map_kagawa_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_ehime {
        margin: calc(561 / 940 * 100%) 0 0 calc(245 / 940 * 100%);
        background: url(/img/map/img_map_ehime_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_kochi {
        margin: calc(613 / 940 * 100%) 0 0 calc(245 / 940 * 100%);
        background: url(/img/map/img_map_kochi_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_fukuoka {
        margin: calc(438 / 940 * 100%) 0 0 calc(65 / 940 * 100%);
        background: url(/img/map/img_map_fukuoka_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_saga {
        margin: calc(438 / 940 * 100%) 0 0 calc(-2 / 940 * 100%);
        background: url(/img/map/img_map_saga_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_nagasaki {
        margin: calc(490 / 940 * 100%) 0 0 calc(-2 / 940 * 100%);
        background: url(/img/map/img_map_nagasaki_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_kumamoto {
        margin: calc(490 / 940 * 100%) 0 0 calc(65 / 940 * 100%);
        background: url(/img/map/img_map_kumamoto_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_oita {
        margin: calc(438 / 940 * 100%) 0 0 calc(134 / 940 * 100%);
        background: url(/img/map/img_map_oita_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_miyazaki {
        margin: calc(490 / 940 * 100%) 0 0 calc(134 / 940 * 100%);
        background: url(/img/map/img_map_miyazaki_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_kagoshima {
        margin: calc(542 / 940 * 100%) 0 0 calc(-2 / 940 * 100%);
        background: url(/img/map/img_map_kagoshima_on.png) center center no-repeat;
        background-size: contain; }
      #searchArea .mapNav .map .mapItem.map_okinawa {
        margin: calc(630 / 940 * 100%) 0 0 calc(-2 / 940 * 100%);
        background: url(/img/map/img_map_okinawa_on.png) center center no-repeat;
        background-size: contain; }
        #searchArea .mapNav .map .mapItem .mapNoclick {
          pointer-events: none; }
  #searchArea .groupNav {
    margin: 0 0 calc(62 / 940 * 100%) 0; }
    #searchArea .groupNav .groupList .item {
      flex-basis: calc(308 / 940 * 100%);
      margin: 0 0 calc(8 / 940 * 100%) calc(8 / 940 * 100%); }
      #searchArea .groupNav .groupList .item:nth-child(3n+1) {
        margin-left: 0; }
      #searchArea .groupNav .groupList .item a {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1;
        padding: 16px 0 17px 0;
        border: 2px solid #ec7c9a;
        border-radius: 13px; }
  #searchArea .areaWrap .group {
    margin: 0 0 calc(70 / 940 * 100%) 0;
    padding: 0; }
    #searchArea .areaWrap .group .groupTitle {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1;
      margin: 0 0 calc(22 / 940 * 100%) 0; }
    #searchArea .areaWrap .group .area {
      padding: 0 0 calc(10 / 940 * 100%) 0; }
      #searchArea .areaWrap .group .area .areaTitle {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1;
        padding: 9px 0 11px 0; }
        #searchArea .areaWrap .group .area .areaTitle:after {
          bottom: 10px;
          right: 30px;
          width: 20px;
          height: 20px;
          border-bottom: 3px solid #ec7c9a;
          border-right: 3px solid #ec7c9a; }
        #searchArea .areaWrap .group .area .areaTitle:hover:after {
          border-bottom: 3px solid #ffffff;
          border-right: 3px solid #ffffff; }
      #searchArea .areaWrap .group .area .list {
        padding: calc(24 / 940 * 100%) 0 0 0; }
        #searchArea .areaWrap .group .area .list .item {
          margin: 0 0 calc(17 / 940 * 100%) 0; }
          #searchArea .areaWrap .group .area .list .item a {
            display: flex;
            justify-content: space-between;
            padding: calc(15 / 940 * 100%); }
            #searchArea .areaWrap .group .area .list .item a:after {
              bottom: 0;
              right: 0;
              width: calc(67 / 940 * 100%);
              margin: 0 calc(38 / 940 * 100%) calc(16 / 940 * 100%) 0;
              padding: calc(67 / 940 * 100%) 0 0 0; }
            #searchArea .areaWrap .group .area .list .item a .image {
              flex-basis: calc(247 / 910 * 100%); }
            #searchArea .areaWrap .group .area .list .item a .textWrap {
              flex-basis: calc(645 / 910 * 100%); }
              #searchArea .areaWrap .group .area .list .item a .textWrap .name {
                font-size: 32px;
                font-size: 3.2rem;
                line-height: 1.66;
                margin: 0 0 calc(13 / 645 * 100%) 0;
                padding: 0 0 calc(10 / 645 * 100%) 0; }
              #searchArea .areaWrap .group .area .list .item a .textWrap .address {
                min-height: 3em;
                padding-right: 100px;
                font-size: 26px;
                font-size: 2.6rem;
                line-height: 1.5; }
      #searchArea .areaWrap .group .area .buttonWrap {
        text-align: center;
        padding: 0 0 calc(38 / 940 * 100%) 0; }
        #searchArea .areaWrap .group .area .buttonWrap .closeButton {
          width: 195px;
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 1;
          padding: 9px 0 14px 0;
          box-sizing: border-box; }
      #searchArea .areaWrap .group .area.open:last-of-type .areaTitle {
        border-bottom: 1px solid #000000; }
      #searchArea .areaWrap .group .area.open .areaTitle:after {
        top: 5px;
        bottom: 0;
        border-bottom: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: rotate(-135deg); } }
/* keywordSearchArea */
#keywordSearchArea {
  margin: 0 0 calc(54 / 690 * 100%) 0; }
  #keywordSearchArea .contentInner {
    color: #666464; }
  .keywordSearchForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc(26 / 690 * 100%) 0 0 0; }
    .keywordSearchForm .keywordBoxLabel {
      width: 100%; }
    .keywordSearchForm #keywordBox {
      width: calc(556 / 690 * 100%);
      padding: 10px 15px;
      border: 1px solid #707070;
      border-radius: 13px;
      box-sizing: border-box;}
    .keywordSearchForm #keywordBoxBtn {
      width: calc(112 / 690 * 100%);
      border: 1px solid #ec7c9a;
      border-radius: 13px;
      background: #fff;
      color: #ec7c9a;
      text-align: center;
      transition: .3s;}
  @media screen and (min-width: 769px) {
    #keywordSearchArea {
      margin: calc(20 / 940 * 100%) 0 calc(40 / 940 * 100%) 0; }
      .keywordSearchForm {
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        margin: calc(30 / 940 * 100%) 0 0 0; }
        .keywordSearchForm .keywordBoxLabel {
          width: calc(250 / 940 * 100%);
          font-size: 28px;
          font-size: 2.8rem; }
        .keywordSearchForm #keywordBox {
          width: calc(508 / 940 * 100%);
          font-size: 28px;
          font-size: 2.8rem;}
        .keywordSearchForm #keywordBoxBtn:hover {
          background: #ec7c9a;
          color: #fff;
          cursor: pointer; }
        .keywordSearchForm #keywordBoxBtnTxt {
          padding: 10px 0;
          font-size: 28px;
          font-size: 2.8rem;} }
/* flowArea */
#flowArea .flowList {
  counter-reset: flowItem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  overflow: hidden;
  margin: calc(15 / 690 * 100%) 0 calc(60 / 690 * 100%); }
  #flowArea .flowList .flowItem {
    position: relative; }
    #flowArea .flowList .flowItem:nth-child(2n)::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      z-index: -1;
      transform: translateY(-50%);
      width: calc(100vw - 30px);
      height: 4px;
      background-color: #ec7c9a; }
  #flowArea .flowList.flowListThanks {
    position: relative;
    width: 50%;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr); }
    #flowArea .flowList.flowListThanks::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1;
      transform: translateX(-50%);
      width: 4px;
      height: 100%;
      background-color: #ec7c9a; }
    #flowArea .flowList.flowListThanks .flowItem:nth-child(2n)::before {
      display: none; }
@media screen and (min-width: 769px) {
  #flowArea .flowList {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: calc(15 / 940 * 100%) 0 calc(100 / 940 * 100%); }
    #flowArea .flowList .flowItem:nth-child(2n)::before {
      display: none; }
    #flowArea .flowList .flowItem:nth-child(3n)::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      z-index: -1;
      transform: translateY(-50%);
      display: block;
      width: calc(100vw - 30px);
      height: 4px;
      background-color: #ec7c9a; }
    #flowArea .flowList.flowListThanks {
      width: 100%;
      grid-template-columns: repeat(3, 1fr); }
      #flowArea .flowList.flowListThanks::before {
        display: none; }}
/* hospitalDetail */
#hospitalDetail .titleWrap {
  margin: 0 0 calc(16 / 690 * 100%) 0;
  padding: 0 0 calc(35 / 690 * 100%) 0;
  border-bottom: 1px solid #ec7c9a; }
  #hospitalDetail .titleWrap .title {
    font-size: 20.5px;
    font-size: 4.1rem;
    line-height: 1.51;
    text-align: center;
    padding: calc(22 / 690 * 100%) 0 0 0; }
  #hospitalDetail .titleWrap .code {
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1.43;
    text-align: center;
    padding: 0 0 calc(10 / 690 * 100%) 0; }
#hospitalDetail .headerButtonArea {
  margin-block: 20px 30px; }
  #hospitalDetail .headerButtonArea .button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 10rem;
    max-width: 660px;
    margin: auto;
    padding: 0 0 0 9rem;
    border-radius: 5rem;
    color: #ffffff;
    background-color: #ec7c9a; }
    #hospitalDetail .headerButtonArea .button p {
      position: relative;
      font-size: 16px;
      font-size: 3.2rem;
      line-height: 1; }
      #hospitalDetail .headerButtonArea .button p::before {
        content: "";
        display: inline-block;
        position: absolute;
        right: 110%;
        width: 6rem;
        height: 4rem;
        background: url(/img/icon_mail.png) center center no-repeat;
        background-size: contain; }
#hospitalDetail .mapButton {
  margin-left: 10px;
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1;
  text-align: right; }
  #hospitalDetail .mapButton a {
    display: inline-block;
    color: #ffffff;
    letter-spacing: 0.25em;
    background-color: #000000;
    padding: 3px 10px 3px 14px; }
#hospitalDetail .address {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.43;
  margin: 0 0 calc(40 / 690 * 100%) 0; }
#hospitalDetail .row {
  margin: 0 0 calc(40 / 690 * 100%) 0; }
  #hospitalDetail .row .head {
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1.43;
    margin: 0 15px 0 0; }
    #hospitalDetail .row .head:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      margin: 0 3px 0 0;
      border-top: 0.5em solid transparent;
      border-bottom: 0.5em solid transparent;
      border-left: 0.8em solid #ec7c9a; }
  #hospitalDetail .row .cont {
    margin-top: 10px;
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1.43; }
  #hospitalDetail .row.horizontal {
    display: flex; }
  #hospitalDetail .row.tel {
    margin: 0 0 calc(10 / 690 * 100%) 0; }
  #hospitalDetail .row.checkDate .dateAccordion {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 40px;
    background: #ec7c9a;
    color: #fff;}
    #hospitalDetail .row.checkDate .dateAccordion::after {
      content: "";
      position: absolute;
      top: 12px;
      right: 20px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(135deg);
      transition: .3s;}
    #hospitalDetail .row.checkDate .dateAccordion.open::after {
      top: 18px;
      transform: rotate(-45deg);}
  #hospitalDetail .row.checkDate .dateRowWrap {
    display: none;
    font-size: 3.5vw;}
    @media screen and (min-width: 769px) {
      #hospitalDetail .row.checkDate .dateRowWrap {
        font-size: 28px;
        font-size: 2.8rem;}}
  #hospitalDetail .row.checkDate .cont .dateRow {
    display: flex;
    margin: 0 0 calc(15 / 690 * 100%) 0;
    padding: 0 0 calc(30 / 690 * 100%) 0;
    border-bottom: 1px solid #666464; }
    #hospitalDetail .row.checkDate .cont .dateRow:last-of-type {
      margin: 0; }
    #hospitalDetail .row.checkDate .cont .dateRow .code {
      margin-left: auto;
    }
    #hospitalDetail .row.checkDate .cont .dateRow .dateL,
    #hospitalDetail .row.checkDate .cont .dateRow .note {
      margin: 0 0 0 7em; }
  #hospitalDetail .row.optionList .cont .list .item {
    margin: 0 0 calc(3 / 690 * 100%) 0; }
    #hospitalDetail .row.optionList .cont .list .item:last-of-type {
      margin: 0; }
    #hospitalDetail .row.optionList .cont .list .item:before {
      content: "・"; }
#hospitalDetail .telNote {
  color: #ec7c9a;
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.08em;
  margin: 0 0 calc(40 / 690 * 100%) 0; }
#hospitalDetail .image {
  background-color: #d0d0d0;
  margin: 0 0 calc(10 / 690 * 100%) 0; }
  #hospitalDetail .image img {
    display: block;
    width: auto;
    height: auto;
    max-height: 500px;
    margin: auto; }
#hospitalDetail .intro {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 0 0 calc(40 / 690 * 100%) 0; }
#hospitalDetail .elseNote a {
  color: #ec7c9a;
  text-decoration: underline; }
  #hospitalDetail .elseNote a:hover {
    text-decoration: none; }
/* aboutArea01 */
#aboutArea01 .text {
  width: calc(422 / 690 * 100%);
  font-size: 15px;
  font-size: 3rem;
  line-height: 1.53;
  font-weight: 500;
  margin: 0 0 0 auto;
  padding: 0 0 calc(18 / 690 * 100%) 0; }
#aboutArea01 .contentInner {
  position: relative;
  color: #666464; }
  #aboutArea01 .contentInner:before {
    content: "";
    position: absolute;
    bottom: calc(45 / 690 * 100%);
    left: calc(44 / 690 * 100%);
    width: calc(174 / 690 * 100%);
    background: url(/img/img_person01.png) center bottom no-repeat;
    background-size: contain;
    padding: calc(251 / 690 * 100%) 0 0 0; }
#targetArea .wrap .textWrap .valueBox {
margin: 0 0 calc(20 / 690 * 100%) 0; }
#targetArea .wrap .textWrap .valueBox .row {
  overflow: hidden;
  text-align: center;
  border: 1px solid #ec7c9a;
  border-radius: 6px; }
  #targetArea .wrap .textWrap .valueBox .row .head {
    color: #ffffff;
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 500;
    background-color: #ec7c9a;
    padding: calc(10 / 690 * 100%) 0; }
  #targetArea .wrap .textWrap .valueBox .row .cont {
    padding: calc(6 / 690 * 100%) 0 calc(16 / 690 * 100%) 0; }
    #targetArea .wrap .textWrap .valueBox .row .cont .value {
      color: #ec7c9a;
      font-size: 16px;
      font-size: 3.2rem;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.05em;
      margin: 0 0 calc(13 / 690 * 100%) 0; }
      #targetArea .wrap .textWrap .valueBox .row .cont .value .large {
        font-size: 22.5px;
        font-size: 4.5rem;
        line-height: 1; }
    #targetArea .wrap .textWrap .valueBox .row .cont .note {
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1; }
@media screen and (min-width: 769px) {
  #aboutArea01 .text {
    width: auto;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.79;
    letter-spacing: 0.03em;
    margin: 50px 0 0 calc(346 / 940 * 100%); }
  #aboutArea01 .contentInner:before {
    bottom: 0;
    left: calc(57 / 940 * 100%);
    width: calc(210 / 940 * 100%);
    padding: calc(376 / 940 * 100%) 0 0 0; }
  #targetArea .wrap .textWrap .valueBox {
    margin: calc(30 / 940 * 100%) 0 calc(28 / 940 * 100%) 0; }
    #targetArea .wrap .textWrap .valueBox .row {
      width: 100%;
      border: 2px solid #ec7c9a;
      border-radius: 13px;
      box-sizing: border-box; }
      #targetArea .wrap .textWrap .valueBox .row .head {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1;
        padding: calc(8 / 690 * 100%) 0 calc(11 / 690 * 100%) 0; }
      #targetArea .wrap .textWrap .valueBox .row .cont {
        padding: calc(6 / 690 * 100%) 0 calc(17 / 690 * 100%) 0; }
        #targetArea .wrap .textWrap .valueBox .row .cont .value {
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 1;
          letter-spacing: 0.05em;
          margin: 0 0 calc(13 / 690 * 100%) 0; }
          #targetArea .wrap .textWrap .valueBox .row .cont .value .large {
            font-size: 42px;
            font-size: 4.2rem;
            line-height: 1; }
        #targetArea .wrap .textWrap .valueBox .row .cont .note {
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 1; } }
/* footer */
#footer #contactAreaSp {
  margin-bottom: 30px; }
#footer #contactAreaSp .titleType02 {
  margin: 32px 0 16px;
  line-height: 27px;
  border: 2px solid #ec7c9a;
  color: #ec7c9a;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }
  #footer #contactAreaSp .titleType02.titleType02Mt {
    margin-top: 45px; }
#footer #contactArea.single .checkList,
#footer #contactAreaSp .checkList {
  margin-bottom: 32px; }
  #footer #contactArea.single .checkList .checkListItem,
  #footer #contactAreaSp .checkList .checkListItem {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #F5F5F5;
    text-align: left; }
    #footer #contactArea.single .checkList .checkListItem + .checkListItem,
    #footer #contactAreaSp .checkList .checkListItem + .checkListItem {
      margin-top: 24px; }
    #footer #contactArea.single .checkList .checkListItem .textWrap,
    #footer #contactAreaSp .checkList .checkListItem .textWrap {
      flex: auto;
      margin-right: 21px; }
      #footer #contactArea.single .checkList .checkListItem .textWrap .name,
      #footer #contactAreaSp .checkList .checkListItem .textWrap .name {
        line-height: 1.6;
        font-size: 14px;
        font-size: 2.8rem;
        line-height: 1.43;
        margin: 0 0 calc(10 / 646 * 100%) 0;
        padding: 0 0 calc(10 / 646 * 100%) 0;
        border-bottom: 1px dashed #000000; }
        #footer #contactArea.single .checkList .checkListItem .textWrap .name::before,
        #footer #contactAreaSp .checkList .checkListItem .textWrap .name::before {
          content: "■";
          color: #ec7c9a; }
    #footer #contactArea.single .checkList .checkListItem .textWrap .address,
    #footer #contactAreaSp .checkList .checkListItem .textWrap .address {
      min-height: 2.8571428571em;
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1.43; }
      #footer #contactArea.single .checkList .checkListItem .checkListItemDelete,
      #footer #contactAreaSp .checkList .checkListItem .checkListItemDelete {
        flex-shrink: 0; }
        #footer #contactArea.single .checkList .checkListItem .checkListItemDelete img,
        #footer #contactAreaSp .checkList .checkListItem .checkListItemDelete img {
          width: 24px; }

@media screen and (min-width: 769px) {
  #hospitalDetail .titleWrap {
    margin: 0 0 calc(15 / 940 * 100%) 0;
    padding: 0 0 calc(38 / 940 * 100%) 0;
    border-bottom: 2px solid #ec7c9a; }
    #hospitalDetail .titleWrap .title {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 1.5;
      padding: calc(36 / 940 * 100%) 0 0 0; }
    #hospitalDetail .titleWrap .code {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.43;
      padding: 0 0 calc(10 / 940 * 100%) 0; }
  #hospitalDetail .headerButtonArea .button {
    width: calc(50% - 16px);
    height: 100px;
    padding: 0;
    border-radius: 50px; }
    #hospitalDetail .headerButtonArea .button p {
      font-size: 26px;
      font-size: 2.6rem; }
      #hospitalDetail .headerButtonArea .button p::before {
        width: 37px;
        height: 27px; }
  #hospitalDetail .mapButton {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1; }
    #hospitalDetail .mapButton a {
      letter-spacing: 0.25em;
      padding: 7px 17px 7px 25px; }
  #hospitalDetail .address {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.43;
    margin: 0 0 calc(60 / 940 * 100%) 0; }
  #hospitalDetail .row {
    margin: 0 0 calc(30 / 940 * 100%) 0; }
    #hospitalDetail .row .head {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.43;
      margin: 0 45px 0 0; }
      #hospitalDetail .row .head:before {
        margin: 0 3px 0 0;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-left: 0.8em solid #ec7c9a; }
    #hospitalDetail .row .cont {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.43; }
    #hospitalDetail .row.horizontal {
      display: flex; }
    #hospitalDetail .row.tel {
      margin: 0 0 calc(10 / 940 * 100%) 0; }
    #hospitalDetail .row.checkDate {
      margin: 0 0 calc(50 / 940 * 100%) 0; }
      #hospitalDetail .row.checkDate .head {
        margin: 0 0 10px 0; }
      #hospitalDetail .row.checkDate .dateAccordion {
        line-height: 60px;}
        #hospitalDetail .row.checkDate .dateAccordion::after {
          top: 18px;
          width: 16px;
          height: 16px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;}
          #hospitalDetail .row.checkDate .dateAccordion.open::after {
            top: 26px;}
          #hospitalDetail .row.checkDate .dateAccordion:hover {
            cursor: pointer;}
      #hospitalDetail .row.checkDate .cont .dateRow {
        margin: 0 0 calc(15 / 940 * 100%) 0;
        padding: 0 0 calc(15 / 940 * 100%) 0; }
        #hospitalDetail .row.checkDate .cont .dateRow:last-of-type {
          margin: 0; }
        #hospitalDetail .row.checkDate .cont .dateRow .dateL,
        #hospitalDetail .row.checkDate .cont .dateRow .note {
          margin: 0 0 0 7em; }
    #hospitalDetail .row.timeLimit {
      margin: 0 0 calc(50 / 940 * 100%) 0; }
    #hospitalDetail .row.optionList {
      margin: 0 0 calc(50 / 940 * 100%) 0; }
      #hospitalDetail .row.optionList .head {
        margin: 0 0 calc(6 / 940 * 100%) 0; }
      #hospitalDetail .row.optionList .cont .list .item {
        margin: 0 0 calc(8 / 940 * 100%) 0; }
        #hospitalDetail .row.optionList .cont .list .item:last-of-type {
          margin: 0; }
  #hospitalDetail .telNote {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: -0.08em;
    margin: 0 0 calc(30 / 940 * 100%) 0; }
  #hospitalDetail .image {
    margin: 0 0 calc(15 / 940 * 100%) 0; }
  #hospitalDetail .intro {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 0 0 calc(80 / 940 * 100%) 0; }
  #footer #contactArea.single .checkList {
    margin-bottom: 64px; }
      #footer #contactArea.single .checkList .checkListItem + .checkListItem {
        margin-top: 24px; }
      #footer #contactArea.single .checkList .checkListItem .image {
        flex-shrink: 0;
        flex-basis: calc(247 / 910 * 100%);
        margin-right: 59px; }
      #footer #contactArea.single .checkList .checkListItem .textWrap {
        margin-right: 35px; }
      #footer #contactArea.single .checkList .checkListItem .textWrap .address {
        min-height: 2.8571428571em;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.43; }
      #footer #contactArea.single .checkList .checkListItem .checkListItemDelete {
        transition: .3s; }
        #footer #contactArea.single .checkList .checkListItem .checkListItemDelete img {
          width: 48px; }
        #footer #contactArea.single .checkList .checkListItem .checkListItemDelete:hover {
          cursor: pointer;
          opacity: .7; } }
/* reserveArea */
#reserveArea .title {
  padding: calc(7 / 690 * 100%) 0 calc(41 / 690 * 100%) 0; }
#reserveArea .info {
  background-color: #f0f0f0;
  margin: 0 0 calc(20 / 690 * 100%) 0;
  padding: calc(19 / 690 * 100%) calc(15 / 690 * 100%) calc(9 / 690 * 100%) calc(15 / 690 * 100%); }
  #reserveArea .info .infoTitle {
    font-size: 13px;
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    background-color: #e6e6e6;
    margin: 0 0 calc(20 / 670 * 100%) 0;
    padding: 5px;
    border-radius: 10px; }
  #reserveArea .info .row {
    display: flex;
    align-items: center;
    margin: 0 0 calc(10 / 670 * 100%) 0; }
    #reserveArea .info .row .head {
      flex-basis: 8em;
      min-width: 8em;
      font-size: 10px;
      font-size: 2rem;
      line-height: 1;
      text-align: center;
      background-color: #ffffff;
      margin: 0 10px 0 0;
      padding: 5px; }
    #reserveArea .info .row .cont {
      font-size: 15px;
      font-size: 3rem;
      line-height: 1; }
#reserveArea .progress {
  display: flex;
  margin: 0 0 calc(20 / 690 * 100%) 0; }
  #reserveArea .progress .item {
    flex-basis: calc(100% / 3);
    position: relative;
    background-color: #f8c8d5;
    border: 1px solid #f8c8d5;
    padding: 10px 0;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    clip-path: polygon(0 0,90% 0,100% 50%,90% 100%,0 100%); }
  #reserveArea .progress .item::before{
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    background: #fff;
    clip-path: polygon(0 0,100% 50%,0 100%);
    position: absolute;
    top: 0;
    left: -2px; }
    #reserveArea .progress .item:first-child::before{
      display: none; }
    #reserveArea .progress .item p {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1.21;
      font-weight: 500;
      text-indent: 1em;
      text-align: center;
      padding: calc(16 / 217 * 100%) calc(30 / 217 * 100%);
      box-sizing: border-box; }
      #reserveArea .progress .item p:before {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 100%;
        z-index: 3;
        width: 14px;
        background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
      #reserveArea .progress .item p:after {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: calc(100% - 1px);
        z-index: 4;
        width: 14px;
        background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
#reserveArea .formWrap .table {
  max-width: 750px;
  margin: auto;
  border-top: 1px solid #e6e6e6; }
  #reserveArea .formWrap .table .row {
    padding: 0 0 calc(41 / 690 * 100%) 0;
    border-bottom: 1px solid #e6e6e6; }
    #reserveArea .formWrap .table .row.rowPink {
      border-bottom: 1px solid #ec7c9a; }
    #reserveArea .formWrap .table .row.hideRow {
      display: none; }
    #reserveArea .formWrap .table .row .head .headText {
      display: flex;
      align-items: center;
      padding: 14px 0 17px 0; }
      #reserveArea .formWrap .table .row .head .headText .required {
        display: block;
        color: #ec7c9a;
        font-size: 10px;
        font-size: 2rem;
        line-height: 1;
        margin: 0 15px 0 0;
        padding: 5px 18px;
        border: 1px solid #ec7c9a;
        border-radius: 4px; }
      #reserveArea .formWrap .table .row .head .headText .text {
        font-size: 23px;
        font-size: 4.6rem;
        line-height: 1.22; }
    #reserveArea .formWrap .table .row .cont .hiddenInput {
      display: none; }
    #reserveArea .formWrap .table .row .cont .wrap.horizontal {
      display: flex;
      margin: 0 0 calc(21 / 690 * 100%) 0; }
    #reserveArea .formWrap .table .row .cont .dateTitle1 {
      min-width: 5em;
      font-size: 15px;
      font-size: 3rem;
      line-height: 1; }
    #reserveArea .formWrap .table .row .cont .noteWrap.option {
      display: none; }
      #reserveArea .formWrap .table .row .cont .noteWrap .note {
        font-size: 10px;
        font-size: 2rem;
        line-height: 1.6;
        text-indent: -1em;
        padding: 0 0 0 1em; }
        #reserveArea .formWrap .table .row .cont .noteWrap.noteWrapBreastCancer .note {
          text-indent: -8em;
          padding: 0 0 0 8em; }
    #reserveArea .formWrap .table .row .cont .error {
      display: inline-block;
      margin-top: 5px;
      padding: 5px;
      font-size: 12px;
      font-size: 2.4rem;
      line-height: 1.33;
      background: #B70000;
      color: #fff; }
    #reserveArea .formWrap .table .row.facilityName .cont .facilityNameText {
      font-size: 16px;
      font-size: 3.2rem; }
    #reserveArea .formWrap .table .row .partsText {
      font-size: 15px;
      font-size: 3rem;
      line-height: 1; }
      #reserveArea .formWrap .table .row .partsText.code .inputText .name {
        display: inline-block;
        margin: 0 0 5px 0; }
      #reserveArea .formWrap .table .row .partsText.address .inputText .name {
        display: inline-block;
        margin: 0 0 5px 0; }
      #reserveArea .formWrap .table .row .partsText .mb {
        margin: 0 0 calc(20 / 690 * 100%) 0; }
      #reserveArea .formWrap .table .row .partsText input {
        width: 100%;
        height: calc(1em + 26px);
        background-color: #ffffff;
        padding: 13px 10px;
        border: 1px solid #a5a5a5; }
    #reserveArea .formWrap .table .row .partsTextarea {
      overflow: hidden;
      width: 100%;
      font-size: 15px;
      font-size: 3rem;
      line-height: 1.4; }
      #reserveArea .formWrap .table .row .partsTextarea textarea {
        display: block;
        width: 100%;
        height: 170px;
        background-color: #ffffff;
        padding: 17px 20px;
        border: 1px solid #a5a5a5;
        box-sizing: border-box; }
    #reserveArea .formWrap .table .row .partsRadio {
      font-size: 15px;
      font-size: 3rem;
      line-height: 1.87; }
      #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field {
        display: flex;
        align-items: center; }
        #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label {
          cursor: pointer;
          margin: 0 10px 0 0; }
          #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label input {
            display: none; }
          #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label span {
            display: block;
            position: relative;
            padding: 2px 0 3px 1.7em;
            box-sizing: border-box; }
            #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label span:before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 15px;
              height: 15px;
              background-color: #ffffff;
              margin: auto;
              border: 1px solid #a5a5a5;
              border-radius: 50%;
              box-sizing: border-box; }
            #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label span:after {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 3px;
              width: 9px;
              height: 9px;
              background-color: transparent;
              margin: auto;
              border-radius: 50%;
              box-sizing: border-box; }
          #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label :checked + span:after {
            background-color: #ec7c9a; }
    #reserveArea .formWrap .table .row .partsCheckbox {
      font-size: 16px;
      font-size: 3.2rem;
      line-height: 1.75; }
      #reserveArea .formWrap .table .row .partsCheckbox p,
      #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field {
        display: flex;
        align-items: center;
        margin: 0; }
        #reserveArea .formWrap .table .row .partsCheckbox p label,
        #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label {
          cursor: pointer; }
          #reserveArea .formWrap .table .row .partsCheckbox p label input,
          #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label input {
            display: none; }
          #reserveArea .formWrap .table .row .partsCheckbox p label span,
          #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label span {
            display: block;
            position: relative;
            padding: 3px 0 7px 1.7em;
            box-sizing: border-box; }
            #reserveArea .formWrap .table .row .partsCheckbox p label span:before,
            #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label span:before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 15px;
              height: 15px;
              background-color: #ffffff;
              margin: auto;
              border: 1px solid #a5a5a5;
              border-radius: 3px;
              box-sizing: border-box; }
            #reserveArea .formWrap .table .row .partsCheckbox p label span:after,
            #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label span:after {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              bottom: 7px;
              left: 6px;
              width: 6px;
              height: 15px;
              background-color: transparent;
              margin: auto;
              box-sizing: border-box;
              transform: rotate(45deg); }
          #reserveArea .formWrap .table .row .partsCheckbox p label :checked + span:after,
          #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label :checked + span:after {
            border-bottom: 2px solid #ec7c9a;
            border-right: 2px solid #ec7c9a; }
    #reserveArea .formWrap .table .row .breastCancerWrap .mwform-radio-field {
      line-height: 20px;}
      #reserveArea .formWrap .table .row .breastCancerWrap .mwform-radio-field .mwform-radio-field-text::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 15px;
        background-image: url(/img/icon_radio.png);
        background-size: contain;}
        #reserveArea .formWrap .table .row .breastCancerWrap .mwform-radio-field input {
          display: none;}
        #reserveArea .formWrap .table .row .breastCancerWrap .mwform-radio-field input:checked + .mwform-radio-field-text::before {
          background-image: url(/img/icon_radio_on.png);}
    #reserveArea .formWrap .table .row .partsSelect {
      font-size: 15px;
      font-size: 3rem;
      line-height: 1; }
      #reserveArea .formWrap .table .row .partsSelect.date {
        width: 53%;
        margin: 10px 0 0 0; }
        #reserveArea .formWrap .table .row .partsSelect.date br,
        #reserveArea .formWrap .table .row .partsSelect.time br,
        #reserveArea .formWrap .table .row .partsSelect.facilityname br,
        #reserveArea .mw_wp_form_confirm .formWrap .table .row .partsSelect.facilityname {
          display: none; }
      #reserveArea .formWrap .table .row .partsSelect.time {
        width: calc(47% - 10px);
        margin: 10px 0 0 10px; }
      #reserveArea .formWrap .table .row .partsSelect label {
        width: 100%;
        display: inline-block;
        position: relative; }
        #reserveArea .formWrap .table .row .partsSelect label:before {
          content: "";
          position: absolute;
          top: 15px;
          bottom: 1px;
          right: 10px;
          width: 5px;
          height: 5px;
          border-bottom: 1px solid #ec7c9a;
          border-right: 1px solid #ec7c9a;
          transform: rotate(45deg); }
          #reserveArea .formWrap .table .row .partsSelect label.noArrow,
          #reserveArea .formWrap .table .row .partsSelect label.noArrow + br {
            display: none; }
          #reserveArea .formWrap .table .row .partsSelect label.noArrow:before {
            display: none; }
      #reserveArea .formWrap .table .row .partsSelect select {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 7px 20px 10px 10px;
        border: 1px solid #a5a5a5;
        box-sizing: border-box; }
    #reserveArea .formWrap .table .row .privacy {
      padding: calc(41 / 690 * 100%) 0; }
      #reserveArea .formWrap .table .row .privacy .box {
        overflow: auto;
        height: 30vh;
        padding: 10px;
        border: 1px solid #a5a5a5;
        box-sizing: border-box; }
        #reserveArea .formWrap .table .row .privacy .box p, #reserveArea .formWrap .table .row .privacy .box dt, #reserveArea .formWrap .table .row .privacy .box dd, #reserveArea .formWrap .table .row .privacy .box li {
          font-size: 15px;
          font-size: 3rem;
          line-height: 1.4; }
    #reserveArea .formWrap .table .row .privacyCheck label {
      color: #ccc;
      pointer-events: none; }
      #reserveArea .formWrap .table .row .privacyCheck.readed label {
        color: #000;
        pointer-events: auto; }
    #reserveArea .formWrap .table .row .cont .wrap.flex {
      display: flex;
      flex-wrap: wrap; }
      #reserveArea .formWrap .table .row .cont .wrap.flex .wrapItem {
        width: 50%; }
  #reserveArea .formWrap .table .buttonArea {
    width: calc(410 / 750 * 100%);
    margin: auto;
    padding: calc(37 / 750 * 100%) 0 calc(157 / 750 * 100%) 0; }
    #reserveArea .formWrap .table .buttonArea.back {
      display: none; }
    #reserveArea .formWrap .table .buttonArea .button {
      cursor: pointer;
      display: block;
      position: relative;
      color: #ffffff;
      text-align: center;
      background-color: #ec7c9a; }
      #reserveArea .formWrap .table .buttonArea .button.disabled {
        opacity: 0.5; }
      #reserveArea .formWrap .table .buttonArea .button .arrow {
        font-size: 15px;
        font-size: 3rem;
        line-height: 1; }
        #reserveArea .formWrap .table .buttonArea .button .arrow:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 1px;
          right: 15px;
          width: 10px;
          height: 10px;
          margin: auto;
          border-bottom: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          transform: rotate(-45deg); }
        #reserveArea .formWrap .table .buttonArea .button .arrow input {
          width: 100%;
          padding: calc(30 /410 * 100%) 0 calc(26 /410 * 100%) 0;
          cursor: pointer;
          color: #ffffff;
          font-size: 15px;
          font-size: 3rem;
          line-height: 1; }
      #reserveArea .formWrap .table .buttonArea .submitAtt {
        display: none;
        margin: 20px -20vw 0;
        color: #B70000;
        font-weight: bold;}
        #reserveArea .mw_wp_form_confirm .formWrap .table .buttonArea .submitAtt {
          display: block;}
    #reserveArea .formWrap .table .buttonArea .backButton {
      cursor: pointer;
      display: block;
      position: relative;
      text-align: center;
      border: 1px solid #000000; }
      #reserveArea .formWrap .table .buttonArea .backButton .arrow {
        font-size: 15px;
        font-size: 3rem;
        line-height: 1; }
        #reserveArea .formWrap .table .buttonArea .backButton .arrow:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 1px;
          left: 15px;
          width: 10px;
          height: 10px;
          margin: auto;
          border-bottom: 2px solid #000000;
          border-right: 2px solid #000000;
          transform: rotate(135deg); }
        #reserveArea .formWrap .table .buttonArea .backButton .arrow input {
          width: 100%;
          padding: calc(30 /410 * 100%) 0 calc(26 /410 * 100%) 0;
          cursor: pointer;
          font-size: 15px;
          font-size: 3rem;
          line-height: 1; }
#reserveArea .formWrap .thanks .thanksTitle {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.61;
  text-align: center;
  padding: calc(50 / 1100 * 100%) 0 0 0; }
#reserveArea .formWrap .thanks .text {
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.61;
  text-align: center;
  margin: 0 0 calc(50 / 1100 * 100%) 0; }
#reserveArea .formWrap .thanks .note {
  font-size: 12px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 calc(50 / 1100 * 100%) 0; }
#reserveArea .mw_wp_form_input .progress .item:nth-child(1) p {
  color: #ec7c9a;
  background-color: #ffffff;
  border-color: #ec7c9a; }
  #reserveArea .mw_wp_form_input .progress .item:nth-child(1) p:before {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
  #reserveArea .mw_wp_form_input .progress .item:nth-child(1) p:after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat bottom right/100% 50%; }
#reserveArea .mw_wp_form_confirm .progress .item:nth-child(1) p:after {
  left: calc(100% + 8px);
  z-index: 1; }
#reserveArea .mw_wp_form_confirm .progress .item:nth-child(2) p {
  color: #ec7c9a;
  background-color: #ffffff;
  border-color: #ec7c9a; }
  #reserveArea .mw_wp_form_confirm .progress .item:nth-child(2) p:before {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
  #reserveArea .mw_wp_form_confirm .progress .item:nth-child(2) p:after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat bottom right/100% 50%; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row.confirm_hide {
  display: none; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row .cont .wrap.horizontal:nth-child(3) {
  border-bottom: 0; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row .cont .noteWrap {
  display: none; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row .partsText.name br {
  display: none; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row .partsText.name br {
  display: none; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row .partsText.address .name {
  display: none; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row .partsSelect label:before, #reserveArea .mw_wp_form_confirm .formWrap .table .row .partsSelect label:after {
  display: none; }
#reserveArea .mw_wp_form_confirm .formWrap .table .row.privacyArea {
  display: none; }
#reserveArea .mw_wp_form_confirm .formWrap .table .buttonArea.back {
  display: block;
  margin-top: calc(-90 / 750 * 100%);
  padding-top: 0; }
#reserveArea .mw_wp_form_complete .progress .item:nth-child(2) p:after {
  left: calc(100% + 8px);
  z-index: 1; }
#reserveArea .mw_wp_form_complete .progress .item:nth-child(3) p {
  color: #ec7c9a;
  background-color: #ffffff;
  border-color: #ec7c9a; }
  #reserveArea .mw_wp_form_complete .progress .item:nth-child(3) p:before {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
  #reserveArea .mw_wp_form_complete .progress .item:nth-child(3) p:after {
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat bottom right/100% 50%; }

@media screen and (min-width: 769px) {
  #reserveArea .title {
    padding: calc(53 / 940 * 100%) 0 calc(37 / 940 * 100%) 0; }
  #reserveArea .info {
    margin: 0 0 calc(34 / 940 * 100%) 0;
    padding: calc(18 / 940 * 100%) calc(25 / 940 * 100%) calc(27 / 940 * 100%) calc(25 / 940 * 100%); }
    #reserveArea .info .infoTitle {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      margin: 0 0 calc(20 / 890 * 100%) 0;
      padding: 11px 0;
      border-radius: 20px; }
    #reserveArea .info .row {
      display: flex;
      align-items: center;
      margin: 0 0 calc(22 / 890 * 100%) 0; }
      #reserveArea .info .row .head {
        flex-basis: 137px;
        min-width: 137px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        margin: 0 35px 0 0;
        padding: 5px; }
      #reserveArea .info .row .cont {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1; }
  #reserveArea .progress {
    display: flex;
    margin: 0 0 calc(33 / 940 * 100%) 0; }
    #reserveArea .progress .item {
      flex-basis: calc(100% / 3);
      border: 2px solid #f8c8d5;
      padding: 18px 0;
      font-size: 1.8rem; }
      #reserveArea .progress .item.current p {
        border-color: #ec7c9a; }
        #reserveArea .progress .item.current p:before {
          background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
        #reserveArea .progress .item.current p:after {
          background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat bottom right/100% 50%; }
      
      #reserveArea .progress .item p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        padding: calc(19 / 313 * 100%) 0; }
        #reserveArea .progress .item p:before {
          left: 100%;
          width: 30px;
          background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
        #reserveArea .progress .item p:after {
          top: -2px;
          bottom: -2px;
          left: calc(100% - 2px);
          width: 30px;
          background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f8c8d5 50.5%) no-repeat bottom right/100% 50%; }
  #reserveArea .formWrap .table {
    max-width: 940px; }
    #reserveArea .formWrap .table .row {
      display: flex;
      align-items: center;
      padding: calc(17 / 940 * 100%) 0 calc(17 / 940 * 100%) 0; }
      #reserveArea .formWrap .table .row.privacyArea {
        display: block; }
      #reserveArea .formWrap .table .row .head {
        flex-basis: calc(307 / 940 * 100%); }
        #reserveArea .formWrap .table .row .head .headText {
          padding: 14px 0 17px 0; }
          #reserveArea .formWrap .table .row .head .headText .required {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1;
            margin: 0 15px 0 0;
            padding: 5px 14px;
            border-radius: 4px; }
            #reserveArea .formWrap .table .row .head .headText .required + .text {
              padding: 0; }
          #reserveArea .formWrap .table .row .head .headText .text {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1;
            padding: 0 0 0 69px; }
      #reserveArea .formWrap .table .row .cont {
        flex-basis: calc(633 / 940 * 100%); }
        #reserveArea .formWrap .table .row .cont .wrap.horizontal {
          margin: 0;
          padding: calc(9 / 633 * 100%) 0 0; }
        #reserveArea .formWrap .table .row .cont .dateTitle1 {
          flex-basis: calc(171 / 612 * 100%);
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1; }
        #reserveArea .formWrap .table .row .cont .noteWrap {
          padding: calc(17 / 633 * 100%) calc(8 / 633 * 100%) calc(4 / 633 * 100%) calc(8 / 633 * 100%); }
          #reserveArea .formWrap .table .row .cont .noteWrap .note {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.43; }
        #reserveArea .formWrap .table .row .cont .error {
          font-size: 9px;
          font-size: 1.8rem;
          line-height: 1.78; }
        #reserveArea .formWrap .table .row.facilityName .cont .facilityNameText {
          font-size: 20px;
          font-size: 2rem; }
      #reserveArea .formWrap .table .row .partsText {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1; }
        #reserveArea .formWrap .table .row .partsText.name {
          display: flex; }
          #reserveArea .formWrap .table .row .partsText.name > *:first-child {
            margin-right: 30px; }
          #reserveArea .formWrap .table .row .partsText.name .mb {
            margin-bottom: 0; }
          #reserveArea .formWrap .table .row .partsText.name input {
            flex-basis: calc(250 / 633 * 100%); }
        #reserveArea .formWrap .table .row .partsText.code {
          display: flex;
          align-items: center; }
          #reserveArea .formWrap .table .row .partsText.code > *:first-child {
            margin-right: 30px; }
          #reserveArea .formWrap .table .row .partsText.code .mb {
            margin-bottom: 0; }
          #reserveArea .formWrap .table .row .partsText.code .inputText {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            #reserveArea .formWrap .table .row .partsText.code .inputText .name {
              min-width: 3em;
              font-size: 20px;
              font-size: 2rem;
              line-height: 1;
              margin: 0; }
            #reserveArea .formWrap .table .row .partsText.code .inputText input {
              width: 180px; }
        #reserveArea .formWrap .table .row .partsText.address .inputText {
          display: flex; }
          #reserveArea .formWrap .table .row .partsText.address .inputText .name {
            min-width: 200px;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1;
            margin: 17px 0 0; }
        #reserveArea .formWrap .table .row .partsText.address .mb {
          margin: 0 0 9px 0; }
        #reserveArea .formWrap .table .row .partsText input {
          height: calc(1em + 30px);
          padding: 15px 10px;
          border: 2px solid #a5a5a5; }
      #reserveArea .formWrap .table .row .partsTextarea {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5; }
        #reserveArea .formWrap .table .row .partsTextarea textarea {
          height: 170px;
          padding: 17px 20px;
          border: 2px solid #a5a5a5; }
      #reserveArea .formWrap .table .row .partsRadio {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5; }
        #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label {
          margin: 0 10px 0 0; }
          #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label span {
            padding: 2px 0 3px 1.7em; }
            #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label span:before {
              width: 15px;
              height: 15px; }
            #reserveArea .formWrap .table .row .partsRadio .mwform-radio-field label span:after {
              left: 3px;
              width: 9px;
              height: 9px; }
      #reserveArea .formWrap .table .row .partsCheckbox {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        padding: 0 0 0 calc(25 / 633 * 100%); }
        #reserveArea .formWrap .table .row .partsCheckbox.privacyCheck p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1; }
          #reserveArea .formWrap .table .row .partsCheckbox.privacyCheck p label span {
            padding: 3px 0 3px 30px; }
        #reserveArea .formWrap .table .row .partsCheckbox p label span,
        #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label span {
          padding: 3px 0 7px 1.7em; }
          #reserveArea .formWrap .table .row .partsCheckbox p label span:before,
          #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label span:before {
            width: 20px;
            height: 20px;
            border: 2px solid #a5a5a5;
            border-radius: 5px; }
          #reserveArea .formWrap .table .row .partsCheckbox p label span:after,
          #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label span:after {
            bottom: 10px;
            left: 7px;
            width: 10px;
            height: 17px; }
        #reserveArea .formWrap .table .row .partsCheckbox p label :checked + span:after,
        #reserveArea .formWrap .table .row .partsCheckbox .mwform-checkbox-field label :checked + span:after {
          border-bottom: 3px solid #ec7c9a;
          border-right: 3px solid #ec7c9a; }
      #reserveArea .formWrap .table .row .partsSelect {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5; }
        #reserveArea .formWrap .table .row .partsSelect.date {
          width: 60%;
          margin: 0; }
        #reserveArea .formWrap .table .row .partsSelect.time {
          width: calc(40% - 10px);
          margin: 0 0 0 calc(10 / 612 * 100%); }
        #reserveArea .formWrap .table .row .partsSelect label {
          width: 100%; }
          #reserveArea .formWrap .table .row .partsSelect label:before {
            right: 11px;
            width: 11px;
            height: 11px;
            border-bottom: 2px solid #ec7c9a;
            border-right: 2px solid #ec7c9a; }
        #reserveArea .formWrap .table .row .partsSelect select {
          width: 100%;
          border: 2px solid #a5a5a5;
          padding: 7px 30px 8px 25px; }
      #reserveArea .formWrap .table .row .privacy {
        padding: calc(63 / 940 * 100%) 0 calc(18 / 940 * 100%) 0; }
        #reserveArea .formWrap .table .row .privacy .box {
          height: 146px;
          padding: 17px; }
          #reserveArea .formWrap .table .row .privacy .box p, #reserveArea .formWrap .table .row .privacy .box dt, #reserveArea .formWrap .table .row .privacy .box dd, #reserveArea .formWrap .table .row .privacy .box li {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.33; }
      #reserveArea .formWrap .table .row .cont .wrap.flex .wrapItem {
        width: calc(100% / 3); }
        #reserveArea .formWrap .table .row .cont .wrap.flex .wrapItem:nth-child(n + 4) {
          margin-top: 14px; }
    #reserveArea .formWrap .table .buttonArea {
      width: calc(560 / 940 * 100%);
      padding: calc(20 / 940 * 100%) 0 calc(50 / 940 * 100%) 0; }
      #reserveArea .formWrap .table .buttonArea .button .arrow {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1; }
        #reserveArea .formWrap .table .buttonArea .button .arrow:before {
          bottom: 5px;
          right: 20px;
          width: 20px;
          height: 20px;
          border-bottom: 5px solid #ffffff;
          border-right: 5px solid #ffffff; }
        #reserveArea .formWrap .table .buttonArea .button .arrow input {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1; }
      #reserveArea .formWrap .table .buttonArea .backButton {
        border: 2px solid #000000; }
        #reserveArea .formWrap .table .buttonArea .backButton .arrow {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1; }
          #reserveArea .formWrap .table .buttonArea .backButton .arrow:before {
            bottom: 5px;
            left: 20px;
            width: 20px;
            height: 20px;
            border-bottom: 5px solid #000000;
            border-right: 5px solid #000000; }
          #reserveArea .formWrap .table .buttonArea .backButton .arrow input {
            font-size: 26px;
            font-size: 2.6rem;
            line-height: 1; }
      #reserveArea .formWrap .table .buttonArea .submitAtt {
        margin: 20px 0 0;}
  #reserveArea .formWrap .mw_wp_form_confirm .table .row .cont {
    display: flex;
    align-items: center; }
  #reserveArea .formWrap .thanks {
    max-width: 940px;
    margin: auto; }
    #reserveArea .formWrap .thanks .thanksTitle {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.5;
      padding: calc(30 / 940 * 100%) 0 0 0; }
    #reserveArea .formWrap .thanks .text {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.5;
      margin: 0 0 calc(30 / 940 * 100%) 0; }
    #reserveArea .formWrap .thanks .note {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      margin: 0 0 calc(30 / 940 * 100%) 0; }
  #reserveArea .mw_wp_form_confirm .progress .item:nth-child(1) p:after {
    left: calc(100% + 13px); }
  #reserveArea .mw_wp_form_confirm .formWrap .table .buttonArea.back {
    margin-top: 0; }
  #reserveArea .mw_wp_form_complete .progress .item:nth-child(2) p:after {
    left: calc(100% + 13px); } }
#page404 .content {
  padding: 60px 0 0 0; }
#page404 .wrap {
  margin: 0 0 40px 0;
  padding: 30px 15px 20px 15px;
  border-radius: 10px; }
#page404 .title {
  font-size: 12px;
  font-size: 2.4rem;
  line-height: 1.46;
  font-weight: 700;
  margin: 0 0 20px 0; }
#page404 .text {
  font-size: 9px;
  font-size: 1.8rem;
  line-height: 1.94;
  text-indent: -1em;
  margin: 0 0 10px 0;
  padding: 0 0 0 1em; }

@media screen and (min-width: 769px) {
  #page404 .content {
    margin: 0 0 70px 0; }
  #page404 .wrap {
    margin: 0 0 50px 0;
    padding: 50px 50px 40px 50px;
    border-radius: 17px; }
  #page404 .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.46;
    margin: 0 0 35px 0; }
  #page404 .text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.94;
    margin: 0 0 10px 0; } }
#searchDetail {
  margin-top: 0;
  color: #666464; }
  #searchDetail .searchDetailTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #ec7c9a;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center; }
  #searchDetail .searchDetailContent {
    margin-top: 30px;
    font-size: 14px; }
    #searchDetail .searchDetailContentLabel {
      line-height: 48px;
      padding: 0 14px;
      border-radius: 13px 13px 0 0;
      background: #FBEDF0; }
    #searchDetail .searchDetailContentMain {
      display: flex;
      flex-wrap: wrap;
      padding: 0 0 14px 14px;
      border-radius: 0 0 13px 13px;
      background: #FAFAFA; }
      #searchDetail .searchDetailContentMain .searchDetailCheckbox {
        line-height: 28px;
        margin: 15px 20px 0 0;
        padding-left: 28px;
        text-indent: -28px; }
      #searchDetail .searchDetailContentMain.searchDetailContentMain2type .searchDetailCheckbox {
        width: calc(50% - 28px);
        margin-right: 0; }
        #searchDetail .searchDetailContentMain .searchDetailCheckbox input {
          display: none; }
          #searchDetail .searchDetailContentMain .searchDetailCheckbox .searchDetailCheckboxTxt {
            line-height: 1.4;
            padding-left: 28px;
            background-image: url(/img/icon_check.png);
            background-repeat: no-repeat;
            background-size: auto 100%; }
          #searchDetail .searchDetailContentMain .searchDetailCheckbox input:checked + .searchDetailCheckboxTxt {
            background-image: url(/img/icon_check_on.png); }
      #searchDetail .searchDetailContentMain .searchDetailContentAtt {
        margin-top: 15px;
        padding-right: 14px; }
        #searchDetail .searchDetailCheckuptypeItem {
          padding-left: 8em;
          text-indent: -8em; }
        #searchDetail .searchDetailContentAttTxt {
          margin-top: 15px; }
      #searchDetail #datepicker {
        width: calc(100% - 14px);
        margin: 14px 14px 0 0;
        padding: 14px;
        border: 1px solid #ec7c9a;
        border-radius: 13px;
        background: #fff; }
        #searchDetail #datepicker .ui-datepicker-calendar {
          width: 100%;
          text-align: center; }
          #searchDetail #datepicker .ui-datepicker-header {
            position: relative; }
            #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-title {
              text-align: center; }
            #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-prev,
            #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-next {
              position: absolute;
              top: 0; }
            #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-next {
              right: 0; }
            #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-prev {
              left: 0; }
              #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w,
              #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e {
                font-size: 0; }
                #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w::before {
                  content: "＜";
                  color: #ec7c9a;
                  font-size: 14px; }
                #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e::before {
                  content: "＞";
                  color: #ec7c9a;
                  font-size: 14px; }
          #searchDetail #datepicker .ui-datepicker-calendar thead th:first-child,
          #searchDetail #datepicker .ui-datepicker-calendar tbody td:first-child {
            color: #FF7979; }
          #searchDetail #datepicker .ui-datepicker-calendar thead th:last-child,
          #searchDetail #datepicker .ui-datepicker-calendar tbody td:last-child {
            color: #7998FF; }
          #searchDetail #datepicker .ui-datepicker-calendar .ui-state-disabled,
          #searchDetail #datepicker .ui-datepicker-calendar tbody td.ui-state-disabled:first-child,
          #searchDetail #datepicker .ui-datepicker-calendar tbody td.ui-state-disabled:last-child {
            color: #ccc; }
          #searchDetail #datepicker .ui-datepicker-calendar span,
          #searchDetail #datepicker .ui-datepicker-calendar a {
            display: inline-block;
            width: 27px;
            border-radius: 14px; }
          #searchDetail #datepicker .ui-datepicker-calendar .ui-state-highlight a {
            background: #ec7c9a;
            color: #fff; }
      #searchDetail #searchDetailBtn {
        display: block;
        width: 100%;
        line-height: 48px;
        margin: 28px 0 54px;
        border: 1px solid #ec7c9a;
        border-radius: 13px;
        background: #ec7c9a;
        color: #fff; }
@media screen and (min-width: 769px) {
  #searchDetail .searchDetailContent {
    display: flex;
    margin-top: 35px;
    font-size: 28px;
    font-size: 2.8rem; }
    #searchDetail .searchDetailContentLabel{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 196px;
      line-height: 1.42;
      border-radius: 13px 0 0 13px;
      text-align: center; }
    #searchDetail .searchDetailContentMain {
      flex: auto;
      padding: 0 30px 30px 30px;
      border-radius: 0 13px 13px 0; }
      #searchDetail .searchDetailContentMain .searchDetailCheckbox {
        margin: 25px 40px 0 0; }
        #searchDetail .searchDetailContentMain .searchDetailCheckbox .searchDetailCheckboxTxt {
          padding-left: 40px;
          background-size: auto 28px;
          background-position: left center; }
      #searchDetail .searchDetailContentMain.searchDetailContentMain2type .searchDetailCheckbox {
        width: auto;
        margin-right: 30px; }
      #searchDetail .searchDetailContentMain.searchDetailContentMainCol .searchDetailCheckbox {
        width: 100%;
        margin-right: 0; }
      #searchDetail #datepicker {
        width: auto;
        margin: 30px 0 0 0; }
        #searchDetail #datepicker .ui-datepicker-calendar span,
        #searchDetail #datepicker .ui-datepicker-calendar a {
          width: 45px;
          padding: 1px 0;
          border-radius: 40px; }
          #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon-circle-triangle-e::before,
          #searchDetail #datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon-circle-triangle-w::before {
            font-size: 28px;
            font-size: 2.8rem; }
      #searchDetail .searchDetailContentMain .searchDetailContentAtt {
        margin-top: 30px;
        padding-right: 30px;
        font-size: 16px;
        font-size: 1.6rem; }
        #searchDetail .searchDetailCheckuptypeItem {
          padding-left: 0;
          text-indent: 0;}
        #searchDetail .searchDetailContentAttTxt {
          margin-top: 30px; }
    #searchDetail #searchDetailBtn {
      line-height: 96px;
      margin: 35px 0 134px;
      font-size: 28px;
      transition: .3s; }
      #searchDetail #searchDetailBtn:hover {
        background: #fff;
        color: #ec7c9a;
        cursor: pointer; } }
.searchResult {
  margin-top: 50px;
  color: #666464; }
  .searchResult .searchResultTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #ec7c9a;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center; }
  .searchResult .searchCondition {
    margin: 23px 0 28px;
    padding: 14px;
    border-radius: 13px;
    background: #FAFAFA;
    font-size: 12px; }
    .searchResult .searchCondition .searchConditionTitle {
      padding-bottom: 10px;
      font-weight: 700; }
    .searchResult .searchCondition .searchConditionCnt {
      margin-top: 10px;
      display: flex; }
    .searchResult .searchCondition .searchConditionLabel {
      flex-shrink: 0;
      width: 6.5em;
      font-weight: 700; }
    .searchResult .searchCondition .searchConditionTxt .searchConditionTxtList {
      display: flex;
      flex-wrap: wrap; }
      .searchResult .searchCondition .searchConditionTxt .searchConditionTxtListItem:not(:first-child)::before {
        content: "、"; }
    .searchResult .searchCondition .searchConditionBackbtn {
      display: block;
      width: 119px;
      line-height: 33px;
      margin: 15px auto 0;
      border: 1px solid #ec7c9a;
      border-radius: 13px;
      background: #fff;
      color: #ec7c9a;
      text-align: center; }
  .searchResult .searchResultNum {
    font-size: 14px; }
    .searchResult .searchResultNum span {
      color: #ec7c9a;
      font-size: 21px; }
  .searchResult .searchResultNohit {
    margin-bottom: 20px;
    text-align: center; }
    .searchResult .searchResultNohit span {
      display: inline-block;
      padding: 40px 0 40px 60px;
      background-image: url(/img/icon_caution.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 45px auto; }
@media screen and (min-width: 769px) {
  .searchResult {
    margin-top: 100px; }
    .searchResult .searchCondition {
      margin: 23px 0 60px;
      font-size: 16px; }
      .searchResult .searchCondition .searchConditionTitle {
        padding-bottom: 0; }
      .searchResult .searchCondition .searchConditionBackbtn {
        width: 168px;
        line-height: 50px;
        transition: .3s; }
        .searchResult .searchCondition .searchConditionBackbtn:hover {
          background: #ec7c9a;
          color: #fff; }
    .searchResult .searchResultNum {
      font-size: 28px;
      font-size: 2.8rem; }
      .searchResult .searchResultNum span {
        font-size: 42px;
        font-size: 4.2rem; }
    .searchResult .searchResultNohit span {
      padding: 10px 0 10px 130px;
      background-size: auto auto;
      font-size: 28px;
      font-size: 2.8rem; }}
#junkaiArea {
  margin-bottom: 50px;
  color: #666464; }
  #junkaiArea .title {
    margin-bottom: 20px; }
  #junkaiArea .text {
    font-size: 14px;
    font-size: 2.8rem;
    text-align: center; }
@media screen and (min-width: 769px) {
  #junkaiArea {
    margin-bottom: 100px;}}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  #header .content {
    color: #ffffff;
    background-color: #ec7c9a;}
  #header .headerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(690 / 750 * 100%);
    margin: auto;
    height: 24px; }
  #header .logo {
    display: flex;
    align-items: center;
    height: 100%; }
    #header .logo a {
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.1em;
      padding: 0 0 2px 0; }
  #header #globalNav .buttonWrap {
    position: absolute;
    top: 50%;
    right: calc(29 / 750 * 100%);
    z-index: 1000;
    width: calc(54 / 750 * 100%);
    height: 24px;
    transform: translateY(-50%); }
    #header #globalNav .buttonWrap .buttonArea {
      cursor: pointer;
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      width: 100%;
      height: 100%;
      transform: translateY(-50%); }
      #header #globalNav .buttonWrap .buttonArea .wrap {
        position: relative;
        width: 100%;
        padding: calc(30 / 54 * 100%) 0 0 0; }
        #header #globalNav .buttonWrap .buttonArea .wrap span {
          position: absolute;
          left: 0;
          right: 0;
          height: 3px;
          background-color: #ffffff;
          margin: auto;
          transition: all 0.2s; }
          #header #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(1) {
            top: 0; }
          #header #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(2) {
            top: calc(50% - 1px); }
          #header #globalNav .buttonWrap .buttonArea .wrap span:nth-of-type(3) {
            bottom: 0; }
  #header #globalNav .menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100vh;
    text-align: center;
    background: linear-gradient(to right, #ff6699, #de3b89);
    margin: 24px 0 0 0;
    -webkit-overflow-scrolling: touch; }
    #header #globalNav .menu .list {
      display: inline-block;
      text-align: left;
      padding: calc(40 / 690 * 100%) 0 0 0; }
      #header #globalNav .menu .list .item {
        margin: 0 0 calc(30 / 690 * 100%) 0; }
        #header #globalNav .menu .list .item a {
          display: block;
          color: #ffffff;
          font-size: 16px;
          font-size: 3.2rem;
          line-height: 1;
          font-weight: 700;
          padding: 5px 0 7px 0; }
    #header #globalNav .menu .lineBannerHeader{
      display: none;}
    #header #globalNav .buttonWrap.mode_tbsp {
      display: block; }
@media screen and (min-width: 641px) {
  #header .headerWrap {
    height: 69px; }
  #header #globalNav .buttonWrap {
    height: 50px; }
  #header #globalNav .menu {
    margin: 69px 0 0 0; } }
@media screen and (min-width: 1145px) {
  #header .headerWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 17px; }
  #header #globalNav .buttonWrap.mode_tbsp {
    display: none; }
  #header .logo a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.03em; }
  #header #globalNav .menu {
    opacity: 1 !important;
    display: block !important;
    position: static;
    height: auto;
    background: transparent;
    margin: 0; }
    #header #globalNav .menu .list {
      display: flex;
      align-items: center;
      text-align: center;
      padding: 0; }
      #header #globalNav .menu .list .item {
        margin: 0 0 0 25px; }
        #header #globalNav .menu .list .item a {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1; } }
@media screen and (min-width: 1360px){
  #header .content{
    position: relative;}
    #header #globalNav .menu .lineBannerHeader{
      display: block;
      position: absolute;
      top: 0;
      right: 0;}
      #header #globalNav .menu .lineBannerHeader > img{
        height: 69px;
        width: auto;}
      #header .headerWrap {
        padding: 0 220px 0 17px; }}
#footer .content {
  border-bottom: 13px solid #ec7c9a; }
#footer #aboutReserve .title {
  margin: 0 0 calc(30 / 690 * 100%) 0; }
#footer #aboutReserve .reserveMethodList {
  margin-bottom: 50px; }
  #footer #aboutReserve .reserveMethodList .item + .item {
    margin-top: 10px; }
  #footer #aboutReserve .reserveMethodList .item button {
    padding: 0;
    border: none;
    background: none; }
  #footer #aboutReserve .reserveMethodList .item button:hover {
    cursor: pointer; }
  #footer #aboutReserve .reserveMethodList .item dialog button {
    display: block;
    margin-left: auto;
    font-size: 25px; }
  #footer #aboutReserve .reserveMethodList .item dialog .text {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 2.8rem; }
#footer #aboutReserve .image {
  margin: 0 0 calc(25 / 690 * 100%) 0; }
#footer #aboutReserve .note {
  color: #ffffff;
  font-size: 14px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #ec7c9a;
  margin: calc(30 / 690 * 100%) 0 calc(60 / 690 * 100%) 0;
  padding: 10px; }
  #footer #aboutReserve .note span {
    font-size: 12px;
    font-size: 2.4rem;
    font-weight: 500; }
#footer #contactArea {
  color: #666464;
  text-align: center; }
  #footer #contactArea .title {
    margin: 0 0 calc(18 / 690 * 100%) 0; }
  #footer #contactArea .name {
    font-size: 16px;
    font-size: 3.2rem;
    line-height: 1.13;
    font-weight: 500;
    margin: 0 0 calc(20 / 690 * 100%) 0; }
  #footer #contactArea .tel {
    width: calc(686 / 690 * 100%);
    margin: 0 auto calc(30 / 690 * 100%) auto; }
  #footer #contactArea .time {
    font-size: 16px;
    font-size: 3.2rem;
    line-height: 1.13;
    font-weight: 500;
    margin: 0 0 calc(34 / 690 * 100%) 0; }
  #footer #contactArea .group {
    font-size: 16px;
    font-size: 3.2rem;
    line-height: 1.13;
    font-weight: 500;
    margin: 0 0 calc(10 / 690 * 100%) 0; }
  #footer #contactArea .buttonArea {
    padding: calc(18 / 690 * 100%) 0 calc(20 / 690 * 100%) 0; }
    #footer #contactArea .buttonArea .button {
      display: block;
      max-width: 660px;
      color: #ffffff;
      background-color: #ec7c9a;
      margin: auto;
      border-radius: 20px; }
      #footer #contactArea .buttonArea .button p {
        position: relative;
        font-size: 16px;
        font-size: 3.2rem;
        line-height: 1; }
        #footer #contactArea .buttonArea .button p:before {
          content: "";
          display: inline-block;
          position: absolute;
          right: 110%;
          width: 37px;
          height: 27px;
          background: url(/img/icon_mail.png) center center no-repeat;
          background-size: contain; }
#footer #contactAreaSp .buttonArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  color: #ffffff;
  background-color: #ec7c9a;
  margin: auto;
  border-radius: 5rem;
  padding-left: 9rem; }
  #footer #contactAreaSp .buttonArea a.button p {
    position: relative;
    font-size: 16px;
    font-size: 3.2rem;
    line-height: 1; }
    #footer #contactAreaSp .buttonArea .button p:before {
      content: "";
      display: inline-block;
      position: absolute;
      right: 110%;
      width: 6rem;
      height: 4rem;
      background: url(/img/icon_mail.png) center center no-repeat;
      background-size: contain; }
      #footer #contactAreaSp .buttonArea .button.button2col {
        margin-bottom: 10px; }
        #footer #contactAreaSp .buttonArea .button.button2col.selected {
          opacity: .5; }
        #footer #contactAreaSp .buttonArea .button.button2col p:before {
          background: url(/img/icon_select.png) center center no-repeat;
          background-size: contain; }
#footer #telButton {
  padding-bottom: calc(100 / 690 * 100%); }
  #footer #telButton .button {
    display: block;
    text-align: center;
    padding: calc(10 / 690 * 100%) 0 calc(18 / 690 * 100%) 0; }
    #footer #telButton .button .title {
      font-size: 17.5px;
      font-size: 3.5rem;
      line-height: 1.51; }
    #footer #telButton .button .text {
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1.46; }
  #footer #telButton .row {
    font-size: 14px;
    font-size: 2.8rem;
    line-height: 1.43;
    text-align: center;
    padding: calc(40 / 690 * 100%) 0 0 0; }
    #footer #telButton .row .cont {
      font-size: 17.5px;
      font-size: 3.5rem;
      line-height: 1.51; }
    #footer #telButton .row.afterTel .head {
      margin: 0 0 calc(5 / 690 * 100%) 0; }
    #footer #telButton .row.afterTel .cont {
      color: #202873;
      font-size: 14px;
      font-size: 2.8rem;
      line-height: 1;
      padding: 10px 0;
      border: 1px solid #202873;
      border-radius: 7px; }
#footer #fixButton {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: calc(140 / 750 * 100%); }

@media screen and (min-width: 769px) {
  #footer .content {
    border-bottom: 35px solid #ec7c9a; }
  #footer #aboutReserve .title {
    margin: 0 0 calc(30 / 940 * 100%) 0; }
  #footer #aboutReserve .reserveMethodList {
    margin-bottom: 100px; }
  #footer #aboutReserve .reserveMethodList .item dialog .tel {
    text-align: center; }
    #footer #aboutReserve .reserveMethodList .item dialog .tel img {
      width: 600px;
      max-width: 100%; }
  #footer #aboutReserve .image {
    margin: 0; }
  #footer #aboutReserve .note {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.52;
    margin: calc(30 / 940 * 100%) 0 calc(30 / 940 * 100%) 0;
    padding: 15px; }
    #footer #aboutReserve .note span {
      font-size: 16px;
      font-size: 1.6rem; }
  #footer #contactArea.single {
    padding: calc(32 / 940 * 100%) 0 calc(50 / 940 * 100%) 0; }
    #footer #contactArea.single .title {
      margin: 0 0 calc(22 / 940 * 100%) 0; }
    #footer #contactArea.single .guide {
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 1.53;
      margin: 0 0 calc(32 / 940 * 100%) 0; }
      #footer #contactArea.single .guide:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin: calc(27 / 940 * 100%) auto 0 auto;
        border-top: 29px solid #ec7c9a;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent; }
    #footer #contactArea.single .name {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1;
      margin: 0 0 calc(25 / 940 * 100%) 0; }
    #footer #contactArea.single .tel {
      width: calc(645 / 940 * 100%);
      margin: 0 auto calc(25 / 940 * 100%) auto; }
    #footer #contactArea.single .time {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1;
      margin: 0 0 calc(28 / 940 * 100%) 0; }
    #footer #contactArea.single .group {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1;
      margin: 0 0 calc(20 / 940 * 100%) 0; }
      #footer #contactArea.single .group a {
        color: #ec7c9a;
        text-decoration: underline; }
    #footer #contactArea.single .row {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.2;
      text-align: center;
      padding: calc(40 / 940 * 100%) 0 0 0; }
    #footer #contactArea.single .buttonArea {
      display: flex;
      justify-content: space-between;
      padding: calc(24 / 940 * 100%) 0 calc(63 / 940 * 100%) 0; }
      #footer #contactArea.single .buttonArea .button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 16px);
        height: 100px;
        margin: auto;
        padding: 0;
        border-radius: 50px; }
        #footer #contactArea.single .buttonArea .button.button2col {
          text-align: left; }
          #footer #contactArea.single .buttonArea .button.button2col.selected {
            opacity: .5; }
          #footer #contactArea.single .buttonArea .button.button2col.selected:hover {
            cursor: default;
            opacity: .5; }
          #footer #contactArea.single .buttonArea .button.button2col p {
            padding-left: 50px; }
            #footer #contactArea.single .buttonArea .button.button2col p::before {
              background: url(/img/icon_select.png) center center no-repeat;
              top: 0;
              right: auto;
              left: 0; }
        #footer #contactArea.single .buttonArea .button p {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1; }
          #footer #contactArea.single .buttonArea .button p:before {
            width: 37px;
            height: 27px; }
  #footer #contactArea .title {
    margin: 0 0 calc(45 / 940 * 100%) 0; }
  #footer #contactArea .name {
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 1;
    margin: 0 0 calc(43 / 940 * 100%) 0; }
  #footer #contactArea .tel {
    width: calc(736 / 940 * 100%);
    margin: 0 auto calc(46 / 940 * 100%) auto; }
  #footer #contactArea .time {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.21;
    margin: 0 0 calc(40 / 940 * 100%) 0; }
  #footer #contactArea .group {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1;
    margin: 0 0 calc(57 / 940 * 100%) 0; } }
/* titleType01 */
.titleType01 {
  text-align: center;
  background-color: #ec7c9a;
  padding: 0 10px;
  border: 2px solid #666464; }
  .titleType01 .text {
    display: block;
    font-size: 16px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 500;
    background-color: #ffffff;
    padding: 3px 0 6px 0;
    border-left: 2px solid #666464;
    border-right: 2px solid #666464; }
  .titleType01 .titleType01Sub {
    font-size: 10px;
    font-size: 2rem; }

@media screen and (min-width: 769px) {
  .titleType01 {
    padding: 0 18px; }
    .titleType01 .text {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1;
      padding: 11px 0 12px 0; }
    .titleType01 .titleType01Sub {
      font-size: 16px;
      font-size: 1.6rem; } }
/* titleType02 */
@media screen and (min-width: 769px) {
  .titleType02 {
    text-align: center;
    padding: 0 18px;
    border: 3px solid #ec7c9a; }
    .titleType02 .text {
      display: block;
      color: #ec7c9a;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1;
      font-weight: 500;
      padding: 6px 0 10px 0; } }
/* titleType03 */
.titleType03 {
  text-align: center; }
  .titleType03 .text {
    display: block;
    color: #ed7c9a;
    font-size: 28px;
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500; }

@media screen and (min-width: 769px) {
  .titleType03 .text {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1; } }
