
/* ------------------------------
 PC、SP共通
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}

html {
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	color: #111;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
table {
	text-align: left;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	line-height: 2em;
}
a {
	transition: all 100ms 0s ease;
}
a:hover {
	opacity: 0.5;
}

span.none {
	display: none;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}
.bg_gray {
	background-color: #EEE;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
}
h2,h3,h4 {
	clear: both;
}

/* ------------------------------
 トップボタン
 SP時最下部にボタンつける場合は別クラスで追加指定
 位置はそれぞれ調整
------------------------------ */

div.pagetop {
	width: auto;
	margin: 0;
	position: fixed;
	right: 20px;
	z-index: 900;
	pointer-events: none;
	font-size: 14px;
}
div.pagetop a {
	background-color: #FFF;
	padding: 15px 20px;
	border: solid 1px #BBB;
	text-decoration: none;
	color: #555;
	pointer-events: auto;
}
div.pagetop a:hover {
	opacity: 1;
	color: #FFF;
	background-color: #555;
}


/* ------------------------------
 フォーム
------------------------------ */

input.input_box {
	width: 95%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
input.input_box02 {
	width: 50%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
input.input_box03 {
	width: 20%;
	padding: 5px 5px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	font-size: 16px;
}
textarea.input_box {
	width: 95%;
	height: 200px;
	border: solid 1px #BBB;
	border-radius: 3px / 3px;
	padding: 5px 5px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
	border: solid 1px #BBB;
	font-size: 1em;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 100px auto;
}

/* ------------------------------
 確認画面部分
------------------------------ */

div.wrapper_confirm {
	max-width: 700px;
}
table.formTable {
	width: 100%;
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.formTable th {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 10px;
	background-color: #EEE;
	font-weight: normal;
}
table.formTable td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 5px 5px;
	background-color: #FFF;
}

div#formWrap {
	max-width: 700px;
	margin: 0 auto;
}
div#formWrap input {
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
p.error_messe {
	text-align: left;
	color: #F00;
}
p.form_text01 {
	font-weight: bold;
	font-size: 1.2em;
}


body {
	height: auto;
	background-image:url(image/bg02.png);
	background-repeat: no-repeat;
}
p {
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
}
h2.index {
	color: #e9527d !important;
	text-align: center;
}
div.h2_bg {
	width: 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
}
div.h2_about {
	background-image:url(image/h2_about.jpg);
}
div.h2_message {
	background-image:url(image/h2_message.jpg);
}
div.h2_faq {
	background-image:url(image/h2_faq.jpg);
}
div.h2_flow {
	background-image:url(image/h2_flow.jpg);
}
div.h2_privacy {
	background-image:url(image/h2_privacy.jpg);
}
div.h2_inquiry {
	background-image:url(image/h2_inquiry.jpg);
}
h2 {
	color: #FFF;
}
h3 {
	color: #e9527d;
	text-align: center;
}
h4 {
	color: #e9527d;
}

/* ------------------------------
 セクション
------------------------------ */

section {
	overflow: hidden;
	text-align: left;
}


/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	margin: 0 auto;
	text-align: left;
}
section div {
	overflow: hidden;
	clear: both;
}


/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	overflow: hidden;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	overflow: hidden;
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
nav li a {
	text-align: center;
	text-decoration: none;
	display: block;
}
nav a:hover {
	opacity: 1 !important;
}


/* ------------------------------
 メイン画像
------------------------------ */

div.topimg {
	background-color: #DDD;
}

/* ------------------------------
 トップページ01
------------------------------ */

