/* COMMON */ 
section { 
	width: 100%; 
	max-width: 1240px; 
	position: relative; 
	overflow: hidden; 
	margin: 0 auto; 
	} 
.pNav { 
	padding-top: 20px;
	padding-bottom: 20px; 
	width: 100%; 
	background: #fff8e0; 
} 
p { 
	font-size: 20px; 
	line-height: 1.8; 
	letter-spacing: 0.03em; 
	color: #1F1F1F; 
} 
a { 
	background-color: transparent; 
	-webkit-text-decoration-skip: objects; 
	text-decoration: none; border: 0; 
	color: #000; 
} 
a.btnA::after { 
	display: inline-block; 
	content: "▶︎";
	font-size: 13px; 
	margin: 0 0 0 20px; 
} 
a.btnA { 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	width: 400px; 
	font-size: 15px; 
	text-align: center; 
	line-height: 1; 
	color: #FFF; 
	padding: 17px 0; 
	border-radius: 25px; 
	background: #0f4c81; 
	border: solid 2px #0f4c81; 
	margin: 20px auto; 
} 
a.btnA:hover { 
	color: #0f4c81; 
	background: #FFF; 
	border: solid 2px #0f4c81; 
} 
img { 
	vertical-align: bottom; 
	border: none; 
	width: 100%; 
	height: auto; 
	box-sizing: border-box; 
	object-fit: cover; 
} 
/* ALL */ 
.head { 
	z-index: 1000; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	margin: 0 auto; 
} 
.header { 
	position: fixed; 
	top: 50px; 
	right: 0; 
	left: 0; 
	z-index: 5000; 
	margin: 0 auto; 
	width: 100%; 
	height: 85px; 
	background-color: #fff8e0;
} 
.header { 
	position: sticky; 
	top: 5px; 
	margin-top: 50px; 
} 
.header-container { 
	display: flex; 
	height: 100%; 
	align-items: center; 
	justify-content: space-between; 
	width: 98%; 
	max-width: 1100px; 
	position: absolute; 
	left: 50%; 
	-webkit-transform: translateX(-50%); 
} 
.header-main { 
	width: 100%; 
	display: flex; 
	overflow: hidden; 
	padding: 0 40px 0 30px; 
	height: 100%; 
	border-radius: 10px; 
	background-color: #fff; 
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.07); 
	transition-property: width, background-color; 
	align-items: center; 
	position: relative; 
	left: 0; 
}
 .header-main h1 { 
	width: fit-content; 
	display: flex; 
	align-items: center; 
	position: relative; 
} 
.header-main h1 a { 
	width: 280px; 
	flex: none; 
} 
.header-nav { 
	width: 100%; 
	margin-left: 4%; 
} 
.header-nav__list { 
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
} 
li.header-nav__item { t
	ext-align: center; 
	opacity: 1; 
	white-space: nowrap; 
} 
.header-nav__link { 
	font-size: 18px; 
	font-weight: bold; 
}
 .header-nav__link:hover { 
	 color: #d33; 
} 
.micon { 
	width: 40px; 
	text-align: center; 
	margin: auto; 
	padding-bottom: 20px; 
}

/* INDEX */
#index {
  overflow: hidden;
  background-color: #ffffff;
}

.slide {
	top: 0;
	width: 100%;
	aspect-ratio: 1026 / 500;
	padding-top:40px;
	padding-bottom: 20px;
}

.news-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

.news-title {
  font-size: 1.6em;
  border-bottom: solid 3px #ffe3e3;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #333;
  font-weight: 400px;
}

.news-title::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #e43c3c;
  bottom: -3px;
  width: 20%;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}


/* ▼ 画像とタイトルを横並びにするメイン部分 */
.news-list a {
  display: flex;             /* 横並び */
  align-items: center;       /* 縦の中央揃え */
  gap: 10px;                 /* アイコンと文字の間 */
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  padding: 4px 2px;
}

.news-list a:hover {
  color: #d33;
  background: #fff5f5;
  border-radius: 6px;
}

