<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/********************************
/********************************
/********************************

l_reset_reset

********************************/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  font-size: 16px;
}


body {
  position: relative;
}

/* コンタクトフォームのボタンをリセット（chromeのUA） */
input[type="button"i],
input[type="submit"i],
input[type="reset"i],
input[type="file"i]::-webkit-file-upload-button,
button {
  border-color: none;
  border-style: none;
  border-width: 0;
  padding: 0;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  font-size: 100%;
}

/********************************
/********************************

m_reset_reset

********************************/
@media only screen and (max-width: 1024px) {

  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  p {
    font-size: 14px;
  }

  .tab_sm_list {
    display: block;
  }

}


/********************************
/********************************
/********************************

l_common

********************************/

.tac {
  text-align: center;
}

.mb10p {
  margin-bottom: 10%;
}

.mb1r {
  margin-bottom: 1rem;
}

/* 見出し */
.r_big_heading {
  width: 50%;
  margin: auto;
  text-align: center;
  background: #68bb15;
  border-radius: 5px;
  padding: .25rem 1rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5%;
}

h3.r_big_heading:hover{
      webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background: #72cc18;
    color: #000;
}



.bold_heading {
  text-align: center;
  font-weight: bold;
  margin: 3rem;
}

.c_heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.sec_heading {
  color: #fff;
  border-radius: 5px;
  background: #68bb15;
  position: relative;
  padding: .25em 1.5em;
  margin-bottom: 2em;
  font-weight: bold;
}

.sec_heading:before {
  font-family: "Font Awesome 5 Free";
  content: "\f124";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  left: .5em;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  font-size: 0.75em;
}

.sec_heading span {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: .5rem;
}

.arrow_heading {
  width: 70%;
  margin: 0 auto 3rem;
  text-align: center;
  font-weight: bold;
}

.arrow_heading span {
  position: relative;
  display: inline-block
}

.arrow_heading span:before,
.arrow_heading span:after {
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
  top: 30%;
  width: 4rem;
  height: 1rem;
}

.arrow_heading span:before {
  left: -5rem;
  background: url(/import/tenant_1/153.126.143.170/html/images/common/arrow_h_before.png) no-repeat;
}

.arrow_heading span:after {
  right: -6rem;
  content: "";
  background: url(/import/tenant_1/153.126.143.170/html/images/common/arrow_h_after.png) no-repeat;
  background-size: contain;
}

.arrow_heading.arrow_green span:before {
  background: url(/import/tenant_1/153.126.143.170/html/images/common/arrow_h_g_before.png) no-repeat;
}

.arrow_heading.arrow_green span:after {
  background: url(/import/tenant_1/153.126.143.170/html/images/common/arrow_h_g_after.png) no-repeat;
}

.arrow_heading.arrow_lgreen span:before {
  background: url(/import/tenant_1/153.126.143.170/html/images/common/arrow_h_lg_before.png) no-repeat;
}

.arrow_heading.arrow_lgreen span:after {
  background: url(/import/tenant_1/153.126.143.170/html/images/common/arrow_h_lg_after.png) no-repeat;
}

.bl_heading {
  font-weight: bold;
  border-left: 5px solid #68bb15;
  padding-left: 5px;
  margin-bottom: 1.5rem;
}

.dot_heading {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}

.dot_heading:after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: url(/import/tenant_1/153.126.143.170/html/images/common/dot_heading.png);
}

.page {
  position: relative;
  margin: 0 auto;
}

.mainimage {
  width: 100%;
  margin: auto;
  max-width: 1500px;
}

.mainimage .mi_inner {
  width: 100%;
  position: relative;
}

.mainimg .uk-slidenav-position:after {
  padding-top: 40%;
}

.mainimage .main_heading {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-shadow: white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
  padding: 1em;
  width: 70%;
  line-height: 160%;
  text-align: center;
}
.mainimage[data-element-id] .main_heading {
  position: relative;
  width: 100%;
  top: 100%;
  left: 0;
  transform: none;
  line-height: 40px;
} 
.underpage .mainimage[data-element-id] .main_heading {
  width: 100%;
}

.page .accent {
  background: #d8f3be;
}

.page .accent .acc_list {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.page .accent .acc_list li {
  margin-bottom: 1rem;
  font-weight: bold;
}

.row_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3% 0 0 -3%;
}

.row_box_wrap .row_3_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 3% 0 0 3%;
  word-wrap: break-word;
}

.row_box_wrap .row_2_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 3% 0 0 3%;
  word-wrap: break-word;
}

.chev {
  position: relative;
}

.chev:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  content: "";
  background: url(/import/tenant_1/153.126.143.170/html/images/common/circle_chev.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* ボタン */
.drop_btn {
  display: block;
  padding: .5rem 1.5rem .5rem 0;
  background: #68bb15;
  color: #FFF;
  -webkit-box-shadow: 0 5px 0 0 #3cb300;
  box-shadow: 0 5px 0 0 #3cb300;
  border-radius: 5px;
  -webkit-transition: .3s all ease 0s;
  transition: .3s all ease 0s;
  width: 44%;
  margin: 50px auto 0;
  text-align: center;
  font-weight: bold;
  line-height: 160%;
}

.drop_btn:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  background: #72cc18;
}

