@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
/*------------------------------------------------------------
	                    BASE DEVELOP
------------------------------------------------------------*/
.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 20px !important; } }

body {
  margin: 0 auto;
  min-width: 1100px;
  width: 100%;
  height: auto;
  line-height: 1.5;
  display: inline-block;
  font-weight: 500; }
  @media only screen and (max-width: 768px) {
    body {
      text-align: center; } }

html.disable {
  display: block;
  overflow: hidden;
  margin-right: 9px;
  margin-left: -8px; }
  @media only screen and (max-width: 768px) {
    html.disable {
      margin-right: 0px;
      margin-left: 0px; } }

.sp {
  display: none !important; }

.c-menusp {
  display: none; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.l-content {
  width: 100%;
  max-width: 980px;
  margin: auto;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .l-content {
      max-width: 90%; } }

.l-container {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 130px; }
  @media only screen and (max-width: 768px) {
    .l-container {
      margin-top: 65px; } }

/*------------------------------------------------------------
	Layout sp ////////////////////////////////////////////////
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px; }
  .pc {
    display: none !important; }
  .sp {
    display: inherit !important; } }

.c-btn_gnavi {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  border-radius: 3px;
  right: 20px;
  top: -85px;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .c-btn_gnavi div {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute; }
    .c-btn_gnavi div img {
      width: 50px;
      height: auto; }
    .c-btn_gnavi div:nth-child(1) {
      opacity: 0; }
    .c-btn_gnavi div:nth-child(2) {
      opacity: 1; }

.is-open div:nth-child(1) {
  opacity: 1; }

.is-open div:nth-child(2) {
  opacity: 0; }

@media only screen and (max-width: 768px) {
  #navi_wrap {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    background-image: none; }
    #navi_wrap #navi {
      width: 100%;
      height: auto;
      margin-right: auto;
      margin-left: auto; }
      #navi_wrap #navi ul {
        height: calc(100% - 212px);
        max-height: 100vh;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 0px;
        list-style-type: none;
        font-size: 0px; }
        #navi_wrap #navi ul li a {
          background-image: none; }
  .c-gnavi.is-open {
    display: block; }
  #navi .c-gnavi {
    width: 100%;
    height: auto;
    display: none;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 106px;
    background: #FFFFF0;
    padding-top: 20px;
    padding-bottom: 10px; }
    #navi .c-gnavi li {
      width: 80%;
      height: auto;
      display: inline-block;
      margin-bottom: 10px; }
      #navi .c-gnavi li a {
        width: calc(100% - 30px);
        height: auto;
        color: #000000;
        font-size: 17px;
        background-image: none;
        background: #C8EA92;
        font-weight: 500;
        text-align: left;
        padding: 10px 0px;
        padding-left: 30px; }
    #navi .c-gnavi .sp {
      margin-left: 10%; }
      #navi .c-gnavi .sp ul {
        height: auto !important;
        width: calc(100% - 20px) !important;
        padding: 10px;
        background: #C8EA92; }
        #navi .c-gnavi .sp ul li {
          margin-bottom: 0px;
          width: 50%; }
          #navi .c-gnavi .sp ul li a {
            width: 100%;
            padding: 5px 0px;
            font-size: 12.5px; }
    #navi .c-gnavi #current {
      position: relative;
      background-image: none; }
      #navi .c-gnavi #current::after {
        content: "";
        background: url(../img/line1.png);
        background-size: 100% 5px;
        width: 5px;
        height: 100%;
        left: 0;
        top: 0px;
        position: absolute; } }

.price #seitai, .price #headmassage, .price #face, .price #oilmassage, .price #mamacare, .price #school {
  margin-top: -30px !important;
  padding-top: 30px !important;
  display: inline-block; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.m {
  margin: 0 auto; }

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important; }

.taCenter {
  text-align: center !important; }

.taRight {
  text-align: right !important; }

.vTop {
  vertical-align: top !important; }

.vMiddle {
  vertical-align: middle !important; }

/* font weight */
.fwNormal {
  font-weight: normal !important; }

.fwBold {
  font-weight: bold !important; }

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    display: block;
    clear: both;
    content: ""; }

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none; }

