@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainVisual {
  position: relative;
  overflow: hidden;
}

#mainVisual .inner {
  position: absolute;
  z-index: 2;
}

#mainVisual .inner .frame {
  position: relative;
}

#mainVisual .inner .frame .logo {
  position: absolute;
}

#mainVisual .inner .frame .catch {
  position: absolute;
}

#mainVisual .slider .slick-slide {
  position: relative;
}

#mainVisual .slider .slick-slide img {
  margin: auto;
  height: auto;
  position: absolute;
  top: -100%;
  right: 0;
  bottom: -100%;
  left: 0;
}

@media only screen and (min-width: 737px) {
  #main {
    position: relative;
    overflow: hidden;
  }

  #mainVisual {
    padding-bottom: 75px;
  }
  #mainVisual .inner {
    margin: -428px 0 0 -512px;
    width: 1025px;
    height: 654px;
    top: 50%;
    left: 50%;
  }
  #mainVisual .inner .frame {
    height: 654px;
  }
  #mainVisual .inner .frame .logo {
    top: 60px;
    left: 60px;
  }
  #mainVisual .inner .frame .catch {
    bottom: 48px;
    right: 26px;
  }
  #mainVisual .slider {
    min-width: 1025px;
    height: 654px;
  }
  #mainVisual .slider .slick-slide {
    min-width: 1025px;
    height: 654px;
  }
  #mainVisual .slider .slick-slide img {
    min-width: 1280px;
    width: 100%;
  }
  #mainVisual .slider .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 20;
    text-align: center;
  }
  #mainVisual .slider .slick-dots > li {
    margin-left: 6px;
    display: inline-block;
  }
  #mainVisual .slider .slick-dots > li:first-child {
    margin-left: 0;
  }
  #mainVisual .slider .slick-dots > li button {
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
  }
  #mainVisual .slider .slick-dots > li.slick-active button {
    background: #00A0E9;
  }
}

@media only screen and (max-width: 736px) {
  #mainVisual {
    margin-bottom: 20px;
    width: 100%;
  }
  #mainVisual .inner {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #mainVisual .inner .frame {
    height: 293px;
  }
  #mainVisual .inner .frame .logo {
    top: 5px;
    left: 15px;
  }
  #mainVisual .inner .frame .catch {
    position: absolute;
    bottom: 50px;
    right: 14px;
  }
  #mainVisual .inner .frame .catch img {
    width: 290px;
  }
  #mainVisual .slider {
    margin-top: 70px;
    min-width: 320px;
    height: 293px;
  }
  #mainVisual .slider .slick-slide {
    min-width: 320px;
    height: 293px;
  }
  #mainVisual .slider .slick-slide img {
    min-width: 320px;
    width: 100%;
  }
  #mainVisual .slider .slick-dots {
    display: none !important;
  }
}
/*------------------------------------------------------------
  お知らせ
------------------------------------------------------------*/
#news {
  margin-bottom: 50px;
}

@media only screen and (min-width: 737px) {
  #news {
    padding-bottom: 80px;
 }
  #news ul {
    text-align: center;
 }
  #news ul li {
    border-top: #333333 2px solid;
    padding: 20px 0;
  }
  #news ul li.end {
    border-bottom: #333333 2px solid;
  }
  #news ul li span {
    color: #00A0E9;
    padding-right: 40px
  }
}

@media only screen and (max-width: 736px) {
  #news {
    padding-top: 80px;
 }
  #news ul {
    text-align: center;
 }
  #news ul li {
    border-top: #333333 2px solid;
    padding: 20px 0;
  }
  #news ul li.end {
    border-bottom: #333333 2px solid;
  }
  #news ul li span {
    color: #00A0E9;
    padding-right: 40px
  }
}

/*------------------------------------------------------------
	Instagram
------------------------------------------------------------*/
#instagram ul {
  position: relative;
}

#instagram ul:after {
  display: block;
  clear: both;
  content: "";
}

#instagram ul + ul {
  display: none;
}

#instagram ul a {
  display: block;
  color: #111;
}

#instagram .image {
  border-radius: 100%;
  overflow: hidden;
}

#instagram .txt {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
}

#instagram .more {
  margin: auto;
}

