@charset "utf-8";


/*margin*/
.mgt0{margin-top: 0px!important;}
.mgt5{margin-top: 5px!important;}
.mgt10{margin-top: 10px!important;}
.mgt20{margin-top: 20px!important;}
.mgt25{margin-top: 25px!important;}
.mgt30{margin-top: 30px!important;}
.mgt35{margin-top: 35px!important;}
.mgt40{margin-top: 40px!important;}
.mgt45{margin-top: 45px!important;}
.mgt50{margin-top: 50px!important;}
.mgt55{margin-top: 55px!important;}
.mgt60{margin-top: 60px!important;}
.mgt65{margin-top: 65px!important;}

.mgb0{margin-bottom: 0px!important;}
.mgb10{margin-bottom: 10px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb50{margin-bottom: 50px!important;}
.mgb60{margin-bottom: 60px!important;}
.mgb70{margin-bottom: 70px!important;}


.mgl0{margin-left: 0px!important;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px!important;}
.mgl20{margin-left: 20px!important;}
.mgl30{margin-left: 30px!important;}
.mgl40{margin-left: 40px!important;}
.mgl50{margin-left: 50px!important;}

.mgr0{margin-right: 0px!important;}
.mgr10{margin-right: 10px!important;}
.mgr15{margin-right: 15px!important;}
.mgr20{margin-right: 20px!important;}
.mgr30{margin-right: 30px!important;}
.mgr40{margin-right: 40px!important;}
.mgr50{margin-right: 50px!important;}

/* For padding */
.pdt0 { padding-top:0px !important;}
.pdt5 { padding-top:5px !important;}
.pdt10 { padding-top:10px !important;}
.pdt15 { padding-top:15px !important;}
.pdt20 { padding-top:20px !important;}
.pdt25 { padding-top:25px !important;}
.pdt30 { padding-top:30px !important;}
.pdt35 { padding-top:35px !important;}

.pdb0 { padding-bottom:0px !important;}
.pdb5 { padding-bottom:5px !important;}
.pdb10 { padding-bottom:10px !important;}
.pdb15 { padding-bottom:15px !important;}
.pdb20 { padding-bottom:20px !important;}
.pdb25 { padding-bottom:25px !important;}
.pdb30 { padding-bottom:30px !important;}

.pdl5 { padding-left:5px !important;}
.pdl10 { padding-left:10px !important;}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 850px){
    body {
        /* font-size: 1.4rem; */
        line-height: 170%;
    }
}


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

.c_space {
    margin-bottom: 80px;
}
.c_space_mini {
    margin-bottom: 50px;
}
a {
  /* color: #777777; */
  /* outline: none; */
  /* text-decoration: none; */
  /* word-break: break-all; */
}

a:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}

h3,h4,h5,h6 {
    font-family: canto, a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-style: normal;
}

.font_ja_serif{
    font-family: a-otf-ryumin-pr6n,"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 300;
    font-style: normal;
}

