@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

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



/*=====================================================================================
画面の横幅が641px以上
=====================================================================================*/

@media screen and (min-width: 641px){

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

}

/*=====================================================================================
●メニューお問い合わせ部分処理　1301以上
=====================================================================================*/

@media screen and (min-width: 1301px){

.hamburger-menu {
	display: none;
}
nav li:nth-child(-n+5) {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 40px;
	margin: 0 10px;
}
nav li:nth-child(-n+5) a {
	color: #e9527d;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 10px;
}

nav li:nth-child(-n+5) a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #e9527d;
	transform: scale(0, 1);
	transition: transform .2s;
}
nav li:nth-child(-n+5) a:hover::after {
	transform: scale(1, 1);
}
nav li:nth-child(-n+5) a::after {
	transform-origin: center top;
}
nav li.nav_inq {
	width: 170px;
	text-align: center;
	background-image:url(image/mail_bg.png);
	overflow: hidden;
}
nav li.nav_inq a {
	display: block;
	background-image:url(image/mail.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	color: #FFF !important;
	font-size: 18px;
	padding: 45px 0 10px;
}
nav li.nav_inq a:hover {
	opacity: 1 !important;
	background-color: rgba(255,255,255, 0.5);
}

}

/*===============================================
●メニューお問い合わせ部分処理　951～1300まで
===============================================*/
@media only screen and (min-width: 951px) and (max-width: 1300px) {

.hamburger-menu {
	display: none;
}
div.header_left {
	width: 25%;
}
nav li {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 40px;
	margin: 0 10px;
}
nav li a {
	color: #e9527d;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 10px;
}

nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #e9527d;
	transform: scale(0, 1);
	transition: transform .2s;
}
nav li a:hover::after {
	transform: scale(1, 1);
}
nav li a::after {
	transform-origin: center top;
}

}


/*=====================================================================================
●メニューお問い合わせ部分処理　950以下
=====================================================================================*/

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

/* ------------------------------
 ハンバーガーメニュー
------------------------------ */

nav{
	display: none;
}
.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 999;
	background-color: #555;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
	transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
#menu-btn-check {
	display: none;
}

.menu-content {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 997;
	background-color: rgba(0,0,0,0.85);
	transition: all 0.3s;
	text-align: left;
	overflow: auto;
}
#menu-btn-check:checked ~ .menu-content {
	left: 20%;
}
.menu-content ul {
	padding: 70px 10px 100px;
}
.menu-content ul li {
	border-bottom: solid 1px #AAA;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 16px;
}



}


/*=====================================================================================
●smart.css  画面の横幅が640px以下
=====================================================================================*/

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

.pc_only {
	display: none;
}
p.smart_center {
	text-align: center;
	clear: both;
}


body {
	background-size: contain;
	background-position: bottom 80px center;
}
p {
	font-size: 16px;
	line-height: 2em;
}

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

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

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

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

section.bg01 {
}


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

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

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

div.wrapper {
	width: auto;
}
section div.wrapper {
	margin: 30px auto !important;
	padding: 0 10px;
}

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

header {
}
div.header_left {
	text-align: center;
	overflow: hidden;
}
div.header_right {
	display: none;
}

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

p.lead {
	font-size: 30px;
	line-height: 1.5em;
	margin: 30px auto;
}
div.index01 {
	margin: 30px auto;
}
div.index01 img {
	margin-bottom: 20px;
}

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

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

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

p.bread {
	display: none;
}

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

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

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

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

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

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

div.faq {
	margin: 20px 10px 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 20px 0;
}

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

div.about_wrapper {
	width: auto;
	margin: 30px auto;
}
div.about_wrapper dl {
}
div.about_wrapper dt {
	padding: 10px 0;
}
div.about_wrapper dd {
	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: 15px 15px;
	font-size: 18px;
	background-color: #FBEAF4;
}
summary {
	list-style: none; /* 矢印アイコンを非表示にする */
}
summary::-webkit-details-marker {
	display: none; /* 矢印アイコンを非表示にする */
}
summary:before {
	content: "+";
	font-size: 20px;
	margin-right: 20px;
}
[open] summary:before {
	content: "-";
	font-size: 20px;
}

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

details table {
	margin: 20px 10px;
	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 {
	width: auto;
	margin: 30px auto;
}
div.inq_wrapper dl {
}
div.inq_wrapper dt {
	padding: 10px 0;
}
div.inq_wrapper dd {
	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 60px;
}
footer div.wrapper {
	margin: 0 10px;
}
div.footer_left {
}
div.footer_left img {
	margin-bottom: 30px;
}
div.footer_left ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0;
}
div.footer_left ul li {
	font-size: 14px;
	margin: 0 5px 20px 0;
	margin-right: 5px;
}
div.footer_left ul li a {
	padding: 8px 8px;
}

div.footer_right {
	width: auto;
	margin-top: 30px;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	padding-top: 30px;
	height: 0;
}

.google-maps iframe,
.google-maps object,
.google-maps embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}
div.footer_right p {
	margin-bottom: 10px;
}


div.bottom_link {
	width: 100%;
	background-color: #fad5ea;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 850;
	padding: 20px 0;
}
div.bottom_link ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	justify-content: center;
	grid-gap: 0 10px;
	margin: 0 10px;
}
div.bottom_link ul li {
	margin: 0 0;
}
div.bottom_link ul li a {
	display: block;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 5px / 5px;
}
div.bottom_link ul li.bottom_tel a {
	background-color: #edb800;
}
div.bottom_link ul li.bottom_inq a {
	background-color: #ed6400;
}


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

div.pagetop {
	bottom: 120px;
}



}