#instagram .more a {
  background: #333;
  border-radius: 8px;
  display: block;
  color: #FFF;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 737px) {
  #instagram {
    padding-bottom: 80px;
  }
  #instagram .ttl01 {
    margin: 0 auto 50px;
  }
  #instagram .ttl01 .bg {
    display: inline-block;
    position: relative;
  }
  #instagram .ttl01 .bg:before {
    width: 115px;
    height: 134px;
    background: url(/assets/img/index/instagram_img01.png) no-repeat;
    position: absolute;
    top: -50px;
    left: -161px;
    content: "";
  }
  #instagram .ttl01 .bg:after {
    width: 62px;
    height: 130px;
    background: url(/assets/img/index/instagram_img02.png) no-repeat;
    position: absolute;
    top: -54px;
    right: -110px;
    content: "";
  }
  #instagram ul {
    margin-left: -40px;
  }
  #instagram ul:before {
    width: 206px;
    height: 65px;
    top: -57px;
    left: -35px;
  }
  #instagram ul li {
    margin-bottom: 40px;
    margin-left: 40px;
    width: 226px;
    float: left;
  }
  #instagram ul li .image {
    margin-bottom: 35px;
  }
  #instagram ul a {
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }
  #instagram ul a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #instagram .more {
    width: 145px;
  }
  #instagram .more a {
    padding: 5px 0;
    font-size: 3rem;
    -webkit-transition: background 500ms ease;
    transition: background 500ms ease;
  }
  #instagram .more a:hover {
    background: #e60012;
  }
}

@media only screen and (max-width: 736px) {
  #instagram {
    padding: 0 5px 30px;
  }
  #instagram .ttl01 {
    margin-bottom: 10px;
  }
  #instagram .ttl01 img {
    width: 94px;
  }
  #instagram ul {
    margin-bottom: 40px;
  }
  #instagram ul:before {
    width: 103px;
    height: 32px;
    -webkit-background-size: 103px 32px;
    background-size: 103px 32px;
    top: -28px;
    left: 10px;
  }
  #instagram ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 0;
    width: 50%;
    float: left;
    text-align: center;
  }
  #instagram ul li .image {
    margin-bottom: 15px;
    text-align: center;
  }
  #instagram ul li .image img {
    border-radius: 113px;
    width: 226px;
    height: 226px;
  }
  #instagram .more {
    width: 75px;
  }
  #instagram .more a {
    padding: 7px 0;
  }
}

@media only screen and (max-width: 480px) {
  #instagram ul {
    margin-bottom: 25px;
  }
  #instagram ul:before {
    top: -8px;
  }
  #instagram ul li {
    width: 100%;
  }
}

/*------------------------------------------------------------
	初めての方へ
------------------------------------------------------------*/
#about .inner .ttl01 {
  position: relative;
}

#about .inner .ttl01:before {
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
}

#about .inner .bouldering {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
}

#about .inner .bouldering .ttl {
  position: relative;
  z-index: 3;
}

#about .inner .bouldering .whats {
  text-align: center;
}

#about .inner .bouldering .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  position: relative;
}

#about .inner .bouldering .box .txt {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

@media only screen and (min-width: 737px) {
  #about .ttl01 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #about .inner {
    margin: auto;
    padding: 80px 0;
    background: url(/assets/img/index/about_bg01.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }
  #about .inner:before, #about .inner:after {
    position: absolute;
    content: "";
  }
  #about .bouldering {
    padding: 10px;
    width: 500px;
  }
  #about .bouldering .whats {
    margin-bottom: 25px;
  }
  #about .bouldering .box {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 736px) {
  #about .ttl01 {
    padding-bottom: 15px;
  }
  #about .inner {
    padding: 50px 15px;
    background: url(/assets/img/index/about_bg01_sp.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #about .inner:after {
    display: block;
    clear: both;
    content: "";
  }
  #about .bouldering {
    margin: auto;
    padding: 6px;
    position: relative;
  }
  #about .bouldering .ttl {
    margin: 0 0 -10px 32px;
  }
  #about .bouldering .ttl img {
    width: 99px;
  }
  #about .bouldering .box {
    padding: 30px 15px;
  }
  #about .bouldering .box .whats {
    margin-bottom: 10px;
  }
  #about .bouldering .box .whats img {
    width: 215px;
  }
}