.drop_btn.chev:after {
  right: 1rem;
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  a.drop_btn {
    width: 70%;
  }

  .page .accent .acc_list {
    width: 70%;
  }

  /* 見出し */

  .r_big_heading {
    width: 80%;
  }
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .page {
    margin-top: 90px;
  }

  .mainimage .main_heading {
    top: 50%;
    font-size: 18px;
  }

  .mainimage .mi_inner .pic {
    width: 100%;
  }

  .mainimage .main_heading {
    font-size: 16px;
  }

  /* btn */
  a.drop_btn {
    width: 90%;
  }

  a.drop_btn.chev:after {
    right: 0.5rem;
  }

  /* 見出し */
  .underpage .r_big_heading {
    width: 90%;
    margin-right: 0;
    padding-left: 10%;
  }



  .arrow_heading {
    width: 90%;
    margin-top: 1.5rem;
  }

  .arrow_heading span:before,
  .arrow_heading span:after {
    width: 3rem;
    height: 1rem;
  }

  .arrow_heading span:before {
    top: -1em;
    left: -5%;
  }

  .arrow_heading span:after {
    bottom: -1em;
    top: inherit;
    right: -5%;
  }

  .page .accent .acc_list {
    width: 90%;
  }
}

/********************************
/********************************
/********************************

l_header

********************************/
header {
  position: relative;
  width: 100%;
  margin: auto;
}

header .header_wrap {
  width: 100%;
  margin: 0 auto;
}

header .header_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

header .logo_wrap {
  background: rgba(104, 187, 21, .8);
  width: 55%;
  padding: 1% 2% 1% 0;
}

header .logo {
  width: 495px;
  margin-left: auto;
}

header .logo a:hover img {
  opacity: 0.6;
}

header .add_wrap {
  background: rgba(255, 255, 255, 0.8);
  width: 45%;
  padding: 1% 0 1% 2%;

}

header .add_wrap .tel,
header .add_wrap .tel a {
  color: #68bb15;
  font-size: 34px;
  font-weight: bold;
}

header .add_wrap .tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  padding: 0 .5rem 0 1rem;
}

header .add_wrap .b_radius,
#gnav .b_radius {
  background: #68bb15;
  border-radius: 5px;
  padding: .25rem 1rem;
  color: #ffffff;
  font-weight: bold;
}

header .address {
  line-height: 100%;
}

header .address span {
  display: block;
}

/* nav */

.global_m {
  width: 100%;
  background: #68bb15;
}

.global_m.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(104, 187, 21, 1);
}

.global_m .nav_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

.global_m.fixed .nav_wrap {
  padding: 0.5rem 0;
}

.global_m .nav_wrap li {
  border-right: 2px solid #fff;
  width: 14.28571%;
  margin: 0 auto;
}

.global_m .nav_wrap li span {
  display: block;
}

.global_m .nav_wrap li:last-child {
  border-right: none;
}


/*----------190419 追加------------*/

.global_m .nav_wrap .dropdown {
  position: relative;
}

.global_m .nav_wrap .dropdown ul {
  position: absolute;
  z-index: 9999;
  top: 103%;
  left: -2px;
  width: calc(100% + 4px);
}

.global_m .nav_wrap .dropdown ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition-property: all;
  -webkit-transition: 0.3s linear;
  transition-property: all;
  transition: 0.3s linear;
  background: #d8f3be;
  text-align: center;
  border-right: none;
  border-bottom: 1px solid #68bb15;
}

.global_m .nav_wrap .dropdown ul li:hover {
	background: #fff;
	-webkit-transition-property: all;
  -webkit-transition: 0.5s linear;
  transition-property: all;
  transition: 0.5s linear;
}

.global_m .nav_wrap .dropdown ul li a{
  font-size: 15px;
  color: #68bb15;
}
.global_m .nav_wrap .dropdown ul li a:hover{
	opacity:1;
}
.global_m .nav_wrap .dropdown:hover ul li {
  overflow: visible;
  height: 50px;
}



@media only screen and (max-width: 1024px) {
  .global_m .nav_wrap .dropdown {
    display: none !important;
  }
}

/*----------190419 追加　ここまで------------*/

.global_m .nav_wrap .tab_sm_list,
.global_m .nav_wrap .sm_only_list {
  display: none;
}

.global_m .nav_wrap a {
  color: #ffffff;
  text-align: center;
}

/********************************
/********************************

m_header

********************************/
[data-element-id] #gnav li.pcnone{
    display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}

#gnav li.pcnone{
    display: none;
}

@media only screen and (max-width: 1024px) {

  header .header_inner {
    max-width: none;
    height: 106px;
    position: fixed;
    z-index: 200;
  }

  header .logo_wrap {
    max-width: none;
    width: 38%;
    padding: 0;
  }

  header .logo {
    width: 90%;
    margin: auto;
  }

  header .add_wrap {
    width: 62%;
    padding-right: 50px;
  }

  header .add_wrap .b_radius {
    padding: .25rem;
  }

  header .add_wrap .tel,
  header .add_wrap .tel a {
    font-size: 28px;
  }

  header .add_wrap .tel:before {
    font-size: 27px;
  }

  #gnav li {
    border-bottom: 1px solid #68bb15;
  }
  
  #gnav li.pcnone{
    display: block;
  }
  
  #gnav ul li a {
    padding: 1rem .5rem;
    font-size: 18px;
  }

  .global_m .nav_wrap ul {
    margin-bottom: 3rem;
  }

  #gnav.action .accordion-body {
    width: 62%;
    left: 38%;
    right: 0;
  }

  .global_m .nav_wrap .tab_sm_list {
    display: block;
  }

  .global_m .nav_wrap li span {
    display: inline;
  }

  .global_m .nav_wrap {
    display: none;
  }

  .global_m.action .nav_wrap {
    display: block;
  }

  #gnav .toggle {
    background: #68bb15;
    top: 26px;
    right: 14px;
  }
}

