* {
	font-family: "Noto Serif JP", serif;
}
body {
	min-width:1300px;
	margin:0;
	padding:0;
	padding-bottom: 60px;
}
header {
	display:none;
	z-index:100;
}
.nav_inner {
	width:1180px;
	margin:0 auto;
	position:relative;
}
nav {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	background-color: white; 
 	 z-index: 1000; 
 	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
nav ul {
	height:36px;
	list-style:none;
	margin:5px 0;
	padding:0;
	display:flex;
}
nav ul li {
	height:26px;
	border-left:1px solid #9c896a;
	flex:1;
	margin:5px 0;
	padding:0;
}
nav ul li:first-child {
	border-left:1px solid #9c896a;
}
nav ul li:last-child {
	border-right:1px solid #9c896a;
}
nav ul li a {
	color:#9c896a;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	text-align:center;
	line-height:1em;
	letter-spacing: 0.03em;
	margin:0;
	padding:5px 0;
	display:block;
}
nav ul li a:hover {
	transition:1.0s;
	opacity:0.3;
}


#main {
	height:780px;
	margin:0 auto;
	margin-top:36px;
	padding:0;
	background-image:url(../images/main_back.png);	
}
.main_pc {
	width:1280px;
	height:741px;
	display:block;
	margin:0 auto;
}
.main_res {
	display:none;
}


#img_campaign {
	margin-top:50px;
	margin-bottom:50px;
}
#img_campaign .campaign {
	display:block;
	margin:0 auto;
	width:736px;
}


.inner {
	width:1180px;
	margin:0 auto;
	padding:0;
}
.list {
	width:1180px;
	height:auto;
	margin:0 auto;
	padding-top:40px;
	background-image:url(../images/nayami.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.list ul {
	width:50%;
	height:auto;
	margin:0;
	padding-top:10px;
	list-style:none;
}
.list ul li {
	width:100%;
	height:atuo;
	font-size:24px;
	font-weight:500;
	line-height:1em;
	color:#9c896a;
	margin-top:20px;
	padding-left:35px;
	background-image:url(../images/check_icon.png);
	background-position:0 center;
	background-repeat:no-repeat;
}
.nayami2 {
	font-size:40px;
	font-weight:600;
	text-align:center;
	line-height:1.4em;
	letter-spacing:0.03em;
	color:#665544;
	margin-bottom:60px;
}
.nayami2 p span {
	color:#fe8b2e;
}


#point .point_main {
	display:block;
	width:1180px;
	height:auto;
	padding-bottom:30px;
}
.flex2 {
	display:flex;
	margin-bottom:70px;
}
.point1_img , .point2_img , .point3_img , .point4_img , .point5_img {
	width:650px;
	height:433px;
}
.point_text_right ul , .point_text_left ul {
	height:auto;
	margin:0;
}
.point_text_right ul {
	padding-left:40px
}
.point_text_left ul {
	padding-right:40px;
}
.point_text_right ul li , .point_text_left ul li{
	width:100%;
	margin-bottom:30px;
	padding:0;
	list-style:none;
	border:0;
}
.point_text_right ul li.point , .point_text_left ul li.point {
	font-size:32px;
	font-weight:800;;
	color:#78685a;
	padding:20px 0 0 20px;
}
.point_text_right ul li.point span , .point_text_left ul li.point span {
	font-size:30px;
}
.point_text_right ul li.point_midashi , .point_text_left ul li.point_midashi {
	font-size:24px;
	font-weight:700;
	line-height:1.2em;
	color:#665544;
}

#yousu h2 {
	font-size;26px;
	font-weight:600;
	line-height:1.0em;
	color:#fff;
	margin-bottom:30px;
	padding:0.4em 0.4em 0.5em 1.5em;
	position:relative;
	background-color:#fe8b2e;
	box-shadow:0 0 0 #ffab6b , 0 0 0 0 #ffab6b , 3px 5px 5px -5px #f77716;
}
#yousu h2::before {
	width:0;
	height:0;
	content:"";
	position:absolute;
	top:100%;
	left:0;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-color:transparent;
	border-right-color:#f77716;
}
#yousu video {
	width:640px;
	height:360px;
	display:block;
	margin:0 auto;
	padding-top:10px;
	margin-bottom:70px;
}