/*------------------------------------------------------------
	基本的なルールのご紹介
------------------------------------------------------------*/
#howto {
  background: #fefaf1;
  border-bottom: 1px solid #e9e6de;
}

#howto .ttl02 {
  text-align: center;
}

#howto .ttl02 .sub {
  font-weight: bold;
}

#howto .ttl02 .bg {
  display: inline-block;
  position: relative;
}

#howto .ttl02 .bg:before {
  background: url(/assets/img/index/howto_img05.png) no-repeat;
  position: absolute;
  content: "";
}

#howto .ttl02 .bg:after {
  background: url(/assets/img/index/howto_img06.png) no-repeat;
  position: absolute;
  content: "";
}

@media only screen and (min-width: 737px) {
  #howto {
    padding: 78px 0 330px;
  }
  #howto .ttl02 {
    margin-bottom: 90px;
  }
  #howto .ttl02 .sub {
    margin-top: 15px;
  }
  #howto .ttl02 .bg {
    display: inline-block;
    position: relative;
  }
  #howto .ttl02 .bg:before {
    width: 181px;
    height: 146px;
    top: -20px;
    left: -262px;
  }
  #howto .ttl02 .bg:after {
    width: 131px;
    height: 153px;
    top: -34px;
    right: -173px;
  }
  #howto .step {
    position: relative;
  }
  #howto .step:after {
    display: block;
    clear: both;
    content: "";
  }
  #howto .step:before {
    position: absolute;
    content: "";
  }
  #howto .step .num {
    margin-bottom: 18px;
  }
  #howto .step .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    position: relative;
    z-index: 1;
  }
  #howto .step .txt p {
    padding-right: 18px;
    text-align: justify;
    font-size: 1.5rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #howto .step .image,
  #howto .step .en {
    position: absolute;
    z-index: 0;
  }
  #howto .step01 {
    padding-bottom: 46px;
  }
  #howto .step01 .image {
    top: 3px;
    left: 254px;
  }
  #howto .step01 .en {
    top: -1px;
    right: 55px;
  }
  #howto .step02 {
    padding: 0 0 112px 538px;
  }
  #howto .step02 .image {
    top: 7px;
    right: 0;
  }
  #howto .step02 .en {
    top: 115px;
    left: 55px;
  }
  #howto .step02 .txt {
    width: 240px;
  }
  #howto .step03 {
    padding-bottom: 24px;
  }
  #howto .step03 .image {
    top: 8px;
    left: 250px;
  }
  #howto .step03 .en {
    top: 81px;
    right: 5px;
  }
  #howto .step04 {
    padding: 0 0 0 538px;
  }
  #howto .step04 .image {
    top: 7px;
    right: -5px;
  }
  #howto .step04 .en {
    top: 184px;
    left: 44px;
  }
  #howto .step04 .txt {
    width: 240px;
  }
  #howto .notes {
    font-size: 1.4rem;
    text-align: right;
  }
  #howto .notes small {
    padding-left: 15px;
    position: relative;
    text-align: right;
  }
  #howto .notes small:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "※";
  }
}

@media only screen and (max-width: 736px) {
  #howto {
    padding: 35px;
  }
  #howto .ttl02 {
    margin-bottom: 40px;
  }
  #howto .ttl02 img {
    width: 154px;
  }
  #howto .ttl02 .sub {
    margin: 2px 0 0;
  }
  #howto .step {
    margin-top: 40px;
    position: relative;
  }
  #howto .step:after {
    display: block;
    clear: both;
    content: "";
  }
  #howto .step:before {
    position: absolute;
    content: "";
  }
  #howto .step .txt {
    margin-bottom: 35px;
  }
  #howto .step .txt .num {
    width: 46px;
    float: left;
  }
  #howto .step .txt p {
    padding-left: 46px;
  }
  #howto .step .image {
    margin-bottom: 25px;
    text-align: center;
  }
  #howto .step .en {
    display: none;
  }
  #howto .step01 {
    margin-top: 0;
  }
  #howto .step01 .txt .num img {
    width: 19px;
  }
  #howto .step02 .txt .num img,
  #howto .step03 .txt .num img,
  #howto .step04 .txt .num img {
    width: 26px;
  }
  #howto .notes {
    margin-top: 15px;
    padding-left: 12px;
    font-size: 1.0rem;
    position: relative;
  }
  #howto .notes:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  #howto .notes small {
    padding-left: 0;
  }
  #howto .notes small:before {
    display: none;
  }
}