/********************************

s_header

********************************/
@media only screen and (max-width: 599px) {

  header .header_inner {
    height: 90px;
  }

  header .logo_wrap {
    width: 100%;
    background: rgba(104, 187, 21, 1);
  }

  header .logo {
    width: 60%;
    padding: 0;
  }

  header .add_wrap {
    display: none;
  }

  /* nav */
  .global_m .nav_wrap .sm_only_list {
    display: block;
  }

  #gnav .gnav_tel {
    border: 3px solid #68bb15;
    border-radius: 3px;
    padding: 1rem;
    background: #fff;
    width: 90%;
    margin: auto;
  }

  #gnav .gnav_tel .tel a {
    display: block;
    color: #68bb15;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    margin-top: .5rem;
  }

  #gnav .gnav_tel .tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    padding-left: .5rem;
  }

  #gnav .gnav_tel span {
    text-align: right;
    display: block;
    color: red;
  }

  #gnav.action .accordion-body {
    width: 100%;
    left: 0;
  }

  #gnav .sm_only_list li {
    border-bottom: none;
  }

  #gnav ul li a {
    font-size: 16px;
    padding: .5rem .25rem;
  }

  #gnav .toggle {
    background: #ffffff;
    border: 2px solid #68bb15;
  }

  #gnav .toggle .bar,
  #gnav .toggle .bar:before,
  #gnav .toggle .bar:after {
    background: #68bb15;
  }
  
  #gnav .toggle .bar{
    left: 5px;
  
}
  
}

/********************************
/********************************
/********************************

l_footer

********************************/

footer .f_logo_wrap {
  margin-bottom: 3%;
  width: 65%;
}

footer .f_logo_wrap .pic {
  max-width: 517px;
  width: 80%;
  margin: 1rem auto;
}

footer .f_tel {
  border: 3px solid #68bb15;
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 3%;
  width: 35%;
}

footer .f_tel .tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  padding-right: .5rem;
}

footer .f_tel .tel,
footer .f_tel .tel a {
  font-size: 35px;
  color: #68bb15;
  font-weight: bold;
  text-align: center;
}

footer .f_tel span {
  text-align: right;
  display: block;
  color: red;
}

footer .f_timetable {
  padding-right: 2rem;
  width: 65%;
}

footer .pic_area {
  width: 35%;
}

footer .f_timetable table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

footer .f_timetable h4 {
  margin-bottom: .5rem;
  text-align: center;
}

footer .f_timetable h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 500;
}

footer .f_timetable table th,
footer .f_timetable table td {
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #68bb15;
  font-size: 20px;
}

footer .f_timetable table th {
  background: #68bb15;
  color: #fff;
}

footer .f_timetable .notice {
  margin-top: 0.5rem;
}

footer .f_timetable .notice span {
  font-size: 14px;
  font-weight: normal;
}

footer .f_nav ul {
  width: 25%;
}

footer .f_nav ul li {
  margin-bottom: 0.5rem;
}

footer .f_nav ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
}

footer .f_nav ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f124";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

footer .f_nav .f_s_logo {
  width: 25%;
}

footer .f_nav .f_s_logo .pic {
  width: 70%;
  margin: auto;
}

footer .gmap {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}

footer .gmap iframe,
footer .gmap object,
footer .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .f_nav {
  background: #68bb15;
  width: 100%;
}

footer .copyright {
  color: #ffffff;
  text-align: center;
  padding-bottom: 3%;
  font-size: 18px;
}

footer .gotop {
  display: block;
  width: 75px;
  height: 65px;
  border-radius: 5px;
  position: fixed;
  bottom: 12%;
  right: 5%;
  background: #68bb15;
  z-index: 240;
  border: 2px solid #fff;
}

footer .gotop span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 140%;
  width: 100%;
  text-align: center;
}

.underpage footer {
  position: relative;
  padding-top: 8%;
}

.underpage footer:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/import/tenant_1/153.126.143.170/html/images/common/wave_g.png) no-repeat;
  z-index: -1;
  height: 20%;
  width: 100%;
  background-size: contain;
  margin: auto;
  top: 0;
}

footer .accessbtnwrap{
  display: none;
}

footer [data-element-id].accessbtnwrap{
  display: block;
  
}