footer {
	background:#ffab6b;
}
.footer_inner {
	width:1180px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
footer h3 {
	font-size:36px;
	font-weight:700;
	line-height:1em;
	color:#fff;
	padding:0;
}
footer h3 span {
	font-size:18px;
	font-weight:900;
	line-height:1em;
	color:#fff;
	margin-top:15px;
}
.footer_flex {
	display:flex;
	justify-content:center;
}
.eigyou {
	display:block;
	width:600px;
	height:90%;
	margin:0 auto;
}
.gaikan {
	display:block;
	width:550px;
}
.map {
	width:550px;
	margin-left:20px;
	height:417px;
}
.map iframe {
	width:550px;
	height:417px;
	
}
.tel_btn {
	width:100%;
	height:auto;
	margin-top:40px;
	padding:0;
	display:table;
}
.tel_btn a {
	font-size:36px;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	line-height:1em;
	letter-spacing:0.03em;
	color:#fe8b2e;
	padding:15px 0;
	background-color:#fff;
	border:1px solid #fe8b2e;
	border-radius:10px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.tel_btn a .tel_main {
	font-size:36px;
	font-weight:600;
}
.tel_btn a .tel_number {
	font-size:24px;
	font-weight:500;
	letter-spacing:0.1em;
	margin-top:7px;
}
.tel_btn a:hover {
	transition:1s;
	opacity:0.3;
}
.footer_nav {
	width:100%;
	height:auto;
	margin:50px 0 30px 0;
	padding:0;
	display:table;
}
.footer_nav ul {
	width:900px;
	height:auto;
	margin:0 auto 20px;
	padding:0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	list-style:none;
}
.footer_nav ul li {
	width:auto;
	height:auto;
	margin:0;
	padding:10px 0;
	background-image:url(../images/footer_nav_icon.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
.footer_nav ul li a {
	font-size:16px;
	font-weight:400;
	text-align:center;
	text-decoration:none;
	line-height:1em;
	color:#fff;
	margin:0;
	padding:0 25px 0 15px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #665544;
  padding-top:30px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  position: relative;
}


.section-sub {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #665544;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.symptom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0; /* 上下左右の余白 */
  max-width: 900px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  margin-bottom:100px;
}

.symptom-list li {
  flex: 0 1 calc(25% - 40px); /* PCは4列配置 */
  text-align: center;
}

.symptom-list li a {
  display: inline-block;
  width: 150px; /* ← 統一幅（必要に応じて調整） */
  text-align: center;
  background: #fff;
  border: 1px solid #f39800;
  border-radius: 8px;
  padding: 12px 0;
  font-weight: bold;
  color: #f39800;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.symptom-list li a:hover {
  opacity: 0.7;
  background-color: #fef3e0;
}

.fixed-reserve-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}

.fixed-reserve-buttons .btn {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5); /* 白ベースの透け線 */
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.fixed-reserve-buttons .tel {
  background-color: #f7921e; /* オレンジ */
}

.fixed-reserve-buttons .web {
  background-color: #2ba6cb; /* 青 */
}
.fixed-reserve-buttons .btn.tel:hover {
  background-color: #e68200; /* 少し濃いオレンジ */
}

.fixed-reserve-buttons .btn.web:hover {
  background-color: #1b95bc; /* 少し濃い青 */
}
.pager {
  text-align: center;
  margin: 40px 0 60px;
  font-family: 'Noto Serif JP', serif;
}

.pager a,
.pager strong {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s;
}

.pager a {
  background: #fff;
  border: 1px solid #999;
  color: #444;
}

.pager a:hover {
  background: #f8e0c0;
  border-color: #d9a441;
  color: #000;
}

.pager strong {
  background: #d9a441;
  color: #fff;
  border: 1px solid #d9a441;
}
/*----price----*/
#price_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#price_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
#price_main h2 {
	width:850px;
	margin:0 auto;
	font-size:26px;
	font-weight:600;
	line-height:1.0em;
	color:#fff;
	margin-bottom:50px;
	padding:0.4em 0.4em 0.5em 1.5em;
	position:relative;
	background-color:#fe8b2e;
	box-shadow:0 0 0 0 #ffab6b , 0 0 0 0 #ffab6b , 3px 5px 5px -5px #f77716;
}
#price_main h2::before {
	width:0;
	height:0;
	content:"";
	position:absolute;
	top:100%;
	left:0;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-right-color:#f77716;
}
#price_main .price {
	width:800px;
	line-height:1.2;
	margin:0 auto;
	margin-bottom:10px;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
#price_main .price tr th {
	border:1px solid #cb9331;
	background-color:#ffca4d;
	color:#432f19;
	text-align:center;
	padding:8px 2%;
	font-weight:bold;
	vertical-align:middle;
}
#price_main .price tr td {
	border:1px solid #cb9331;
	padding:16px 4%;
	text-align:right;
	vertical-align:middle;
}
#price_main .price tr td.left {
	background-color:#fcf6d5;
	text-align:center;
}
#price_main p {
	width:800px;
	margin:0 auto;
	font-size:16px;
	padding-top:15px;
	margin-bottom:80px;
}
#price_main p span {
	color:red;
	font-weight:bold;
}

