@charset "UTF-8";
/*
style
1. index
2. service
3. footer
4. pagetop

———————————————————- */
.titleLogo {
  background-image: url(../img/logo.png);
}

p bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.firstContentsWrap {
  background-image: url(../img/bg_access.jpg);
}

bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

span.accent {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #ed1e79;
}

/*----- 1. index -----*/
.supportWrap h3 {
  padding: 5px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supportWrap .box li {
  text-align: center;
  font-size: 1.4rem;
}
.supportWrap .box a {
  color: #000;
}

.serviceWrap:before, .serviceWrap:after {
  display: none;
}

.accessWrap {
  background-image: url(../img/bg_access.jpg);
}

/*----- 2. service -----*/
.mainWrap {
  padding: 20px 10px;
}
.mainWrap li {
  width: 16%;
}
.mainWrap li:nth-child(2) span {
  color: #ed1e79;
}
.mainWrap li:nth-child(3) span {
  color: #f7931e;
}
.mainWrap li:nth-child(4) span {
  color: #0071bc;
}

#service .w100 {
  width: 100%;
  margin-top: 0;
}
#service .contentsBox {
  margin: 30px 0;
}
#service .contentsBox p {
  margin-bottom: 20px;
}
#service .subContent .title {
  width: 100%;
}
#service .listBox {
  border: 2px solid #562525;
  padding: 20px 10px;
  background-color: #fff;
}
#service .listBox .title {
  margin: 0 auto 20px;
}
#service .listBox .title img {
  margin: 0 auto 5px;
}
#service .listBox .title:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #ed1e79;
}
#service .listBox .box {
  padding: 0 20px;
}
#service .listBox .box li {
  width: 100%;
  margin-bottom: 10px;
  vertical-align: middle;
}
#service .listBox .box li:before {
  content: '';
  display: inline-block;
  background: url(../../img/facility/ico_service01.jpg) left center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border-radius: 5px;
  margin-right: 5px;
}
#service .contents1Wrap h2 span {
  background-image: url(../img/service/title1.png);
}
#service .contents2Wrap {
  background-color: #fff3e1;
}
#service .contents2Wrap h2 span {
  background-image: url(../img/service/title2.png);
}
#service .contents2Wrap .w100 {
  margin-top: 10px;
}
#service .contents3Wrap h2 span {
  background-image: url(../img/service/title3.png);
}
#service .contents3Wrap .contentsBox:nth-child(4) .title img {
  width: 28%;
}

/* room_info */
#room .infoWrap .center {
  margin-top: 10px;
}
#room .infoWrap .detail {
  margin: 30px 0;
}
#room .infoWrap .detail a {
  text-decoration: underline;
}

/* use info */
#useInfo .firstContentsWrap .name {
  margin-bottom: 10px;
}
#useInfo .firstContentsWrap .name img {
  margin: 0 auto;
}

/* flow */
#flow .course {
  background-color: #fff;
}
#flow .course .titleName {
  border: 3px solid #562525;
  padding: 10px;
  padding-right: 60px;
  background-color: #ffe8c2;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
#flow .course .titleName img {
  margin: 0 auto;
}
#flow .course .titleName:before, #flow .course .titleName:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
#flow .course .titleName:before {
  right: 13px;
  width: 25px;
  height: 25px;
  background-color: #845B36;
  border-radius: 50%;
}
#flow .course .titleName:after {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#flow .course dt {
  text-indent: 0;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #562525;
  flex-wrap: wrap;
}
#flow .course dt small {
  font: inherit;
}
#flow .course dt .w100 {
  width: 100%;
  text-align: center;
}
#flow .flowWrap.first dt.flow1 {
  background-image: url(../img/flow/text_flow1.png);
}
#flow .flowWrap.first dt.flow2 {
  background-image: url(../img/flow/text_flow2.png);
}
#flow .flowWrap.first dt.flow3 {
  background-image: url(../img/flow/text_flow3.png);
}
#flow .flowWrap.first dt.flow4 {
  background-image: url(../img/flow/text_flow4.png);
}
#flow .flowWrap.first dt.flow5 {
  background-image: url(../img/flow/text_flow5.png);
}
#flow .flowWrap.first dt.flow6 {
  background-image: url(../img/flow/text_flow6.png);
}
#flow .aboutWrap dt.about6 {
  background-image: url(../img/flow/text_about6.png);
}
#flow .aboutWrap dt.about7 {
  background-image: url(../img/flow/text_about7.png);
}
#flow .aboutWrap dt.about8 {
  background-image: url(../img/flow/text_about8.png);
}
#flow .detailWrap h2 span {
  background-image: url(../../img/facility/flow/title_detail.png);
}
#flow .detailWrap .box {
  margin-bottom: 10px;
}
#flow .detailWrap dt {
  text-indent: 0;
  background-image: none;
  display: flex;
  align-items: center;
  padding: 10px;
}

/*  contactc*/
.contactContents h2 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

/*----- 3. footer -----*/
footer {
  background-color: #fff;
}