/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {

.underpage footer:before {
   height: 6%; 
}

  footer .f_logo_wrap,
  footer .f_tel,
  footer .f_timetable,
  footer .pic_area {
    width: 100%;
    padding: 0;
    margin-bottom: 3%;
  }

footer .f_tel span {
 text-align: center; 
}

  footer .pic_area .pic {
    width: 80%;
    margin: auto;
  }

  footer .gmap {
    padding-bottom: 60%;
  }

  footer .f_nav ul {
    display: none;
  }


  footer .f_nav .f_s_logo {
    width: 100%;
    margin-bottom: 6%;
  }

  footer .f_nav .f_s_logo .pic {
    width: 25%;
  }

  footer .copyright {
    font-size: 16px;
  }

  footer .gotop {
    bottom: 3%;
    right: 3%;
  }
  
  footer .accessbtnwrap{
    display: block;
    cursor: pointer;
  }
  
  footer .accessbtn{
    display: block;
    background: rgba(255,255,255,1);
    color: #68bb15;
    padding: 10px 0;
    text-align: center;
  }
  
  footer .accessbtn span{
    position: relative;  
  }
  
   footer .accessbtn span:after{
     content: "";
    position: absolute;
    top: 50%;
    background: url(/upload/tenant_1/61a221c4137b023df42d5742a962545d.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 10px;
   }
  
}

/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {
  .underpage footer:before {
  height: 3%;
  }
  
  footer .table_wrap {
    overflow-y: scroll;
  }

  footer .f_timetable table th,
  footer .f_timetable table td {
    font-size: 16px;
    padding: 0.5rem;
  }

  footer .gotop {
    width: 45px;
    height: 45px;
    bottom: 1%;
    right: 3%;
  }

  footer .gotop span {
    font-size: 12px;
  }
  
  footer .copyright {
  padding-bottom: 10%;
  }  
  
  footer .accessbtn{
    font-size: 16px;
  }
  
  footer .accessbtn span:after{
     width: 16px;
    height: 16px;
   }
  
}

/********************************
/********************************
/********************************

l_index（01_TOP)

********************************/
.center_heading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 6%;
}

.center_heading span {
  color: #68bb15;
}

.toppage .top_b_link {
  margin-bottom: 3%;
}

.toppage .top_b_link .link_wrap {
  background: #68bb15;
  position: relative;
  display: block;
}

.toppage .top_b_link .link_col {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  text-align: center;
  color: #ffffff;
}

.toppage .top_b_link a .pic {
  width: 30px;
  height: 30px;
  margin: auto;
  padding-top: .5rem;
}

.toppage .top_s_link .link_area {
  display: block;
  width: 100%;
  background: #68bb15;
  color: #ffffff;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.toppage .top_s_link .link_area:hover {
  opacity: 1;
  background: #72cc18;
}

.toppage .top_s_link .link_area span {
  width: calc(100% - 22px);
}

.toppage .top_s_link a .pic {
  width: 22px;
  height: 22px;
}

.toppage .r_heading {
  width: 80%;
  margin: auto;
  text-align: center;
}

.toppage .r_heading span {
  background: #68bb15;
  border-radius: 5px;
  padding: .25rem 1rem;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
}

.toppage .cc_col {
  width: 46%;
  background: #fff;
  border: 2px solid #68bb15;
  outline: 10px solid #fff;
  padding: 2rem 0;
}

.toppage .cc_col .dl_wrap {
  padding: 2rem 0;
  width: 80%;
  margin: auto;
}

.toppage .cc_col dl.flex {
  width: 100%;
  margin-bottom: 1rem;
}

.toppage .cc_col dl.flex dt,
.toppage .cc_col dl.flex dd {
  font-size: 18px;
  width: 50%;
  font-weight: bold;
}

.toppage .cc_col dl.flex dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toppage .cc_col .cc_link {
  width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}

.toppage .cc_col .cc_link span {
  display: inline-block;
  color: #68bb15;
  font-weight: bold;
}

.toppage .cc_col .cc_link span .pic {
  width: 20px;
  height: auto;
  display: inline-block;
  margin-left: 1rem;
}

.toppage .wood_bgi {
  background: url(/import/tenant_1/153.126.143.170/html/images/top/wood_bgi.jpg) no-repeat;
  background-size: cover;
}

.toppage .top_exp .two_box {
  width: 48%;
}

.toppage .top_exp .text_area {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}

.toppage .top_club .r_heading_wrap {
  position: relative;
  margin-top: 4rem;
}

.toppage .top_club .r_heading_wrap .round_wrap {
  position: absolute;
  top: -3rem;
  left: 20%;
  z-index: 3;
}

.toppage .top_club .r_heading_wrap .round {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #68bb15;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
  position: relative;
}

.toppage .top_club .r_heading_wrap .round:after {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 9px #68bb15;
  box-shadow: 0 0 0 9px #68bb15;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.toppage .top_club .r_heading_wrap .round span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-30deg);
  transform: translate(0, -50%) rotate(-30deg);
  color: #f06d09;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.toppage .top_club .top_club_col {
  position: relative;
  margin-bottom: 10rem;
}

.toppage .top_club .circle_list {
  bottom: -5rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 75%;
}

.toppage .top_club .circle_list li {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: rgba(104, 187, 21, .6);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(104, 187, 21, .6);
  box-shadow: 0 0 0 5px rgba(104, 187, 21, .6);
  position: relative;
}

.toppage .top_club .circle_list .circle_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.toppage .top_club .circle_list .circle_wrap span {
  display: block;
  font-style: italic;
  font-weight: normal;
}

.toppage .bg_wave_w {
  position: relative;
  padding-top: 5%;
}

.toppage .bg_wave_w:after {
  position: absolute;
  display: block;
  content: "";
  background: url(/import/tenant_1/153.126.143.170/html/images/common/wave_w.png) no-repeat;
  z-index: 1;
  height: 20%;
  width: 100%;
  background-size: contain;
  margin: auto;
  top: 0;
}