/*----access----*/
#access_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#access_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
#access_main h2 {
	width:850px;
	margin:0 auto;
	font-size:26px;
	font-weight:600;
	line-height:1.0em;
	color:#fff;
	margin-bottom:50px;
	padding:0.4em 0.4em 0.5em 1.5em;
	position:relative;
	background-color:#fe8b2e;
	box-shadow:0 0 0 0 #ffab6b , 0 0 0 0 #ffab6b , 3px 5px 5px -5px #f77716;
}
#access_main h2::before {
	width:0;
	height:0;
	content:"";
	position:absolute;
	top:100%;
	left:0;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-right-color:#f77716;
}
#access_main .access {
	width:800px;
	line-height:1.2;
	margin:0 auto;
	margin-bottom:40px;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
#access_main .access tr th {
	width:30%;
	border:1px solid #cb9331;
	background-color:#ffca4d;
	color:#432f19;
	text-align:center;
	padding:8px 2%;
	font-weight:bold;
	vertical-align:middle;
}
#access_main .access tr td {
	border:1px solid #cb9331;
	padding:16px 4%;
	text-align:left;
	vertical-align:middle;
}
#access_main h3 {
	width:800px;
	margin:0 auto;
	font-size:20px;
	font-weight:600;
	line-height:1.0em;
	color:#665544;
	margin-bottom:20px;
	padding:0.6em 0.4em 0.65em 0.8em;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-left:8px solid #fe8b2e;
	background-color:#f0ebe1;
}
#access_main .map {
	width:800px;
	margin:0 auto;
	padding:0;
	margin-bottom:40px;
}
#access_main .map iframe {
	width:800px;
	height:450px;
}
/*----お客様の声----*/
#koe_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#koe_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
#koe_main .koe_inner {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#koe_main .koe {
	width:960px;
	height:auto;
	margin:0 0 40px 5px;
	padding:10px 20px;
	background-color:#f0ebe1;
	position:relative;
	display:flex;
}
#koe_main .koe::before{
	content:"";
	position:absolute;
	top:-5px;
	left:-5px;
	border-bottom:5.5em solid transparent;
	border-left: 5.5em solid #665544;
	z-index:100;
}
#koe_main .koe img {
	width:270px;
	height:auto;
	margin:0;
	padding:0;
}
#koe_main .koe ul {
	width:90%;
	height:auto;
	margin-top:35px;
	padding-left:40px;
	list-style:none;
}
#koe_main .koe ul li {
	width:100%;
	height:auto;
	margin-bottom:25px;
	padding:0;
}
#koe_main .koe ul li.first {
	font-size:28px;
	font-weight:600;
	line-height:1.0em;
	color:#665544;
}
#koe_main .koe ul li span , 
#koe_main .koe p span {
	display:block;
	text-align:right;
	font-size:12px;
}
#koe_main .koe p span {
	display:block;
	text-align:right;
	font-size:12px;
	margin-top:10px;
}

/*----院長紹介----*/
#syoukai_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#syoukai_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
#syoukai_main h2 {
	width:850px;
	margin:0 auto;
	font-size:26px;
	font-weight:600;
	line-height:1.0em;
	color:#fff;
	margin-bottom:50px;
	padding:0.4em 0.4em 0.5em 1.5em;
	position:relative;
	background-color:#fe8b2e;
	box-shadow:0 0 0 0 #ffab6b , 0 0 0 0 #ffab6b , 3px 5px 5px -5px #f77716;
}
#syoukai_main h2::before {
	width:0;
	height:0;
	content:"";
	position:absolute;
	top:100%;
	left:0;
	border-style:solid;
	border-width:0 10px 10px 0;
	border-right-color:#f77716;
}
#syoukai_main img {
	width:730px;
	height:487px;
	display:block;
	margin:0 auto;
}
#syoukai_main .keireki_table {
	width:650px;
	line-height:1.2;
	margin:40px auto;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