.font_cursive{
    font-family: liana, script,"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}

.bg_img {
    background: url(/images/bg_img.jpg)no-repeat 50%;
    background-size: cover;
}

.sec_tit {
    text-align: center;
    font-size: 4.8rem;
    color: #333;
    margin-bottom: 70px;
    line-height: 1;
}

.sec_tit span {
    display: block;
    font-family: fot-cezanne-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.6rem;
    color: #848484;
    margin-top: 15px;
}

.link_txt{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.link_txt:after {
    content: '';
    display: inline-block;
    width: 8px;
    background: url(/images/ico_arrow_purple.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
}

.link_list li a {
    color: #b8a4c4;
    padding: 20px;
    display: block;
    border-top: solid 1px #b8a4c4;
    border-bottom: solid 1px #b8a4c4;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.link_list li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    background: url(/images/ico_arrow_purple.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
}


.square_list li{
    display: flex;
    align-items: center;
    position: relative;
}
.square_list li:before{
    content: '■';
    color: #b3a5bd;
    font-size: 1rem;
    margin-right: 10px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    position: relative;
}

.square_tit{
    display: flex;
    align-items: center;
    position: relative;
    font-weight: bold;
}
.square_tit:before{
    content: '■';
    color: #b8a4c4;
    font-size: 1rem;
    margin-right: 10px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    position: relative;
}


.btn {
    background: #b8a4c4;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    box-shadow: 0px 0px 10px -5px #777777;
}

.btn.border {
    background: none;
    box-shadow: none;
    border: solid 1px #b8a4c4;
    color: #b8a4c4;
    text-align: center;
}

.btn.back {
    display: block;
}

.btn.back:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/images/ico_arrow_purple_back.png)no-repeat left 50%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.btn_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.btn_list li {
    width: 49%;
    font-size: 2rem;
}

.btn_list li a {
    display: block;
    background: #f1edf3;
    padding: 15px 20px;
    border: solid 1px #b8a4c4;
    color: #b8a4c4;
    position:relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 10px -5px #777777;
}

.btn_list li a:after {
    content: '';
    display: inline-block;
    width: 10px;
    background: url(/images/ico_arrow_purple.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
}

.btn_list li.active a {
    color: #fff;
    background: #b8a4c4;
}

.btn_list li.active :after {
    background: url(/images/ico_arrow_w_under.png)no-repeat right 50%;
    background-size: contain;
    width: 18px;
}


.border_box {
    background: #fff;
    padding: 30px;
    border: solid 2px #b8a4c4;
}

.sup_txt {
    font-size: 1.4rem;
}
.small_txt {
    font-size: 0.8rem;
}
.center_txt{
    text-align: center;
}
.right_txt{
    text-align: right;
}
.read_txt {
    line-height: 2.5;
}
.color_txt {
    color: #a50093;
}


.d_block {
    display: block;
}

.gray_box {
    background: #e2e2e2;
    padding: 30px;
}
.color_box{
    background: #fbf9fc;
    padding: 30px;
}


.dl_list {
    background: #fff;
    /* padding: 50px; */
    display: flex;
    flex-wrap: wrap;
}
.dl_list .block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 50px;
    border-bottom: solid 1px #e3e2e0;
}

.dl_list .block:last-child {
    border-bottom: 0;
}
.dl_list .block > dt {
    width: 200px;
    color: #b8a4c4;
    padding-right: 10px;
    border-right: solid 1px #e3e2e0;
}

.dl_list .block > dd {
    width: calc(100% - 200px);
    padding-left: 50px;
}

.dl_list .block > dd ul li dl {
    display: flex;
}

.dl_list .block > dd ul li dl dt {
    width: 150px;
}
.dl_list .block > dd ul li dl dd {
    width: calc(100% - 150px);
}
.dl_list .block > dd > ul > li{
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
.dl_list .block > dd > ul > li:before{
    content: '■';
    color: #b8a4c4;
    font-size: 1rem;
    margin-right: 10px;
    top: 8px;
    position: relative;
}

.sup_list li{
    position: relative;
    display: flex;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.sup_list li:before{
    content: '＊';
    color: #b8a4c4;
    margin-right: 10px;
}
.sup_list li:last-child {
    margin-bottom: 0;
}

.page_tit {
    background-color: #f0f0f6;
    background-image: url(/images/mv_line.png),url(/images/kirakira_01.png);
    background-repeat: no-repeat;
    background-size: 30%,300px;
    background-position: top left,top -50px right 0;
    margin-top: -50px;
    padding: 80px 20px 60px;
    text-align: center;
}

.page_tit .tit_txt{
    color: rgb(136,113,150);
    background: linear-gradient(90deg, rgba(136,113,150,1) 0%, rgba(213,196,224,1) 50%, rgba(136,113,150,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6rem;
    letter-spacing: 0.5rem;
    font-weight: bold;
    line-height: 1;
}

.page_tit .tit_sub {
    display: block;
    font-size: 1.8rem;
    color: #cbbdce;
    font-family: fot-cezanne-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.border_tit {
    /* font-size: 3.5rem; */
    border-bottom: solid 1px #a50093;
    padding: 10px;
    margin-bottom: 40px;
    font-weight: bold;
}
.border_tit .font_cursive {
    color: #a50093;
    /* font-size: 2.5rem; */
    margin-left: 30px;
}

.color_tit_s {
    font-weight: bold;
    /* font-size: 2.2rem; */
    margin-bottom: 10px;
    color: #a50093;
}


.txt_img {
    margin-bottom: 50px;
}

.txt_img .txt {
    width: 52%;
}

.txt_img figure {
    width: 43%;
}

.border_left_tit {
    font-size: 2.5rem;
    color: #b8a4c4;
    border-left: solid 3px #b8a4c4;
    padding-left: 20px;
    margin-bottom: 20px;
}

.border_dot_box {
    background: #fff;
    padding: 30px;
    border: dotted 2px #b8a4c4;
}

.under_page .sp_logo {
    width: 110px;
}


.border_color_box {
    background: #f5f2f8;
    padding: 10px;
    position: relative;
}

.border_color_box .inner {
    background: #fff;
    padding: 30px;
    border: solid 2px #b8a4c4;
}

.color_tit {
    text-align: center;
    font-size: 4rem;
    color: #ac8dbd;
    margin-bottom: 40px;
    line-height: 1;
}
.color_tit span {
    display: block;
    margin-top: 15px;
    font-size: 1.8rem;
    color: #333;
}


/*table*/
.basic_table table{
  border-left: solid 2px #e4e4e4;
  background: #fff;
  font-size: 1rem;
}
.basic_table thead {
  background: #e0dde2;
}

.basic_table td {
  padding: 10px 20px;
  border-right: solid 2px #e4e4e4;
  border-bottom: solid 2px #e4e4e4;
  /* font-size: 1.6rem; */
}


.basic_table th {
    padding: 20px;
    border-right: solid 2px #d7d7d7;
    /* border-bottom: solid 2px #cfcfcf; */
    font-weight: bold;
}

.table_wrap .scroll_txt {
    display: none;
}



@media (max-width: 850px){
    .c_wrap {
        /* padding: 50px 20px; */
    }
    .sec_tit {
        font-size: 4rem;
        margin-bottom: 50px;
    }

    .sec_tit span {
        margin-top: 10px;
    }

    .page_tit {
        margin: 0;
        padding: 40px 20px;
        background-size: 35%,30%;
        background-position: top left,top -50px right -30px;
    }

    .page_tit .tit_txt {
        font-size: 4rem;
    }

    .btn {
        padding: 20px;
    }

    .dl_list .block > dt {
        width: 100%;
        border: 0;
        margin-bottom: 10px;
    }

    .dl_list .block > dd {
        padding: 0;
        width: 100%;
    }

    .dl_list .block {
        padding: 20px;
    }
    .dl_list .block > dd > ul > li:before {
        top: 0;
    }

    .border_tit {
        /* font-size: 3rem; */
        margin-bottom: 30px;
    }

    .border_tit .font_cursive {
        /* font-size: 2rem; */
    }

    .txt_img .txt {
        width: 100%;
        margin: auto auto 30px;
    }

    .txt_img figure {
        width: 60%;
        margin: auto;
    }

    .border_left_tit {
        font-size: 2rem;
        padding-left: 15px;
        border-left: solid 2px #b8a4c4;
    }

    .btn_list {
        margin-bottom: 30px;
    }
    .btn_list li {
        font-size: 1.6rem;
    }
    .btn_list li.active :after {
        width: 12px;
    }
    .btn_list li a:after {
        width: 7px;
    }
    .color_tit {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .color_tit span {
        font-size: 1.4rem;
    }
    .color_tit_s {
        font-weight: bold;
        /* font-size: 1.8rem; */
    }


    .btn.back:before {
        width: 7px;
        height: -webkit-fill-available;
    }

}


@media (max-width: 500px){

    .table_wrap {
        overflow-x: auto;
        white-space: nowrap;
    }
    .table_wrap .scroll_txt {
        display: block;
        /* font-size: 1rem; */
    }

    .basic_table td {
      font-size: 0.8rem;
    }
}

@media (max-width: 480px){
    .c_space {
        margin-bottom: 40px;
    }
    .btn {
        margin: auto;
    }
    .gray_box {
        padding: 15px;
    }
    .color_box {
        padding: 15px;
    }
    .dl_list .block > dd ul li dl dt {
        width: 100px;
    }
    .dl_list .block > dd ul li dl dd {
        width: calc(100% - 100px);
    }

    .page_tit {
        background-size: 45%,40%;
        background-position: top left,top -50px right -30px;
    }

    .border_tit {
        /* font-size: 2.4rem; */
    }

    .border_tit .font_cursive {
        /* font-size: 1.6rem; */
    }

    #gold-needle .border_tit .font_cursive {
        margin-left: 10px;
    }
    #gold-needle .border_tit {
        font-size: 2rem;
    }
    #gold-needle .border_tit {
        font-size: 2rem;
    }
    .txt_img figure {
        width: 80%;
    }

    .border_dot_box {
        padding: 20px;
    }

    .btn_list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .small_txt {
        /* font-size: 1.0rem; */
    }



}


/* ---------------------------------------------------------
 reserve
----------------------------------------------------------*/

#reserve .border_box {
    text-align: center;
    margin-bottom: 40px;
}

#reserve .border_box a {
    max-width: 200px;
    display: inline-block;
    margin-bottom: 10px;
}


#reserve .tel_reserve dl {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}

#reserve .tel_reserve dl dt {
    padding-right: 30px;
    margin-right: 30px;
    border-right: solid 1px #b8a4c4;
    font-size: 2rem;
}

#reserve .tel_reserve dl dd {
    font-family: canto, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4rem;
}


#reserve .tel_reserve .sup_txt {
    text-align: center;
}