.e-btn1 {
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
  -webkit-transition: color 0.2s 0.06667s;
  -o-transition: color 0.2s 0.06667s;
  transition: color 0.2s 0.06667s;
  position: relative; }
  .e-btn1::before, .e-btn1::after {
    border: 0 solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0; }
  .e-btn1::before {
    border-bottom-width: 2px;
    border-left-width: 2px; }
  .e-btn1::after {
    border-top-width: 2px;
    border-right-width: 2px; }
  .e-btn1:hover {
    color: #f10000; }
    .e-btn1:hover::before, .e-btn1:hover::after {
      border-color: #f10000;
      -webkit-transition: border-color 0s, width 0.2s, height 0.2s;
      -o-transition: border-color 0s, width 0.2s, height 0.2s;
      transition: border-color 0s, width 0.2s, height 0.2s;
      width: 100%;
      height: 100%; }
    .e-btn1:hover::before {
      -webkit-transition-delay: 0s, 0s, 0.2s;
      -o-transition-delay: 0s, 0s, 0.2s;
      transition-delay: 0s, 0s, 0.2s; }
    .e-btn1:hover::after {
      -webkit-transition-delay: 0s, 0.2s, 0s;
      -o-transition-delay: 0s, 0.2s, 0s;
      transition-delay: 0s, 0.2s, 0s; }

.e-img1 {
  overflow: hidden; }
  .e-img1 img {
    overflow: hidden;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    vertical-align: middle; }
    .e-img1 img:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    @media only screen and (max-width: 768px) {
      .e-img1 img:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }

.e-img2 {
  overflow: hidden; }
  .e-img2 img {
    overflow: hidden;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    vertical-align: middle; }
    .e-img2 img:hover {
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg); }
    @media only screen and (max-width: 768px) {
      .e-img2 img:hover {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); } }

/*------------------------------------------------------------
	INDEX
------------------------------------------------------------*/
.mt-50 {
  margin-top: 50px; }

.center {
  text-align: center; }

#hd_wrap {
  height: 770px; }

#navi ul {
  width: 800px;
  margin: 0px auto; }

.no1 {
  position: relative; }
  .no1::before {
    content: '';
    background: url(../img/no1.png) no-repeat center;
    width: 66px;
    height: 66px;
    top: -35px;
    left: -40px;
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .no1::before {
        background-size: 35px 35px;
        top: -25px;
        left: -10px; } }

#topimg {
  height: 480px; }
  #topimg .c-banner1 {
    width: 100%;
    height: auto; }
    #topimg .c-banner1 img {
      width: 100%; }

#inbox h4 {
  color: #006934;
  font-size: 26px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #inbox h4 {
      font-size: 20px;
      font-size: 14px; } }