/*----- 4. pagetop -----*/
/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  #index .voiceWrap .balloon li:nth-child(1), #index .voiceWrap .balloon li:nth-child(2) {
    height: 20vw;
  }
  #index .voiceWrap .balloon li:last-child {
    height: 15vw;
  }
  #index .voiceWrap .balloon li:last-child img {
    width: 85%;
  }

  #service .contents1Wrap .contentsBox:first-child .img {
    order: 2;
  }
  #service .contents1Wrap .contentsBox:first-child .text {
    order: 1;
  }
  #service .contents5Wrap .spOnly {
    margin-top: 10px;
  }

  #flow .flowWrap.first dt.flow2 {
    background-size: auto;
  }
  #flow .flowWrap.first dt.flow3 {
    background-image: url(../img/flow/text_flow3_sp.png);
  }
  #flow .aboutWrap dt.about6 {
    height: 3.5em;
    background-image: url(../img/flow/text_about6_sp.png);
    background-size: 80%;
  }
  #flow .aboutWrap dt.about7 {
    background-image: url(../img/flow/text_about7_sp.png);
    background-size: 55%;
  }
  #flow .detailWrap dt, #flow .detailWrap dd {
    width: 100%;
    border: none;
  }
  #flow .detailWrap dt {
    background-color: #fff3e1;
  }
  #flow .detailWrap dd {
    width: 100%;
    border: 1px solid #fff3e1;
  }
}
/*---------- モバイル縦長 ----------*/
@media screen and (max-width: 812px) and (orientation: portrait) {
  .mainWrap nav {
    width: 100%;
  }
}
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  #mNav {
    display: block;
  }

  .contactWrap h2:after {
    width: 160px;
  }

  .supportWrap .box {
    justify-content: center;
  }
  .supportWrap .box li {
    margin-right: 45px;
  }
  .supportWrap .box li:nth-child(3n) {
    margin-right: 0;
  }

  #index .serviceWrap h2:after {
    width: 550px;
  }
  #index .serviceWrap .box.h580 .right {
    height: 570px;
  }
  #index .voiceWrap h2:after {
    width: 260px;
  }
  #index .voiceWrap .balloon li:nth-child(1) {
    padding: 10px 20px;
  }
  #index .voiceWrap .balloon li:nth-child(1) img {
    width: 90%;
  }
  #index .voiceWrap .balloon li:nth-child(2) {
    padding: 13px 20px;
  }
  #index .voiceWrap .balloon li img {
    max-height: 100%;
  }
  #index .accessWrap h2:after {
    width: 360px;
  }

  .mainWrap nav {
    width: 650px;
  }

  #service .contentsBox {
    margin: 50px 0;
  }
  #service .contentsBox .img {
    margin-top: -40px;
  }
  #service .contentsBox .mt0 {
    margin-top: 0;
  }
  #service .listBox .title:after {
    width: 260px;
    position: relative;
    margin: 0 auto;
  }
  #service .listBox .box {
    padding: 0 170px;
  }
  #service .listBox .box li {
    width: 50%;
  }
  #service .listBox .box .center {
    margin-top: 20px;
  }
  #service .contents1Wrap h2:after {
    width: 260px;
  }
  #service .contents1Wrap .img.mt70 {
    margin-top: -70px;
  }
  #service .contents2Wrap h2:after {
    width: 240px;
  }
  #service .contents2Wrap .img {
    order: 1;
  }
  #service .contents2Wrap .text {
    order: 2;
  }
  #service .contents2Wrap .w100 {
    order: 3;
    margin-top: 40px;
  }
  #service .contents2Wrap .listBox .title:after {
    width: 380px;
  }
  #service .contents3Wrap h2:after {
    width: 150px;
  }

  #room .tourWrap h2:after {
    width: 170px;
  }
  #room .infoWrap .detail {
    margin: 80px 0;
  }

  #useInfo .firstContentsWrap h2:after {
    width: 600px;
  }
  #useInfo .paymentWrap h2:after {
    width: 500px;
  }
  #useInfo .paymentWrap .box {
    padding: 0 150px;
  }
  #useInfo .noServiceWrap h2:after {
    width: 600px;
  }

  #flow .firstContentsWrap h2:after {
    width: 170px;
  }
  #flow .aboutWrap h2:after {
    width: 260px;
  }
  #flow .course h2 {
    margin-bottom: 40px;
  }
  #flow .course h2:after {
    width: 400px;
  }
  #flow .course .center {
    margin-bottom: 40px;
  }
  #flow .course .box {
    margin-top: 0;
  }
  #flow .course dl:last-child {
    margin-bottom: 50px;
  }
  #flow .course dt {
    font-size: 2rem;
  }
  #flow .course dt small {
    font-size: 1.5rem;
  }
  #flow .detailWrap {
    background-color: #fff3e1;
  }
  #flow .detailWrap h2:after {
    width: 320px;
  }
  #flow .detailWrap dt, #flow .detailWrap dd {
    border: 2px solid #fff3e1;
    background-color: #fff;
  }
  #flow .detailWrap dt {
    padding: 10px 20px;
  }
  #flow .detailWrap dd {
    width: 79%;
  }
  #flow .detailWrap .text {
    padding: 10px 50px;
  }

  .contactContents h2 {
    font-size: 3rem;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=style.css.map */