/*------------------------------------------------------------
	服装や持ち物
------------------------------------------------------------*/
#need {
  background: #fefaf1;
}

#need .ttl02 .sub {
  font-weight: bold;
}

#need .sectionInner {
  position: relative;
}

#need .sectionInner .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
}

#need .sectionInner .box li {
  margin-bottom: 15px;
  position: relative;
}

#need .sectionInner .box li span {
  font-weight: bold;
}

#need .sectionInner .box li:before {
  background: #00a0e9;
  border-radius: 50px;
  position: absolute;
  left: 0;
  content: "";
}

#need .sectionInner .box .attention {
  display: block;
  position: relative;
}

#need .sectionInner .box .attention .button-link {
  background: #333;
  border-radius: 5px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#need .sectionInner .box .attention .button-link span {
  position: relative;
}

#need .sectionInner .box .attention .button-link span:before {
  position: absolute;
  right: 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#need .sectionInner .image {
  position: relative;
}

#need .sectionInner .image .trainer {
  position: absolute;
}

#modal-content {
  width: 50%;
  margin: 0;
  padding: 20px 30px;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 101;
}

#modal-content .txt {
  margin-bottom: 30px;
}

#modal-content .txt p {
  margin-top: 10px;
}

#modal-content .txt p:first-child {
  margin-bottom: 0;
}

#modal-content .closeBtn {
  text-align: center;
}

#modal-content #modal-close {
  text-align: center;
  cursor: pointer;
}

#modal-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 737px) {
  #need {
    padding: 80px 0 130px;
  }
  #need .ttl02 {
    margin-bottom: 90px;
  }
  #need .sectionInner {
    position: relative;
  }
  #need .sectionInner:after {
    display: block;
    clear: both;
    content: "";
  }
  #need .sectionInner .fashion {
    margin: 69px 60px 0 0;
    width: 300px;
    float: left;
  }
  #need .sectionInner .fashion dt {
    margin: 25px 0 15px;
  }
  #need .sectionInner .fashion dt:first-child {
    margin-top: 0;
  }
  #need .sectionInner .fashion dd {
    font-size: 1.5rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #need .sectionInner .image {
    float: left;
    font-size: 1.5rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #need .sectionInner .box {
    margin-top: 65px;
    padding: 16px;
    width: 290px;
    float: right;
    position: relative;
  }
  #need .sectionInner .box li {
    padding-left: 15px;
    font-size: 1.5rem:
  }
  #need .sectionInner .box li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
  #need .sectionInner .box .attention {
    float: right;
  }
  #need .sectionInner .box .attention .button-link {
    padding: 5px 0;
    width: 121px;
    font-size: 1.8rem;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }
  #need .sectionInner .box .attention .button-link:hover {
    background-color: #E60012;
    cursor: pointer;
    text-decoration: none;
  }
  #need .sectionInner .box .attention .button-link span {
    padding-right: 17px;
  }
  #need .sectionInner .box .attention .button-link span:before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 7px;
  }
}

@media only screen and (max-width: 736px) {
  #need {
    padding: 38px 15px 50px;
  }
  #need .ttl02 img {
    width: 178px;
  }
  #need .sectionInner {
    position: relative;
  }
  #need .sectionInner:after {
    display: block;
    clear: both;
    content: "";
  }
  #need .sectionInner .image {
    margin-bottom: 40px;
    text-align: center;
  }
  #need .sectionInner .fashion {
    margin: 0 15px 30px;
  }
  #need .sectionInner .fashion dt {
    margin: 25px 2px 15px;
  }
  #need .sectionInner .fashion dt:first-child {
    margin-top: 0;
  }
  #need .sectionInner .box {
    padding: 20px;
  }
  #need .sectionInner .box:before {
    width: 49px;
    height: 61px;
    -webkit-background-size: 49px 61px;
    background-size: 49px 61px;
    bottom: -20px;
    right: 32px;
  }
  #need .sectionInner .box li {
    padding-left: 12px;
  }
  #need .sectionInner .box li:before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
  #need .sectionInner .box .attention .button-link {
    padding: 8px 0 6px;
    font-size: 1.5rem;
  }
  #need .sectionInner .box .attention .button-link span {
    padding-right: 17px;
  }
  #need .sectionInner .box .attention .button-link span:before {
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 8px;
  }
}