#reserve .tel_reserve {
    margin-bottom: 40px;
}

#reserve .med_time {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

#reserve .med_time h3 {
    color: #fff;
    background: #b8a4c4;
    padding: 5px;
    font-size: 2.5rem;
}

#reserve .med_time table {
    background: #fff;
    margin-bottom: 20px;
}

#reserve .med_time table tr:first-child {
    border-bottom: solid 1px #e3e2e0;
}

#reserve .med_time table tr th:first-child,#reserve .med_time table tr td:first-child {
    text-align: center;
    width: 25%;
    border: 0;
}
#reserve .med_time table tr td span{
    display:block;
    font-size:1.4rem;
    line-height: 1;
}
#reserve .med_time table tr th,#reserve .med_time table tr td {
    border-left: solid 1px #e3e2e0;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}
#reserve .med_time table tr th{
    color: #b8a4c4;
}
#reserve .med_time .sup_txt {
    text-align: left;
}

#reserve .med_time .gray_box {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 1.6rem;
}

@media (max-width: 600px){
    #reserve .tel_reserve dl {
        flex-wrap: wrap;
    }

    #reserve .tel_reserve dl dt {
        display: inline-block;
        border: 0;
        border-bottom: solid 1px #b8a4c4;
        text-align: center;
        padding: 0 0 5px;
        margin: 0 0 10px;
    }

    #reserve .tel_reserve dl dd {
        font-size: 3rem;
        width: 100%;
        text-align: center;
    }

    #reserve .border_box {
        margin-bottom: 30px;
        padding: 10px 10px 20px;
    }
    #reserve .border_box a {
        margin-bottom: 0;
    }

    #reserve .tel_reserve .sup_txt {
        text-align: left;
    }

    #reserve .med_time table tr th:first-child, #reserve .med_time table tr td:first-child {
        padding: 5px;
        line-height: 1.2;
        font-size: 1.3rem;
    }

    #reserve .med_time table tr td span {
        font-size: 1.1rem;
        margin-top: 5px;
    }

    #reserve .tel_reserve {
        margin-bottom: 30px;
    }

    #reserve .med_time table {
        margin-bottom: 10px;
    }

    #reserve .med_time .gray_box {
        font-size: 1.4rem;
        margin-top: 20px;
    }
}




