/* CSS Document */

/* 共通 */

body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	line-height: 160%;
font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
}

p {
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:0;
}



/* left */

/* container */

/* ここにsp用ヘッダー書く*/

.h1 {
display: none;
}
.container img{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
.header{
display: none;
}
.header_sp{
width: 100%;
height: auto;
}
.header_sp{
display: flex;
justify-content: space-between;
align-items: center;
}
.hader_sp1{
	flex-basis: 50%;
	height: auto;
}
.hader_sp2{
	flex-basis: auto;
}
.hader_sp3{
	font-size: 20px;
	margin-right: 10px;
	color: #F09C00;
  position:relative;
top:10px;
font-weight: bold;
}
.hader_sp3 a{
  color:inherit;
  text-decoration: none;
}
/* ナビゲーションSP アコーディオン*/

.wrapper_spnavi {
    display: block;
    height: auto;
    position: relative;
}

/* checkbox_areaは、display:blockにして、チェックボックス用の画像やボタンの位置と合わせた後に、display:noneにする。 */
.checkbox_area {
    display: none;
    width: 50px;
    height: 50px;
    margin: 0;
    top: 0px;
    position: absolute;
}



.checkbox_detail_wrapper {
    height: 0;
    transition: height 0.5s;
    overflow: hidden;
}

.checkbox_area:checked{
    display: none;
}

.checkbox_area:checked~{
    display: block;
}

.checkbox_area:checked~.checkbox_detail_wrapper {
    height: 338px;
}

.checkbox_area:checked~.checkbox_detail_wrapper p {
    height: auto;
}

/* ナビゲーションSP */
.menu1{
  background: #f09c00;
  color: #fff;
  position: relative;
  display: block;
  min-height: 44px;
  font-weight: bold;
  padding: 10px 10px 10px 55px;
  margin: 0 10px 2px 10px;
  text-decoration: none;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu1::before{
  content: "";
  position: absolute;
  left: 10px;
  top: 60%;
  display: block;
  margin: -16px 0 0 0;
  color: #FFF;
  font-family: "Font Awesome 6 Free";
  content: '\f0c9';
  font-weight: 900;
  font-size: 30px;
}

.menu2{
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 10px 10px 10px 55px;
  margin: 0 10px 2px 10px;
  position: relative;
  font-weight: bold;
  color: #f09c00;
}
.menu2 a{
  color:inherit;
  text-decoration: none;
}

.menu2 a{
  display: block;
}

.menu2::before{
  position: absolute;
  left: 10px;
  top: 60%;
  display: block;
  margin: -16px 0 0 0;
  color: #f09c00;
  font-family: "Font Awesome 6 Free";
  content: '\f061';
  font-weight: 900;
  font-size: 28px;
}

.main_img{
	text-align: center;
}
.main_img img{
	max-width: 100%;
	height: auto;
}

/* navi */
.navi{
display: none;
}


/* navi */
/* left */
.h2_img {
	display: none;
}
.h2_area{
margin: 0 14px;
}
.h2_sp{
font-size: 20px;
color: #9d7d31;
line-height: 150%;
}
.seo_local {
	margin: 20px 14px 0 14px;
	font-size: 15px;
	line-height: 170%;
	color: #575042;
}
.seo_local_h2 {
	font-size: 18px;
	color: #9d7d31;
	margin-bottom: 10px;
	line-height: 140%;
}
.seo_local_p {
	margin:10px 0 30px;
}
.seo_local a {
	color: #734A00;
}
.img_h2{
	display: none;
}
.h3_sp{
margin: 0 14px 30px 14px;
font-size: 24px;
color: #9d7d31;
line-height: 120%;
}

.e1_sp{
	margin: 0 20px;
	font-size: 20px;
}

.e1_sp img{
	width: 80%;
}

.e1_sp p{
	margin: 10px 0 10px 0;
}

.kitene {
font-size: 20px;
margin: 0 14px 30px 14px;
color: #575042;
}

.hoken{
	margin: 0 14px;
}

.syuukan {
margin: 30px 30px;
}
.syuukan img {
	max-width:100%;
	height:auto;
	display:block;
}
.syuukan .uketuke {
	width:auto;
	max-width:100%;
}
.gaikan img {
	max-width:100%;
	height:auto;
	display:block;
}

.map{
	margin: 0 14px;
}


.insurance-box {
  border: 4px solid #c5a059; /* スマホ用に枠線を少し細く(4px)してすっきり */
  padding: 25px 20px;        /* スマホの狭い画面でも窮屈にならない余白 */
  width: 100%;
  box-sizing: border-box;
  color: #382708;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* 2. タイトル（スマホで見やすい22pxに調整） */
.titlehoken {
  font-size: 18px;
  font-weight: 900; /* 太く力強い文字に */
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

/* 3. ※注記部分（文字が折り返されても※の後ろできれいに揃う） */
.notice {
  font-size: 16px; /* スマホで読みやすい標準サイズ */
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em; 
}

/* 4. リスト全体（スマホの標準黒丸を完全に消去） */
.list {
  list-style-type: none !important; 
  padding: 0 !important;
  margin: 0 !important;
}

/* 5. リストの各行（アスタリスクが入る左側の隙間を強制キープ） */
.list li {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative !important; 
  padding-left: 1.5em !important; 
}

/* 6. 1番目の項目（訪問リハビリ）だけにマーカー線を引く */
.list li:first-child {
  background: linear-gradient(transparent 60%, #fff0cc 60%);
    display: inline;
}

/* 7. アスタリスク（スマホでの非表示・文字化け・ズレを完全に防ぐ） */
.list li::before {
  content: "\FF0A" !important; /* 特殊コードで全角「＊」を固定 */
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  font-family: "Hiragino Sans", "Meiryo", sans-serif !important; /* スマホ標準フォント */
  font-weight: bold !important;
  font-size: 14px !important; /* 文字の大きさに合わせて微調整 */
  line-height: 1.2 !important; /* 縦位置が文字の1行目とぴったり揃うように固定 */
  display: inline-block !important;
}
/* leftここまで */
/* right */

.right {
display: none;
}

/* right */
/* footer */
.footer {
    height: 130px;
		background-color: #f09c00;
    margin-top: 31px;
}
.address {
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}

.copy {
	font-size: 12px;
	padding: 0 20px;
}
.footer_logo{
display: none;
}
/* footer */


/* kaso */
.right_kaso{
  display: none;
}
.left{
  margin: 0 20px;
}

/* hari */
.hari_h2_2{
width: 40%
}
.hari_p{
  padding: 10px 0;
}
.hari_hari p{
  padding: 10px 0;
}
.hari_siatu p{
  padding: 10px 0;
}
.mapnamae{
  padding: 0 20px;
}
.namae{
  display: none;
}
.hoken_waku{
	border:solid #4375C1 4px;
  margin: 30px 0px 30px;
  display: block;
}

.hoken_waku p{
	font-size:16px;  text-align:left;
  padding: 20px;
}

.hoken_waku img{
  display: block;
  margin: 0 auto 20px;
  max-width: 80%;
  width: auto;
  height: auto;
}

/* price */
.price_table > img {
	max-width: 100%;
	height: auto;
	display: block;
}

table#table {
	margin-top:30px;
	font-size:16px;
	width: 100%;
	border: 1px #749FD8 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table th {
	padding: 10px;
	border: #749FD8 solid;
	border-width: 0 0 1px 1px;
	background: #EEF6FA;
	font-weight: bold;
	line-height: 120%;
	text-align:center;
	color:#1D3C65;
}
table#table td {
	padding: 10px;
	border: 1px #749FD8 solid;
	border-width: 0 0 1px 1px;
	text-align:left;
}

/* hoken */
.h2_hoken{
  /* width: 40%; */
  margin-top: 60px;
}
.h2_hoken img{
  width: 40%;
}
.hokentiryou2 img{
  width: 40%;
}
.hokentiryou_waku{
	border:solid #f09c00 4px;
  margin: 30px 0px 50px;
  display: block;
}

.hokentiryou_waku p{
	font-size:16px;  text-align:left;
  padding: 20px;
}
.hoken_3_p{
  padding: 5px 0 60px;
}
.hoken_4_p{
  padding: 5px 0 40px;
}
.h2_5 img{
  width: 20%;
}
.hokentiryou_waku2{
	border:solid #f09c00 4px;
  margin: 30px 0px 80px;
  display: block;
}
.hokentiryou_waku2 p{
	font-size:16px;  text-align:left;
  padding: 20px;
}
/* profile */
.profile img{
  width: 40%;
  padding-top:30px;
}
.font20 {
	font-size: 20px;
  padding-left: 20px;
}
.profile p{
  padding-left: 20px;
  padding-bottom: 50px;
}
.ul_profile{
  padding-bottom: 100px;
}

/* access */

.access_img {
  width:100%;
  padding-bottom: 60px;
}
.access_img1{
  width: 40%;
  padding-bottom: 30px;
}
.access_houhou{
  padding-top: 20px;
}
.access_houhou h3:before {
  font-family: "Font Awesome 6 Free";
  content: '\f207';
  font-weight: 900;
  padding-right: 10px;
  color: #f09c00;
}
.googlemap{
  position: relative;
width: 100%;
height: 0;
padding-top: 75%; /* 比率を4:3に固定 */
background-color: #000;
}
.googlemap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