.index-op1 {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .index-op1 {
      margin-top: 20px;
      margin-bottom: 15px; } }
  .index-op1__content {
    width: 100%;
    display: inline-block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    .index-op1__content .img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .index-op1__content .img {
          margin-bottom: 0px; } }
      .index-op1__content .img img {
        width: 100%;
        height: auto; }
    @media only screen and (max-width: 768px) {
      .index-op1__content {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .index-op1__content .img img {
          width: 100%;
          height: auto;
          margin-bottom: 15px; } }
    .index-op1__content p {
      width: 100%;
      height: auto;
      font-size: 24px !important;
      text-align: left;
      margin: 0px;
      margin-top: 5px; }
      .index-op1__content p span {
        color: #E60020; }
      @media only screen and (max-width: 768px) {
        .index-op1__content p {
          width: 95%;
          height: auto;
          text-align: left;
          padding: 0px;
          font-size: 14px !important;
          margin: 0px; } }

.index-op2 {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .index-op2 {
      margin-top: 0px; } }
  .index-op2 .img {
    text-align: left;
    width: 100%;
    height: auto; }
    .index-op2 .img img {
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .index-op2 .img img {
          width: 100%;
          height: auto; } }
  .index-op2 .text1 {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px; }
    .index-op2 .text1 h2 {
      margin: 0 auto;
      margin-top: 20px;
      color: #FF1D25;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .index-op2 .text1 h2 {
          font-size: 16px; } }
    .index-op2 .text1 h5 {
      margin-top: 10px;
      color: #004B37;
      font-size: 15px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .index-op2 .text1 h5 {
          font-size: 14px; } }
    .index-op2 .text1 p {
      margin-top: 10px;
      margin-left: 20px;
      text-align: left;
      color: #42210B;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.8; }
      @media only screen and (max-width: 768px) {
        .index-op2 .text1 p {
          font-size: 12px;
          margin-left: 0px; } }

#syoujou .right {
  float: left;
  width: 170px;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5em; }
  @media only screen and (max-width: 768px) {
    #syoujou .right {
      font-size: 16px; } }
  #syoujou .right a {
    font-weight: bold; }

#syoujou a {
  height: 90px;
  width: 110px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #syoujou a {
      height: 50px; } }
  #syoujou a .left {
    position: relative;
    top: 10px; }
    @media only screen and (max-width: 768px) {
      #syoujou a .left {
        top: 0px; } }

#check h3 {
  margin-left: -40px;
  margin-bottom: 30px; }

#check table {
  width: 100%;
  height: auto; }
  #check table td {
    width: 49%;
    height: auto;
    float: left; }
    #check table td .left, #check table td .right, #check table td .right2 {
      float: left;
      width: calc(100% - 50px);
      height: 65px;
      font-size: 18px;
      font-weight: bold;
      padding: 0px 25px;
      padding-top: 15px;
      margin: 0px;
      line-height: 1.5;
      position: relative;
      text-align: left; }
    #check table td .right, #check table td .right2 {
      right: -2%; }

@media only screen and (max-width: 768px) {
  #check .t-center {
    width: 100%;
    height: auto;
    text-align: center !important;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px; } }

@media only screen and (max-width: 768px) {
  #maincontents #contents #inbox .t-center2 {
    width: 300px;
    height: auto;
    margin: 0 auto; } }

#maincontents #contents #inbox .t-left1 {
  width: auto;
  display: inline-block;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    #maincontents #contents #inbox .t-left1 {
      font-size: 15px;
      padding-left: 0%; } }
  #maincontents #contents #inbox .t-left1 a {
    color: #006934;
    font-weight: bold;
    font-size: 24px; }
    @media only screen and (max-width: 768px) {
      #maincontents #contents #inbox .t-left1 a {
        font-size: 15px; } }

#maincontents #contents #inbox .m1 {
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #E60012; }
  @media only screen and (max-width: 768px) {
    #maincontents #contents #inbox .m1 {
      font-size: 15px;
      padding-left: 0px;
      width: 100%; } }

#maincontents #contents #inbox .m2 {
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  color: #4a2400; }
  @media only screen and (max-width: 768px) {
    #maincontents #contents #inbox .m2 {
      font-size: 17px;
      padding-left: 0px;
      width: 100%; } }

#maincontents #contents #inbox .m3 {
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #006934; }
  @media only screen and (max-width: 768px) {
    #maincontents #contents #inbox .m3 {
      font-size: 16px;
      padding-left: 0px;
      width: 100%; } }