/* ---------------------------------------------------------
 menu
----------------------------------------------------------*/
#campaign .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
}
#campaign .campaign_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#campaign .campaign_list li {
    width: 50%;
    padding: 20px;
    border-right: dashed 2px #b8a4c4;
    text-align: center;
}
#campaign .campaign_list li:last-child {
    border-right: 0;
}
#campaign .campaign_list li img {
    max-height: 140px;
}

/*table*/


.menu_table .table_wrap {
    margin-bottom: 40px;
    font-family: canto, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.4rem;
}

.menu_table thead {
    background: #e0dde2;
}

.menu_table th {
    text-align: center;
    padding: 15px 10px;
    line-height: 1;
    font-size: 3rem;
    font-weight: bold;
    color: #594169;
    width: calc((100% - 200px) / 3);
}
.menu_table th:first-child,.menu_table td:first-child {
    width: 200px;
}
.menu_table td {
    text-align: center;
    padding: 20px 5px;
    line-height: 1;
    font-size: 1.6rem;
}
.menu_table th:first-child,.menu_table td:first-child {
    text-align: left;
    padding: 20px!important;
}

.menu_table tr.first td {padding: 20px 5px 5px;}
.menu_table thead h4 span {
    font-size: 1.4rem;
}

.menu_table th h4 {
    font-size: 1.5rem;
}

