@charset "UTF-8";
/* Scss Document */
#hero {
  overflow: hidden;
}
@media all and (max-width: 896px) {
  #hero {
    margin-bottom: 30px;
  }
}
#hero .mainVisual .textImg {
  overflow: hidden;
  position: relative;
}
#hero .mainVisual .textImg img {
  top: 0;
  margin: 0 auto;
}
#hero .mainVisual .textImg img + img {
  position: absolute;
  height: 40%;
  width: auto;
  top: 30%;
  left: -100%;
  right: -100%;
}
@media all and (max-width: 896px) {
  #hero .mainVisual .textImg img + img {
    height: 60%;
    top: 20%;
  }
}
article + article {
  padding-top: 80px;
}
article + article.bg {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  article + article.bg {
    margin-top: 50px;
  }
}
@media all and (max-width: 896px) {
  article + article {
    padding-top: 40px;
  }
}
.inner {
  max-width: 960px;
  margin: 0 auto;
}
.inner .multiple_area + .multiple_area {
  margin-top: 80px;
}
.inner.wide {
  max-width: 1140px;
}
@media all and (max-width: 896px) {
  .inner {
    max-width: inherit;
    padding: 0 20px;
  }
}
@media all and (max-width: 896px) {
  .inner .multiple_area + .multiple_area {
    margin-top: 30px;
  }
}
main .bg {
  padding: 30px 0;
  background: #f7edea;
}
main .ttl, .ttl.contents_all, .content .ttl {
  margin: 0 0 40px 0;
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 800;
  text-align: center;
}
.ttl img, .ttl.contents_all .ttl img {
  height: 40px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: block;
  max-width: inherit;
}
@media all and (max-width: 896px) {
  .ttl img, .ttl.contents_all img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .ttl img.w80, .ttl.contents_all img.w80 {
    width: 80%;
  }
  .ttl img.w70, .ttl.contents_all img.w70 {
    width: 70%;
  }
  .ttl img.w60, .ttl.contents_all img.w60 {
    width: 60%;
  }
}
main .hl_txt {
  margin-bottom: 80px;
}
@media all and (max-width: 896px) {
  main .hl_txt {
    margin-bottom: 30px;
  }
}
main .hl_txt img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main .hl_txt.hl_beginner img {
  width: 922px;
  height: auto;
}
main .hl_txt.hl_beginner2 img {
  width: 662px;
  height: auto;
}
main .ttl_normal {
  margin-bottom: 20px;
  color: #00b0df;
  font-size: 1.8rem;
}
main .ttl_line {
  display: block;
  width: 28%;
  margin-bottom: 30px;
  font-size: 2rem;
  border-bottom: 1px solid #ffcf1a;
  border-left: 5px double #ffcf1a;
  padding: 5px 5px 5px 10px;
}
main .ttl_icon {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 40px 0;
  background: url(../img/index/ttl-bike.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position: left 5px;
  background-repeat: no-repeat;
  padding: 0 0 0 44px;
}
main .bg .hl {
  margin-top: 30px;
}
main .hl {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-align: center;
}
.btn__details {
  padding: 10px;
  overflow: hidden;
  width: 100%;
  margin: 1.2em auto;
  padding: 0;
  text-align: center;
  list-style: none;
}
main .btn__details a, .btn__details a {
  position: relative;
  z-index: 1;
  line-height: 64px;
  width: 345px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  main .btn__details a, .btn__details a {
    width: auto;
  }
}
main p.txt_center {
  text-align: center;
}
main p + .ttl_icon {
  margin-top: 60px;
}
main p + p {
  margin-top: 30px;
}
main p b {
  margin-top: 60px;
  font-size: inherit;
}
main p b.txt_center {
  text-align: center;
  display: block;
}
main p:last-child {
  margin-bottom: 80px;
}
main b {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  main b {
    margin-top: 30px;
  }
}
main b.txt_center {
  text-align: center;
  display: block;
}
main .pic {
  width: 70%;
  height: auto;
  display: block;
  margin: 30px auto;
  border: 1px solid #DADADA;
}
main .pic img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 896px) {
  main .ttl_line {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  main .ttl_icon {
    font-size: 2rem;
    background-size: 11% auto;
    line-height: 1.6;
    margin-bottom: 20px;
    background-position: left top;
  }
}
@media all and (max-width: 896px) {
  main .btn__details {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  main .btn__details a {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 896px) {
  main .btn__details a:hover::after {
    height: 6em;
    right: -1em;
    top: calc(50% - 3em);
    width: 6em;
    border-radius: .4em;
  }
}
@media all and (max-width: 896px) {
  main .btn__details a::after {
    height: 6em;
    right: -1em;
    top: calc(50% - 3em);
    width: 6em;
    border-radius: .4em;
  }
}
@media all and (max-width: 896px) {
  main p:last-child {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  main .pic {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  main .bg {
    padding: 30px 0;
  }
}
@media all and (max-width: 896px) {
  main .ttl {
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------
	NAVI
------------------------------------------------------------*/
#gHeader {
  height: 180px;
}
@media all and (max-width: 896px) {
  #gHeader {
    height: auto;
  }
}
/*------------------------------------------------------------
	VIEW
------------------------------------------------------------*/
.mainVisual {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .mainVisual {
    padding-bottom: 100px;
  }
}
.mainVisual img {
  display: block;
  width: 100%;
  height: auto;
}
.mainVisual .imgl {
  float: left;
  width: 45%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .mainVisual .imgl {
    width: 80%;
  }
}
.mainVisual .imgl img {
  width: 53%;
}
@media all and (max-width: 896px) {
  .mainVisual .imgl img {
    width: 40%;
  }
}
.mainVisual .imgl .txt_area {
  width: auto;
  height: auto;
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media all and (max-width: 896px) {
  .mainVisual .imgl .txt_area {
    padding-left: 20px;
    margin-top: 17px;
    margin-bottom: 30px;
  }
}
.mainVisual .imgl .txt_area strong img {
  height: auto;
  width: 50%;
  margin-bottom: 50px;
}
@media all and (max-width: 896px) {
  .mainVisual .imgl .txt_area strong img {
    margin-bottom: 30px;
  }
}
.mainVisual .imgl .txt_area .con_ttl {
  font-size: 2.2rem;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.mainVisual .imgl .txt_area p {
  width: 80%;
}
.mainVisual .imgr {
  float: right;
  width: 60%;
  overflow: hidden;
}
.mainVisual .imgr img {
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .mainVisual .imgr img {
    margin-top: 4px;
    max-width: inherit;
    width: 135%;
    float: right;
  }
}
@media all and (max-width: 896px) {
  .mainVisual .imgr .campaignBox {
    position: absolute;
    bottom: -60px;
    left: 20px;
  }
}
.mainVisual .imgr .campaignBox .hlCampaign {
  color: #d09b94;
  font-size: 4rem;
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 8px;
  margin-bottom: 30px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .mainVisual .imgr .campaignBox .hlCampaign {
    font-size: 2rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
}
.mainVisual .imgr .campaignBox ul {
  font-size: 1.1em;
}
.mainVisual .imgr .campaignBox ul li a.btn_more {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (max-width: 896px) {
  .mainVisual .imgr .campaignBox ul li a.btn_more {
    padding-left: 0;
  }
  .mainVisual .imgr .campaignBox ul li a.btn_more img {
    float: none;
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
	recommended
------------------------------------------------------------*/
#recommended {
  overflow: visible;
}
#recommended .inner p + .reco__box {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  #recommended .inner p + .reco__box {
    margin-top: 40px;
  }
}
#recommended .inner .reco__box {
  position: relative;
  background-color: #004986;
  border-radius: 20px;
  overflow: hidden;
  padding: 90px 80px;
}
@media all and (max-width: 896px) {
  #recommended .inner .reco__box {
    padding: 40px 10px 10px;
  }
}
#recommended .inner .reco__box .hl_list {
  position: relative;
  height: 50px;
  display: block;
  font-size: 1.8rem;
  border-top: 3px solid #FFFFFF;
  color: #FFFFFF;
}
@media all and (max-width: 896px) {
  #recommended .inner .reco__box .hl_list {
    height: auto;
      overflow: visible;
      height: 30px;
  }
}
#recommended .inner .reco__box .hl_list span {
  background-color: #004986;
  color: #FFFFFF;
  display: table;
  margin: -24px auto 0;
  text-align: center;
  font-size: 3rem;
  padding: 0 20px;
}
@media all and (max-width: 896px) {
  #recommended .inner .reco__box .hl_list span {
    font-size: 1.8rem;
    padding: 0 10px;
  margin: -13px auto 0;
  }
}
#recommended .inner .reco__box .txtUl {
  width: 450px;
  float: left;
  margin: 0 auto;
  padding: 0;
  color: #FFFFFF;
  background-color: #004986;
}
@media all and (max-width: 896px) {
  #recommended .inner .reco__box .txtUl {
    padding: 10px;
    width: auto;
    display: table;
    float: none;
    margin-top: 10px;
  }
}
#recommended .inner .reco__box .txtUl li {
  padding: 20px 0;
  width: auto;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 1px solid #00316c;
}
@media all and (max-width: 896px) {
  #recommended .inner .reco__box .txtUl li {
    padding: 10px 0;
    text-align: left;
    font-size: 1.2rem;
  }
}
#recommended .inner .reco__box .photoBox {
  width: 480px;
  overflow: hidden;
  height: auto;
  border-radius: 10px;
  float: right;
  display: block;
}
@media all and (max-width: 896px) {
  #recommended .inner .reco__box .photoBox {
    width: auto;
    float: none;
  }
}
/*------------------------------------------------------------
	.gallery スライド
------------------------------------------------------------*/
.gallery {
  padding: 40px 70px;
  margin-bottom: 80px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 43px -26px #d09b94;
  -webkit-box-shadow: 0px 0px 43px -26px #d09b94;
  -moz-box-shadow: 0px 0px 43px -26px #d09b94;
  -o-box-shadow: 0px 0px 43px -26px #d09b94;
  -ms-box-shadow: 0px 0px 43px 0px #d09b94;
}
@media all and (max-width: 896px) {
  .gallery {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.gallery .gallery-cell {
  width: 100%;
  height: 480px;
  counter-increment: gallery-cell;
  overflow: hidden;
}
.gallery .gallery-cell .photo {
  width: 650px;
  height: auto;
  float: right;
}
@media all and (max-width: 896px) {
  .gallery .gallery-cell .photo {
    width: auto;
    float: none;
  }
}
.gallery .gallery-cell .txtBox {
  width: 320px;
  height: auto;
  float: left;
}
@media all and (max-width: 896px) {
  .gallery .gallery-cell .txtBox {
    width: auto;
    float: none;
  }
}
.gallery .gallery-cell .txtBox .hl_gallery {
  color: #d09b94;
  font-size: 3rem;
  margin-bottom: 10px;
}
.gallery .gallery-cell .txtBox .hl {
  text-align: left;
}
@media all and (max-width: 896px) {
  .gallery .gallery-cell .txtBox .hl {
    font-size: 1.7rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.gallery .flickity-prev-next-button, .gallery .flickity-prev-next-button:hover {
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.gallery .flickity-prev-next-button:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
.gallery .flickity-prev-next-button.previous {
  background-image: url("../img/common/icon_previous.png");
  left: -20px;
}
.gallery .flickity-prev-next-button.next {
  background-image: url("../img/common/icon_next.png");
  right: -20px;
}
.gallery .flickity-prev-next-button svg {
  display: none;
}
.gallery .flickity-page-dots {
  width: auto;
  position: inherit;
  bottom: auto;
  margin-top: 10px;
}
.gallery .flickity-page-dots .dot {
  width: auto;
  height: auto;
  padding: 2px;
}
/*------------------------------------------------------------
	#flow
------------------------------------------------------------*/
.bg #flow {
  padding-bottom: 60px;
}
.hl + .imgSub {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .hl + .imgSub {
    margin-top: 30px;
  }
}
p + .imgSub {
  margin: 60px 0;
}
.imgSub li {
  padding: 58px 0 30px;
  position: relative;
  background-color: none;
  border-bottom: 1px solid #e4c9c0;
}
@media all and (max-width: 896px) {
  .imgSub li {
    padding: 0 20px 30px;
    margin-bottom: 40px;
  }
}
.imgSub li:before {
  position: absolute;
  left: 50%;
  bottom: -37px;
  margin-left: -45px;
  background: url("../img/common/arrow01.png") no-repeat;
  width: 89px;
  height: 39px;
  content: "";
  z-index: 1;
}
.imgSub li:first-child {
  padding-top: 0;
}
.imgSub li:last-child:before {
  display: none;
}
.imgSub .imgBox {
  width: 1140px;
  margin: 0 auto;
  align-items: center;
}
@media all and (max-width: 896px) {
  .imgSub .imgBox {
    width: auto;
  }
}
.imgSub .photo {
  width: 550px;
}
@media all and (max-width: 896px) {
  .imgSub .photo {
    margin-bottom: 20px;
  }
}
.imgSub .txtBox {
  padding-bottom: 12px;
  width: 550px;
}
.imgSub .txtBox p {
  line-height: 1.85;
  letter-spacing: 0.1em;
}
.imgSub .txtBox .hl {
  text-align: left;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .imgSub .txtBox .hl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.imgSub.not_flow li:before {
  display: none;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
.standardList {
  margin-bottom: 60px;
}
.standardList li {
  padding: 60px 0 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #807568;
}
.standardList li:first-child {
  padding-top: 0;
}
.standardList li p {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
.standardList li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.standardList .question {
  line-height: 30px;
  font-weight: normal;
  font-size: 2rem;
  width: 100%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media all and (max-width: 896px) {
  .standardList .question {
    padding-left: 40px;
  }
}
.standardList .answer .icon {
  color: #d09b94;
}
.standardList li .rTxt {
  width: calc(100% - 290px);
}
@media all and (max-width: 896px) {
  .standardList li {
    padding: 30px 0;
  }
  .standardList li p {
    padding-left: 20px;
    margin-bottom: 0;
  }
  .standardList li p + p {
    margin-top: 10px;
  }
  .standardList li .question {
    letter-spacing: 0;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  .standardList li .rTxt {
    width: 100%;
    padding-top: 7px;
    line-height: 1.8;
  }
  .standardList li .icon {
    line-height: 1.3em;
  }
}
/*------------------------------------------------------------
	CONCEPT
------------------------------------------------------------*/
#concept {
  min-height: 920px;
  background-image: url("../img/index/bg_contents.jpg");
  background-position: 0 200px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 896px) {
  #concept {
    background-position: bottom center;
    min-height: 400px;
    margin-top: 80px;
  }
}
#concept .inner {
  position: relative;
}
@media all and (max-width: 896px) {
  #concept .inner {
    min-height: 470px;
    background-position: 0 bottom;
    max-width: inherit;
    padding: 0 20px;
  }
}
#concept .inner .txt_area {
  width: 70%;
}
@media all and (max-width: 896px) {
  #concept .inner .txt_area {
    width: auto;
  }
}
#concept .inner .txt_area .ttl {
  width: 30%;
  float: left;
  min-height: 200px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #000;
  font-size: 250%;
  font-weight: normal;
  line-height: 50px;
}
@media all and (max-width: 896px) {
  #concept .inner .txt_area .ttl {
    width: auto;
    float: none;
    min-height: inherit;
    font-size: 2.5rem;
    line-height: inherit;
    text-align: center;
    margin-bottom: 30px;
  }
}
#concept .inner .txt_area .ttl .en {
  letter-spacing: 8px;
}
#concept .inner .txt_area .hl {
  width: 65%;
  float: right;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 118%;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
}
@media all and (max-width: 896px) {
  #concept .inner .txt_area .hl {
    width: auto;
    float: none;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
}
#concept .inner .txt_area p {
  width: 65%;
  float: right;
}
@media all and (max-width: 896px) {
  #concept .inner .txt_area p {
    width: auto;
  }
}
#concept .inner .txt_area .btn__details {
  width: 260px;
  height: 260px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d09b94;
}
@media all and (max-width: 896px) {
  #concept .inner .txt_area .btn__details {
    width: 100px;
    height: 100px;
    top: 270px;
    right: 20px;
  }
}
#concept .inner .txt_area .btn__details a {
  width: auto;
  height: 100%;
  display: block;
  padding-top: 50%;
}
@media all and (max-width: 896px) {
  #concept .inner .txt_area .btn__details a {
    padding-left: 0;
    padding-right: 0;
  }
  #concept .inner .txt_area .btn__details a img {
    width: 70%;
    height: auto;
  }
}
#concept .inner .txt_area .btn__details a:after {
  display: none;
}
/*------------------------------------------------------------
	.underlayer　下層タイトル　シンプル
------------------------------------------------------------*/
#underlayer {
  background-position: top center;
  min-height: 480px;
  min-height: 390px;
  background-image: url("../img/common/bg_content.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 30px;
  border-radius: 10px;
  position: relative;
}
@media all and (max-width: 896px) {
  #underlayer {
    margin-bottom: 40px;
    min-height: 100px;
    margin: 20px;
    background-size: cover;
  }
}
#underlayer .inner .hl {
  position: absolute;
  left: -100%;
  right: -100%;
  top: 45%;
  margin: auto;
  width: 1000px;
  display: block;
  text-align: center;
}
@media all and (max-width: 896px) {
  #underlayer .inner .hl {
    top: 40px;
    width: auto;
  }
}
#underlayer .inner .hl img {
  height: 60px;
  max-width: inherit;
}
@media all and (max-width: 896px) {
  #underlayer .inner .hl img {
    height: 20px;
  }
}
#underlayer .inner .txt_area {
  width: auto;
}
#underlayer .inner .txt_area .ttl {
  text-align: left;
  width: 30%;
  float: left;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #000;
  font-size: 250%;
  font-weight: normal;
  height: auto;
  line-height: normal;
}
#underlayer .inner .txt_area .ttl .en {
  letter-spacing: 8px;
}
#underlayer .inner .txt_area p {
  width: auto;
}
/*------------------------------------------------------------
	３カラム
------------------------------------------------------------*/
ul.columnBox {
  margin-bottom: 53px;
  display: flex;
  flex-wrap: wrap;
}
ul.columnBox li {
  width: 360px;
  position: relative;
  padding-bottom: 60px;
}
@media all and (max-width: 896px) {
  ul.columnBox li {
    width: auto;
  }
  ul.columnBox li:last-child {
    padding-bottom: 0;
  }
}
ul.columnBox li:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media all and (max-width: 896px) {
  ul.columnBox li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
ul.columnBox li a {
  display: block;
}
ul.columnBox li .photo {
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  ul.columnBox li .photo {
    margin-bottom: 20px;
  }
}
ul.columnBox li .hl {
  margin-bottom: 0;
  line-height: normal;
  font-size: 1.8rem;
  text-align: left;
}
ul.columnBox li p {
  line-height: 1.93;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.columnBox li .btn__details {
  text-align: left;
}
ul.columnBox li .btn__details a {
  width: 220px;
  display: inline-block;
}
ul.columnBox li .btn__details a img {
  margin-top: 13;
}
@media all and (max-width: 896px) {
  ul.columnBox li .btn__details a img {
    width: auto;
    margin-top: 20px;
    display: block;
  }
}
/*------------------------------------------------------------
	GALLERY
------------------------------------------------------------*/
ul.gallery__list {
  display: flex;
  flex-wrap: wrap;
}
ul.gallery__list:last-child {
  margin-bottom: 100px;
}
@media all and (max-width: 896px) {
  ul.gallery__list:last-child {
    margin-bottom: 30px;
  }
}
ul.gallery__list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  ul.gallery__list li {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
ul.gallery__list li:nth-child(3n) {
  margin-right: 0;
}
/*------------------------------------------------------------
	メッセージ
------------------------------------------------------------*/
#message .hl {
  text-align: left;
}
/*------------------------------------------------------------
	
------------------------------------------------------------*/
.multiple_area dl {
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  height: 150px;
}
.multiple_area dl dt {
  width: 30%;
  line-height: 100px;
  padding: 30px;
  float: left;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  border-right: 1px #000000 dashed;
  color: #00b0df;
}
.multiple_area dl dd {
  width: 50%;
  padding: 30px;
  float: left;
}
.multiple_area dl dd strong {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}
.multiple_area dl dd strong span {
  color: #00b0df;
}
.multiple_area dl dd p {
  margin: 0;
}
.multiple_area.NOC__box {
  height: auto;
}
.multiple_area.NOC__box ul li {
  height: auto;
  overflow: hidden;
  margin-bottom: 60px;
}
.multiple_area.NOC__box ul li dl {
  width: 30%;
  height: 100px;
  display: inline-block;
  margin-right: 1%;
}
.multiple_area.NOC__box ul li dl:last-child {
  margin-bottom: 0;
}
.multiple_area.NOC__box ul li dl dt {
  width: 56%;
  height: auto;
  font-size: 1.4rem;
  text-align: left;
  border: none;
  padding-right: 0;
  color: #000000;
  line-height: inherit;
}
.multiple_area.NOC__box ul li dl dd {
  width: auto;
  color: #00b0df;
  font-weight: bold;
  padding-top: 26px;
}
.multiple_area.NOC__box ul li dl dd span {
  font-size: 2.5rem;
}
@media all and (max-width: 896px) {
  .multiple_area dl {
    display: inherit;
    height: auto;
  }
}
@media all and (max-width: 896px) {
  .multiple_area dl dt {
    width: auto;
    float: none;
    display: block;
    line-height: inherit;
    border: none;
    padding: 20px;
    border-bottom: 1px #000000 dashed;
    font-size: 2rem;
  }
}
@media all and (max-width: 896px) {
  .multiple_area dl dd {
    padding: 20px;
    width: auto;
    float: none;
  }
}
@media all and (max-width: 896px) {
  .multiple_area.NOC__box ul li {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .multiple_area.NOC__box ul li dl {
    text-align: center;
    width: auto;
    height: auto;
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .multiple_area.NOC__box ul li dl dt {
    border-bottom: 1px #000000 dashed;
    font-size: 1.8rem;
    width: auto;
    padding: 20px;
    text-align: center;
  }
}
@media all and (max-width: 896px) {
  .multiple_area.NOC__box ul li dl dd {
    padding: 20px;
  }
}
ol {
  background-color: #FFFFFF;
  width: 700px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px;
}
ol li {
  padding-left: 0;
  margin-left: 20px;
  text-indent: 0;
  border-bottom: 1px solid #C9C9C9;
  line-height: 2;
  padding: 10px;
  list-style: decimal;
}
ol li::marker {
  color: #00b0df;
}
ol li:last-child {
  border: none;
}
ol + p {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  ol {
    width: auto;
    padding: 10px;
  }
}
.casestudy .case {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.casestudy .case .txtBox {
  width: 336px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  padding: 60px 30px 30px 30px;
  /* box-shadow */
  box-shadow: 0px 0px 6px 3px #ddd;
  /* border-radius */
  border-radius: 6px;
}
.casestudy .case .txtBox h3 {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #19b8e2;
}
.casestudy .case .photo {
  background-color: #9E9E9E;
  width: 800px;
  height: auto;
  display: block;
  overflow: hidden;
}
.casestudy .comUl {
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .casestudy .comUl {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .casestudy .comUl li {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.casestudy .comUl p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .casestudy .case {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .casestudy .case .txtBox {
    width: auto;
    position: inherit;
    right: auto;
    bottom: auto;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
@media all and (max-width: 896px) {
  .casestudy .case .photo {
    width: auto;
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl li {
  margin-top: 79px;
  width: 550px;
}
.comUl li .ttl_line {
  display: block;
  width: auto;
}
.comUl li .photo {
  margin-bottom: 27px;
}
.comUl li .photo img {
  width: 100%;
}
.comUl li .ttl {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #19b8e2;
}
.comUl li p + p {
  margin-top: 0;
}
#main .comUl li p.txt {
  margin-bottom: 23px;
  line-height: 1.85;
  letter-spacing: 0.2em;
  font-size: 1em;
}
.comUl li .comLink a {
  width: auto;
  background-image: url("../../img/common/icon04.png");
}
@media all and (max-width: 896px) {
  .comUl {
    margin: 0;
    display: inherit;
  }
  .comUl li {
    width: auto;
    margin-top: 39px;
  }
  .comUl li .photo {
    margin-bottom: 24px;
  }
  .comUl li .ttl {
    margin-bottom: 22px;
    font-size: 2.21rem;
  }
}
@media all and (max-width: 896px) and (max-width: 896px) {
  .casestudy .comUl li .ttl {
    font-size: 1.6rem;
    text-align: left;
    color: #000000;
    border-bottom: 1px solid #ffcf1a;
    border-left: 5px double #ffcf1a;
    padding: 5px 5px 5px 10px;
  }
}
@media all and (max-width: 896px) {
  .comUl li .txt {
    margin-bottom: 24px;
    line-height: 1.74;
    letter-spacing: 0.1em;
  }
  .comUl li .comLink a {
    width: 255px;
    background-image: url("../../img/common/sp_icon08.png");
  }
}
.column2.imgBox {
  width: 1140px;
  margin: 0 auto;
  align-items: center;
}
.column2.imgBox .photo {
  width: 550px;
}
.column2.imgBox .txtBox {
  padding-bottom: 12px;
  width: 550px;
}
.column2.imgBox .txtBox .ttl_line {
  width: auto;
}
@media all and (max-width: 896px) {
  .column2.imgBox {
    width: auto;
  }
}
@media all and (max-width: 896px) {
  .column2.imgBox .photo {
    margin-bottom: 30px;
  }
}
.data__list {
  display: block;
}
.data__list li {
  width: auto;
  margin-right: 0;
  height: auto;
  line-height: normal;
  position: relative;
  padding: 20px 0 20px 180px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .data__list li {
    padding-left: 0;
  }
}
.data__list li b {
  width: 140px;
  display: inline-block;
  position: absolute;
  margin: 0;
  font-size: 1.6rem;
  top: 20px;
}
@media all and (max-width: 896px) {
  .data__list li b {
    width: auto;
    position: inherit;
    left: auto;
    top: auto;
    display: block;
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------------
	article_photo
------------------------------------------------------------*/
b + .article_photo {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  b + .article_photo {
    margin-top: 30px;
  }
}
p.txt + .article_photo {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  p.txt + .article_photo {
    margin-top: 10px;
  }
}
.article_photo img {
  width: 50%;
  float: right;
  margin-left: 30px;
}
.inner .fitness__box .txt_area .article_photo b {
    font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .article_photo img {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------
	リード
------------------------------------------------------------*/
.inner .concept__box .txt_area b,
.inner .fitness__box .txt_area b{
  font-size: 2.3rem;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .inner .concept__box .txt_area b,
.inner .fitness__box .txt_area b {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 0;
  }
}
/*------------------------------------------------------------
	beginner
------------------------------------------------------------*/
.photoBox.wide {
  width: 100%;
  height: auto;
  margin: 60px auto;
}
@media all and (max-width: 896px) {
  .photoBox.wide {
    margin: 20px auto;
  }
}
/*------------------------------------------------------------
	table
------------------------------------------------------------*/
article table {
  width: 100%;
  border: none;
  border-bottom: 2px solid #efefef;
  border-left: 2px solid #efefef;
  font-weight: 500;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  article table {
    font-size: 1.5rem;
    border: 2px solid #efefef;
  }
}
article table tr {
  text-align: center;
}
article table tr.day {
  border: none;
}
@media all and (max-width: 896px) {
  article table tr {
    width: auto;
    padding: 10px;
    display: block;
    border-bottom: 2px solid #efefef;
  }
  article table tr:last-child {
    border-bottom: none;
  }
}
article table tr th {
  padding: 20px 20px;
  border-right: 2px solid #efefef;
  border-top: 2px solid #efefef;
  background-color: #004986;
  color: #fff;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  article table tr th {
    display: none;
  }
}
article table tr th b {
  color: #fff;
}
article table tr th.hl_table {
  color: #FFEE68;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  article table tr th.hl_table {
    display: block;
  }
}
article table tr th.hl_bgy {
  background-color: #FFF6B2;
  color: #004986;
}
@media all and (max-width: 896px) {
  article table tr th.hl_bgy {
    display: block;
    margin-bottom: 20px;
    border: none;
  }
}
article table tr td {
  padding: 20px 20px;
  border-right: 2px solid #efefef;
  border-top: 2px solid #efefef;
}
@media all and (max-width: 896px) {
  article table tr td {
    width: auto;
    display: block;
    border: none;
    padding: 0;
  }
}
article table tr td b {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  margin-top: 0;
}
@media all and (max-width: 896px) {
  article table tr td b {
    font-size: 1.6rem;
  }
}
article table + table {
  margin-top: 60px;
}
/*------------------------------------------------------------
	price
------------------------------------------------------------*/
.price_txt {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .price_txt {
    font-size: 1.5rem;
  }
}
.price_txt + .price_txt {
  margin-top: 0;
  display: block;
}
.price_txt b {
  font-size: 4rem;
}
@media all and (max-width: 896px) {
  .price_txt b {
    font-size: 2.5rem;
  }
}
table .price_txt {
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  table .price_txt {
    border-top: 2px solid #efefef;
    margin-top: 10px;
    padding-top: 30px;
  }
}
table .price_txt b {
  font-size: 2.5rem;
  display: inline-block;
}

.price_txt .att_txt {
    color: #E06404;
}
/*------------------------------------------------------------
	item_list
------------------------------------------------------------*/
ul.item_list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  ul.item_list {
    display: inherit;
  }
}
ul.item_list li {
  width: 32%;
  background-color: #004986;
  margin: 0 2% 10px 0;
  text-align: center;
  line-height: 80px;
  color: #FFFFFF;
  font-weight: bold;
}
ul.item_list li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  ul.item_list li {
    width: auto;
    margin-right: 0;
    margin-bottom: 2px;
    line-height: 4;
  }
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
#menu {
  margin-top: 80px;
}