/*------------------------------------------------------------
	施設案内
------------------------------------------------------------*/
#floor {
  background: url(/assets/img/index/floor_bg01.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#floor .ttl02 {
  color: #FFF;
}

@media only screen and (min-width: 737px) {
  #floor {
    padding: 80px 0;
    position: relative;
  }
  #floor:before, #floor:after {
    position: absolute;
    content: "";
  }
}

@media only screen and (max-width: 736px) {
  #floor {
    padding: 15px;
  }
}

/*------------------------------------------------------------
	料金表
------------------------------------------------------------*/
#price .list {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}

#price .list .ttl {
  position: relative;
}

#price .list .ttl:before {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: -1;
}

#price .list > section {
  border-top: 1px dashed #DCDCDC;
}

#price .list .table .basic_table {
  border-top: none;
}

#price .list .table .basic_table:first-child {
  border-top: 1px solid #C9C9C9;
}

#price .list .table .basic_table dt,
#price .list .table .basic_table dd {
  height: 58px;
  font-size: 1.3rem;
}

#price .list .table .basic_table dt {
  border-right: 1px solid #C9C9C9;
  line-height: 1.25;
}

#price .list .table .basic_table dd {
  font-weight: bold;
}

#price .list .table .basic_table dd span {
  font-weight: normal;
}

#price .list .entry .ttl:before,
#price .list .service .ttl:before,
#price .list .coupon .ttl:before,
#price .list .use .ttl:before,
#price .list .rental .ttl:before,
#price .list .long .ttl:before,
#price .list .pack .ttl:before {
  background-image: url(/assets/img/index/price_bg.png);
}

#price .list .use .ttl,
#price .list .service .ttl,
#price .list .long .ttl,
#price .list .coupon .ttl,
#price .list .pack .ttl {
  margin-bottom: 8px;
}

#price .list .use .basic_table dt,
#price .list .use .basic_table dd,
#price .list .service .basic_table dt,
#price .list .service .basic_table dd,
#price .list .long .basic_table dt,
#price .list .long .basic_table dd,
#price .list .coupon .basic_table dt,
#price .list .coupon .basic_table dd,
#price .list .pack .basic_table dt,
#price .list .pack .basic_table dd {
  line-height: 1.25;
}

@media only screen and (min-width: 737px) {
  #price {
    padding: 80px 0;
  }
  #price .ttl01 {
    margin-bottom: 65px;
  }
  #price .list {
    width: 496px;
    float: left;
    margin-left: 33px;
  }
  #price .list:first-child {
    margin-left: 0;
  }
  #price .list .ttl {
    margin: 0 0 20px 30px;
    font-size: 2rem;
  }
  #price .list .ttl:before {
    width: 41px;
    height: 44px;
    top: 0px;
    left: -30px;
  }
  #price .list > section {
    margin-top: 22px;
    padding-top: 56px;
    border-top: 1px dashed #dcdcdc;
  }
  #price .list > section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #price .list .caption {
    display: table;
  }
  #price .list .caption dd {
    padding-bottom: 15px;
    width: 120px;
    display: table-cell;
    font-size: 1.4rem;
    text-align: center;
  }
  #price .list .caption dd:first-child {
    width: 140px;
  }
  #price .list .table {
    margin-bottom: 20px;
  }
  #price .list .table dl dt span {
    font-size: 1.1rem;
  }
  #price .list .table .basic_table dt {
    width: 140px;
  }
  #price .list .table .basic_table .rate {
    display: none;
  }
  #price .list .table .basic_table dd {
    font-size: 1.5rem;
  }
  #price .list .table .basic_table dd span {
    font-size: 1.4rem;
  }
  #price .list .use .ttl,
  #price .list .service .ttl,
  #price .list .long .ttl,
  #price .list .coupon .ttl,
  #price .list .pack .ttl {
    margin-bottom: 8px;
  }
  #price .list .use .basic_table dt,
  #price .list .use .basic_table dd,
  #price .list .service .basic_table dt,
  #price .list .service .basic_table dd,
  #price .list .long .basic_table dt,
  #price .list .long .basic_table dd,
  #price .list .coupon .basic_table dt,
  #price .list .coupon .basic_table dd,
  #price .list .pack .basic_table dt,
  #price .list .pack .basic_table dd {
    padding: 0;
    line-height: 1.25;
    line-height: 1.25;
  }
  #price .list .use .basic_table dt,
  #price .list .service .basic_table dt,
  #price .list .long .basic_table dt,
  #price .list .coupon .basic_table dt,
  #price .list .pack .basic_table dt {
    width: 138px;
  }
  #price .list .use .basic_table dd,
  #price .list .service .basic_table dd,
  #price .list .long .basic_table dd,
  #price .list .coupon .basic_table dd,
  #price .list .pack .basic_table dd {
    width: 118px;
  }
  #price .list .use .basic_table dd.even,
  #price .list .service .basic_table dd.even,
  #price .list .long .basic_table dd.even,
  #price .list .coupon .basic_table dd.even,
  #price .list .pack .basic_table dd.even {
    background: #f5f4f4;
  }
  #price .list .rental .basic_table dt,
  #price .list .rental .basic_table dd {
    padding: 7px 0;
  }
}