#contents {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 20px; }
  #contents .t2 {
    float: left;
    height: auto;
    padding-left: 65px;
    font-size: 1.25em;
    line-height: 1.1;
    background: url(../../img/base/h2-3.png) no-repeat left center;
    background-size: 100% auto; }
  #contents .txt1 {
    width: 100%;
    height: auto;
    display: inline-block; }
    #contents .txt1 p {
      width: 100%;
      padding-left: 50px;
      height: auto;
      color: #42210B;
      font-weight: 500;
      font-size: 18px; }
      @media only screen and (max-width: 768px) {
        #contents .txt1 p {
          padding-left: 0px;
          font-size: 13px; } }
    #contents .txt1 h4 {
      text-align: center;
      font-size: 1.25em;
      margin: 0 auto;
      color: #E60012; }
      @media only screen and (max-width: 768px) {
        #contents .txt1 h4 {
          float: left;
          height: auto;
          width: calc(100% - 10px);
          padding: 4px 0px 4px 10px;
          font-size: 13.5px;
          text-align: center;
          margin: 0px; } }
  #contents #flow1 h4, #contents #flow2 h4, #contents #flow3 h4, #contents #flow4 h4 {
    padding-left: 0px; }

@media only screen and (max-width: 768px) {
  #hd_wrap, #hd_wrap2 {
    width: 100%;
    height: auto;
    min-width: 320px; }
    #hd_wrap #header, #hd_wrap2 #header {
      height: auto;
      width: 100%;
      padding: 0px;
      margin: 0px;
      background-image: none; }
    #hd_wrap #navi_wrap, #hd_wrap2 #navi_wrap {
      position: relative; }
      #hd_wrap #navi_wrap #topimg, #hd_wrap #navi_wrap #topimg_ot, #hd_wrap2 #navi_wrap #topimg, #hd_wrap2 #navi_wrap #topimg_ot {
        margin-top: 0px; }
  #hd_wrap2 {
    padding-bottom: 0px; }
  #hd_info {
    float: left;
    height: auto;
    width: 100%;
    min-width: 320px;
    margin: 20px 0px; }
    #hd_info #logo {
      float: left;
      height: auto;
      width: 100%;
      text-align: left; }
      #hd_info #logo h2 a img {
        width: 260px;
        height: auto;
        margin-left: 20px; }
      #hd_info #logo p {
        width: calc(100% - 50px);
        font-size: 0.6em;
        text-align: left;
        padding-left: 50px; }
  #topimg, #topimg_ot {
    width: 100%;
    height: auto;
    margin-top: 106px;
    display: inline-block; }
    #topimg img, #topimg_ot img {
      width: 100%;
      height: auto; }
  #wrapper {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding-top: 40px;
    overflow: hidden;
    padding-bottom: 20px;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  #side {
    width: 100%;
    height: auto;
    display: inline-block; }
    #side #sidemap {
      float: left;
      width: 100%;
      height: auto;
      margin-top: 10px; }
      #side #sidemap .top {
        width: 100%;
        height: auto;
        display: inline-block;
        text-align: center;
        float: none;
        margin-bottom: 30px; }
        #side #sidemap .top img {
          width: auto;
          height: 30px;
          text-align: center; }
      #side #sidemap #fb {
        display: inline-block;
        text-align: center;
        width: 90%;
        background-color: inherit;
        float: none;
        padding: 0px; }
        #side #sidemap #fb iframe {
          float: none;
          height: auto;
          width: 100%;
          margin: 0px;
          padding: 0px; }
    #side #sidemap_sns {
      width: 100%;
      text-align: center;
      display: inline-block; }
      #side #sidemap_sns a img {
        width: 140px; }
  #maincontents {
    width: 100%;
    height: auto;
    display: inline-block; }
    #maincontents #contents {
      float: left;
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      #maincontents #contents h3 {
        float: left;
        height: auto;
        width: calc(100% - 10px);
        padding: 4px 0px 4px 10px;
        font-size: 13.5px;
        color: #4a2400;
        text-align: left;
        margin: 0px;
        margin-bottom: 20px;
        background: #BED35F; }
      #maincontents #contents #inbox {
        float: right;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px; }
        #maincontents #contents #inbox p {
          width: 90%;
          padding-left: 5%;
          text-align: left;
          font-size: 14px; }
        #maincontents #contents #inbox center img {
          width: 150px;
          height: auto; }
        #maincontents #contents #inbox img.img_left {
          width: 100%;
          height: auto; }
        #maincontents #contents #inbox #prof_l {
          width: 100%;
          float: left; }
          #maincontents #contents #inbox #prof_l img {
            width: 100%;
            height: auto; }
          #maincontents #contents #inbox #prof_l p {
            text-align: left; }
        #maincontents #contents #inbox #profile {
          float: right;
          width: 100%;
          margin-bottom: 10px; }
        #maincontents #contents #inbox #prof_long {
          width: 100%;
          float: left;
          text-align: left;
          margin-top: -20px; }
        #maincontents #contents #inbox #merit {
          float: left;
          width: calc(100% - 20px);
          padding: 10px;
          height: auto;
          background-color: #e4e873;
          border-radius: 5px; }
          #maincontents #contents #inbox #merit img {
            width: 100%;
            height: auto; }
      #maincontents #contents #syoujou table {
        width: 100%;
        height: auto; }
      #maincontents #contents #syoujou tr {
        width: 100%;
        height: auto;
        display: inline-block; }
        #maincontents #contents #syoujou tr td {
          width: 49%;
          height: auto;
          float: left; }
          #maincontents #contents #syoujou tr td a img {
            width: 50px;
            height: auto; }
          #maincontents #contents #syoujou tr td .right {
            float: left;
            width: calc(100% - 60px);
            margin-left: 5px;
            margin-top: 10px;
            font-size: 0.75em;
            text-align: left;
            line-height: 1.2em; }
      #maincontents #contents #check img {
        width: 100%;
        height: auto; }
      #maincontents #contents #check table {
        width: 100%;
        height: auto; }
        #maincontents #contents #check table td {
          width: 49%;
          height: auto;
          float: left; }
          #maincontents #contents #check table td .left, #maincontents #contents #check table td .right, #maincontents #contents #check table td .right2 {
            float: left;
            width: calc(100% - 20px);
            height: 50px;
            font-size: 11px;
            padding: 0px 10px;
            margin: 0px;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: left; }
          #maincontents #contents #check table td .right, #maincontents #contents #check table td .right2 {
            right: -2%; }
  #flow1 {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 230px;
    padding-top: 250px; }
    #flow1 h4, #flow1 p {
      width: 100%;
      float: none; }
  .flow1s {
    display: inline-block; }
  #flow2 {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px; }
    #flow2 h4, #flow2 p {
      width: 100%;
      float: none; }
  #flow3 {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    list-style-type: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right 28px; }
    #flow3 #fl_left {
      float: none;
      width: 290px;
      height: auto;
      display: inline-block;
      list-style-type: none; }
    #flow3 #fl_right {
      margin-top: 50px;
      float: none;
      width: 290px;
      height: auto;
      display: inline-block;
      list-style-type: none; }
    #flow3 #text3 {
      float: none;
      width: 100%;
      margin-top: 10px;
      display: inline-block;
      text-align: center;
      list-style-type: none; }
      #flow3 #text3 .left_sq, #flow3 #text3 .right_sq {
        margin-bottom: 5px;
        margin-right: 20px;
        float: none;
        text-align: center; }
    #flow3 #text, #flow3 #text2 {
      text-align: left; }
    #flow3 p {
      text-align: left !important;
      font-size: 14px; }
  #flow4 {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
    list-style-type: none; }
  .price #flow1 {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 230px;
    padding-top: 0px; }
    .price #flow1 h4, .price #flow1 p {
      width: 100%;
      float: none; }
    .price #flow1 #price {
      float: none;
      width: 100%;
      height: auto;
      padding-bottom: 10px;
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      border-bottom-color: #300;
      display: inline-block;
      margin-top: 10px; }
      .price #flow1 #price #in {
        float: left;
        width: calc(100% - 30px);
        height: auto;
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 24px;
        padding-left: 16px;
        background-size: 100% 115px; }
        .price #flow1 #price #in #tp {
          height: 36px;
          width: 100%; }
          .price #flow1 #price #in #tp img {
            width: auto;
            height: 20px; }
        .price #flow1 #price #in #bt {
          height: 24px;
          width: 100%;
          margin-top: 12px;
          padding-top: 8px;
          text-align: left; }
          .price #flow1 #price #in #bt p {
            width: auto;
            display: inline-block;
            font-size: 12px; }
          .price #flow1 #price #in #bt img {
            width: 55px; }
        .price #flow1 #price #in #pr {
          float: none;
          width: 100%;
          height: 36px; }
          .price #flow1 #price #in #pr .time {
            text-align: right;
            font-size: 1em;
            font-weight: bold;
            height: 26px;
            width: 50px;
            float: left;
            margin-top: 0px; }
          .price #flow1 #price #in #pr .pr {
            text-align: right;
            font-size: 1em;
            font-weight: bold;
            width: 90px;
            color: #e60008;
            float: left;
            height: 26px; }
      .price #flow1 #price p {
        text-align: left; }
      .price #flow1 #price #in_relax {
        float: left;
        width: 100%;
        height: auto;
        width: calc(100% - 30px);
        background-size: 100% 115px;
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 24px;
        padding-left: 16px; }
        .price #flow1 #price #in_relax #tp {
          height: 36px;
          width: 100%; }
          .price #flow1 #price #in_relax #tp img {
            width: 150px; }
        .price #flow1 #price #in_relax #bt {
          height: 24px;
          width: 100%;
          margin-top: 12px;
          padding-top: 8px; }
          .price #flow1 #price #in_relax #bt p {
            width: auto;
            display: inline-block;
            font-size: 12px; }
          .price #flow1 #price #in_relax #bt img {
            width: 55px; }
        .price #flow1 #price #in_relax #pr {
          float: none;
          width: 100%;
          margin-top: 10px;
          height: 36px; }
          .price #flow1 #price #in_relax #pr .time {
            text-align: right;
            font-size: 1em;
            font-weight: bold;
            height: 26px;
            width: 50px;
            float: left;
            margin-top: 0px; }
          .price #flow1 #price #in_relax #pr .pr {
            text-align: right;
            font-size: 1em;
            font-weight: bold;
            width: 90px;
            color: #e60008;
            float: left;
            height: 26px;
            margin-top: 0px; }
      .price #flow1 #price #in_kiwami {
        float: left;
        width: 100%;
        height: auto;
        width: calc(100% - 30px);
        background-size: 100% 115px;
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 24px;
        padding-left: 16px; }
        .price #flow1 #price #in_kiwami #tp {
          height: 36px;
          width: 100%; }
          .price #flow1 #price #in_kiwami #tp img {
            width: 150px; }
        .price #flow1 #price #in_kiwami #bt {
          height: 24px;
          width: 100%;
          margin-top: 12px;
          padding-top: 8px;
          text-align: left; }
          .price #flow1 #price #in_kiwami #bt p {
            width: auto;
            display: inline-block;
            font-size: 12px; }
          .price #flow1 #price #in_kiwami #bt img {
            width: 55px; }
        .price #flow1 #price #in_kiwami #pr {
          float: none;
          width: 100%;
          margin-top: 10px;
          height: 36px; }
          .price #flow1 #price #in_kiwami #pr .time {
            text-align: right;
            font-size: 1em;
            font-weight: bold;
            height: 26px;
            width: 50px;
            float: left;
            margin-top: 0px; }
          .price #flow1 #price #in_kiwami #pr .pr {
            text-align: right;
            font-size: 1em;
            font-weight: bold;
            width: 90px;
            color: #e60008;
            float: left;
            height: 26px;
            margin-top: 0px; }
      .price #flow1 #price #ot_pr {
        width: 100%;
        height: auto; }
        .price #flow1 #price #ot_pr img {
          width: auto;
          height: 22px; }
    .price #flow1 #price3 {
      float: none;
      width: 100%;
      height: auto;
      padding-bottom: 10px;
      margin-top: 10px; }
      .price #flow1 #price3 #ot_pr {
        width: 100%;
        height: auto; }
        .price #flow1 #price3 #ot_pr img {
          width: auto;
          height: 22px; }
  .price #flow2_0 {
    float: right;
    width: 100%;
    margin: 0 auto; }
    .price #flow2_0 .comment {
      width: 100%;
      height: auto;
      background-image: url(../../img/course/head/head-sp.png);
      background-size: 200px auto;
      background-position: right 40px; }
      .price #flow2_0 .comment img {
        height: 20px;
        margin: 0 auto; }
      .price #flow2_0 .comment .img2 {
        height: 40px; }
      .price #flow2_0 .comment p {
        float: left;
        width: 100%;
        margin: 10px auto;
        padding: 0px;
        text-align: left;
        padding-left: 20px; }
  .price #b_price {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0px; }
    .price #b_price .com {
      float: left;
      width: 100%;
      margin: 10px auto;
      padding: 0px;
      text-align: left; }
  .price #price2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0px; }
  .price #flow2_2 {
    float: right;
    width: 100%;
    margin: 0 auto; }
    .price #flow2_2 .comment2 {
      width: 100%;
      height: auto;
      background-position: left top;
      background-size: 100% auto; }
      .price #flow2_2 .comment2 p {
        width: 290px;
        text-align: left; }
      .price #flow2_2 .comment2 .ot_price_fc {
        float: right;
        width: 200px;
        margin: 0px; }
    .price #flow2_2 #harf {
      float: none;
      width: 100%; }
      .price #flow2_2 #harf p {
        width: 90%;
        padding: 0 5%;
        height: auto;
        margin: 0 auto; }
        .price #flow2_2 #harf p:nth-child(2) {
          text-align: right;
          padding: 40px 0px; }
          .price #flow2_2 #harf p:nth-child(2) img {
            margin-right: 20px;
            text-align: right;
            width: auto;
            height: 20px; }
    .price #flow2_2 #ot_pr img {
      height: 22px; }
    .price #flow2_2 #ot_pr .img-1 {
      height: 40px; }
    .price #flow2_2 .com {
      float: left;
      width: 100%;
      margin: 0 auto;
      padding: 0px;
      text-align: left; }
  .price #flow2 {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px; }
    .price #flow2 .comment {
      float: left;
      width: 100%;
      height: auto;
      background-image: url(../../img/course/leg_02-sp.png);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 100% auto; }
      .price #flow2 .comment figure {
        margin: 0 auto;
        padding: 25px 0px; }
        .price #flow2 .comment figure img {
          width: auto;
          height: 18px;
          margin: 0 auto;
          padding: 0px; }
      .price #flow2 .comment p {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 0px 5%;
        text-align: left;
        padding-bottom: 160px; }
      .price #flow2 .comment #b_price #ot_pr img {
        width: auto;
        height: 22px; }
      .price #flow2 .comment #price2 #ot_pr img {
        width: auto;
        height: 40px; }
    .price #flow2 .com {
      float: left;
      width: 100%;
      margin: 0 auto;
      padding: 0px; }
  .price #flow3 {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    list-style-type: none;
    display: inline-block;
    background-size: 110px auto;
    background-position: right 60px; }
    .price #flow3 img {
      width: 100%;
      height: auto; }
    .price #flow3 p {
      width: 100%;
      height: auto;
      margin: 20px auto;
      padding: 0px;
      text-align: right; }
    .price #flow3 #sa_price {
      float: left;
      width: 100%;
      margin: 0px auto;
      padding: 0px; }
      .price #flow3 #sa_price #ot_pr img {
        height: 22px;
        width: auto; }
  .price #info {
    float: left;
    width: 100%; }
    .price #info #about {
      margin: 0px;
      width: 100%;
      border: 1px solid #FFF;
      text-align: center;
      height: auto;
      padding-top: 10px; }
      .price #info #about img {
        width: auto;
        height: 20px; }
        .price #info #about img:nth-of-type(2) {
          height: 30px; }
        .price #info #about img:nth-of-type(3) {
          height: 35px; }
      .price #info #about p {
        width: 100%;
        font-size: 0.8em;
        margin-top: 6px;
        margin-right: 0px;
        margin-bottom: 6px;
        margin-left: 0px;
        line-height: 1.2em; }
      .price #info #about #gallary {
        float: right;
        width: 100%;
        margin-top: 5px;
        height: 80px; }
        .price #info #about #gallary img {
          width: 70px;
          height: auto; }
  .price .text-1 {
    height: auto !important;
    text-align: left;
    width: 100%;
    font-size: 14px; }
  #ft_wrap {
    width: 100%;
    height: auto; }
    #ft_wrap #over {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      z-index: 100;
      position: relative;
      top: auto;
      bottom: 15px; }
      #ft_wrap #over img {
        width: 100%;
        height: auto; }
  #footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 80px; }
    #footer #ft_logo {
      float: none;
      height: 108px;
      width: 300px;
      font-size: 0.84em;
      color: #FFF;
      text-align: center;
      display: inline-block; }
      #footer #ft_logo img {
        width: 100%;
        height: auto; }
    #footer #tel {
      float: none;
      width: 300px;
      margin: 0px;
      padding: 0px;
      height: auto;
      margin-bottom: 20px;
      text-align: center;
      display: inline-block; }
      #footer #tel img {
        width: 100%;
        height: auto; }
    #footer copy {
      width: 100%;
      display: block;
      float: left;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 0.75em;
      color: #FFF; }
    #footer .menu-ft {
      width: 100%;
      height: auto;
      display: inline-block;
      position: fixed;
      bottom: 0px;
      z-index: 99999999999;
      left: 0px;
      background-color: #ffffffab;
      padding-top: 15px;
      padding-bottom: 5px; }
      #footer .menu-ft ul {
        width: 90%;
        height: auto;
        display: inline-block;
        margin: 0 auto;
        padding: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #footer .menu-ft ul li {
          list-style: none; }
          #footer .menu-ft ul li a {
            text-decoration: none; }
            #footer .menu-ft ul li a img {
              width: auto;
              height: 50px; } }
            @media only screen and (max-width: 768px) and (max-width: 374px) {
              #footer .menu-ft ul li a img {
                height: 42px; } }

