
{"id":3923,"date":"2025-02-17T12:25:12","date_gmt":"2025-02-17T03:25:12","guid":{"rendered":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/?post_type=access&#038;p=3923"},"modified":"2026-04-03T13:20:16","modified_gmt":"2026-04-03T04:20:16","slug":"ikebukuro","status":"publish","type":"access","link":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/access\/ikebukuro\/","title":{"rendered":"\u6c60\u888b\u99c5\u524d\u9662"},"content":{"rendered":"\n<style>\n#main_contents{\n  max-width:1200px;\n}\n<\/style>\n\n\n\n<div class=\"clinic_information\">\n    <dl class=\"clinic_contact\">\n        <dd>\n            <a href=\"tel:0120-915-967\" class=\"department\">\u260e 0120-915-967 <\/a>\n<p>\u96fb\u8a71\u5bfe\u5fdc\u30009:00\uff5e18:00 \u203b\u55b6\u696d\u65e5\u306e\u307f\u306e\u5bfe\u5fdc\u3068\u306a\u308a\u307e\u3059<\/p>\n        <\/dd>\n    <\/dl>\n    <dl class=\"clinic_address\">\n        <dt>\u4f4f\u6240<\/dt>\n        <dd> <span class=\"postal\">\u3012171-0021<\/span> <span class=\"address\">\u6771\u4eac\u90fd\u8c4a\u5cf6\u533a\u897f\u6c60\u888b5-1-3 \u30e1\u30c8\u30ed\u30b7\u30c6\u30a3\u897f\u6c60\u888b 3\u968e<\/span><\/dd>\n    <\/dl>\n    <dl class=\"clinic-resv\">\n        <dd><a href=\"https:\/\/mypage-online-reservation.hiro-clinic.or.jp\/register?department=dermatology\">WEB\u304b\u3089\u4e88\u7d04\u3059\u308b<\/a><\/dd>\n    <\/dl>\n<\/div>\n<style>\n  .clinic-resv{\n    display:block;\n    max-width:350px;\n    width:70%;\n    font-size:18px;\n    text-align:center;\n  }\n  .clinic-resv a{\n    width: 100%;\n    height: 100%;\n    display: inline-block;\n    background-color: #fef4f8;\n    background-image: linear-gradient(0deg, #fef4f8 0%, white 50%);\n    border: 1px solid #f7b2cb;\n    border-radius: 0.25rem;\n    font-size: 1.2rem;\n    line-height: 1.4;\n    font-weight: 700;\n    padding: 0.5rem 0;\n    box-shadow: 0rem 0.3rem 0.3rem -0.1rem rgb(0,0,0);\n    text-align:center;\n  }\n<\/style>\n\n\n\n<nav class=\"clinic_nav_btns\">\n    <ul>\n        <li><a href=\"#access\"><span class=\"material-icons\">arrow_downward<\/span> \u6c60\u888b\u99c5\u524d\u9662\u306e\u30a2\u30af\u30bb\u30b9<\/a><\/li>\n        <li><a href=\"#time_sched\"><span class=\"material-icons\">arrow_downward<\/span> \u6c60\u888b\u99c5\u524d\u9662\u306e\u8a3a\u7642\u6642\u9593<\/a><\/li>\n        <\/li>\n    <\/ul>\n<\/nav>\n\n\n\n<script type=\"text\/javascript\" src=\"\/nipt\/wp-content\/themes\/hiro_nipt\/js\/Chart.min.js\"><\/script>\n<script src=\"\/nipt\/wp-content\/themes\/hiro_nipt\/js\/chartjs-plugin-datalabels.js\"><\/script>\n\n\n\n<script>\n    const ctx = document.getElementById(\"myPieChart\");\n    const ctxText = document.getElementById(\"myPieChartText\");\n\n    const report_of_array = [1.8, 41.7, 31.6, 22.4, 2.4];\n    const label_array = [\"2\u65e5\u9593\", \"3\u65e5\u9593\", \"4\u65e5\u9593\", \"5\u65e5\u9593\", \"6\u65e5\u9593\"];\n    const color_array = ['#f7db33', '#e54c84', '#0099ff', '#0da09f', '#ff9900', '#fec5db', \"#0073FF\", \"#8c67e8\"];\n\n    const myPieChart = new Chart(ctx, {\n        type: 'pie',\n        data: {\n            labels: label_array,\n            datasets: [{\n                labels: [\"\", \"\", \"\", \"\", \"\", \"\"],\n                backgroundColor: color_array,\n                data: report_of_array,\n                borderWidth: 0\n            }]\n        },\n        options: {\n            tooltips: {\n                enabled: false\n            },\n            plugins: {\n                datalabels: {\n                    color: 'transparent'\n                }\n            },\n            legend: {\n                display: false\n            },\n            maintainAspectRatio: false\n        }\n    });\n\n    var myPieChartText = new Chart(ctxText, {\n        type: 'pie',\n        data: {\n            datasets: [{\n                labels: label_array,\n                backgroundColor: \"transparent\",\n                data: report_of_array,\n                borderWidth: 0\n            }]\n        },\n        options: {\n            tooltips: {\n                enabled: false\n            },\n            plugins: {\n                datalabels: {\n                    formatter: function (value, context) {\n                        return context.chart.data.datasets[0].labels[context.dataIndex];\n                    },\n                    color: ['#000', '#fff', '#fff', '#fff', '#fff'],\n                    font: {\n                        size: 18,\n                        lineHight: 1\n                    },\n                    align: [\"end\", \"center\", \"center\", \"end\", \"start\"],\n                    anchor: \"center\",\n                    textAlign: [\"left\", \"center\", \"center\", \"center\", \"center\"],\n                    textStrokeWidth: 6,\n                    textStrokeColor: color_array\n                }\n            },\n            legend: {\n                display: false\n            },\n            tooltips: {\n                enabled: false\n            },\n            maintainAspectRatio: false\n        }\n    });\n<\/script>\n<style>\n    .graph-container>canvas {\n        position: relative;\n    }\n\n    .graph-container>canvas~canvas {\n        position: absolute;\n        top: 0;\n        left: 0;\n    }\n<\/style>\n\n\n\n<div id=\"doctor\" class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\"><\/div><\/div>\n\n\n\n<section class=\"merit\">\n<h2>\u5f53\u9662\u306e\u30e1\u30ea\u30c3\u30c8<\/h2>\n<div class=\"merit-item\">\n<h3>\u4fe1\u983c\u306e\u5b9f\u7e3e!20,586\u4ef6\u4ee5\u4e0a\u306e\u624b\u8853\u5b9f\u7e3e<\/h3>\n<p>\u7d4c\u9a13\u8c4a\u5bcc\u306a\u5c02\u9580\u533b\u304c\u3001\u5b89\u5fc3\u3057\u3066\u53d7\u3051\u3089\u308c\u308b\u6cbb\u7642\u3092\u63d0\u4f9b\u3002<\/p>\n<\/div>\n<div class=\"merit-item\">\n<h3>\u76ae\u819a\u306e\u60a9\u307f\u3001\u5168\u3066\u304a\u4efb\u305b\uff01<\/h3>\n<p>\u6e7f\u75b9\u3084\u30cb\u30ad\u30d3\u304b\u3089AGA\u307e\u3067\u3001<br>\u3042\u3089\u3086\u308b\u76ae\u819a\u75be\u60a3\u306b\u5bfe\u5fdc\u3002<\/p>\n<\/div>\n<div class=\"merit-item\">\n<h3>\u5b89\u5fc3\u30fb\u78ba\u5b9f\u306a\u5f62\u6210\u5916\u79d1\u6cbb\u7642<\/h3>\n<p>\u30ef\u30ad\u30ac\u3084\u307b\u304f\u308d\u3001\u30b1\u30ed\u30a4\u30c9\u306a\u3069\u3001<br>\u60a3\u8005\u69d8\u306e\u60a9\u307f\u306b\u5bc4\u308a\u6dfb\u3063\u305f\u6cbb\u7642\u3092\u63d0\u4f9b\u3002<\/p>\n<\/div>\n<div class=\"merit-item\">\n<h3>\u5c0f\u3055\u306a\u624b\u8853\u3067\u5927\u304d\u306a\u6539\u5584\uff01<\/h3>\n<p>\u526f\u4e73\u3084\u5dfb\u304d\u722a\u306a\u3069\u3001\u8ca0\u62c5\u3092\u5c11\u306a\u304f<br>\u3059\u3050\u306b\u6539\u5584\u3067\u304d\u308b\u624b\u8853\u304c\u53ef\u80fd\u3002<\/p>\n<\/div>\n<div class=\"merit-item\">\n<h3>\u4e00\u4eba\u3072\u3068\u308a\u306b\u5bc4\u308a\u6dfb\u3046\u3001<br>\u5fc3\u306e\u3053\u3082\u3063\u305f\u533b\u7642<\/h3>\n<p>\u60a3\u8005\u69d8\u3068\u306e\u4fe1\u983c\u95a2\u4fc2\u3092\u5927\u5207\u306b\u3001<br>\u7d0d\u5f97\u306e\u3067\u304d\u308b\u6cbb\u7642\u3092\u63d0\u4f9b\u3002<\/p>\n<\/div>\n<\/section>\n\n\n\n<h2>\u533b\u5e2b\u7d39\u4ecb<\/h2>\n<div class=\"doctor-box\">\n  <div class=\"doctor\">\n    <img decoding=\"async\" src=\"\" class=\"hifu\">\n    <h3>\u9060\u7530 \u535a\u5148\u751f<\/h3>\n    <p>\u3010 \u62c5\u5f53\u66dc\u65e5 \u3011<br>\u6708\u30fb\u706b\u30fb\u6c34AM\u30fb\u91d1\u30fb\u571f<\/p>\n  <\/div>\n  <div class=\"doctor\">\n    <img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2026\/03\/%E7%90%86%E4%BA%8B%E9%95%B7-%E5%B2%A1%E6%B5%A9%E5%AD%90%E5%85%88%E7%94%9F.webp\" class=\"hifu\">\n    <h3>\u5ca1 \u6d69\u5b50\u7406\u4e8b\u9577<\/h3>\n    <p>\u3010 \u62c5\u5f53\u66dc\u65e5 \u3011<br>\u6728<\/p>\n  <\/div>\n  <div class=\"doctor\">\n    <img decoding=\"async\" src=\"\" class=\"hifu\">\n    <h3>\u6d77\u8001\u6ca2 \u6b66\u5fd7\u5148\u751f<\/h3>\n    <p>\u3010 \u62c5\u5f53\u66dc\u65e5 \u3011\u6c60\u888b\uff1a\u6728<\/p>\n  <\/div>\n<\/div>\n<style>\n.doctor-box{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:20px;\n}\n.doctor .hifu{\n  display:block;\n  margin:0 auto 1rem;\n  position:relative;\n  width:calc(50% - 10px);\n  background:linear-gradient(to bottom, #faf4f8 0%, #e8c4cc 100%);\n  max-width:200px;\n  min-width:160px;\n  aspect-ratio:1 \/ 1;\n}\n.doctor .hifu:after{\n  content:\"\u76ae\u819a\u79d1\u533b\";\n  font-size:14px;\n  text-align:left;\n  display:block;\n  position:absolute;\n  top:0;\n  left:0;\n  padding:.5rem;\n  background:pink;\n  border:1px solid red;\n}\n.doctor h3,\n.doctor p{\n  text-align:center;\n}\n<\/style>\n\n\n\n<section class=\"time\">\n<h2>\u6c60\u888b\u99c5\u524d\u9662\u306e\u8a3a\u7642\u6642\u9593<\/h2>\n\n    <div class=\"jikan\">\n<div class=\"clinic-info\">\n\n    <table class=\"shinryoujikan\" style=\"margin-bottom: 30px; width: 100%;\">\n        <tbody>\n            <tr>\n                <th colspan=\"2\" style=\"background-color: #ffe0e8; text-align: center;\">\u8a3a\u7642\u6642\u9593<\/th>\n            <\/tr>\n            <tr>\n                <th style=\"width:30%; background-color: #ffe0e8; text-align: center;\">\u5348\u524d<\/th>\n                <td style=\"width:70%; text-align: center;\">9:00\uff5e13:00<\/td>\n            <\/tr>\n            <tr>\n                <th style=\"background-color: #ffe0e8; text-align: center;\">\u5348\u5f8c<\/th>\n                <td style=\"text-align: center;\">14:20\uff5e17:50<\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n\n<br>    \n<table class=\"uketsukejikan\" style=\"margin-bottom: 30px; width: 100%;\">\n        <tbody>\n            <tr>\n                <th colspan=\"2\" style=\"background-color: #ffe0e8; text-align: center;\">\u9662\u5185\u53d7\u4ed8\u6642\u9593<\/th>\n            <\/tr>\n            <tr>\n                <th style=\"width:30%; background-color: #ffe0e8; text-align: center;\">\u5348\u524d<\/th>\n                <td style=\"width:70%; text-align: center;\">9:00\uff5e12:50<\/td>\n            <\/tr>\n            <tr>\n                <th style=\"background-color: #ffe0e8; text-align: center;\">\u5348\u5f8c<\/th>\n                <td style=\"text-align: center;\">14:20\uff5e17:50<\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n\n<br>  \n  <table class=\"kyuushinbi\" style=\"width: 100%;\">\n        <tbody>\n            <tr>\n                <th style=\"background-color: #ffe0e8; text-align: center;\">\u4f11\u8a3a\u65e5<\/th>\n            <\/tr>\n            <tr>\n                <td style=\"text-align: center;\">\u65e5\u66dc\u30fb\u795d\u65e5<\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n\n<\/div>\n\n\n<!-- <div class=\"t-sp\">\n<table>\n<tbody>\n<tr><th>\u6708<\/th><td>-<\/td><\/tr>\n<tr><th>\u706b<\/th><td>9:00 \u301c 18:00<\/td><\/tr>\n<tr><th>\u6c34<\/th><td>9:00 \u301c 18:00<\/td><\/tr>\n<tr><th>\u6728<\/th><td>9:00 \u301c 18:00<\/td><\/tr>\n<tr><th>\u91d1<\/th><td>9:00 \u301c 18:00<\/td><\/tr>\n<tr><th>\u571f<\/th><td>9:00 \u301c 18:00<\/td><\/tr>\n<tr><th>\u65e5<\/th><td>-<\/td><\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"t-pc\">\n<table>\n<tbody>\n<tr><th>\u6708<\/th><th>\u706b<\/th><th>\u6c34<\/th><th>\u6728<\/th><th>\u91d1<\/th><th>\u571f<\/th><th>\u65e5<\/th><\/tr>\n<tr><td>9:00 \u301c 18:00<\/td><td>9:00 \u301c 18:00<\/td><td>9:00 \u301c 18:00<\/td><td>9:00 \u301c 18:00<\/td><td>9:00 \u301c 18:00<\/td><td>9:00 \u301c 18:00<\/td><td>-<\/td><\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p class=\"time-detail\">[\u6708\u66dc\/\u706b\u66dc\/\u6c34\u66dc\/\u6728\u66dc\/\u91d1\u66dc\/\u571f\u66dc] 9:00 \u301c 18:00<\/p>\n<\/section> -->\n\n\n\n<div id=\"time_sched\" class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<style>\n.merit{\n  padding:1rem;\n  box-sizing:border-box;\n  display:flex;\n  flex-wrap:wrap;\n  gap:1rem;\n}\n.merit .merit-item *{\n  width:100%;\n}\n.merit .merit-item{\n  position:relative;\n  height:140px;\n  display:flex;\n  gap:.5rem;\n  flex-wrap:wrap;\n  align-items:center;\n  justify-content:center;\n  width:100%;\n  min-width:250px;\n  text-align:center;\n  padding:1rem;\n  box-sizing:border-box;\n  border:1px solid #999;\n  box-shadow:3px 3px 5px #333;\n  margin:0 auto;\n  background:#fdfdfd;\n}\n.merit-item:before{\n    position: absolute;\n    top: 0;\n    left: 0;\n    font-size: min(8vw,64px);\n    color: #80008033;\n}\n.merit-item:first-of-type:before{\n  content: \"01\";\n}\n.merit-item:nth-of-type(2):before{\n  content: \"02\";\n}\n.merit-item:nth-of-type(3):before{\n  content: \"03\";\n}\n.merit-item:nth-of-type(4):before{\n  content: \"04\";\n}\n.merit-item:nth-of-type(5):before{\n  content: \"05\";\n}\n.merit h2{\n  font-size:24px;\n}\n.merit h3{\n  font-size:20px;\n  line-height:1.3;\n  font-family: \"Times New Roman\" , \"\u6e38\u660e\u671d\" , \"Yu Mincho\" , \"\u6e38\u660e\u671d\u4f53\" , \"YuMincho\" , \"\u30d2\u30e9\u30ae\u30ce\u660e\u671d Pro W3\" , \"Hiragino Mincho Pro\" , \"HiraMinProN-W3\" , \"HGS\u660e\u671dE\" , \"\uff2d\uff33 \uff30\u660e\u671d\" , \"MS PMincho\" , serif;\n}\n@media screen and (min-width:801px){\n.merit .merit-item{\n  width:calc(50% - .5rem);\n}\n.merit h2,.merit .merit-item:first-of-type{\n  width:100%;\n  margin:0 auto;\n}\n}\n<\/style>\n\n\n\n<style>\n.t-pc{\n  display:none;\n  width:calc(100% - 2rem);\n  marign:0 auto;\n}\n.time table,.time th,.time td {\n  border: 1px solid #000;\n  box-sizing-border-box;\n}\n.time th,.time td {\n  padding:.5rem 0;\n}\n.t-sp th,.t-sp td {\n  font-size:max(2vw,20px);\n}\n.t-pc th,.t-pc td {\n  font-size:min(2vw,20px);\n}\n.time table{\n  border-collpase:collpase;\n  text-align:center;\n}\n.time div{\n  margin:0 auto 2rem;\n}\n.time-detail{\n  text-align:center;\n}\n.t-pc th,\n.t-pc td{\n  width:calc(100% \/ 7);\n}\n.t-sp{\n  box-sizing:border-box;\n  padding:0 1rem;\n}\n@media screen and (min-width:800px){\n.t-sp{\n  display:none;\n}\n.t-pc{\n  display:block;\n}\n}\n<\/style>\n\n\n\n<p class=\"has-text-align-center\"><\/p>\n\n\n\n<a href=\"https:\/\/lin.ee\/Pr7lP69H\" class=\"line-btn\">\n  <img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/08\/line-btn.webp\" alt=\"line\u30dc\u30bf\u30f3\">\n<\/a>\n\n<style>\n.line-btn{\n  max-width:300px;\n  margin:0 auto 2rem;\n  width:calc(100% - 2rem);\n  display:block;\n}\n.line-btn img{\n  width:100%;\n}\n<\/style>\n<\/div><\/div>\n\n\n\n<div id=\"social_outline\">\n    <ul class=\"item_list\">\n        <li>\n            <dl>\n                <dt class=\"js-accordion-title\" id=\"summary\">\u6c60\u888b\u99c5\u524d\u9662\u306e\u30af\u30ea\u30cb\u30c3\u30af\u6982\u8981<span class=\"material-icons\">add<\/span><\/dt>\n                <dd class=\"js-accordion-content\">\n                    <figure id=\"schedule_table\" class=\"wp-block-table\">\n                        <table class=\"clinic_detail_table table-sp-break\">\n                            <tbody>\n                                <tr>\n                                    <th>\u30af\u30ea\u30cb\u30c3\u30af\u540d<\/th>\n                                    <td>\n                                        <p style=\"margin-bottom:initial;\">\u30d2\u30ed\u30af\u30ea\u30cb\u30c3\u30af\u3000\u6c60\u888b\u99c5\u524d\u9662<\/p>\n                                    <\/td>\n                                <\/tr>\n                                <tr>\n                                    <th>\u4f4f\u6240<\/th>\n                                    <td>\n                                        <p style=\"text-align:left;display: inline-block;\"><span class=\"postal\">\u3012171-0021<\/span> <span class=\"address\">\u6771\u4eac\u90fd\u8c4a\u5cf6\u533a\u897f\u6c60\u888b5-1-3 \u30e1\u30c8\u30ed\u30b7\u30c6\u30a3\u897f\u6c60\u888b 3\u968e<\/span><\/p>\n                                    <\/td>\n                                <\/tr>\n                                <tr>\n                                    <th rowspan=\"2\">\u6c60\u888b\u99c5\u524d\u9662\u306e\u96fb\u8a71\u756a\u53f7<\/th>\n                                    <td>\n                                        <p style=\"text-align:center;\"><a href=\"tel:0120-915-967\">\u260e 0120-915-967<\/a><\/p>\n                                       <!-- <p>\u53d7\u4ed8\u6642\u9593:\u706b\u30fb\u6c34\u30fb\u6728\u30fb\u91d1\u30fb\u571f9:00\uff5e18:00<br><\/p> -->\n                                    <\/td>\n                                <\/tr>\n                                <tr>\n                                <\/tr>\n                                <tr>\n                                    <th>Web\u4e88\u7d04<\/th>\n                                    <td>\n                                        <p>24\u6642\u9593\u4e88\u7d04\u53d7\u4ed8<\/p>\n                                        <p class=\"talign-center button design_button\"><a href=\"https:\/\/mypage-online-reservation.hiro-clinic.or.jp\/register?department=dermatology\">WEB\u304b\u3089\u4e88\u7d04\u3059\u308b<\/a><\/p>\n                                    <\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/figure>\n                <\/dd>\n            <\/dl>\n        <\/li>\n    <\/ul>\n<\/div>\n\n\n\n<style>\n.design_button{\n  width:80%;\n  font-size:16px;\n}\n.design_button a{\n  color:#333;\n  background-color:pink;\n}\n<\/style>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone\" rel=\"stylesheet\">\n<script>\n    jQuery(function ($) {\n        $('.js-accordion-title').on('click', function () {\n            if ($(this).siblings('.js-accordion-content').css('display') == 'none') {\n                $(this).addClass('open');\n                $(this).siblings('.js-accordion-content').slideDown();\n                $(this).children('.material-icons').html('remove');\n            } else {\n                $(this).removeClass('open');\n                $(this).siblings('.js-accordion-content').slideUp();\n                $(this).children('.material-icons').html('add');\n            }\n        });\n    });\n<\/script>\n\n\n\n<div id=\"access\" class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<div id=\"map-anch\" class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"\u30a2\u30af\u30bb\u30b9\">\u6c60\u888b\u99c5\u524d\u9662\u3078\u306e\u30a2\u30af\u30bb\u30b9<\/h2>\n\n\n<p><iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d404.84732439410766!2d139.7063941!3d35.7316633!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188d5eb319494f%3A0x64e6668a97dbb05f!2z44CSMTcxLTAwMjEg5p2x5Lqs6YO96LGK5bO25Yy66KW_5rGg6KKL77yV5LiB55uu77yR4oiS77yTIOODoeODiOODreOCt-ODhuOCo-ilv-axoOiiiw!5e0!3m2!1sja!2sjp!4v1737332228765!5m2!1sja!2sjp\"  width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe><\/p>\n\n\n<p><!-- [gmap_button] --><\/p>\n\n\n\n<p class=\"has-text-align-center\">\u6c60\u888b\u99c5\u76f4\u7d50<br>\u4f4f\u6240\uff1a<span class=\"postal\">\u3012171-0021<\/span> <span class=\"address\">\u6771\u4eac\u90fd\u8c4a\u5cf6\u533a\u897f\u6c60\u888b5-1-3 \u30e1\u30c8\u30ed\u30b7\u30c6\u30a3\u897f\u6c60\u888b 3\u968e<\/span><\/p>\n<\/div><\/div>\n\n\n\n<ul class=\"item_list\">\n        <li>\n            <dl>\n                <dt class=\"js-accordion-title\" id=\"\"><span class=\"material-icons-two-tone\">train<\/span> \u96fb\u8eca\u3067\u304a\u8d8a\u3057\u306e\u65b9<span class=\"material-icons\">add<\/span><\/dt>\n                <dd class=\"js-accordion-content\" style=\"display:none;\">\n                <div style=\"text-align:center;clear:both;\">\n                <h3>\u96fb\u8eca\u3067\u306e\u6c60\u888b\u99c5\u524d\u9662\u3078\u306e\u30a2\u30af\u30bb\u30b9\u60c5\u5831<\/h3>\n                <ul>\n                    <li class=\"info\">\u5927\u5bae\u99c5 \u2192 \u6c60\u888b\u99c5 \u6e58\u5357\u65b0\u5bbf\u30e9\u30a4\u30f3 \u7d0430\u5206<\/li>\n                    <li class=\"info\">\u6240\u6ca2\u99c5 \u2192 \u6c60\u888b\u99c5 \u897f\u6b66\u6c60\u888b\u7dda \u7d0420\u5206<\/li>\n                    <li class=\"info\">\u5ddd\u8d8a\u99c5 \u2192 \u6c60\u888b\u99c5 \u6771\u6b66\u6771\u4e0a\u7dda \u7d0430\u5206<\/li>\n                    <li class=\"info\">\u8abf\u5e03\u99c5 \u2192 \u6c60\u888b\u99c5 \u4eac\u738b\u7dda\/JR\u5c71\u624b\u7dda \u7d0435\u5206<\/li>\n                <\/ul>\n            <\/div>\n            <\/dd>\n            <\/dl>\n        <\/li>\n        <li>\n            <dl>\n                <dt class=\"js-accordion-title\" id=\"\"><span class=\"material-icons-two-tone\">train<\/span> \u30d0\u30b9\u3067\u304a\u8d8a\u3057\u306e\u65b9<span class=\"material-icons\">add<\/span><\/dt>\n                <dd class=\"js-accordion-content\" style=\"display:none;\">\n                <div style=\"text-align:center;clear:both;\">\n                <h3>\u30d0\u30b9\u3067\u306e\u6c60\u888b\u99c5\u524d\u9662\u3078\u306e\u30a2\u30af\u30bb\u30b9\u60c5\u5831<\/h3>\n                <p>\u90fd\u30d0\u30b9\u90fd02\u4e59\u7cfb\u7d71\u300c\u6771\u6c60\u888b1\u4e01\u76ee\u300d\u306b\u3066\u3054\u964d\u8eca\u4e0b\u3055\u3044\u3002<\/p>\n                <ul>\n                    <li class=\"info\">\u6625\u65e5\u99c5\u524d \u2192 \u6771\u6c60\u888b1\u4e01\u76ee  \u7d0430\u5206<\/li>\n                    <li class=\"info\">\u4e00\u30c4\u6a4b \u2192 \u6771\u6c60\u888b1\u4e01\u76ee \u7d0430\u5206<\/li>\n                <\/ul>\n            <\/div>\n            <\/dd>\n            <\/dl>\n        <\/li>\n    <\/ul>\n<style>\n  .info{\n    list-style:none;\n    text-align:start;\n  }\n  .address_data{\n    margin-bottom:1.5rem!important;\n  }\n  .park-info{\n    text-align:start;\n    padding-left:1.7rem;\n  }\n<\/style>\n<\/div><\/div>\n\n\n\n<div class=\"access-list\">\r\n<ul class=\"access-item\">\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/\uff11.webp\" alt=\"\u9806\u5e8f01\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u6c60\u888b\u99c5\u6539\u672d\u53e3\u3092\u51fa\u307e\u3057\u305f\u3089\u3001<br>\u897f\u53e3\u4e2d\u592e\u65b9\u5411\u3078\u9032\u3093\u3067\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/2.webp\" alt=\"\u9806\u5e8f02\" class=\"access-img\" \/>\r\n<p class=\"access-text\">Ethica\u306e\u968e\u6bb5\u307e\u3067\u76f4\u9032\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/3.webp\" alt=\"\u9806\u5e8f03\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u968e\u6bb5\u307e\u305f\u306f\u30a8\u30b9\u30ab\u30ec\u30fc\u30bf\u30fc\u3092\u4e0b\u3063\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/4.webp\" alt=\"\u9806\u5e8f04\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u7acb\u6559\u5927\u5b66\u65b9\u9762\u307e\u3067\u76f4\u9032\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/5.webp\" alt=\"\u9806\u5e8f05\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u7a81\u304d\u5f53\u305f\u308a\u307e\u3067\u884c\u304d\u3001C2\u307e\u305f\u306fC3\u51fa\u53e3\u3078\u5411\u304b\u3063\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/6.webp\" alt=\"\u9806\u5e8f06\" class=\"access-img\" \/>\r\n<p class=\"access-text\">C2,C3\u3069\u3061\u3089\u306e\u968e\u6bb5\u3092\u306e\u307c\u3063\u3066\u3082\u5927\u4e08\u592b\u3067\u3059\u3002<br>C2\u51fa\u53e3\u306e\u5834\u5408\u306f\u2466\u3001C3\u51fa\u53e3\u306e\u5834\u5408\u306f\u2466-1\u3092\u898b\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/7.webp\" alt=\"\u9806\u5e8f07\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u3010C2\u51fa\u53e3\u3011C2\u51fa\u53e3\u306e\u968e\u6bb5\u3092\u306e\u307c\u3063\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/7-1.webp\" alt=\"\u9806\u5e8f07-1\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u3010C3\u51fa\u53e3\u3011C3\u51fa\u53e3\u306e\u968e\u6bb5\u3092\u306e\u307c\u3063\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/8.webp\" alt=\"\u9806\u5e8f08\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u3010C2\u51fa\u53e3\u3011\u968e\u6bb5\u3092\u5de6\u6298\u3059\u308b\u3068\u30e1\u30c8\u30ed\u30b7\u30c6\u30a3\u897f\u6c60\u888b\u306e\u6848\u5185\u677f\u304c\u3042\u308b\u306e\u3067\u3001\u77e2\u5370\u306b\u5f93\u3063\u3066\u30a8\u30f3\u30c8\u30e9\u30f3\u30b9\u30db\u30fc\u30eb\u3078\u9032\u3093\u3067\u304f\u3060\u3055\u3044\u3002\r\n<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/8-1.webp\" alt=\"\u9806\u5e8f08-1\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u3010C3\u51fa\u53e3\u3011\u968e\u6bb5\u3092\u306e\u307c\u308b\u3068\u53f3\u659c\u3081\u524d\u306b\u30e1\u30c8\u30ed\u30b7\u30c6\u30a3\u897f\u6c60\u888b\u306e\u6848\u5185\u677f\u304c\u3042\u308b\u306e\u3067\u3001\u77e2\u5370\u306b\u5f93\u3063\u3066\u30a8\u30f3\u30c8\u30e9\u30f3\u30b9\u30db\u30fc\u30eb\u3078\u9032\u3093\u3067\u304f\u3060\u3055\u3044\u3002\r\n<\/p>\r\n<\/li>\r\n<li><img decoding=\"async\" src=\"\/dermatology\/wp-content\/uploads\/2025\/06\/9.webp\" alt=\"\u9806\u5e8f09\" class=\"access-img\" \/>\r\n<p class=\"access-text\">\u30a8\u30f3\u30c8\u30e9\u30f3\u30b9\u30db\u30fc\u30eb\u306e\u30a8\u30ec\u30d9\u30fc\u30bf\u30fc\u30673\u968e\u306b\u4e0a\u304c\u308b\u3068\u5f53\u9662\u306b\u306a\u308a\u307e\u3059\u3002\r\n<\/p>\r\n<\/li>\r\n<\/ul>\r\n<\/div>\r\n\r\n<style>\r\n.access-list{\r\nmargin:0 auto;\r\nmax-width:1000px;\r\n}\r\n.access-item{\r\ndisplay:flex;\r\nflex-wrap:wrap;\r\nlist-style:none;\r\nbox-sizing: border-box;\r\njustify-content:center;\r\npadding:0;\r\nmax-width:inherit;\r\n}\r\n.access-text{\r\nwidth:90%;\r\nmargin:0 auto;\r\nline-height:1.5;\r\ntext-align:center;\r\nfont-weight:600;\r\n}\r\n.access-img{\r\nwidth:calc(100%) !important;\r\nheight:auto;\r\n}\r\n.access-list li{\r\nlist-style: none;\r\nmax-width: 450px;\r\nwidth: calc(50% - 1rem);\r\nmin-width: 300px;\r\n}\r\n<\/style>\r\n\r\n\n\n\n\n<div class=\"fix-btn\">\n<a href=\"https:\/\/lin.ee\/Pr7lP69H\">\n  LINE\u306f\u3053\u3061\u3089\u304b\u3089\n<\/a>\n<a href=\"https:\/\/mypage-online-reservation.hiro-clinic.or.jp\/register?department=dermatology\">\u3054\u4e88\u7d04\u306f\u3053\u3061\u3089<\/a>\n<\/div>\n<style>\n  .fix-btn{\n    position:sticky;\n    bottom:0;\n    left:0;\n    width:100%;\n    display:flex;\n    justify-content:center;\n  }\n  .fix-btn a{\n    margin:0;\n    width: 50%;\n    height:70px;\n    max-width:580px;\n    line-height:70px;\n    display: block;\n    background-color: #fef4f8;\n    background-image: linear-gradient(0deg, #ff909e 0%, #ffc1c9 50%);\n    border: 1px solid #f7b2cb;\n    border-radius: 0.25rem;\n    font-size: 20px;\n    font-weight: 700;\n    padding:0;\n    text-align:center;\n  }\n  .fix-btn a:first-of-type{\n    background-image: linear-gradient(0deg, #4bff46 0%, #a7f88e 50%);\n  }\n  .footer-btn{\n    display:none;\n  }\n<\/style>\n\n\n\n<style>\n.stick-reserve2{\n  display:none;\n}\n.bottom-sticky {\n    position: sticky;\n    bottom: 0;\n    width: 100%;\n    z-index: 100;\n    background-color: rgba(255, 255, 255, .5);\n    display: flex;\n    justify-content: center;\n}\n.stick-reserve3 {\n    padding: 30px 15px 35px;\n    margin: 0 auto;\n}\n.clinic_information {\n  padding:1rem;\n}\n.access-single p {\n margin-bottom: 0 !important;\n}\n.access-single > div.clinic_information > dl {\n  justify-content:center;\n}\n.access-content {\n  padding: 72px 0;\n}\n.access-banner {\n  background-image: url('\/dermatology\/wp-content\/uploads\/2025\/02\/ikebukuro.jpg') !important;\n}\n.access-banner .access-title {\n  position: relative;\n  padding: 30px 0;\n}\n\n<\/style>\n\n\n\n<p><\/p>\n","protected":false},"featured_media":4898,"template":"","region":[29],"area_tags":[],"class_list":["post-3923","access","type-access","status-publish","has-post-thumbnail","hentry","region-kanto"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/access\/3923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/access"}],"about":[{"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/types\/access"}],"version-history":[{"count":106,"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/access\/3923\/revisions"}],"predecessor-version":[{"id":6213,"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/access\/3923\/revisions\/6213"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/media\/4898"}],"wp:attachment":[{"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/media?parent=3923"}],"wp:term":[{"taxonomy":"region","embeddable":true,"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/region?post=3923"},{"taxonomy":"area_tags","embeddable":true,"href":"https:\/\/www.hiro-clinic.or.jp\/dermatology\/wp-json\/wp\/v2\/area_tags?post=3923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}