@media only screen and (max-width: 736px) {
  #price {
    padding: 15px;
  }
  #price .ttl01 img {
    width: 78px;
  }
  #price .list .ttl {
    margin: 0 0 10px 5px;
    font-size: 1.4rem;
  }
  #price .list .ttl:before {
    width: 20px;
    height: 22px;
    -webkit-background-size: 20px 22px;
    background-size: 20px 22px;
    top: -5px;
    left: -30px;
  }
  #price .list > section {
    margin-top: 20px;
    padding-top: 20px;
  }
  #price .list .entry {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #price .list .caption {
    display: none;
  }
  #price .list .table {
    margin-bottom: 10px;
  }
  #price .list .table .basic_table dd {
    font-size: 2rem;
  }
  #price .list .table .basic_table dd span {
    font-size: 1.8rem;
  }
  #price .entry .ttl,
  #price .rental .ttl,
  #price .use .ttl,
  #price .service .ttl,
  #price .long .ttl,
  #price .coupon .ttl,
  #price .pack .ttl {
    margin-bottom: 8px;
    margin-left: 30px;
  }
  #price .use .basic_table dt,
  #price .service .basic_table dt,
  #price .long .basic_table dt,
  #price .coupon .basic_table dt,
  #price .pack .basic_table dt {
    border-bottom: none;
  }
  #price .use .basic_table .rate,
  #price .service .basic_table .rate,
  #price .long .basic_table .rate,
  #price .coupon .basic_table .rate,
  #price .pack .basic_table .rate {
    padding: 20px;
    background: #f5f4f4;
    font-size: 1.3rem;
  }
  #price .use .basic_table .rate,
  #price .use .basic_table dd,
  #price .service .basic_table .rate,
  #price .service .basic_table dd,
  #price .long .basic_table .rate,
  #price .long .basic_table dd,
  #price .coupon .basic_table .rate,
  #price .coupon .basic_table dd,
  #price .pack .basic_table .rate,
  #price .pack .basic_table dd {
    border-top: 1px solid #CCC;
    border-bottom: none;
    width: 50%;
    display: inline-block;
    height: 55px;
  }
}

/*------------------------------------------------------------
	アクセス
------------------------------------------------------------*/
#access {
  background: #F9F9F9;
}

#map_canvas_access {
  width: 100%;
  margin-bottom: 30px;
}

#access .address {
  text-align: center;
}

@media only screen and (min-width: 737px) {
  #access {
    padding: 85px 0 80px;
  }
  #map_canvas_access {
   height: 480px;
  }
}

@media only screen and (max-width: 736px) {
  #access {
    padding: 15px 0;
  }
  #access .ttl01 img {
    width: 51px;
  }
  #map_canvas_access {
    height: 240px;
  }
  #access .address {
    padding: 0 15px;
  }
}