/********************************
/********************************

m_index（01_TOP)

********************************/
@media only screen and (max-width: 1024px) {

  .mainimage .main_heading {
    width: 85%;
    padding: .5em;
  }

  .chev:after {
    right: 0.5rem;
  }

  .toppage .cc_col dl.flex dl {
    padding-bottom: 1rem;
  }

  .toppage .cc_col dl.flex dt,
  .toppage .cc_col dl.flex dd {
    width: 100%;
  }

  .toppage .top_s_link .link_area {
    height: 4em;
  }

  .toppage .top_club .r_heading_wrap .round_wrap {
    left: 6%;
    top: -2.5rem;
  }

  .toppage .top_club .r_heading_wrap .round,
  .toppage .top_club .r_heading_wrap .round:after {
    width: 4rem;
    height: 4rem;
  }

  .toppage .top_club .top_club_col {
    margin-bottom: 8rem;
  }

  .toppage .top_club .circle_list {
    width: 95%;
    bottom: -4rem;
  }

  .toppage .top_club .circle_list li {
    width: 8rem;
    height: 8rem;
  }
}

/********************************

s_index（01_トップページ)

********************************/
@media only screen and (max-width: 599px) {
  .center_heading {
    font-size: 20px;
  }

  .toppage .top_b_link .pic {
    width: 100%;
  }

  .toppage .top_b_link .link_wrap {
    margin: 0;
  }

  .toppage .top_b_link .link_col {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 1rem 2rem;
    font-size: 20px;
    line-height: 1.1;
  }

  .toppage .top_b_link .link_col:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: .5rem;
    content: "";
    background: url(/import/tenant_1/153.126.143.170/html/images/common/circle_chev.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .toppage .top_b_link .link_col a {
    font-weight: normal;
  }

  .toppage .top_b_link a .pic {
    display: none;
  }

  .toppage .top_b_link .w70 {
    margin: 0;
  }

  .row_box_wrap {
    margin: -3% 0 0 0;
  }

  .row_box_wrap .row_3_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 3% 0 0 0;
  }

  .row_box_wrap .row_3_box .pic {
    width: 100%;
  }

  .toppage .top_s_link .link_area {
    height: auto;
  }

  .toppage .cc_col {
    width: 98%;
    margin: 0 auto 10%;
  }

  .toppage .r_heading span {
    padding: .25rem 3rem;
  }

  .toppage .top_exp .two_box {
    width: 100%;
  }

  .toppage .top_exp .two_box:first-of-type {
    margin-bottom: 3%;
  }

  .toppage .top_club .r_heading_wrap {
    margin-top: 3rem;
  }

  .toppage .top_club .top_club_col .pic {
    width: 100%;
  }

  .toppage .top_club .circle_list {
    position: static;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 2rem;
  }

  .toppage .top_club .circle_list li {
    background: rgba(104, 187, 21, 1);
    -webkit-box-shadow: 0 0 0 5px rgba(104, 187, 21, 1);
    box-shadow: 0 0 0 5px rgba(104, 187, 21, 1);
  }

  .toppage .top_club .top_club_col {
    margin-bottom: 0;
  }

  .row_box_wrap .row_2_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

  .row_box_wrap .row_2_box .pic {
    width: 100%;
  }

}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage .mainimage .main_heading {
  width: 66.66666%;
}

.underpage .breadclumb {
  padding: 1rem 0;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.underpage .breadclumb a {
  color: #68bb15;
  border-bottom: 1px solid #68bb15;
  padding-bottom: .1rem;
}

.underpage .breadclumb .home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}

.cover {
  margin-bottom: 10%;
}

.cover .pic.w100 {
  margin-bottom: 2rem;
}

.cover .recommend_dl {
  margin-bottom: 2rem;
}

.cover .recommend_dl dt {
  width: 25%;
  display: inline-table;
}

.cover .recommend_dl dd {
  width: 75%;
}

.cover .exp_wrap {
  margin-bottom: 6%;
}

.underpage .club_col {
  position: relative;
  margin-bottom: 1rem;
}

.underpage .circle_list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
}

.underpage .circle_list li {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: #68bb15;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 5px #68bb15;
  box-shadow: 0 0 0 5px #68bb15;
  position: relative;
}

.underpage .circle_list .circle_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

.underpage .circle_list .circle_wrap span {
  display: block;
  font-style: italic;
  font-weight: normal;
}

/* btn */
.underpage .drop_btn {
  padding: 1.5rem 1.5rem 1.5rem 0;
}


/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .circle_list {
    width: 95%;
  }

  .underpage .circle_list li {
    width: 8rem;
    height: 8rem;
  }
}




/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .underpage .cover .pic_wrap {
    margin-bottom: 2rem;
  }

  .cover .recommend_dl dt,
  .cover .recommend_dl dd {
    width: 100%;
    display: inline-table;
  }

  .underpage .club_col .pic {
    width: 100%;
  }

  .underpage .circle_list {
    position: static;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 2rem;
    width: 100%;
  }

}




/********************************
/********************************
/********************************

l_access（02_院紹介・アクセス)

********************************/
.access .access_dl_wrap {
  margin-bottom: 6%;
}