#syoukai_main .keireki tr th {
	width:30%;
	border:1px solid #cb9331;
	background-color:#ffca4d;
	color:#432f19;
	text-align:center;
	padding:8px 2%;
	font-weight:bold;
	vertical-align:middle;
}
#syoukai_main .keireki tr td {
	border:1px solid #cb9331;
	padding:16px 4%;
	text-align:left;
	vertical-align:middle;
}
#syoukai_main .message {
	width:750px;
	margin:0 auto;
	padding:0;
	margin-bottom:80px;
}
#syoukai_main .message h3 {
	font-size:24px;
	font-weight:600;
	color:#fe8b2e;
	border-top:1px solid #fe8b2e;
	border-bottom:1px solid #fe8b2e;
	text-align:center;
	line-height:2em;
}
#syoukai_main .message p {
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	margin-bottom:50px;
}
#syoukai_main .suisen {
	width:750px;
	margin:0 auto;
}
#syoukai_main .suisen h3 {
	font-size:24px;
	font-weight:600;
	color:#fe8b2e;
	border-top:1px solid #fe8b2e;
	border-bottom:1px solid #fe8b2e;
	text-align:center;
	line-height:2em;
}
#syoukai_main .syoukai_flex {
	display:flex;
}
#syoukai_main .suisen_text {
	padding:0 40px 0 20px;
}
#syoukai_main .suisen_text p.suisen_midashi {
	font-size:20px;
	font-weight:bold;
	color:#665544;
}
#syoukai_main .suisen_img {
	padding:0 20px 0 20px;
}
#syoukai_main .suisen_img img {
	width:205px;
	height:235px;
}
#syoukai_main .suisen_inner {
	margin-bottom:70px;
}

/*----予約----*/
#contact_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#contact_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
#contact_main .contact_inner {
	max-width:850px;
	margin:0 auto;
	padding:30px 20px;
	box-sizing:border-box;
}
#contact_main form {
	text-align:center;
}
#contact_main label {
	display:inline-block;
	line-height:2em;
	width:300px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
	width:350px;
	padding:5px;
	font-size:1em;
}
textarea {
	height:80px;
	resize:vertical;
}
input[type="submit"] {
	padding:8px 20px;
	font-size:1em;
	font-weight:600;
	width:400px;
	height:60px;
	background-color:#fe8b2e;
	color:#fff;
	border-style:none;
	border-radius:30px;
	cursor:pointer;
	box-shadow:0 5px 10px rgba(254,139,46,0.5);
	transition:box-shadow 0.3s ease;
}
input[type="submit"]:hover {
	box-shadow:0 8px 10px rgba(255,140,0,0.7);
}
.required {
	background-color: red;
	color:#fff;
	width:50px;
	line-height:1.0em;
	border-radius:3px;
	font-size: 0.7em;
	padding:5px 1px;
	display:inline-block;
	margin-left:1em;
	text-align:center;
}
.tyuki {
	font-size:14px;
	font-weight:normal;
}
.form_item {
	border:1px solid #999;
	padding:10px;
	margin:15px 0;
	background-color:#f9f9f9;
}
.reservation_block {
	border:1px solid #999;
	padding:10px;
	margin:15px 0;
	background-color:#f9f9f9;
}
#contact_main label.check {
	display:inline-block;
	line-height:2em;
	width:380px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}

#contact_main span.check_tel , 
#contact_main span.check_mail{
	display:inline-block;
	line-height:2em;
	width:180px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
}
/*----確認画面----*/
#confirm_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#confirm_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
.confirm {
	width:850px;
	margin:0 auto;
}
.form_item {
	border:1px solid #999;
	padding:10px;
	margin:15px 0;
	background-color:#f9f9f9;
}
.label {
	width:300px;
	text-align:right;
	display:inline-block;
	font-weight:bold;
}
.value {
	text-align:left;
	display:inline-block;
}
.btn_left input[type="submit"],
.btn_right input[type="submit"] {
	flex:1;
	padding:8px 20px;
	font-size:1em;
	font-weight:600;
	width:400px;
	height:60px;
	background-color:#fe8b2e;
	color:#fff;
	border-style:none;
	border-radius:30px;
	cursor:pointer;
	box-shadow:0 5px 10px rgba(254,139,46,0.5);
	transition:box-shadow 0.3s ease;
}
.btn_left input[type="submit"]:hover,
.btn_right input[type="submit"]:hover {
	box-shadow:0 8px 10px rgba(255,140,0,0.7);

}
.flex {
	display:flex;
	justify-content:space-between;
	gap:20px;
}