/*------------------------------------------------------------
	スケジュール
------------------------------------------------------------*/
#schedule .ttl {
  text-align: center;
}

#schedule .workday .calendar {
  text-align: center;
}

@media only screen and (min-width: 737px) {
  #schedule {
    padding: 80px 0;
  }
  #schedule .ttl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #schedule .hour {
    margin-bottom: 40px;
  }
  #schedule .hour .table {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #schedule .hour .table .basic_table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    border-left: none;
  }
  #schedule .hour .table .basic_table:first-child {
    border-left: 1px solid #C9C9C9;
  }
  #schedule .hour .table .basic_table dt, #schedule .hour .table .basic_table dd {
    padding: 25px 0;
    display: block;
  }
  #schedule .hour p {
    font-size: 1.4rem;
    letter-spacing: -0.2px;
  }
}

@media only screen and (max-width: 736px) {
  #schedule {
    padding: 15px;
  }
  #schedule .ttl01 img {
    width: 71px;
  }
  #schedule .ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #schedule .hour {
    margin-bottom: 20px;
  }
  #schedule .hour .table {
    margin-bottom: 10px;
  }
  #schedule .workday .calendar {
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 75%;
    position: relative;
  }
  #schedule .workday .calendar iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #schedule .workday .pc_hide {
    height: 150px;
    width: 300px;
  }
}

/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/
#faq {
  background: #F9F9F9;
}

#faq .ttl01 .bg {
  display: inline-block;
  position: relative;
}

#faq .ttl01 .bg:before {
  background: url(/assets/img/index/faq_img01.png) no-repeat;
  position: absolute;
  content: "";
}

#faq dl dt,
#faq dl dd {
  position: relative;
  line-height: 1.6;
}

#faq dl dt:before,
#faq dl dd:before {
  position: absolute;
  left: 0;
  content: "";
}

#faq dl dt {
  border-top: 1px solid #000;
  font-weight: bold;
}

#faq dl dt:before {
  background: url(/assets/img/common/icon/icon_question.png) no-repeat;
}

#faq dl dd {
  border-top: 1px solid #ffa0a0;
}

#faq dl dd:before {
  background: url(/assets/img/common/icon/icon_answer.png) no-repeat;
}

@media only screen and (min-width: 737px) {
  #faq {
    padding: 80px 0 50px;
  }
  #faq .ttl01 {
    margin-bottom: 60px;
  }
  #faq .ttl01 .bg {
    display: inline-block;
    position: relative;
  }
  #faq .ttl01 .bg:before {
    width: 149px;
    height: 132px;
    background: url(/assets/img/index/faq_img01.png) no-repeat;
    position: absolute;
    top: -36px;
    right: -158px;
    content: "";
  }
  #faq dl:after {
    display: block;
    clear: both;
    content: "";
  }
  #faq dl dt,
  #faq dl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  #faq dl dt {
    margin-right: 15px;
    padding: 25px 32px;
    width: 350px;
  }
  #faq dl dt:before {
    width: 27px;
    height: 25px;
    top: 23px;
  }
  #faq dl dd {
    padding: 25px 0 25px 38px;
    width: 660px;
  }
  #faq dl dd:before {
    width: 26px;
    height: 20px;
    top: 24px;
    left: 3px;
  }
}

@media only screen and (max-width: 736px) {
  #faq {
    padding: 15px;
  }
  #faq .ttl01 {
    margin-bottom: 30px;
  }
  #faq .ttl01 .bg {
    display: inline-block;
    position: relative;
  }
  #faq .ttl01 .bg:before {
    width: 75px;
    height: 66px;
    background: url(/assets/img/index/faq_img01.png) no-repeat;
    -webkit-background-size: 75px 66px;
    background-size: 75px 66px;
    top: -3px;
    right: -79px;
  }
  #faq dl dt,
  #faq dl dd {
    padding: 12px 15px 12px 20px;
  }
  #faq dl dt:before,
  #faq dl dd:before {
    width: 13px;
    top: 16px;
  }
  #faq dl dt:before {
    height: 12px;
    -webkit-background-size: 13px 12px;
    background-size: 13px 12px;
  }
  #faq dl dd:before {
    height: 10px;
    -webkit-background-size: 13px 10px;
    background-size: 13px 10px;
  }
}