.access .access_dl_wrap dl {
  margin-bottom: 2rem;
}

.access .access_dl_wrap dt {
  width: 15%;
}

.access .access_dl_wrap dt span {
  font-size: 18px;
  background: #d8f3be;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: .25rem 0;
}

.access .access_dl_wrap dd{
  font-size: 18px;
  width: 85%;
  font-weight: bold;
  padding-left: 2rem;
}

.access .access_dl_wrap dd .tel,
.access .access_dl_wrap dd .tel a {
  font-weight: bold;
  display: inline-block;
}

.access .access_dl_wrap dd span {
  font-weight: normal;
  font-size: 14px;
}

.access .access_gmap {
  position: relative;
  padding-bottom: 44%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.access .access_gmap iframe,
.access .access_gmap object,
.access .access_gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access .acc_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #68bb15;
  text-align: center;
  margin-bottom: 3rem;
}

.access .acc_table th,
.access .acc_table td {
  padding: 2rem;
}

.access .acc_table th {
  color: #ffffff;
  background: #68bb15;
  border-right: 1px solid #fff;
}

.access .acc_table th:last-child {
  border-right: none;
}

.access .acc_table td {
  border-bottom: 1px solid #68bb15;
  border-left: 1px solid #68bb15;
}

.access .acc_table tr:last-child td,
.access .acc_table tr:last-child th {
  border-bottom: none;
}

.access .acc_table .acc_notice {
  color: #ff0000;
  font-size: inherit;
  padding: 1rem;
}


/********************************
/********************************

m_access（02_院紹介・アクセス)

********************************/
@media only screen and (max-width: 1024px) {

  .access .acc_table th,
  .access .acc_table td {
    padding: 1rem;
  }

  .access .acc_table .acc_notice {
    padding: 0.5rem;
  }
}


/********************************

s_access（02_院紹介・アクセス)

********************************/
@media only screen and (max-width: 599px) {

  .access .access_dl_wrap dt,
  .access .access_dl_wrap dd {
    width: 100%;
    font-size: 16px;
  }

  .access .access_dl_wrap dt {
    margin-bottom: 1rem;
  }

  .access .access_dl_wrap dd {
    padding-left: 0;
  }

  .access .access_dl_wrap dd span {
    display: block;
  }

  .access .acc_table th,
  .access .acc_table td {
    padding: .5rem;
  }

  .access .acc_table .acc_notice {
    padding: 0.25rem;
  }

}


/********************************
/********************************
/********************************

l_about（03_本間鍼灸院について)

********************************/
.underpage .cover .pic_wrap {
  width: 45%;
}

.underpage .cover .text_wrap {
  width: 55%;
}

.underpage .cover .l_side {
  padding-right: 2rem;
}

.underpage .cover .r_side {
  padding-left: 2rem;
}

.underpage .text {
  margin-bottom: 1rem;
}

.underpage .text.lead {
  margin-bottom: 3rem;
}

.underpage .text.small,
.underpage .small {
  font-size: 14px;
}

.underpage .text ul li {
  margin-bottom: 1rem;
}

.underpage .text .dot_list li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}

.underpage .green_list li {
  position: relative;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
}

.underpage .green_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  color: #d8f3be;
  position: absolute;
  top: 0;
  left: 0;
}


/********************************
/********************************

m_about（03_本間鍼灸院について)

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .cover .l_side {
    padding-right: 1rem;
  }

  .underpage .cover .r_side {
    padding-left: 1rem;
  }
}


/********************************

s_about（03_本間鍼灸院について)

********************************/
@media only screen and (max-width: 599px) {
  .underpage .cover .pic_wrap {
    width: 100%;
  }

  .underpage .cover .text_wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .underpage .cover .r_side,
  .underpage .cover .l_side {
    padding: 0;
  }

}


/********************************
/********************************
/********************************

l_profile（04_院長プロフィール)

********************************/
.profile .director_name_wrap {
  border-bottom: 1px solid #d8f3be;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.profile .director_name span {
  font-size: 14px;
  font-weight: normal;
}

.profile .history_wrap {
  margin-bottom: 2rem;
}

.profile .history_wrap dl {
  margin-bottom: 2rem;
}

.profile .history_wrap dt {
  width: 10%;
  font-weight: bold;
}

.profile .history_wrap dd {
  width: 90%;
}
.profile .history_wrap dd:nth-of-type(n+2) {
  margin-left: 10%;
}

.profile .pro_table_wrap {
  width: 70%;
  margin: auto;
}

.profile .pro_table_wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #68bb15;
}

.profile .pro_table_wrap table th,
.profile .pro_table_wrap table td {
  padding: 2rem;
  font-size: 18px;
}

.profile .pro_table_wrap table th {
  color: #ffffff;
  background: #68bb15;
  border-bottom: 1px solid #fff;
}

.profile .pro_table_wrap table td {
  border-bottom: 1px solid #68bb15;
}

.profile .pro_table_wrap table tr:last-child td,
.profile .pro_table_wrap table tr:last-child th {
  border-bottom: none;
}

.profile .pro_table_wrap table td span {
  font-size: 14px;
}

/********************************
/********************************

m_profile（04_院長プロフィール)

********************************/
@media only screen and (max-width: 1024px) {

  .profile .pro_table_wrap {
    width: 90%;
  }

  .profile .pro_table_wrap table th,
  .profile .pro_table_wrap table td {
    padding: 1rem;
    font-size: 16px;
  }
}