p.lead {
	color: #e9527d;
	font-weight: bold;
	text-align: center;
}
p.lead span {
	background-image: linear-gradient(transparent 70%, #edb7c2 50%);
}

/* ------------------------------
 トップページ02
------------------------------ */

div.houshin {
	border: solid 3px #e9527d;
	border-radius: 10px / 10px;
}


/* ------------------------------
 flow
------------------------------ */

div.flow {
	background-color: #FFF;
	border: solid 1px #DDD;
	border-radius: 10px / 10px;
}
p.flow_center {
	text-align: center;
}

/* ------------------------------
 ごあいさつ
------------------------------ */

p.message_name {
	font-family: Times,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: right;
}

p.clinic_lead {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #e9527d;
	text-align: center;
}

/* ------------------------------
 faq
------------------------------ */

div.faq {
	border: solid 1px #DDD;
	border-radius: 10px / 10px;
	background-color: #FFF;
}
div.faq_q {
	min-height: 33px;
	background-image:url(image/faq_q.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
div.faq_q p {
	font-weight: bold;
	color: #e9527d;
}
div.faq_a {
	min-height: 33px;
	background-image:url(image/faq_a.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

div.faq table {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
div.faq table th {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 15px 15px;
	background-color: #FBEAF4;
	font-weight: normal;
}
div.faq table td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 15px 15px;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	width: 100%;
}
div.about_wrapper dl {
	border-bottom: solid 1px #DDD;
}
div.about_wrapper dt {
	font-weight: bold;
	color: #000;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper dt {
	font-weight: bold;
	color: #000;
}
div.inq_wrapper dd ul {
	list-style: none;
}
div.inq span.red {
	font-size: 0.6em;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
}


/* ------------------------------
 フッター
------------------------------ */

footer {
	overflow: hidden;
	border-top: solid 4px #e9527d;
}
div.footer_left ul {
	list-style: none;
}
div.footer_left ul li {
	margin-right: 10px;
	font-weight: bold;
}
div.footer_left ul li a {
	background-color: #e9527d;
	text-decoration: none;
	color: #FFF;
	border-radius: 5px / 5px;
}


p.copy {
	font-size: 12px;
	margin: 30px auto;
}




.smart_only {
	display: none;
}
p.smart_center {
	clear: both;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}


body {
	background-position: bottom;
	background-size: contain;
}
p {
	font-size: 18px;
	line-height: 2.5em;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	margin: 10px 10px;
}
h2.index {
	font-size: 36px !important;
	line-height: 1.5em;
	margin: 30px auto !important;
}
div.h2_bg {
	height: 300px;
	background-size: cover;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 36px;
	line-height: 1.5em;
	margin: 30px auto;
}

/* ------------------------------
 セクション
------------------------------ */

section p {
	margin: 0 0 30px;
}
section div.wrapper ul,
section div.wrapper ol {
	margin: 30px 40px;
}
section div.wrapper li {
	margin-bottom: 5px;
}

section.bg01 {
	padding-bottom: 80px;
	background-image:url(image/bg01.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	margin: 0 40px 40px 0;
}
img.imgright {
	float: right;
	margin: 0 0 40px 40px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	margin: 50px auto !important;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	max-width: 1000px;
}
section div.wrapper {
	margin: 50px auto !important;
	padding: 0 10px;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	height: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.header_left {
	text-align: left;
	overflow: hidden;
}
div.header_right {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

/* ------------------------------
 トップページ01
------------------------------ */

p.lead {
	font-size: 36px;
	line-height: 1.5em;
	margin: 30px auto;
}
div.index01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px auto;
}
div.index01 img {
	width: 48%;
}

/* ------------------------------
 トップページ02
------------------------------ */

div.houshin {
	width: 600px;
	margin: 30px auto;
}
div.houshin p {
	margin: 20px 20px;
	font-size: 20px;
}

/* ------------------------------
 パンくず
------------------------------ */

p.bread {
	font-size: 11px;
	margin: 10px 0 !important;
}

/* ------------------------------
 flow
------------------------------ */

div.flow {
	width: 800px;
	margin: 10px auto;
}
div.flow p {
	margin: 30px 30px;
}
p.flow_center {
	margin: 20px auto !important;
}

/* ------------------------------
 ごあいさつ
------------------------------ */

p.message_name {
	font-size: 20px;
}

p.clinic_lead {
	font-size: 33px;
	line-height: 1.5em;
}

/* ------------------------------
 faq
------------------------------ */

div.faq {
	margin: 20px 50px 40px;
}
div.faq p {
	margin: 15px;
}
div.faq_q p {
	padding: 5px 0 0 70px;
}
div.faq_a p {
	padding: 5px 0 0 70px;
}

div.faq table {
	margin: 20px 0 0 90px;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	max-width: 800px;
	margin: 30px auto;
}
div.about_wrapper dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.about_wrapper dt {
	width: 20%;
	padding: 10px 0;
}
div.about_wrapper dd {
	width: 80%;
	padding: 10px 0;
}
div.about_wrapper dd ul {
	margin: 10px 25px;
}

/* ------------------------------
 保健医療機関における掲示事項
------------------------------ */

details {
	margin: 20px 0px;
	border: solid 1px #FBEAF4;
}

details summary {
	color: #000;
	cursor: pointer;
	font-weight: bold;
	padding: 20px 20px;
	font-size: 20px;
	background-color: #FBEAF4;
}
summary {
	list-style: none; /* 矢印アイコンを非表示にする */
}
summary::-webkit-details-marker {
	display: none; /* 矢印アイコンを非表示にする */
}
summary:before {
	content: "+";
	font-size: 24px;
	margin-right: 20px;
}
[open] summary:before {
	content: "-";
	font-size: 24px;
}

details h4 {
	font-size: 22px;
	margin: 20px 35px !important;
}
details p {
	margin: 20px 35px !important;
}
details ol {
	margin: 20px 60px !important;
}

details table {
	margin: 20px 30px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
details table th {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 10px;
	background-color: #FBEAF4;
	font-weight: normal;
}
details table td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 10px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	max-width: 800px;
	margin: 30px auto;
}
div.inq_wrapper dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.inq_wrapper dt {
	width: 24%;
	text-align: right;
	padding: 10px 0;
}
div.inq_wrapper dd {
	width: 74%;
	padding: 10px 0;
}
div.inq_wrapper dd ul {
	margin: 0px 10px !important;
}
div.inq_wrapper dd li {
	float: left;
	margin-right: 30px;
}
div.inq_wrapper dd label input {
	margin-right: 10px;
}


/* ------------------------------
 フッター
------------------------------ */

footer {
	margin: 40px 0 30px;
	padding: 40px 0 20px;
}
footer div.wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.footer_left {
	width: 48%;
}
div.footer_left img {
	margin-bottom: 20px;
}
div.footer_left ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 10px;
}
div.footer_left ul li {
	font-size: 16px;
	margin-right: 10px;
}
div.footer_left ul li a {
	padding: 5px 15px;
}

div.footer_right {
	width: 48%;
}
.google-maps {
	width: 98%;
	height: 435px;
	margin-bottom: 20px;
}
.google-maps iframe {
	width: 100%;
	height: 100%;
	border: solid 3px #e9527d;
	border-radius: 10px / 10px;
}
div.footer_right p {
	font-size: 15px;
	margin-bottom: 10px;
}


div.bottom_link {
	display: none;
}


/* ------------------------------
 トップボタン位置
------------------------------ */

div.pagetop {
	bottom: 20px;
}

.hamburger-menu {
	display: none;
}