@media only screen and (max-width: 768px) {
  .qa #flow1 {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
    padding-top: 0px;
    margin-bottom: 0px; }
    .qa #flow1 #question {
      float: right;
      width: calc(100% - 35px);
      padding-left: 35px;
      text-align: left;
      height: auto;
      margin-top: 20px; }
    .qa #flow1 #answer {
      width: calc(100% - 35px);
      padding-left: 35px;
      text-align: left;
      height: auto; }
  .qa #flow2 #question {
    float: right;
    width: calc(100% - 35px);
    padding-left: 35px;
    text-align: left;
    height: auto;
    margin-top: 20px; }
  .qa #flow2 #answer {
    width: calc(100% - 35px);
    padding-left: 35px;
    text-align: left;
    height: auto; }
  .qa #flow2 center {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: inline-block; }
    .qa #flow2 center img {
      width: 100%;
      height: auto; }
  .access #flow1 {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 450px;
    padding-top: 50px; }
    .access #flow1 #about {
      width: 100%;
      height: auto;
      text-align: left; }
      .access #flow1 #about p {
        width: 96%;
        padding: 0px 3%; }
    .access #flow1 #image {
      width: 100%;
      height: auto; }
      .access #flow1 #image img {
        width: 300px;
        height: auto; }
  .access #contents #map {
    width: 100%;
    height: auto; }
    .access #contents #map iframe {
      width: 100%;
      height: 250px; } }