.menu_table th span {
    font-size: 1.6rem;
    margin-left: 2px;
}

.menu_table th .off {
    background: #887196;
    color: #fff;
    font-size: 2rem;
    padding: 2px 0;
    max-width: 120px;
    margin: auto;
}
.menu_table td.unisex {
    color: #b7b7b8;
}

.menu_table td.woman {
    color: #caa2ca;
}

.menu_table td.man {
    text-align: center;
    color: #a2a9ca;
    padding-left: 5px;
    width: auto;
}
.menu_table th .off .inner {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 3px 0 0;
}

.menu_table tr.first, .menu_table tr.only {
    border-top: solid 1px #e4e4e4;
}
.menu_table tr.end td {
    padding: 5px 5px 20px;
}

.relaxation_menu h5 {
    font-size: 1.6rem;
}

.relaxation_menu h5 span {
    font-size: 1.3rem;
    margin-left: 4px;
}

#campaign .price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

#campaign .price_list li {
  width: 20%;
  margin: 0 1%;
}

#gold-needle #campaign .color_tit {
  margin-bottom: 20px;
}

@media (max-width: 850px){

    #campaign .ribbon {
        width: 45%;
    }

    #campaign .campaign_list li:first-child {
        padding-right: 3%;
        margin-right: 3%;
    }

    #campaign .campaign_list li {
        width: 48.5%;
        padding: 0;
    }

    /*table*/

    .menu_table .table_wrap {
        font-size: 1.8rem;
    }

    .menu_table th h4 {
        font-size: 1.2rem;
    }

    .menu_table th {
        font-size: 2rem;
    }

    .menu_table th span {
        font-size: 1.2rem;
    }

    .menu_table th .off {
        font-size: 1.4rem;
    }

    .sup_list li {
        font-size: 1.4rem;
    }

    .relaxation_menu h5,.menu_table.relaxation_menu tr.first td {
        font-size: 1.2rem;
    }

    .relaxation_menu h5 span {
        font-size: 0.8rem;
    }

    #campaign .price_list li {
      width: 31%;
    }
}

@media (max-width: 500px){

    #campaign .ribbon {
        width: 60%;
    }

    #campaign .inner {
        padding: 30px 20px 20px;
    }

    #campaign .campaign_list li {
        width: 100%;
        margin-bottom: 10px;
        border: none;
    }

    #campaign .campaign_list li:first-child {
        padding-right: 0;
        margin-right: auto;
        width: 88%;
    }

    /*table*/
    .menu_table thead h4 span {
        display: block;
        margin: 10px 0 0;
    }

    .sup_list li {
        font-size: 1.2rem;
    }


}



#gold-needle .small_txt {
    line-height: 1.4;
    margin-top: 10px;
}


@media (max-width: 480px){
    #gold-needle .right_txt {
        text-align: left;
        line-height: 1.2;
    }
}



.page_tit .tit_sub{
    font-family: a-otf-ryumin-pr6n,"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.6rem;
    margin-top: 5px;
}


#gold-acupuncture .img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 50px;
}

#gold-acupuncture .img_list li {
    width: 49%;
    background: #fff;
    padding: 20px;
}

#gold-acupuncture .img_list li h5{
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #f0f0f6;
    line-height: normal;
}
#gold-acupuncture .img_list li figure {
    max-width: 500px;
    margin: auto;
}
#gold-acupuncture .img03 {
    max-width: 800px;
    margin: auto;
}
h4.color_tit_s {
    font-size: 1.2rem;
}

@media (max-width: 480px){
  .border_tit {
      /* font-size: 2rem; */
      padding: 10px 0;
  }
  .border_tit .font_cursive {
      margin-left: 15px;
  }


  #gold-acupuncture .img_list li {
      width: 100%;
  }
  #gold-acupuncture .img_list li:first-child {
      margin-bottom: 20px;
  }
  #gold-acupuncture .img_list li h5{
      font-size: 1.4rem;
  }
  #gold-acupuncture .img_list li figure {
      width: 80%;
  }
    h4.color_tit_s {
        font-size: 1rem;
    }

}