/********************************

s_profile（04_院長プロフィール)

********************************/
@media only screen and (max-width: 599px) {

  .profile .director_pic {
    width: 100%;
  }

  .profile .history_wrap dt {
    width: 20%;
  }

  .profile .history_wrap dd {
    width: 80%;
  }

  .profile .r_big_heading {
    width: 100%;
    padding: 0;
  }

  .profile .pro_table_wrap {
    width: 100%;
  }

  .profile .pro_table_wrap table th,
  .profile .pro_table_wrap table td {
    padding: .5rem;
    font-size: 14px;
  }

  .profile .pro_table_wrap table td span {
    font-size: 12px;
  }

}


/********************************
/********************************
/********************************

l_article
（お知らせ・ブログ）

********************************/
.article .side {
  width: 25%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.article .main {
  width: 75%;
  padding-left: 2rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.article .side .cat_wrap {
  margin-bottom: 3rem;
}

.article .side .cat_wrap .cat_heading {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 3px solid #72cc18;
}

.article .side .cat_wrap li {
  text-align: center;
}

.article .side .cat_wrap li a {
  border-bottom: 1px solid #72cc18;
  display: block;
  padding: .5rem;
}

.article .main .article {
  margin-bottom: 6%;
}

.article .main .article .text_area {
  padding-left: 1rem;
}

.article .main .article .date_wrap {
  margin-bottom: 1rem;
}

.article .main .article .date {
  color: #131313;
  padding-right: .5rem;
}

.article .main .article .cat span {
  color: #fff;
  background: #72cc18;
  padding: .2rem 1rem;
  border-radius: 5px;
  margin: 0 .5rem .25rem 0;
  display: inline-block;
}

.article .main .article .article_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  border-bottom: 1px solid #72cc18;
  padding-bottom: .5rem;
  font-weight: bold;
}

/********** l_pager **********/
.list-pager {
  width: 50%;
  margin: 50px auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.list-pager li {
  position: relative;
}

.list-pager li span,
.list-pager li a {
  font-size: 18px;
}

.list-pager li span:after,
.list-pager li a:after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.list-pager li a:after {
  color: #000;
  border: 1px solid #72cc18;
}

.list-pager li.prev a,
.list-pager li.next a {
  color: #fff;
}

.list-pager li.prev a:after,
.list-pager li.next a:after {
  background: #72cc18;
}


.list-pager li.current {
  color: #fff;
}

.list-pager li.current span:after {
  background: #72cc18;
}

/* 詳細ページ */
.article.detail .article_title {
  margin-bottom: 3rem;
}

.article.detail .date_wrap {
  margin-bottom: 1rem;
}

.article.detail .cat {
  display: inline-block;
}

.article.detail .article_text {
  border-bottom: 1px solid #72cc18;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.article.detail .btn {
  background: #68bb15;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding: .5rem 2rem;
  display: inline-block;
  margin: auto;
}

.article.detail .btn:hover {
  cursor: pointer;
  background: #72cc18;
}


/********************************
/********************************

m_news_list（05_お知らせ)

********************************/
@media only screen and (max-width: 1024px) {

  .article .main {
    padding-left: 1rem;
  }

  /********** m_pager **********/
  .list-pager {
    width: 60%;
  }

}

/********************************

s_news_list（05_お知らせ)

********************************/
@media only screen and (max-width: 599px) {

  .article .main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .article .side {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .article .main .article {
    margin-bottom: 10%;
  }

  .article .main .article .pic_area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .article.detail .main .article {
    margin-bottom: 20%;
  }

  /********** s_pager **********/
  .list-pager {
    width: 90%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .list-pager li span,
  .list-pager li a {
    font-size: 16px;
  }

  .list-pager li span:after,
  .list-pager li a:after {
    width: 1.5rem;
    height: 1.5rem;
  }

}

/********************************
/********************************
/********************************

l_wholebody（07_全身治療)

********************************/

.wholebody .recommend-list li {
  margin-bottom: 2rem !important;
}

.wholebody .recommend-list li {
  margin-bottom: 2rem !important;
}

.wholebody .youjyo-list {
  margin: 3% 0;
}

.wholebody .youjyo-list li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}


/********************************
/********************************
/********************************

l_faq（13_よくある質問)

********************************/
.faq .qa {
  margin-bottom: 3rem;
}

.faq .q {
  position: relative;
  background: #68bb15;
  color: #ffffff;
  width: 98%;
  padding: .5rem 1rem .5rem 4rem;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 2%;
}

.faq .a {
  padding: 1rem 0 1rem 5rem;
}

.faq .q .round_wrap {
  position: absolute;
  top: -1rem;
  left: -2%;
  z-index: 3;
}

.faq .q .round {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #68bb15;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  position: relative;
}

.faq .q .round:after {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px #68bb15;
  box-shadow: 0 0 0 7px #68bb15;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.faq .q .round span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  color: #f06d09;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq .q:hover {
  cursor: pointer;
  background: #72cc18;
}

.faq .q:hover .round {
  border: 2px solid #72cc18;
}

.faq .q:hover .round:after {
  -webkit-box-shadow: 0 0 0 7px #72cc18;
  box-shadow: 0 0 0 7px #72cc18;
}

.faq .faq_text {
  padding-left: 5rem;
  margin-bottom: 3rem;
}

/********************************
/********************************

m_faq（13_よくある質問)

********************************/
@media only screen and (max-width: 1024px) {

  .faq .q,
  .faq .a,
  .faq .faq_text {
    padding-left: 3rem;
  }

  .faq .q .round_wrap {
    top: -0.5rem;
  }

  .faq .q .round,
  .faq .q .round:after {
    width: 3rem;
    height: 3rem;
  }
}

/********************************

s_faq（13_よくある質問)

********************************/
@media only screen and (max-width: 599px) {

  .faq .q,
  .faq .a,
  .faq .faq_text {
    padding-left: 2.5rem;
  }

  .faq .q .round_wrap {
    top: 0;
  }

  .faq .q .round,
  .faq .q .round:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/********************************
/********************************
/********************************

l_menu（15_メニュー・料金について)

********************************/
.menu .menu_wrap {
  margin-bottom: 6%;
}

.menu .sec_heading {
  padding: .5em 1.5em;
}

/********************************
/********************************

m_menu（15_メニュー・料金について)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_menu（15_メニュー・料金について)

********************************/
@media only screen and (max-width: 599px) {
  .menu .cover {
    margin-bottom: 20%;
  }
}

/********************************
/********************************
/********************************

l_gym（16_気功体操について)

********************************/
.underpage.gym .circle_list {
  position: static;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0 auto 10%;
}

.gym .gym_exp_wrap {
  margin: 0 auto 6%;
  flex-wrap: nowrap;
}

.gym .box_list li {
  position: relative;
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: 1rem;
}

.gym .box_list span {
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  background: #d8f3be;
  padding: .25em .5em;
  margin-right: .5rem;
  font-size: 18px;
}

/********************************
/********************************

m_gym（16_気功体操について)

********************************/
@media only screen and (max-width: 1024px) {
  .underpage.gym .circle_list {
    width: 75%;
  }
}

/********************************

s_gym（16_気功体操について)

********************************/
@media only screen and (max-width: 599px) {
  .underpage.gym .circle_list {
    width: 100%;
  }
  
  .gym .gym_exp_wrap {
    flex-wrap: wrap;
  }
  
  .gym .gym_exp_wrap&gt;div {
    width: 100%;
  }

  .gym .gym_exp_wrap&gt;div:first-of-type {
    margin-bottom: 2rem;
  }
  
}

/********************************
/********************************
/********************************

l_price（17_気功教室の料金)

********************************/
.price .sec_heading {
  display: inline-block;
}

.price .para{
  flex-wrap: nowrap;
}

/********************************

s_price（17_気功教室の料金)

********************************/
@media only screen and (max-width: 599px){

.price .para{
  flex-wrap: wrap;
}

.price .para&gt;div{
  width: 100%;
}

.price .para&gt;div:first-of-type{
  margin-bottom: 2rem;
}

}
/********************************
/********************************
/********************************

l_contact（18_お問い合わせ・初回予約受付)

********************************/
.contact_form {
  width: 70%;
  margin: 0 auto 10%;
}

.contact_form .radio_box {
  margin: 2rem 0;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
}

.contact_form dt {
  width: 25%;
}

.contact_form dt .label {
  font-weight: bold;
  font-size: 18px;
}

.contact_form dd {
  width: 70%;
  margin-left: 5%;
}

.contact_form dd .inputtext {
  border: 1px solid #8ac25d;
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_form .btn_wrap li {
  padding: 0;
  margin: 0 auto;
}

.contact .contact-btn {
  background: #68bb15;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding: .5rem 2rem;
  display: inline-block;
  margin: auto;
}

.contact .contact-btn:hover {
  cursor: pointer;
  background: #72cc18;
}

/********************************
/********************************

m_contact（18_お問い合わせ・初回予約受付)

********************************/
@media only screen and (max-width: 1024px) {

  .contact_form dt .label {
    padding-left: 0.5em;
  }

  .contact_form dt {
    width: 30%;
    margin: 0;
    padding: 0 0 .5em 0;
  }

  .contact_form dd {
    width: 100%;
    margin-left: 0;
  }
}

/********************************

s_contact（18_お問い合わせ・初回予約受付)

********************************/
@media only screen and (max-width: 599px) {
  .contact_form {
    width: 100%;
  }

  .contact_form dt {
    width: 100%;
  }

  .contact_form .btn_wrap li {
    width: 100%;
  }

  .contact_form .btn_wrap li:first-child {
    margin-bottom: 1rem;
  }

  .contact .contact-btn {
    display: block;
    margin: auto;
  }
}



/********************************

A-BiSU　組み込み用

********************************/

.global_m .nav_wrap .tab_sm_list[data-element-id],
.global_m .nav_wrap .sm_only_list[data-element-id] {
  display: block;
  margin: 1rem;
}

.global_m .tab_sm_list li[data-element-id],
.global_m .sm_only_list li[data-element-id]{
  width: 27%;
  text-align: center;
}

.global_m.fixed[data-element-id] {
  position: static;
}

.global_m .nav_wrap .dropdown ul[data-element-id] {
    position: unset;
}
.global_m .nav_wrap .dropdown ul li[data-element-id] {
  overflow: visible;
  height: 50px;
}
</pre></body></html>