/*----送信----*/
#send_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#send_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}

/*----バーガーメニュー----*/
#nav_btn {
  	width: 60px;
	height:60px;
	position:fixed;
	top:0;
	right:0;
	transition:all 0.5s;
  	cursor: pointer;
	z-index:3001;
	margin:20px 10px 20px 0;
	display:block;
}
#nav_btn span {
	width:50px;
 	height: 4px;
	border-radius:2px;
	background-color:#fe8b2e;
	position:absolute;
}
#nav_btn span:nth-child(1) {
	top:7px;
	left:5px;
	transition:all 0.2s;
}
#nav_btn span:nth-child(2) {
	top:21px;
	left:5px;
}
#nav_btn span:nth-child(3) {
	top:35px;
	left:5px;
	transition:all 0.2s;
}
.open span:nth-child(1) {
	transform:translateY(14px) rotate(45deg);
}
.open span:nth-child(2) {
	top:17px;
	opacity:0;
}
.open span:nth-child(3) {
	transform:translateY(-14px) rotate(-45deg);
}
#btn_nav.opennav {
	transform:translateX(0%);
}

header #btn_nav {
	position: fixed;
	top: 85px;
	right: 0;
	width: 100%;
	background: #fff1cb;
	transform: translateX(100%);
	transition: all 0.5s;
	z-index: 5;
}
#btn_nav ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#btn_nav ul li a {
	position:relative;
	display:block;
	z-index:2;
	overflow:hidden;
	padding:15px;
	text-decoration:none;
	font-size:16px;
	color:#4b260d;
	background-color:#fff1cb;
	border-bottom:1px solid #aa6130;
}
/*----ブログ----*/
#blog_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#blog_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:50px;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
#blog_main .blog_inner {
	width:900px;
	height:auto;
	margin:0 auto;
}
#blog_main h3 {
	font-size:24px;
	font-weight:600;
	color:#fe8b2e;
	border-top:1px solid #fe8b2e;
	border-bottom:1px solid #fe8b2e;
	text-align:left;
	padding-left:1em;
	line-height:2em;
}
.blog_date {
	width:800px;
	text-align:right;
	margin:0 auto;
	padding:0;
	font-size:12px;
	color:#999;
}
.blog_text {
	width:800px;
	margin:0 auto;
	max-height: 100px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.blog_main img {
	width:400px;
	height:auto;
	display:block;
	text-align:center;
}
.blog_text.expanded {
  	max-height: 1000px;
}
.blog_text_container {
	width:800px;
	margin:0 auto;
}
.toggle_button {
	background-color: #fff;
	color: #fe8b2e;
	border:1px solid #fe8b2e;
	padding: 5px 10px;
	margin-top: 5px;
	cursor: pointer;
	border-radius: 8px;
}
.pagination {
	font-size:16px;
	margin:0 auto;
	padding:0;
	text-align:center;
	margin-bottom:50px;
}
.pagination strong {
  padding: 5px 10px;
  background-color: #fe8b2e;
  color: white;
  border-radius: 6px;
}

.pagination a {
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.pagination a:hover {
  background-color: #f0f0f0;
}

/*----症状----*/
#syoujou_main {
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
#syoujou_main h1 {
	font-size:32px;
	font-weight:600;
	text-align:center;
	line-height:1.0em;
	color:#fff;
	margin-top:100px;
	margin-bottom:2.5em;
	padding:0.6em 0.5em;
	border-radius:5px;
	background:linear-gradient(#fe8b2e 0%,#fe8b2e 50%,#f77716 50%,#ffab6b 100%);
}
#syoujou_main h2 {
	max-width:680px;
	margin:0 auto;
	margin-bottom:50px;
	font-size:24px;
	font-weight:600;
	color:#fe8b2e;
	border-top:1px solid #fe8b2e;
	border-bottom:1px solid #fe8b2e;
	text-align:center;
	line-height:2em;
}

#syoujou_main img {
  width: 60%;
  margin: 0 auto 80px auto; /* ← 下に余白を追加 */
  display: block;
}
.trouble_list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 540px;
}

.trouble_list li {
  display: flex;
  align-items: flex-start; /* 上揃え */
  gap: 12px;                /* チェックとテキストの間 */
  margin-bottom: 14px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6;
}

.trouble_list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/check_syoujou.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0; /* チェックマークが縮まないように */
}
#syoujou_main p {
	max-width:700px;
	margin:0 auto;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	margin-bottom:50px;
}
