/* HT's 1ST ART (Default Style) 2022/06/08 */
*{padding:0;
transition:all 0.24s;
-moz-font-smoothing:grayscale;
text-rendering:optimizelegibility;
}
html{
scroll-behavior: smooth;
width:100%;
overflow-y:scroll;
overflow-x:hidden;
font-size:62.5%;
}
body{
width:100%;
min-height:100vh;
padding: 0;
background:transparent;
font-family:"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
font-size:1.6rem;
line-height:2.0rem;
letter-spacing:0;
font-weight:400;
text-align:left;
color:#494f53;
}
::-webkit-scrollbar{
   width: 1.4rem;
}
::-webkit-scrollbar-track{
   background-color: #f1f0ec;
}
::-webkit-scrollbar-thumb{
   background-color: #615c61;
}
.ta_c{text-align:center;}
.ta_r{text-align:right;}
.ta_l{text-align:left;}

span.marker{
	background:linear-gradient(transparent 70%, #DBCF92 60%);
	font-weight: 900;
}
img{
width: 100%;
height: auto;
}
.fc_blk{color:#383e42; color:rgba(056,062,066,1.0);}/* PANTONE：Anthracite Grey */
.fc_whi{color:#f1f0ec; color:rgba(241,240,236,1.0);}/* PANTONE：11-4201 Cloud Dancer */
.fc_gly{color:#615c61; color:rgba(097,092,097,1.0);}/* PANTONE：18-3908 Volcanic Glass */
.fc_pnk{color:#f67599; color:rgba(246,117,153,1.0);}/* PANTONE：17-1755 Paradise Pink */
.fc_ppl{color:#6667ab; color:rgba(102,103,171,1.0);}/* PANTONE：17-3938 Very Peri 2022 */
.fc_mnt{color:#9cc8c6; color:rgba(156,200,198,1.0);}/* PANTONE：14-4809 Eggshell Blue */
.fc_yel{color:#ffedab; color:rgba(255,227,171,1.0);}/* Sunshine yellow */

/* セクショニング スタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
header, footer, main {
width: 100%;
max-width: 127.2rem;
z-index: 9;
}
main {
  margin: 0 auto;
  padding: 0;
}
article {
  width: 100%;
  margin: 4.8rem auto;
  padding: 1.6rem 0 4.0rem;
}
article{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.column_1,section,figure{
position: relative; 
  margin: 1.6rem;
  padding: 0.8rem;
  width: calc(100% / 1 - 1.6rem * 2);
}
.column_1{
margin: 1.6rem auto;
padding: 2.4rem;
width:100%;
}
figure{
padding: 0;
width: 100%;
}
.column_2 figure,
.column_2 section {
  width: calc(100% / 2 - 1.6rem * 2);
}
.column_3 figure,
.column_3 section {
  width: calc(100% / 3 - 1.6rem * 2);
}
.column_4 figure,
.column_4 section {
  width: calc(100% / 4 - 1.6rem * 2);
}
.column_6 figure,
.column_6 section {
  width: calc(100% / 6 - 1.6rem * 2);
}
footer {
  margin: 6.0rem auto 0;
  padding: 6.0rem 1.6rem 1.6rem;
}
footer address{
font-size: 1.4rem;
text-align: center;
}
@media (max-width : 519px) {
  header {
    margin: 0 auto;
    padding: 0.8rem 0;
  }
  article {
   width: calc(100% / 1 - 0.0rem * 2);
    margin: 0.8rem auto;
  padding: 0.8rem 0 1.6rem;
  }
  main {
    padding: 0 0.8rem 4.0rem;
  }
.column_1 figure,figure,
.column_1,section {
    margin: 0.8rem;
	padding: 0.8rem 0.8rem 2.4rem;
    width: calc(100% / 1 - 0.8rem * 2);
  }
.column_1 {
margin: 0;
width:100%;
}
.column_2 figure,
.column_2 section {
    width: calc(100% / 1 - 0.8rem * 2);
  }
.column_3 figure,
.column_3 section {
    width: calc(100% / 1 - 0.8rem * 2);
  }
.column_4 figure,
.column_4 section {
    width: calc(100% / 2 - 0.8rem * 2);
  }
.column_6 figure,
.column_6 section {
    width: calc(100% / 2 - 0.8rem * 2);
  }
footer {
    margin: 0.8rem auto 0;
    padding: 2.6rem 0;
  }
}
/* 見出し テキスト スタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
h1, h2, h3, h4, h5, figcaption, dt, summary, nav {
  width: 100%;
  font-family: "EB Garamond", "游明朝", "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
}
p, dd {
  font-family: "EB Garamond", "游明朝", "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
}
h2 {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 4.2rem;
  letter-spacing: 0.2rem;
}
h2 div {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #DBCF92;
}
h3 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 3.4rem;
  letter-spacing: 0.2rem;
  padding: 1.0rem 0 1.2rem;
}
h3 div {
  margin-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
h4, figcaption, dt, summary {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.0rem;
  letter-spacing: 0.2rem;
  padding: 1.6rem 0 0.8rem 0.4rem;
}
article h2 {
  margin: 0 1.6rem 0;
  padding: 2.4rem 0.8rem 3.6rem;
}
article h2 div {
  margin: 0 1.8rem 0 0.2rem;
}
article h3 {
  margin: 0 1.6rem 0;
  padding: 1.6rem 0 1.0rem;
}
article p {
  margin: 0 2.0rem 0;
  padding: 0.8rem 0 0.4rem;
}
section h3 {
  margin: 0;
  padding: 2.4rem 0 1.0rem;
}
section p {
  margin: 0;
  padding: 0.8rem 0.4rem 0.4rem;
}
.column_1 h2 {
  margin: 0;
  padding: 1.6rem 0 3.6rem;
}
.column_1 h2 div {
  margin: 0 0 0 1.0rem;
}
.column_1 h3 {
  margin: 0 0.8rem 0;
}
.column_1 h4 {
  margin: 0 0.6rem 0;
}
ul, ol {
  padding-left: 0.4rem;
}
.column_1 ul, ol {
  padding-left: 2.8rem;
}
li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 0.2rem 0 0.4rem 1.4rem;
}
p, dd {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0.8rem 0 1.2rem 0.4rem;
}
.column_1 p {
  width: 100%;
  margin: 0;
  padding: 0.4rem 0 1.8rem 0.8rem;
}
a {
  font-size: 1.4rem;
  line-height: 2.0rem;
}
a {
  transition: all 0.96s;
  display: inline-block;
  color: #6667ab;
}
a:hover {
  text-shadow: 0.1rem 0.1rem 9.2rem #ffedab;
}
@media (max-width : 519px) {
  h2 {
    margin: 0;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 3.0rem;
    letter-spacing: 0.2rem;
  }
  h2 div {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  h3 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
    padding: 1.0rem 0 1.2rem;
  }
  h3 div {
    margin-left: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  h4, figcaption, dt {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 2.0rem;
    letter-spacing: 0.2rem;
    padding: 0.2rem 0 0.4rem 0.3rem;
  }
summary {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 0.2rem 0 0.4rem 0.3rem;
  }
  article h2, article h3 {
    margin: 0;
    padding: 1.6rem 0;
  }
  .column_1 h2 div {
    margin: 0;
  }
  .column_1 h2 {
    margin: 0;
    padding: 0;
  }
  .column_1 ul {
    margin: 0;
    padding: 0;
    width: calc(100% / 1 - 0.0rem * 2);
  }
  .column_1 p {
    margin: 0;
    padding: 0.6rem 0 0.4rem;
  }
}
/* テーブル スタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
table {
	width: 100%;
	margin: 0.8rem auto 1.6rem;
}
table, td, th {
	border-collapse: collapse;
}
td, th {
	height: 5.6rem;
	text-align: center;
}
th:not(:last-child), td:not(:last-child) {
	border-right: 0.1rem solid rgba(056,062,066,0.2);
}
tbody th, tbody td {
	border-top: 0.1rem solid rgba(056,062,066,0.2);
}
tbody th {
	width: 30%;
}
tbody td {
	width: calc(70% / 7);
}
/* details/summary アコーディオンスタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
details {
	width: 100%;
	height: 4.6rem;
	margin: 0.6rem 0 0.8rem;
	 transition: 0.48s;
}
details[open] {
  height: 19.0rem;
  background-color: transparent;
}
summary {
	position: relative;
padding-left: 3.0rem;/* アイコン分の余白 */
	padding-bottom: 1.4rem;
	line-height: 1.4;
	cursor: pointer;
	transition: 0.48s;
}
summary:hover {
	cursor: pointer;
	background-color: #ccc;
}
/* 疑似要素でアイコンを表示 */
summary:before, summary:after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	transition: 0.24s;
}
summary:before {
	top: 0.2rem;
	left: 0.8rem;
	width: 1.6rem;
	height: 1.6rem;
	background-color: #DBCF92;
	border-radius: 0.4rem;
}
summary:after {
	top: 0.2rem;
	left: 1.4rem;
	width: 0.5rem;
	height: 0.5rem;
	border: 0.4rem solid transparent;
	border-left: 0.5rem solid #615c61;
	transition: 0.48s;
}
.column_1 p.details-content {
	padding-left: 3.2rem;
}
details[open] summary:after {
	top: 0.8rem;
	left: 1.2rem;
	transform: rotate(90deg);
}
details[open] summary {
	color: rgba(056,062,066,0.4);
}
@media (max-width : 519px) {
summary {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
summary:before {
	top: 0;
}
summary:after {
	top: 0;
}
.column_1 p.details-content {
font-size: 1.4rem;
line-height: 1.8;
}
details[open] summary:after {
	top: 0.6rem;
}
}
/* ページリンクのスタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.page_link {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.8rem 0 0;
}
.page_link a {
	display: block;
	position: relative;
width: calc(100% / 2 - 1.6rem * 2);
	height: 5.2rem;
	line-height: 5.2rem;
	margin: 0.8rem auto 0;	
	padding: 0 2.2rem;
	background: #fff;
	border: 0.1rem solid #DBCF92;
	font-size: 1.6rem;
	color: rgba(56, 62, 66, 0.9);
}
.page_link a::after {
	content: "";
	position: absolute;
	top: 0.3rem;
	right: 1.6rem;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 0.4rem solid transparent;
	border-left: 0.6rem solid #caa846;
	transition: 0.48s;
}
.page_link a:hover {
	background-color: #DBCF92;
	color: #fff;
}
.page_link a:hover::after {
	top: 0.7rem;
	border-left-color: #fff;
	transform: rotate(90deg);
}
@media (max-width : 519px) {
.page_link a {
width: calc(100% / 1 - 1.6rem * 2);
}
.page_link a span{
display: none;
}
}
header{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
align-content: flex-start;
row-gap: 1.0rem;
}
/* top以外に適応 */
header{
max-height: 42.0rem;
margin: 0 auto 1.6rem;
padding: 0.9rem 0 1.6rem;
z-index: 999;
}
/* ヘッター スタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
header h1{
position: relative;
width: 37.5rem;
height: 10.0rem;
padding: 0.3rem 0 0 0.5rem;
	font-size:3.2rem;
	line-height:4.6rem;
	letter-spacing: 0.1rem;
	font-weight: 500;
	color:#383b42;
}
header h1 a{
font-size:3.2rem;
color:#383b42;
}
header h1 div{
margin:0 1.2rem 0.8rem 0.3rem;
font-family:"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
font-size:1.4rem;
line-height: 1.4rem;
font-weight:400;
text-align: right;
color:#615c61;
}
header h1 div.ta_l{
margin:0 0 1.6rem 0.5rem;
}
header p.lead{
position: absolute;
top: 38.0rem;
top: 42%;
left: 0.5rem;
font-size:3.6rem;
	line-height:5.2rem;
	letter-spacing: 0.2rem;
	font-weight: 400;
color:rgba(255,255,255,1.0);
text-shadow: 0.1rem 0.1rem 0.5rem rgba(011,011,011,0.9),-0.1rem -0.1rem 0.5rem rgba(011,011,011,0.9);
}
/* ヘッター スタイル スマホ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media(max-width:519px){
header{
padding: 0;
}
header h1{
width: 100%;
max-width: 36.0rem;
margin: 0 auto;
}
header h1 a{
display: block;
font-size:3.1rem;
margin: 1.8rem auto 1.4rem;
text-align: center;
}
header h1 div{
margin:0 0.7rem 1.2rem 0;
}
header h1 div.ta_l{
margin:0 0 1.6rem 0.6rem;
}
header p.lead{
top: 26%;
left: 0.5rem;
font-size:2.2rem;
line-height:3.4rem;
text-shadow: 0.1rem 0.1rem 0.5rem rgba(011,011,011,0.9),-0.1rem -0.1rem 0.5rem rgba(011,011,011,0.9);
}
}

/* ヘッターナビ スタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
header::before{
content: "";
position: absolute;
top: 0;
width: 100%;
height: 11.0rem;
/*background: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.1));
box-shadow: 0 0.4rem 1.2rem 0 rgba(255,255,255,0.1);*/
z-index: -1;
}
header nav{width: calc(100% - 37.5rem);}
header #g_nav{
display: flex;column-gap: 1.0rem;align-items: center;justify-content:space-around;
margin: 2.2rem 0;
font-weight: 600;
}
header #g_nav li:first-child{
margin-left: 2.4rem;
}
header #g_nav a{
display: block;
position: relative;
font-size: 1.4rem;
color: rgba(102,102,102,1.00);
text-shadow: 0.1rem 0.1rem 0.8rem rgba(255,255,255,0.9),-0.1rem -0.1rem 0.8rem rgba(255,255,255,0.9);
}
header #g_nav a div{
margin-left: 0.4rem;
  font-size:1.4rem;
  line-height: 1.4rem;
}
header #g_nav a i{
position: absolute;
top: 0.8rem;
left: -2.3rem;
font-size:1.8rem;
text-shadow: 0 0 0.6rem rgba(255,255,255,0.7);
}
header #g_nav .fa-house-chimney-medical{
  left: -2.7rem;
}
header #g_nav .fa-stethoscope{
  left: -2.6rem;
}
header #g_nav .fa-info{
  left: -1.4rem;
}
.hamburger{
display: none;
}
/* ヘッターナビ スタイル スマホ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media (max-width : 959px) {
header nav{width: calc(100% - 0);
}
}
@media (max-width : 519px) {
.hamburger{
display: block;
position: absolute;
top: 0;
  right: 0;
  width: 18%;
  height: 7.0rem;
background-color: rgba(255,255,255,0.9);
border: 0.1rem solid #DBCF92;
font-size: 2.4rem;
  line-height: 7.0rem;
color:#615c61;
  z-index: 999;
}
header #g_nav {
display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 9.8rem);
  margin: 0;
	background-color: #f1f0ec;
z-index: 1;
}
header #g_nav li{
  width: 100%;
  padding: 1.6rem 3.2rem;
  color: #383e42;
  border-bottom: 0.1rem solid #383e42;
}
header #g_nav li:first-child{
margin-left: 0;
}
header #g_nav a{
  color: #383e42;
}
/* アニメーション前のメニューの状態 */
#g_nav{
  transform: translateX(100vw);
  transition: all 0.24s linear;
}
/* アニメーション後のメニューの状態 */
#g_nav.is-active{
  transform: translateX(0);
}
}
/* ヘッター 電話/予約バナー スタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
aside{
background-color: rgba(255,255,255,0.9);
border: 0.1rem solid #DBCF92;
position: absolute;
bottom: 1.0rem;
right: 34.0rem;
width: 17.6rem;
height: 10.0rem;
padding: 1.1rem 0.8rem 0 0;
font-size: 1.4rem;
letter-spacing: 0.1rem;
text-align: right;
z-index: 999;
}
aside i{
position: absolute;
top: 0;
left: 0.3rem;
font-size: 2.4rem;
}
aside a{
display: block;
position: relative;
margin: 0.9rem 0 1.0rem;
font-size: 3.0rem;
letter-spacing: 0.2rem;
font-weight: 500;
color:#494c53;
}
address#tel_no{
background-color: rgba(255,255,255,0.9);
border: 0.1rem solid #DBCF92;
position: absolute;
bottom: 1.0rem;
right: 0.5rem;
top: inherit;
width: 37.5rem;
width: 32.6rem;
height: 10.0rem;
padding: 0.8rem 0.8rem 0 0;
font-size: 1.4rem;
letter-spacing: 0.1rem;
text-align: right;
color:#615c61;
z-index: 999;
}
address#tel_no i{
position: absolute;
top: -0.1rem;
right: 24.0rem;
font-size: 2.4rem;
}
address#tel_no a[href^="tel:"]{
pointer-events: none;
display: block;
position: relative;
margin: 0.9rem 0 1.0rem;
font-family:"EB Garamond", serif;
font-size: 3.6rem;
letter-spacing: 0.2rem;
font-weight: 600;
color:#494c53;
}
/* ヘッター 電話/予約バナー スタイル スマホ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media(max-width:519px){
aside{
top: 0;
left: 50%;
right: inherit;
width: 32%;
height: 7.0rem;
padding: 0.3rem 0.5rem 0 0;
font-size: 1.4rem;
letter-spacing: 0.1rem;
}
aside i{
position: absolute;
top: 0.1rem;
left: 0.5rem;
font-size: 2.0rem;
}
aside a{
margin: 0.9rem 0 1.0rem;
font-size: 2.0rem;
letter-spacing: 0;
}
aside div{
position: absolute;
top: 0.8rem;
width: 100%;
font-size: 1.2rem;
text-align: center;
}
address#tel_no a[href^="tel:"]{
pointer-events: auto;
margin: 0;
padding: 0;
font-size: 2.8rem;
letter-spacing: -0.1rem;
}
address#tel_no{
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 7.0rem;
}
address#tel_no i{
position: absolute;
top: 0.2rem;
right: inherit;
left: 0.5rem;
font-size: 1.8rem;
}
address#tel_no div{
width: 100%;
margin: 0 0 0.3rem;
font-size: 1.2rem;
text-align: center;
}
address#tel_no span{
display: none;
}
}
/* フッター スタイル PC ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
footer{
position: relative;
width: 100%;
height: 48.0rem;
background-color: #f7f5f2;
text-align: center;
}
footer::after{content: "";
position: absolute;
top: 0;
left: -200.0rem;
width: 600.0rem;
height: 48.0rem;
background-color: rgba(241,240,236,1.4);
z-index: -9;
}
footer h2{
width: 100%;
max-width: 52.0rem;
margin: 0 auto 0.8rem;
padding: 0.8rem 0 0;
font-size:3.0rem;
	line-height:3.6rem;
	letter-spacing: 0.1rem;
	font-weight: 500;
}
footer h2 a{
font-size:3.0rem;
color:#383b42;
}
footer h2 div{
margin:0.2rem 1.0rem;
font-family:"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
font-size:1.2rem;
line-height: 1.4rem;
font-weight:400;
color:#615c61;
}
footer p{
margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
footer nav{
width: 100%;
}
footer ul{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
max-width: 68.0rem;
margin: 0 auto 3.2rem;
}
footer ul li a{
font-family:"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
font-size: 1.6rem;
font-weight: 400;
}
@media(max-width:519px){
footer{
height: 30.0rem;
}
footer::after{
display: none;
width: 0.1rem;
}
footer nav{
display: none;
}
}

#foot_nav{
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
max-width: 127.2rem;
height: 9.8rem;
margin: 0 auto;
z-index: 999;
}
#foot_nav p{
display: none;
}
@media (max-width : 519px) {
#foot_nav{
display: block;
}
#foot_nav p{
display: block;
position: absolute;
bottom: 0;
right: 0;
width: 100%;
min-width: 37.5rem;
margin: 0 auto;
padding: 0.4rem 0 0;
background: #fff;
font-size: 1.4rem;
}
}

article h2 div{
position: relative;
z-index: 9;
}
article h2 div::before{
content: "";
position: absolute;
top: 1.0rem;
background-color: #DBCF92;
box-shadow: 0 0.1rem 0 rgba(204,204,204,0.8);
width: 100%;
height: 0.1rem;
z-index: -1;
}
article h2 div span{
padding-right: 0.6rem;
background-color: rgba(247,246,243,1.0);
text-shadow: 0 0.1rem 0.1rem rgba(104,104,104,0.8);
}