.news-list li img {
  width: 24px;
  height: auto;
  flex-shrink: 0;            /* 画像が縮まないように */
  margin-top: 2px;           /* 微調整 */
}
.concept {
  overflow: revert;
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: ;
}
.concept .inner {
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: url('../../images/index/img2.png');
    background-repeat: no-repeat;
    background-position: right -10px;
    background-size: 40%;
}
.concept .img {
  width: 60%;
  border-radius: 10px;
}
.concept .img img {
  border-radius: 0px 40px 40px 0px;
}
.concept .conceptBox {
  padding: 40px 50px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 90%);
  position: absolute;
  top: 65%;
  left: 41%;
  z-index: 1;
  width: 90%;
  box-shadow: -4px -4px 5px rgba(255, 255, 255, .4), inset 1px 1px 1px rgba(165, 170, 174, .06), 4px 4px 5px rgba(165, 170, 174, .2);
}
.conceptBox h2.title {
    max-width: 526px;
	margin-bottom: 20px;
}
.conceptBox h2.title span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.conceptBox p {
  width: 65%;
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.service {
	background-color: ;
  background-size: 100% auto;
  max-width: 100%;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 50px;
}
.service .container__xl {
	width: 1200px;
    padding-left: 0;
    padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}
.service .inner {
    flex-direction: row;
    border-radius: 10px;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
}
.service .common__title.vertical {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: -100px;
}
.service .common__title h2 {
	font-size: 30px;
    line-height: 1.3;
    width: 90%;
}
.service .common__title div {
    margin-right: 10px;
    font-size: 12px;
}
.service .example {
    width: 100%;
    margin-top: 0;
}
.service .example ul {
    display: flex;
    align-items: flex-start;
    align-items: normal;
    flex-wrap: wrap;
    gap: 3%;
}
.service .example li {
    width: 31%;
    margin-bottom: 2%;	
    position: relative;
    overflow: hidden;
}
.service .example li a {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service .example li .img__wrapper {
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}
.service .example li .heading {
    margin-top: 12px;
}
.service .example li h3 {
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    overflow: hidden;
	font-size: 18px;
    font-weight: 700;
}
.service .example li p {
	font-size: 14px;
    margin-top: 10px;
    line-height: 1.7;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kodawari {
	width: 100%;
}

.kodawaribox img {
	border-radius: 10px;
}

.kodawaribox {
	width: 48%;
	float: left;	
	padding: 25px 20px;
	border-radius: 10px;
	margin: 10px;
	box-shadow: -4px -4px 5px rgba(255, 255, 255, .4), inset 1px 1px 2px rgba(165, 170, 174, .06),5px 3px 7px 4px rgba(165, 170, 174, .2);
}
@media screen and (min-width: 1100px){
	.kodawaribox {
	min-height: 875px;			
		}
	.kodawari1box {
	height: ;
	}
}

.kodawari1box {
	width: 98%;	
	padding: 20px 20px 20px;
	border-radius: 10px;
	margin: 10px;
	box-shadow: -4px -4px 5px rgba(255, 255, 255, .4), inset 1px 1px 1px rgba(165, 170, 174, .06), 4px 4px 5px rgba(165, 170, 174, .2);
}

.kodawari1box img {
	border-radius: 10px;
	width: 100%;
}

.kodawari1box .L {	
	width: 40%;
	float: left;
}

.kodawari1box .R {
	width: 55%;
	float: right;
}
.clear {
	clear: both;
}

.kodawartitle {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 15px 15px 5px;
}


.about {
  max-width: 100%;
  background: ;
  justify-content: center;
}
.about .container__xl {
	width: 1240px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 120px;
	margin-left: auto;
    margin-right: auto;
}

.about a.btnA {
  color: #FFF;
  background: #f83c3c;
  border: solid 2px #f83c3c;
  font-size: 23px;
}
.about a.btnA:hover {
  color: #f83c3c;
  background: #FFF;
  border: solid 2px #f83c3c;
}

.about .inner {
  max-width: 1100px;
  margin: 0 auto;
    padding: 60px 0 30px;
    background-image: url('../../images/index/romanseries_top.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 57%;
}
.about .top {
    padding: 0 0 80px;
    width: 60%;
}
.about .top .text {
}
.about .top .text .common__title {
	width: 550px;
    margin-bottom: 20px;
}

.about .top .text .common__title div {
    font-size: 12px;
}
.about .top .text p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 50px;
}
.about .mid {
	padding: 0;
}
.about .mid img {
	width: 1100px;
  border-radius: 5px;
}
.about .nav {
	margin: 50px auto 0;
	width: 900px;
	display: flex;
}
.about .nav a {
	width: 400px;
}

.about .caption-wrap {
	position: absolute;
	margin-top: -40px;
	width: 363px;
	height: 40px;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
}


.menu {
	max-width: 100%;
    padding-top: 60px;
    padding-bottom: 150px;
    background-image: url('../../images/index/menu_bg.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}
.menu .container__large {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: unset;
}
.menu .common__title div {
    font-size: 12px;
}
.menu .common__title h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 10px;
}
.menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 51px 0 50px;
}
.menu li {
	width: 25%;
	margin-bottom: 0;
    position: relative;
    border-radius: 5px;
    transition: all .2s ease;
    box-shadow: -3px -3px 8px transparent, 3px 3px 8px transparent;
}
.menu li:hover {
	background: #FFF;
    box-shadow: -3px -3px 8px rgba(165, 170, 174, .1), 3px 3px 8px rgba(165, 170, 174, .3);
}
.menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
}
.menu li .inner {
    padding-top: 30px;
    padding-left: 30px;
    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 5px;
}
.menu li h3 {
    font-size: 18px;
    font-weight: 700;
}
.menu li p {
    width: 102%;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
    flex-grow: 1;
}
.menu li .__rOverImg {
    height: 143px;
    margin-top: 18px;
    border-radius: 5px;
}



.banner {
	max-width: 100%;
}
.banner .container__large {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner li {
	display: block;
	width: 19%;
	margin-bottom: 0;
    border: 1px solid #CCC;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .2);;
}


footer {
    background: #fff;
    position: relative;
    z-index: 1;
    transition: transform .5s cubic-bezier(.43,.05,.17,1);
}
.contact {
    display: flex;
    flex-wrap: wrap;
}
.contact li {
	width: 33.33%;
    position: relative;
    z-index: 1;
}
.contact .inner {
	        padding: 80px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}
.contact .inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s ease;
    inset: 0;
    opacity: 1;
    background: linear-gradient(-45deg, #d35571 0%, #db8799 100%);
    color: #FFF;
}
.contact p {
    color: #FFF;
    font-size: 14px;
}
.contact span {
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 0;
}
.contact .reception {
	color: #FFF;
    font-size: 14px;
}
.contact .inner a{
	color: #FFF;
    font-size: 33px;
}
.contact a .borderHover:before {
    content: "";
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    pointer-events: none;
}
.arrow__bgPink {
    display: flex;
    align-items: center;
    background: #dc399d;
    border-radius: 3px;
    margin-top: 21px;
    padding: 2px 4px;
}
.arrow__bgPink svg {
    width: 11px;
}
.arrow__bgPink svg .st0 {
    fill: #fff;
}

/* ===== Access（Googleマップ）調整 ===== */
footer .access {
  margin: 0;
  padding: 0;
  line-height: 0; /* iframeの下余白を消す */
  width: 100%;
}

footer .access iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; /* インラインの隙間防止 */
}

/* ===== FooterNavとの余白を詰める ===== */
footer .access + .footerNav {
  margin-top: 0;
}

.footerNav {
  max-width: 100%;
  background: #fff8e0;
  padding: 50px 0;
}
.footerNav .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.footer-left {
  width: 60%;
}
.footer-left .footer-logo {
  width: 400px;
  max-width: 100%;
  height: auto;
}
.footer-left .footer-address {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 30px;
}

.footer-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 120px;
}
.footer-menu-columns {
  display: flex;
  gap: 40px; 
}
.footer-right dl {
  margin: 0;
}
.footer-right dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-right dt a:hover {
  color: #d33; 
  }
.footerromanpdf {
  margin-top: 45px;
}
.footerromanpdf a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease; 
}
.footerromanpdf img {
  width: 80px; 
  height: auto;
  margin-left: 15px;
}
.footerromanpdf .caption {
  font-size: 16px; 
  line-height: 1.4;
  color: #333;
  font-weight: bold;
}
.footerromanpdf a:hover img {
  transform: scale(1.07) rotate(2deg);
}
.footerromanpdf a:hover .caption {
  color: #d33; 
}

small {
	background: #e43c3c;
	font-size: 14px;
	color: #FFF;
    display: block;
    text-align: center;
    padding: 20px 0;
}



.clear {
	clear: both;
}
