@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    list-style:none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
    max-width: 2200px;
    background: url(/images/common/concrete-texture.png);
    color: #000;
    font-size:1.1rem;
}

header{
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: bottom;
}

/* for modern brouser */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.cf {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/**/



/*margin*/
.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;}

.mgb5{margin-bottom: 5px!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;}

.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;}

.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;}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.tac{
    text-align: center;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.text_small{
    font-size: 0.8rem;
}

.sup {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 1rem;
}
br.sp{
    display: none;
}

@media (max-width: 480px) {
    body {
        font-size: 0.9rem;
    }
    .sup {
        font-size: 0.9rem;
    }
    br.sp{
        display: block;
    }
}

/* ---------------------------------------------------------
 common 
----------------------------------------------------------*/
.c_wrap {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}
section {
    margin: 80px 0;
}
section.content01,section.content02,section.content03 {
    margin: 40px 0;
}
a{
    color: #000;
}
a:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 50px;
    font-family: 'Satisfy', cursive, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
}
h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 30px 0 20px;
}
h6 {
    font-size: 1rem;
    font-weight: bold;
}

.left_border_tit {
    border-left: solid 2px #563767;
    color: #563767;
    padding-left: 10px;
    margin-bottom: 10px;
}
.line_inner {
  margin: 10px 0
}
.line_tit .line_inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.line_tit .line_inner span{
  padding: 8px;
}
.line_tit .line_inner:before {
  content: "";
  border-bottom: 3px solid #3cb3e4;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.line_tit .line_inner:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}

.left_tit{
    border-left: solid 3px #957ca0;
    padding-left: 8px;
    margin: 20px 0 10px;
    font-size: 1rem;
}

.med_time h2,.contact h2,.accident h2{
    font-weight: bold;
    font-size: 2.3rem;
}
h2 span{
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    border-bottom: 3px solid #000000;
}
p.small{
    font-size: 0.9rem;
}


.btn_wrap.btn_brown {
    background: #3e2606;
    border-radius: 8px;
    width: 300px;
    margin: 20px auto 20px;
    padding: 5px;
}
.btn_wrap.btn_brown a {
    color: #fff;
    display: block;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
    padding: 8px 0;
    text-align: center;
    background: url(/images/common/arrow_wh.png) no-repeat 95% 50%;
    background-size: 7px;
}
.btn_wrap.btn_back a {
    background: url(/images/common/arrow_wh_back.png) no-repeat 5% 50%;
    background-size: 7px;
}
.link_btn {
    text-align: center;
    margin-top: 40px;
}
.link_btn li{
    padding: 5px;
    border-radius: 8px;
    display: inline-block;
}
.link_btn li a{
    color: #3e2606;
    display: block;
    border-top: dashed 1px #69625a;
    border-bottom: dashed 1px #69625a;
    padding: 8px 100px;
    text-align: center;
    background: url(/images/common/arrow_bk.png) no-repeat 95% 50%;
    background-size: 7px;
}
.link_btn .cont01 {
    background: #bce0ef;
}
.link_btn .cont02 {
    background: #c2e6d4;
}
.link_btn .cont03 {
    background: #efdee4;
}
.txt_link{
    border-bottom: dotted 2px;
    color: #0e347a;
    font-weight: bold;
}

dl.tab_list {
/*    background-color: #0e3463;*/
    background: #563767;
    overflow: hidden;
    font-size: 0.9rem;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
dl.tab_list dt {
    /*float: left;*/
    font-weight: bold;
    width: 100px;
    padding: 10px 5px;
    border-top: solid 1px #f3eee2;
    text-align: center;
    color: #fff;
}
dl.tab_list dd {
/*    margin-left: 100px;*/
    padding: 10px;
    background-color: #fff;
    border-top: solid 1px #f3eee2;
    width: calc(100% - 100px);
}
dl.tab_list dd.pb35 {
    padding-bottom: 35px;
}
dl.tab_list dd span.border {
    display: block;
    border-top: dotted 2px #ccc;
    margin-top: 5px;
    padding-top: 5px;
}
small.sp{
    display: none;
}
.float_left{
    float: left;
}

@media (max-width: 768px) {
    .link_btn li {
        width: 45%;
        margin: 0 1%;
    }
    .link_btn li a{
        padding: 8px 0;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    h2 span {
        padding-top: 15px;
    }
    .med_time h2, .contact h2,.accident h2 {
        font-size: 1.7rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    section {
        margin: 40px 0;
    }
    section.content01,section.content02,section.content03 {
        margin: 40px 0;
    }
    dl.tab_list dd.sp_pb35{
        padding-bottom: 35px;
    }
    .line_tit .line_inner span small.pc{
        display: none;
    }
    small.sp{
        font-size: 0.8rem;
        display: block;
        font-weight: 500;
    }
    .link_btn li {
        width: 49%;
        margin: 0;
    }
}

/* ---------------------------------------------------------
 header 
----------------------------------------------------------*/

header{
    background: #fff;
    text-align: center;
}
header h1 {
    width: 300px;
    margin: auto;
    padding: 15px 0;
    z-index: 1000;
    position: relative;
}
header h1 .sp{
    display: none;
}
header nav ul {
    padding-bottom: 10px;
    max-width: 960px;
    margin: auto;
}
header nav li {
    float: left;
    width: 16.6%;
    border-right: solid 1px #000;
}
header nav li:last-child {
    border-right: 0;
}
header nav li a {
    display: block;
    font-size: 0.9rem;
}
header .slicknav_menu{
    display: none;
}
.content {
    padding-top: 123px;
}
@media (max-width: 768px) {
    header {
        min-height: 60px;
    }
    .content {
        padding-top: 60px;
    }
    header .slicknav_menu{
        display: block;
    }
    header #navi{
        display: none;
    }
    header h1 {
        width: 150px;
        margin: auto;
        margin-top: 8px;
        padding: 0;
    }
    header h1 .pc{
        display: none;
    }
    header h1 .sp{
        display: block;
    }
}

/* ---------------------------------------------------------
 mainv 
----------------------------------------------------------*/
.bxslider_loop li {
    width: 600px!important;
}
@media (max-width: 768px) {
    .bxslider_loop li {
        width: 400px!important;
    }
}
@media (max-width: 480px) {
    .bxslider_loop li {
        width: 300px!important;
    }
}

/* ---------------------------------------------------------
 concept 
----------------------------------------------------------*/
.concept dl {
    float: left;
    width: 50%;
    margin-top: 50px;
    text-align: center;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}
.concept dl dt {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.concept dl dd {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.concept dl dd.en {
    color: #0e3463;
    font-style: italic;
}
.concept p.gothic {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    color: #0e347a;
}
.concept figure {
    float: right;
    width: 48%;
}
@media (max-width: 480px) {
    .concept dl {
        float: none;
        width: 100%;
    }
    .concept dl dt {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    .concept dl dd {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .concept figure {
        float: none;
        width: 90%;
        margin: auto;
    }
}

/* ---------------------------------------------------------
 news 
----------------------------------------------------------*/
.news dl {
    background:  #fff;
    margin-bottom: 30px;
    padding:25px 20px;
    border-radius: 8px;
    font-size: 1rem;
}
.news dt {
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}
.news dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}
.news dt:last-child {
    padding-bottom: 0;
}
.news dd:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news dd a {
    background: url(/images/common/arrow_bk.png) no-repeat right 50%;
    background-size: 7px;
    display: block;
    padding-right: 10px;
}
/*一覧*/
.post_page.news dt {
    padding-bottom: 20px;
}
.post_page.news dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.post_page.news dd:last-child {
    padding-bottom:0;
    margin-bottom:0;
}

.news .tag {
    background:  #ccc;
    border-radius: 5px;
    font-size: 0.6rem;
    padding: 3px 5px;
    margin-left: 10px;
    width:  51px;
    display:  inline-block;
    text-align:  center;
    vertical-align:  text-bottom;
    font-family: 'Satisfy', cursive, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.news .tag.tag_topics {
    background: #bce0ef;
}
.news .tag.tag_news {
    background: #c2e6d4;
}
.news .tag.tag_blog {
    background: #efdee4;
}

@media (max-width: 768px) {
.news dl {
    font-size: 0.9rem;
}
.news dt {
    float: none;
    margin-right: 0;
    padding-bottom: 5px;
}
.post_page.news dt {
    padding-bottom: 5px;
}
.post_page.news dd {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}

/* ---------------------------------------------------------
 news (詳細ページ)
----------------------------------------------------------*/
.news .time {
    font-size: 0.9rem;
}
.news .time img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.news h3 {
    margin-top: 10px;
    background: #fff;
    padding:  20px;
/*    border-top: solid 2px #dddddd;*/
    border-bottom: solid 2px #dddddd;
}
.news .c_txt {
    line-height: 200%;
    margin: 50px 0 40px;
}
.news .c_txt img{
    max-width: 100%!important;
    height: auto!important;
}

/*投稿画像の回り込み*/
.news .c_txt img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.news .c_txt img.alignright {
    padding: 4px;
    margin: 0 0 2px 10px;
    display: inline;
    float: right;
    }
.news .c_txt img.alignleft {
    padding: 4px;
    margin: 0 10px 2px 0;
    display: inline;
    float: left;
    }


@media (max-width: 768px) {
.news h3 {
    padding:  20px 10px;
}
/*投稿画像の回り込み*/
.news .c_txt img.alignright {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
    float: none;
    }
.news .c_txt img.alignleft {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
    float: none;
    }
}
@media (max-width: 480px) {
.news .c_txt {
    margin: 20px 0 40px;
}
}


/* ---------------------------------------------------------
 menu 
----------------------------------------------------------*/
section.menu {
    text-align: center;
}
.pick_up {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.pick_up li {
    padding: 30px 20px 0;
    position: relative;
    border-radius: 10px;
    vertical-align: top;
}
.pick_up li.gold-acupuncture {
    background: #f5eec4;
}
.pick_up li.content01 {
    background: #bce0ef;
}
.pick_up li.content02 {
    background: #c2e6d4;
}
.pick_up li.content03 {
    background: #efdee4;
}
.pick_up li p {
    margin: 15px 0;
}
.pick_up li span {
    position: absolute;
    width: 33px;
    top: -7px;
    left: 10px;
}
.pick_up li figure img{
    border-radius: 10px;
}
.pick_up li a {
    display: block;
}
.pick_up li a .tit {
    background: url(/images/common/arrow_bk.png) no-repeat right 50%;
    background-size: 7px;
    font-weight: bold;
    padding: 0 10px;
}
.pick_up li a .small {
    font-size: 0.7rem;
}
.menu .content04 img {
    float: right;
    width: 30%;
    vertical-align: middle;
    float: right;
}
.menu .content04 {
    background: #d3c3da url(/images/menu/menu04.jpg) no-repeat right 50%;
    background-size: 35%;
    border-radius: 10px;
    margin: auto;
}
.menu .content04 p.tit {
    font-weight: bold;
    float: left;
    margin: 20px 2%;
    font-size: 1.5rem;
    width: 60%;
    text-align: left;
    border-bottom: solid 1px #957ca0;
    background: url(/images/common/arrow_bk.png) no-repeat right 50%;
    background-size: 7px;
}
.menu .content04 p.tit span {
    font-size: 0.8rem;
    color: #626262;
    margin-left: 10px;
}
.menu .content04 p {
    width: 60%;
    margin: 0 2% 20px;
    text-align: left;
    font-size: 0.9rem;
}

.menu .content05 {
    background: #fff;
    text-align: left;
    border-radius: 10px;
}
.menu .content05 a{
    display: block;
    background: url(/images/common/arrow_bk.png) no-repeat right 10px top 50%;
    background-size: 7px;
    padding: 10px;
}
.menu .content05 p.tit {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 1rem;
    border-left: solid 3px #957ca0;
    padding-left: 8px;
}
.menu .content05 p {
    font-size: 0.9rem;
    color: #626262;
}

@media (max-width: 768px) {
    .menu .content04 p.tit {
        width: 50%;
        margin: 20px 4%;
        font-size: 1rem;
        display: block;
        border: none;
    }
    .menu .content04 p.tit span {
         margin-left: 0; 
        display: block;
    }
    .menu .content04 p {
        width: 50%;
        display: none;
        margin: 0 4% 20px;
    }
    .menu .content05 p.tit {
        font-size: 0.9rem;
    }
    .menu .content05 p {
        font-size: 0.8rem;
    }
}
@media (max-width: 480px) {
    .pick_up {
        text-align: center;
        gap: 10px;
    }
    .pick_up li {
        /* float: none; */
        /* width: 47%; */
        /* margin-right: 0; */
        /* margin: 0 1%; */
        padding: 20px 10px 0;
        /* display: inline-block; */
    }
    .pick_up li.content01 {
        /* width: 50%; */
        /* margin-bottom: 10px; */
    }
    .pick_up li span {
        width: 25px;
        top: -6px;
        left: 7px;
    }
    .menu .content04 p.tit {
        margin: 10px 4%;
    }
    .menu .content04 p {
        margin: 0 4% 10px;
    }
}


/* ---------------------------------------------------------
 med_time
----------------------------------------------------------*/
.med_time table {
    width: 80%;
    font-size: 1.3rem;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.med_time table th {
    background: #563767;
    color: #fff;
    padding: 5px;
}
.med_time table td {
    background: #fff;
    padding: 5px;
    vertical-align: middle;
}
.med_time p{
    width: 80%;
    margin: auto;
}
@media (max-width: 480px) {
    .med_time table {
        width: 100%;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .med_time p{
        width: 100%;
    }
}
@media screen and (max-width:320px) {/*iPhone 5, 5s, seに適用させたいCSSを記述*/
    .med_time table {
        font-size: 0.8rem;
    }
}

/* ---------------------------------------------------------
 access
----------------------------------------------------------*/
section.access figure {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}
section.access figure img{
    border-radius: 10px;
}
section.access p.map_txt {
    width: 80%;
    margin: auto;
}
section.access .map_wrap iframe {
    width: 80%;
    height:450px;
    margin: auto;
}
.access dl dd span {
    color: #563767;
    font-weight: bold;
}
@media (max-width: 480px) {
    section.access .map_wrap iframe{
        width: 100%;
        height:250px;
    }
    section.access figure {
        width: 100%;
        margin-bottom: 10px;
    }
    section.access p.map_txt {
        width: 100%;
    }
}

/* ---------------------------------------------------------
 insta_area
----------------------------------------------------------*/
.insta_area{
    text-align: center;
}
.insta_area ul.widget li {
    float:  left;
    width: 33.3333%;
}

.insta_area .sns_area {
    border-radius: 8px;
    width: 80%;
    margin: 30px auto 0;
    text-align: left;
    padding: 20px;
    background: rgba(255,255,255,0.7);
}
.insta_area .sns_area li {
    margin-bottom: 20px;
    padding: 10px 0px 10px 60px;
}
.insta_area .sns_area li:last-child {
    margin-bottom: 0;
}
.insta_area .sns_area li.fb {
    background: url(./images/top/ico_fb.png)no-repeat left 50%;
    background-size: 50px;
}
.insta_area .sns_area li.insta {
    background: url(./images/top/ico_insta.png)no-repeat left 50%;
    background-size: 50px;
}
.insta_area .sns_area li.ameblog {
    background: url(./images/top/ico_ameblog.png)no-repeat left 50%;
    background-size: 50px;
}
.insta_area .sns_area li.line {
    background: url(./images/top/ico_line.png)no-repeat left 50%;
    background-size: 50px;
}

@media (max-width: 768px) {
    .insta_area iframe{
        height: 540px!important;
    }
    .insta_area .sns_area{
        width: auto;
    }
    .insta_area .sns_area li {
        margin-bottom: 10px;
        padding: 5px 0px 5px 40px;
        word-wrap: break-word;
    }
    .insta_area .sns_area li.fb,.insta_area .sns_area li.insta,.insta_area .sns_area li.ameblog,.insta_area .sns_area li.line {
        background-size: 30px;
    }
}
@media (max-width: 480px) {
    .insta_area iframe{
        width: 100%!important;
        height: 400px!important;
    }
    .insta_area ul.widget li {
        width: 50%;
    }
    .insta_area ul.widget li:last-child {
        display: none;
    }
}


/* ---------------------------------------------------------
 contact
----------------------------------------------------------*/
section.contact {
    width: 600px;
    margin: 130px auto;
    padding: 50px 30px;
    text-align: center;
    background: #fbf4dc;
    position: relative;
    border-radius: 10px;
}
.contact h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.contact p.tel {
    display: inline-block;
    padding-left: 32px;
    color: #0e3463;
    font-weight: bold;
    font-style: italic;
    font-size: 2.5rem;
    background: url(/images/common/tel.png) no-repeat left 50%;
    background-size: 25px;
}
.contact p.sup{
    font-size: 1.2rem;
}
.contact .tape {
    position: absolute;
    width: 200px;
}
.contact .top_tape {
    top: -45px;
    right: -45px;
}
.contact .bottom_tape {
    bottom: -45px;
    left: -45px;
}
.contact p.line {
    border-top: dotted 1px #ccc;
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
}
.contact p.line img {
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
@media (max-width: 768px) {
    section.contact {
        width: 90%;
        margin: 80px auto;
        padding: 50px 10px;
    }
    .contact h2 {
        font-size: 1.3rem;
    }
    .contact p.tel {
        padding-left: 21px;
        font-size: 1.5rem;
        background-size: 15px;
    }
    .contact .tape {
        width: 100px;
    }
    .contact .top_tape {
        top: -20px;
        right: -20px;
    }
    .contact .bottom_tape {
        bottom: -20px;
        left: -20px;
    }
    .contact p.sup {
        font-size: 0.9rem;
    }
    .contact p.line img {
        width: 30px;
    }
}

/* ---------------------------------------------------------
 footer
----------------------------------------------------------*/
footer a.up_top {
    display: block;
    text-align: center;
    background: #4b4645;
    padding: 20px;
}
footer a.up_top img {
    width: 35px;
    margin: auto;
    vertical-align: middle;
}
footer nav a {
    background: #f6f6f6 url(/images/common/arrow_bk.png) no-repeat 95% 50%;
    display: block;
    padding: 20px;
    background-size: 7px;
}
footer nav li {
    width: 33.33333%;
    float: left;
    border-bottom: solid 1px #b0a4a2;
    border-right: solid 1px #b0a4a2;
}
footer nav li:nth-child(3n) {
    border-right: 0;
}
footer nav li:nth-child(4n){
    border-bottom: 0;
}
footer nav li:nth-child(5n){
    border-bottom: 0;
}
footer nav li:nth-child(6n){
    border-bottom: 0;
}
footer .copy{
    text-align: center;
    font-size: 0.75rem;
    font-style: italic;
    padding: 10px;
    color: #818181;
}
footer .bottom_img p{
    font-size: 0.9rem;
    font-weight: bold;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer .bottom_img {
    background: url(/images/common/footer_back.jpg) no-repeat bottom;
    background-size: cover;
    text-align: center;
    padding: 20px;
}
footer .bottom_img figure {
    width: 200px;
    margin: auto;
    padding: 10px 0;
}
footer .bottom_img figure .sp{
    display: none;
}

@media screen and (max-width: 768px){
    footer nav li {
        width: 50%;
    }
    footer nav li:nth-child(2n) {
        border-right: 0!important;
    }
    footer nav li:nth-child(3n) {
        border-right: solid 1px #b0a4a2;
    }
    footer nav li:nth-child(4n){
        border-bottom: solid 1px #b0a4a2;
    }
    footer .bottom_img figure .pc{
        display: none;
    }
    footer .bottom_img figure .sp{
        display: block;
    }
}
@media screen and (max-width: 480px){
    footer .bottom_img figure {
        width: 150px;
    }
}


/* ---------------------------------------------------------
 post_page (下層共通)
----------------------------------------------------------*/
.post_page .page_img img{
    border-radius: 10px;
}
.post_page.content01 .page_img img{
    border: solid 10px #bce0ef;
}
.post_page.content02 .page_img img{
    border: solid 10px #c2e6d4;
}
.post_page.content03 .page_img img{
    border: solid 10px #efdee4;
}
.post_page .read_txt p{
    text-align: center;
    line-height: 200%;
    margin-bottom: 30px;
    font-weight: 500;
}
.post_page .read_txt p span {
    font-size: 0.8rem;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .post_page .read_txt p{
        text-align: left;
        line-height: 160%;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .read_txt .tac {
        text-align: left;
    }
}

/* ---------------------------------------------------------
 特質
----------------------------------------------------------*/
.menu figure.asteo{
    width: 300px;
    margin:auto;
}
@media screen and (max-width: 480px){
    .menu figure.asteo{
        width: 80%;
    }
}

/* ---------------------------------------------------------
 message
----------------------------------------------------------*/
.introduction h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
}
section.introduction {
    background: #f3eee2;
    padding: 50px;
    border-radius: 10px;
}
.introduction .name{
    font-size: 1.3rem;
    font-weight:500;
}
.introduction figure {
    float: left;
    width: 30%;
}
.introduction figure img{
    border-radius: 10px;
}
.introduction .txtbox {
    float: right;
    width: 65%;
}

@media screen and (max-width: 480px){
    section.introduction {
        padding: 20px;
    }
    .introduction figure {
        float: none;
        width: 50%;
        margin: auto;
        margin-bottom: 10px;
    }
    .introduction .txtbox {
        float: none;
        width: auto;
    }
    .introduction .txtbox p {
        text-align: center;
    }
}

/* ---------------------------------------------------------
 disease
----------------------------------------------------------*/
.disease dl dt {
    width: 200px;
}
.disease dl dd {
    margin-left: 200px;
}

@media screen and (max-width: 480px){
    .disease dl dt {
        width: 100px;
    }
    .disease dl dd {
        margin-left: 100px;
    }
}

/* ---------------------------------------------------------
 price_menu(料金)
----------------------------------------------------------*/
.price_menu dl dt {
    width: 200px;
}
.price_menu dl dd {
    width: calc(100% - 200px);
}
.price_menu dl dd span.type {
    color: #563767;
    font-weight: bold;
}
.price_menu dl dd.pink{
    color: #d05994;
}
.price_menu dl dd.pink span {
    color: #da43ca;
    font-weight: bold;
    margin-right: 10px;
}
.price_menu dl dd.pink p.border {
    border: dashed 1px #eedee6;
    margin: 10px 0;
}
.price_menu dl dd span.tag{
    background: #db6acb;
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff;
    margin-left: 5px!important;
    font-size: 0.70rem;
    font-weight: bold;
    display: inline-block!important;
    margin-right: 5px;
}
.price_menu dl dd span.tag.gray{
    background: #46b3e4;
}
.price_menu dl dd span.text.gray {
    color: #46b3e4;
    font-weight: bold;
}
.price_menu dl dd span.tag.yellow {
    background: #bfb97c;
}
.price_menu dl dd span.text.yellow {
    color: #bfb97c;
    font-weight: bold;
}


.price_menu .recomend_txt {
    text-align: right; /* テキストを右寄せにする */
    margin-bottom: 10px; /* 上側に寄せる */
}


.price_menu .menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    /* max-width: 800px; */
    margin: 30px auto 10px;
}

.price_menu .menu_list li {
    width: 32%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.price_menu .menu_list li p {
    display: flex;
    justify-content: center; /* 子要素を中央に配置 */
    align-items: center; /* 子要素を上下中央に配置 */
    font-size: 2rem;
    font-weight: bold;
    padding: 30px 10px;
    line-height: 1;
    background: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    flex-direction: column; /* 子要素を縦に配置 */
}

.price_menu .menu_list li p .top {
    display: flex;
    align-items: center; /* 横並びに配置 */
}

.price_menu .menu_list li p .star {
    font-size: 1rem;
    margin-bottom: 10px; /* 上側に寄せる */
    margin-right: 5px; /* 文字と星の間にスペースを追加 */
    
}

.price_menu .menu_list li p .min {
    font-size: 1.2rem;
    margin-top: 10px; /* 下側に寄せる */
}

.price_menu .menu_list li p .yen {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center; /* テキストを中央揃え */
}

.price_menu .menu_list li h5 {
    color: #fff;
    background-color: #563767;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    font-size: 1rem;
    width: 100%;
}




.price_menu .menu_list_platinum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    /* max-width: 800px; */
    margin: 30px auto 10px;
}

.price_menu .menu_list_platinum li {
    width: 32%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.price_menu .menu_list_platinum li p {
    display: flex;
    justify-content: center; /* 子要素を中央に配置 */
    align-items: center; /* 子要素を上下中央に配置 */
    font-size: 2rem;
    font-weight: bold;
    padding: 30px 10px;
    line-height: 1;
    background: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    flex-direction: column; /* 子要素を縦に配置 */
}

.price_menu .menu_list_platinum li p .top {
    display: flex;
    align-items: center; /* 横並びに配置 */
}

.price_menu .menu_list_platinum li p .star {
    font-size: 1rem;
    margin-bottom: 10px; /* 上側に寄せる */
    margin-right: 5px; /* 文字と星の間にスペースを追加 */
    
}

.price_menu .menu_list_platinum li p .min {
    font-size: 1.2rem;
    margin-top: 10px; /* 下側に寄せる */
}

.price_menu .menu_list_platinum li p .yen {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center; /* テキストを中央揃え */
}

.price_menu .menu_list_platinum li h5 {
    color: #fff;
    background-color: #808080;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    font-size: 1rem;
    width: 100%;
}







.price_menu .menu_list_gold {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    /* max-width: 800px; */
    margin: 30px auto 10px;
}

.price_menu .menu_list_gold li {
    width: 32%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.price_menu .menu_list_gold li p {
    display: flex;
    justify-content: center; /* 子要素を中央に配置 */
    align-items: center; /* 子要素を上下中央に配置 */
    font-size: 2rem;
    font-weight: bold;
    padding: 30px 10px;
    line-height: 1;
    background: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    flex-direction: column; /* 子要素を縦に配置 */
}

.price_menu .menu_list_gold li p .top {
    display: flex;
    align-items: center; /* 横並びに配置 */
}

.price_menu .menu_list_gold li p .star {
    font-size: 1rem;
    margin-bottom: 10px; /* 上側に寄せる */
    margin-right: 5px; /* 文字と星の間にスペースを追加 */
    
}

.price_menu .menu_list_gold li p .min {
    font-size: 1.2rem;
    margin-top: 10px; /* 下側に寄せる */
}

.price_menu .menu_list_gold li p .yen {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center; /* テキストを中央揃え */
}

.price_menu .menu_list_gold li h5 {
    color: #fff;
    background-color: #c69439;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    font-size: 1rem;
    width: 100%;
}














.price_menu .menu_txt {
    background: #fff;
    padding: 30px;
    font-weight: 500;
    font-size: 1rem;
    margin: auto;
}

.price_menu h3.line_tit {
    margin: 50px 0 40px;
}

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

.price_menu .main_menu_list li {
    width: 32%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
}
.price_menu .main_menu_list li img {
    width: 100%;
}
.price_menu .main_menu_list li h5 {
    margin-top: 10px;
}
.price_menu dl dd .tag_txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    font-weight: bold;
}
.price_menu dl dd .tag_txt:last-child {
    margin-bottom: 0;
}
.price_menu dl dd .tag_txt .tag {
    background: #bc9dcd;
    border-radius: 0;
    padding: 0 15px;
    margin: 0 20px 0 0!important;
}

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

    .price_menu .menu_list li p {
        font-size: 2rem;
    }

    .price_menu .menu_list li p .min {
        font-size: 1.1rem;
    }

    .price_menu .menu_list li p .yen {
        font-size: 1rem;
    }

    .price_menu .menu_list li h5 {
        font-size: 0.8rem;
    }



    .price_menu .menu_list_platinum li p {
        font-size: 2rem;
    }

    .price_menu .menu_list_platinum li p .min {
        font-size: 1.1rem;
    }

    .price_menu .menu_list_platinum li p .yen {
        font-size: 1rem;
    }

    .price_menu .menu_list_platinum li h5 {
        font-size: 0.8rem;
    }



    .price_menu .menu_list_gold li p {
        font-size: 2rem;
    }

    .price_menu .menu_list_gold li p .min {
        font-size: 1.1rem;
    }

    .price_menu .menu_list_gold li p .yen {
        font-size: 1rem;
    }

    .price_menu .menu_list_gold li h5 {
        font-size: 0.8rem;
    }




    .price_menu .main_menu_list li {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 15px;
    }
    .price_menu .main_menu_list li h5 {
        font-size: 0.8rem;
    }
    .price_menu .main_menu_list li:nth-child(3n) {
        margin-right: 0;
    }

    .price_menu .main_menu_list {
        justify-content: flex-start;
    }

    .price_menu dl dd .tag_txt {
        display: block;
    }

    .price_menu dl dd .tag_txt .tag {
        margin-bottom: 5px!important;
    }

    .price_menu dl dd .tag_txt{
        font-weight: normal;
    }
    .price_menu .menu_list {
        justify-content: center;
    }

    .price_menu .menu_list li {
        width: 30%;
        background: #563767;
        margin: 0 1.6% 20px;
    }

    .price_menu .menu_list_platinum {
        justify-content: center;
    }

    .price_menu .menu_list_platinum li {
        width: 30%;
        background: #563767;
        margin: 0 1.6% 20px;
    }

    .price_menu .menu_list_gold {
        justify-content: center;
    }

    .price_menu .menu_list_gold li {
        width: 30%;
        background: #563767;
        margin: 0 1.6% 20px;
    }


}

@media screen and (max-width: 480px){
    .price_menu dl dt {
        width: 100px;
    }
    .price_menu dl dd {
        width: calc(100% - 100px);
    }
    .price_menu dl dd.pink span {
        display: block;
        border-bottom: dotted 1px #da43ca;
        margin: 5px 0;
        margin-right: 0;
    }
    .price_menu dl dd span.tag{
        padding: 2px;
    }

    .price_menu .menu_list li {
        width: 45%;
        margin: 0 2.5% 20px;
    }

    .price_menu .menu_list {
        margin-bottom: 10px;
    }

    .price_menu .menu_list_platinum li {
        width: 45%;
        margin: 0 2.5% 20px;
    }

    .price_menu .menu_list_platinum {
        margin-bottom: 10px;
    }

    .price_menu .menu_list_gold li {
        width: 45%;
        margin: 0 2.5% 20px;
    }

    .price_menu .menu_list_gold {
        margin-bottom: 10px;
    }

    .price_menu .menu_txt {
        padding: 20px;
        font-size: 0.9rem;
    }

    .price_menu .main_menu_list li {
        width: 48%;
        margin-right: 4%;
    }
    .price_menu .main_menu_list li:nth-child(3n) {
        margin-right: 4%;
    }
    .price_menu .main_menu_list li:nth-child(2n) {
        margin-right: 0;
    }
    .price_menu .main_menu_list li:nth-last-child(2),.price_menu .main_menu_list li:last-child {
        margin-bottom: 0;
    }

}

/* ---------------------------------------------------------
 page_sns
----------------------------------------------------------*/
.page_sns ul{
    width: 480px;
    margin: auto;
}
.page_sns ul li {
    margin-bottom: 20px;
    padding: 10px 0px 10px 60px;
}
.page_sns ul li:last-child {
    margin-bottom: 0;
}
.page_sns ul li.fb {
    background: url(./images/top/ico_fb.png)no-repeat left 50%;
    background-size: 50px;
}
.page_sns ul li.insta {
    background: url(./images/top/ico_insta.png)no-repeat left 50%;
    background-size: 50px;
}
.page_sns ul li.line {
    background: url(./images/top/ico_line.png)no-repeat left 50%;
    background-size: 50px;
}
.page_sns ul li.ameblog {
    background: url(./images/top/ico_ameblog.png)no-repeat left 50%;
    background-size: 50px;
}
.page_sns ul li.web {
    background: url(./images/top/ico_web.png)no-repeat left 50%;
    background-size: 50px;
}

@media (max-width: 768px) {
    .page_sns ul{
        width: auto;
    }
    .page_sns ul li {
        margin-bottom: 10px;
        padding: 5px 0px 5px 40px;
        word-wrap: break-word;
    }
    .page_sns ul li.fb,.page_sns ul li.insta,.page_sns ul li.line,.page_sns ul li.ameblog,.page_sns ul li.web {
        background-size: 30px;
    }
}

/* ---------------------------------------------------------
 accident
----------------------------------------------------------*/
.accident .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.accident .flex p{
    width: calc(100% - 230px);
}
.accident .flex .accident_img{
    width: 200px;
}
.accident .flex_sub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    margin: 10px 0 30px;
}
.accident .flex_sub h5 {
    background: #d0bdd9;
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accident .flex_sub p {
    width: calc(100% - 120px);
    padding: 10px;
}
@media (max-width: 480px) {
    .accident .flex p{
        width: 100%;
        margin-bottom: 20px;
    }
    .accident .flex .accident_img{
        width: 200px;
        margin: auto;
    }
    .accident .flex_sub h5 {
        width: 100%;
        text-align: left;
        padding-left: 5px;
        display: block;
    }
    .accident .flex_sub p {
        width: 100%;
        padding: 5px;
        font-size: 0.8rem;
    }
}

/* ---------------------------------------------------------
 project
----------------------------------------------------------*/
.c_project {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.c_project h3 {
    margin-top: 0;
    font-size: 1.1rem;
}
.c_project .banner {
    background: url(./images/project/mainv_bg.jpg)no-repeat 50% center;
    background-size: cover;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
}
.c_project .banner figure {
    max-width: 600px;
    margin: auto;
}
.c_project .banner a:hover {
    display: block;
}

.project h2 {
    background: url(./images/project/mainv_bg.jpg)no-repeat 50% center;
    background-size: cover;
}
.project h2 figure {
    max-width: 700px;
    margin: auto;
    padding: 30px;
}
.project .ico{
    width: 30px;
    margin-right: 8px;
    vertical-align: middle;
}
.project .project_menu dt span {
    display: block;
}
.project .project_menu dd {
    font-size: 1.2rem;
    font-weight: bold;
}


@media (max-width: 480px) {
    .c_project h3 {
        font-size: 0.9rem;
    }
    .project .ico{
        width: 20px;
    }
    .project h2 figure {
        padding: 30px 10px;
    }
    .project .project_menu dt span {
        font-size: 0.7rem;
    }
}