@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */



/* ============================
	gallerySlider
 ============================ */


.gallerySlider.slider {
margin: 0 auto;
}

.gallerySlider.slider img {
width: 100%;
}

.gallerySlider.slider .slick-slide {
margin: 0px;
transition: all ease-in-out .3s;
}

.gallerySlider .basicSlider.slider .slick-slide {
margin: 0px;
transition: all ease-in-out .3s;
border: none;
}

.gallerySlider.slider .slick-slide img {
}

/* for PC */
@media screen and (min-width: 1201px) {

	.gallerySlider.slider img {
	width: 100%;
	height: calc(85vh - 155px);
	object-fit: cover;
	}

}




/* ============================
		mainVisualSection
 ============================ */

.mainVisualSection {
/*
background-image: url("../../common/images/vi001a.webp");
width: 100%;
height: 470px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
*/
}

.mainVisualSection .container {
}

.mainVisualSection .catchCopy {
font-size: 2.2rem;
line-height: 1.5em;
color: #fff;
position: absolute;
top: 80px;
left: 15px;
z-index: 10;
}


/* for TB & PC */
@media screen and (min-width: 768px) {

	.mainVisualSection {
/*	height: calc(100vh - 320px);*/
	background-position: center calc(50% + 0px);
	}

	.mainVisualSection .catchCopy {
	font-size: 4.2rem;
	top: 200px;
	left: 70px;
	}

}

/* for PC */
@media screen and (max-width: 1400px) and (min-width: 1201px){


	.mainVisualSection .catchCopy {
	font-size: 1.8em;
	top: 200px;
	left: 35px;
	background-size: contain;
	}

}


@media screen and (max-width: 1200px) and (min-width: 768px){

	.mainVisualSection {
	width: 100%;
	height: 470px;
	overflow: hidden;
/*
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
*/
	position: relative;
	}

	.mainVisualSection .catchCopy {
	font-size: 2.4rem;
	line-height: 1.5em;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 15px;
	}

	.fixDay {
	top: 200px;
	}

	.fixContact {
	top: 420px;
	}


}



@media screen and (max-height: 900px) {

	.mainVisualSection {
/*	background-position: center calc(50% + 40px);*/
	}

}

@media screen and (min-height: 801px) {

	.mainVisualSection .catchCopy {
	font-size: 2.2rem;
	z-index: 10;
	top: 180px;
	}

}


@media screen and (max-width: 1200px) and (min-width: 768px){

	.mainVisualSection .catchCopy {
	top: 20px;
	}

}




/* ============================
		newsListSection
 ============================ */

.newsListSection {
background-image: url("../../common/images/wall001.gif");
box-sizing: border-box;
padding: 45px 0 30px 0;
}


.newsListSection.singleSection,
.newsListSection.noWallSection {
background-image: none;
}

.newsListSection .wrap {
background-color: #fff;
padding: 15px 15px 20px 15px;
margin-bottom: 20px;
}

.singleSection .com_h2,
.newsListSection h2,
.newsListSection h3 {
font-size: 2.0rem;
text-align: center;
margin-bottom: 10px;
letter-spacing: 0.12em;
padding-left: 0.12em;
}


/* newsList */

.newsListSection .newsList {
}

.newsListSection .newsList li {
border-bottom: 1px solid #cfcfcf;
}

.newsListSection .newsList li .noLink,
.newsListSection .newsList li a {
display: block;
padding: 10px 0;
}

.newsListSection .newsList .date {
display: inline-block;
width: 6em;
font-size: 1.4rem;
line-height: 1.5em;
}

.newsListSection .newsList .newMark {
display: inline-block;
font-size: 1.2rem;
color: #fff;
background-color: #e7668c;
padding: 1px 0.75em 3px;
border-radius: 2em;
}

.newsListSection .newsList .title {
display: block;
font-size: 1.4rem;
line-height: 1.5em;
}

.newsListSection .more {
text-align: right;
margin-bottom: 2.5em;
}

.newsListSection .more a {
display: inline-block;
font-size: 1.4rem;
color: #fff;
background-color: #e7668c;
line-height: 25px;
padding: 0 1.5em;
border-radius: 2em;
}


/* activityList */

.newsListSection .activityList {
}

.newsListSection .activityList li {
margin-bottom: 30px;
}

.newsListSection .activityList a {
display: block;
}

.newsListSection .activityList .photo {
margin-bottom: 10px;
}
.newsListSection .activityList .photo img {
width: 100%;
height: 160px;
object-fit: cover;
object-position: 50% 0;
border: 1px solid #ddd;
}

.newsListSection .activityList .box {
/* position: relative; */
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.newsListSection .activityList .date {
font-size: 1.4rem;
line-height: 1;
/* margin-bottom: 5px; */
}

.newsListSection .activityList .categry {
/* position: absolute;
top :0;
right: 0; */
font-size: 1.4rem;
font-weight: bold;
color: #fff;
background-color: #84be3f;
line-height: 1;
padding: 2px 10px 3px;
}

.newsListSection .activityList .title {
font-size: 1.4rem;
line-height: 1.5em;
width: 100%;
margin-top: 10px;
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	.newsListSection .activityList li {
	margin-bottom: 30px;
	float: left;
	width: calc(50% - 20px);
	}
	.newsListSection .activityList li:nth-child(even) {
	float: right;
	}
	.newsListSection .activityList li:nth-child(odd) {
	clear: both;
	}

}



/* for PC */
@media screen and (min-width: 1201px) {


	.newsListSection {
	padding: 50px 0 30px 0;
	}

	.singleSection {
	padding: 50px 0 30px 0;
	}

	.newsListSection .wrap {
	padding: 30px 85px 40px 85px;
	margin-bottom: 30px;
	}

	.singleSection .com_h2,
	.newsListSection h2 {
	font-size: 2.8rem;
	margin-bottom: 20px;
	}

	.newsListSection .newsList {
	}

	.newsListSection .newsList li {
	padding: 0 30px;
	}

	.newsListSection .newsList li .noLink,
	.newsListSection .newsList li a {
	display: block;
	padding: 15px 0;
	position: relative;
	}

	.newsListSection .newsList .date {
	width: 190px;
	font-size: 1.6rem;
	line-height: 1.5em;
	}

	.newsListSection .newsList .newMark {
	position: absolute;
	left: 120px;
	top: 19px;
	}

	.newsListSection .newsList .title {
	display: inline-block;
	font-size: 1.6rem;
	width: calc(100% - 200px);
	}

	.newsListSection .more a {
	font-size: 1.3rem;
	line-height: 1;
	padding: 6px 1.5em 8px;
	border-radius: 3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	}


	/* activityList */


	.newsListSection .activityList li {
	float: left;
	width: calc(33.333333% - 46px);
	margin-right: 68px;
	margin-bottom: 3em;
	}
	.newsListSection .activityList li:nth-child(3n) {
	margin-right: 0;
	}
	.newsListSection .activityList li:nth-child(3n+1) {
	clear: both;
	}
	.newsListSection.topPage .activityList li {
	margin-bottom: 0;
	}

	.newsListSection .activityList .date {
	font-size: 1.6rem;
	/* margin-bottom: 10px; */
	}

	.newsListSection .activityList .categry {
	font-size: 1.6rem;
	}

	.newsListSection .activityList .title {
	font-size: 1.6rem;
	}

}



/* for TB & PC */
@media screen and (min-width: 768px) {
	.newsListSection {
	padding: 60px 0 30px 0;
	}
}

/* for PC */
@media screen and (max-width: 1400px) and (min-width: 1201px){
	.newsListSection {
	padding: 60px 0 30px 0;
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px){
	.newsListSection {
	padding: 60px 0 30px 0;
	}
}

@media screen and (max-height: 900px) {
	.newsListSection {
	padding: 60px 0 30px 0;
	}
}

@media screen and (min-height: 801px) {
	.newsListSection {
	padding: 60px 0 30px 0;
	}
}



/* ============================
		problemsSection
 ============================ */

.problemsSection {
background-color: #f4e3e6;
padding: 35px 0;

}

.problemsSection h2 {
font-size: 2.1rem;
line-height: 1.7em;
color: #e7668c;
text-align: center;
margin-bottom: 20px;
}

.problemsSection .problemsList {
margin-bottom: 20px;
}

.problemsSection .problemsList li {
background-image: url("../../common/images/fig_check_list001.svg");
background-repeat: no-repeat;
background-size: 22px auto;
background-position: left top;
padding-left: 30px;
line-height: 1.25em;
margin-bottom: 12px;
font-size: 1.5rem;
}

.problemsSection .solutionMessage {
font-size: 2.1rem;
line-height: 1.7em;
color: #e7668c;
text-align: center;
}



/* for PC */
@media screen and (min-width: 1201px) {

	.problemsSection {
	padding: 60px 0;
	}

	.problemsSection h2 {
	font-size: 3.1rem;
	line-height: 1em;
	margin-bottom: 50px;
	}

	.problemsSection .problemsList {
	margin: 0 100px;
	column-count: 2;
	margin-bottom: 50px;
	}

	.problemsSection .problemsList li {
	background-size: 28px auto;
	padding-left: 40px;
	margin-bottom: 12px;
	font-size: 1.8rem;
	line-height: 1.5em;
	background-position: left top 2px;
	}

	.problemsSection .solutionMessage {
	font-size: 3.1rem;
	line-height: 1em;
	}


}



/* ============================
		kohoukesouSection
 ============================ */

.kohoukesouSection {
padding: 50px 0;
}

.kohoukesouSection h2 {
text-align: center;
font-size: 3.0rem;
letter-spacing: 0.12em;
margin-bottom: 20px;
}

.kohoukesouSection h2 span {
display: inline-block;
font-size: 2.0rem;
}

.kohoukesouSection .photoGallery {
margin-bottom: 10px;
}

.kohoukesouSection .photoGallery li {
margin-top: -2px;
}
.kohoukesouSection .photoGallery img {
width: 100%;
}

.kohoukesouSection .catchCopy {
font-size: 1.6rem;
line-height: 2.1em;
text-align: center;
margin-bottom: 30px;
}



/* linkList */

.kohoukesouSection .linkList {
margin-bottom: 50px;
}

.kohoukesouSection .linkList li {
margin-bottom: 16px;
}
.kohoukesouSection .linkList li:last-child {
margin-bottom: 0;
}




.kohoukesouSection .linkList a {
display: block;
background-color: #e7668c;
background-image: url("../../common/images/arrow001.svg");
background-repeat: no-repeat;
background-position: right 10px center;
padding: 15px 0;
border-radius: 50px;
background-size: 20px auto;
}

.kohoukesouSection .linkList .name {
font-size: 1.7rem;
color: #fff;
margin-bottom: 5px;
text-align: center;
}

.kohoukesouSection .linkList .note {
font-size: 1.2rem;
color: #fff;
text-align: center;
}


/* menuList */

.kohoukesouSection .menuList {
}

.kohoukesouSection .menuList li {
margin-bottom: 35px;
}
.kohoukesouSection .menuList li a {
display: block;
}

.kohoukesouSection .menuList .photo {
margin-bottom: 10px;
}

.kohoukesouSection .menuList .photo img {
width: 100%;
border-radius: 15px;
}

.kohoukesouSection .menuList h3 {
display: inline-block;
font-size: 3.0rem;
color: #e7668c;
}

.kohoukesouSection .menuList .titleNote {
display: inline-block;
color: #e7668c;
font-size: 1.4rem;
margin-left: 0.25em;
margin-bottom: 12px;
}

.kohoukesouSection .menuList .passData {
margin-bottom: 10px;
}

.kohoukesouSection .menuList .passData dt {
float: left;
width: 4.5em;
font-size: 1.2rem;
line-height: 1.4em;
letter-spacing: 0.1em;
padding-left: 0.2em;
background-color: #424242;
color: #fff;
text-align: center;
border-radius: 2em;
padding: 0 0 2px;
}

.kohoukesouSection .menuList .passData dd {
font-size: 1.2rem;
line-height: 1.4em;
float: right;
width: calc(100% - 5em);
}

.kohoukesouSection .menuList .body {
font-size: 1.4rem;
line-height: 1.4em;
}

.kohoukesouSection .menuList .note {
font-size: 1.3rem;
line-height: 1.4em;
color: #e7668c;
}


/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	.kohoukesouSection .photoGallery li {
	float: left;
	width: calc(50% - 0px);
	}

	.kohoukesouSection .linkList li {
	margin-bottom: 0;
	float: left;
	width: calc(50% - 20px);
	}
	.kohoukesouSection .linkList li:last-child {
	float: right;
	}


	.kohoukesouSection .menuList li {
	float: left;
	width: calc(50% - 20px);
	}
	.kohoukesouSection .menuList li:nth-child(even) {
	float: right;
	}
	.kohoukesouSection .menuList li:nth-child(odd) {
	clear: both;
	}

}

/* for PC */
@media screen and (min-width: 1201px) {


	.kohoukesouSection {
	padding: 80px 0;
	}

	.kohoukesouSection h2 {
	font-size: 4.8rem;
	margin-bottom: 60px;
	}

	.kohoukesouSection h2 span {
	font-size: 3.3rem;
	}

	.kohoukesouSection .photoGallery {
	margin-bottom: 50px;
	}

	.kohoukesouSection .photoGallery li {
	margin-top: 0;
	float: left;
	width: 50%;
	}

	.kohoukesouSection .catchCopy {
	font-size: 2.0rem;
	margin-bottom: 50px;
	}


	/* linkList */

	.kohoukesouSection .linkList {
	margin-bottom: 100px;
	text-align: center;
	}

	.kohoukesouSection .linkList li {
	margin-bottom: 0;
	display: inline-block;
	margin: 0 45px;
	width: 470px;
	}


	.kohoukesouSection .linkList a {
	background-position: right 20px center;
	padding: 20px 0;
	border-radius: 60px;
	}

	.kohoukesouSection .linkList .name {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 10px;
	}

	.kohoukesouSection .linkList .note {
	font-size: 1.6rem;
	}


	/* menuList */

	.kohoukesouSection .menuList {
	}

	.kohoukesouSection .menuList li {
	margin-bottom: 70px;
	float: left;
	width: calc(50% - 45px);
	}
	.kohoukesouSection .menuList li:nth-child(even) {
	float: right;
	}
	.kohoukesouSection .menuList li:nth-child(odd) {
	clear: both;
	}

	.kohoukesouSection .menuList .photo {
	margin-bottom: 20px;
	}

	.kohoukesouSection .menuList .photo img {
	border-radius: 25px;
	}

	.kohoukesouSection .menuList h3 {
	font-size: 4.6rem;
	}

	.kohoukesouSection .menuList .titleNote {
	font-size: 1.6rem;
	margin-bottom: 25px;
	margin-left: 1em;
	letter-spacing: 0.2em;
	}

	.kohoukesouSection .menuList .passData {
	margin-bottom: 20px;
	}

	.kohoukesouSection .menuList .passData dt {
	width: 4.5em;
	font-size: 1.4rem;
	line-height: 1.45em;
	}

	.kohoukesouSection .menuList .passData dd {
	font-size: 1.6rem;
	line-height: 1.45em;
	width: calc(100% - 5.5em);
	}

	.kohoukesouSection .menuList .body {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 10px;
	}

	.kohoukesouSection .menuList .note {
	font-size: 1.6rem;
	line-height: 1.45em;
	font-weight: 400;
	}


}


@media screen and (max-width: 1400px) and (min-width: 1201px){

	.kohoukesouSection .linkList li {
	margin-bottom: 0;
	display: inline-block;
	margin: 0 45px;
	width: 400px;
	}

}



/* ============================
		relatedFacilitiesSection
 ============================ */

.relatedFacilitiesSection {
padding: 50px 0 0 0;
margin-bottom: 0;
}

.relatedFacilitiesSection h2 {
text-align: center;
font-size: 3.0rem;
letter-spacing: 0.12em;
margin-bottom: 20px;
}


/* facilitiesList */

.relatedFacilitiesSection .facilitiesList > li {
padding: 40px 15px 40px 15px;
background-color: #f9f1ea;
margin-bottom: 0;
}
.relatedFacilitiesSection .facilitiesList > li.tombo {
background-color: #f9f1ea;
}
.relatedFacilitiesSection .facilitiesList > li.ohtori {
background-color: #eff8ec;
}
.relatedFacilitiesSection .facilitiesList > li.kotohiki {
background-color: #edf5f7;
}
.relatedFacilitiesSection .facilitiesList > li.careCnter {
background-color: #f9f4f7;
}
.relatedFacilitiesSection .facilitiesList > li.katsuragi {
background-color: #ebf1f6;
padding-bottom: 30px;
}
.relatedFacilitiesSection .facilitiesList > li.akitsu {
background-color: #f0f0f7;
}

.relatedFacilitiesSection .facilitiesList h3 {
font-size: 2.6rem;
text-align: center;
margin-bottom: 12px;
color: #c97534;
}
.relatedFacilitiesSection .facilitiesList h3 .sub {
display: block;
font-size: 1.4rem;
margin-bottom: 10px;
}
.relatedFacilitiesSection .facilitiesList .tombo h3 {
color: #c97534;
}
.relatedFacilitiesSection .facilitiesList .ohtori h3 {
color: #65b744;
}
.relatedFacilitiesSection .facilitiesList .kotohiki h3 {
color: #539aac;
}
.relatedFacilitiesSection .facilitiesList .careCnter h3 {
color: #ad6990;
}
.relatedFacilitiesSection .facilitiesList .katsuragi h3 {
color: #3f78ab;
}
.relatedFacilitiesSection .facilitiesList .akitsu h3 {
color: #01057a;
}

.relatedFacilitiesSection .katsuragi .pre {
display: inline-table;
margin-left: 0.5em;
vertical-align: middle;
}
.relatedFacilitiesSection .katsuragi .pre span {
display: table-cell;
background-color: #3f78ab;
font-size: 1.4rem;
color: #fff;
width: 60px;
height: 60px;
line-height: 1.2em;
letter-spacing: 0.12em;
padding-left: 0.12em;
vertical-align: middle;
border-radius: 100px;
}


.relatedFacilitiesSection .categoryList {
text-align: center;
margin-bottom: 20px;
}

.relatedFacilitiesSection .categoryList > li {
display: inline-block;
font-size: 1.2rem;
color: #444;
border: 1px solid #CCC;
background-color: #fff;
padding: 0.6em 0.5em;
border-radius: 2em;
margin: 0 0.2em 0.4em;
letter-spacing: 0.1em;
}

.relatedFacilitiesSection .photoGallery > li {
margin-bottom: 20px;
}

.relatedFacilitiesSection .photoGallery > li img {
width: 100%;
border-radius: 15px;
}


.relatedFacilitiesSection .linkList {
margin-bottom: 0px;
}

.relatedFacilitiesSection .linkList li {
margin-bottom: 16px;
}
.relatedFacilitiesSection .linkList li:last-child {
margin-bottom: 0;
}


.relatedFacilitiesSection .linkList a {
display: table;
width: 100%;
background-image: url("../../common/images/arrow001.svg");
background-repeat: no-repeat;
background-position: right 10px center;
padding: 15px 0;
border-radius: 50px;
background-color: #c97534;
max-width: 400px;
margin: 0 auto;
background-size: 20px auto;
}
.relatedFacilitiesSection .tombo .linkList a {
background-color: #c97534;
}
.relatedFacilitiesSection .ohtori .linkList a {
background-color: #65b744;
}
.relatedFacilitiesSection .kotohiki .linkList a {
background-color: #539aac;
}
.relatedFacilitiesSection .careCnter .linkList a {
background-color: #ad6990;
}
.relatedFacilitiesSection .katsuragi .linkList a {
background-color: #3f78ab;
}
.relatedFacilitiesSection .akitsu .linkList a {
background-color: #01057a;
}


.relatedFacilitiesSection .linkList a .inner {
display: table-cell;
vertical-align: middle;
height: 2em;
}



.relatedFacilitiesSection .linkList .name {
font-size: 1.7rem;
color: #fff;
text-align: center;
}

.relatedFacilitiesSection .linkList .note {
font-size: 1.2rem;
color: #fff;
text-align: center;
margin-top: 5px;
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	.relatedFacilitiesSection .photoGallery > li {
	float: left;
	width: calc(50% - 10px);
	}
	.relatedFacilitiesSection .photoGallery > li:nth-child(even) {
	float: right;
	}

	.relatedFacilitiesSection .linkList li {
	margin-bottom: 0;
	float: left;
	width: calc(50% - 20px);
	}
	.relatedFacilitiesSection .linkList li:nth-child(even) {
	float: right;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {


	.relatedFacilitiesSection {
	padding: 80px 0 0px 0;
	}

	.relatedFacilitiesSection h2 {
	font-size: 4.8rem;
	margin-bottom: 60px;
	}


	/* facilitiesList */

	.relatedFacilitiesSection .facilitiesList > li {
	padding: 60px 55px;
	border-radius: 20px;
	margin-bottom: 70px;
	border: 1px solid #c97534;
	}

	.relatedFacilitiesSection .facilitiesList > li.tombo {
	border: 1px solid #c97534;
	}
	.relatedFacilitiesSection .facilitiesList > li.ohtori {
	border: 1px solid #65b744;
	}
	.relatedFacilitiesSection .facilitiesList > li.kotohiki {
	border: 1px solid #539aac;
	}
	.relatedFacilitiesSection .facilitiesList > li.careCnter {
	border: 1px solid #ad6990;
	}
	.relatedFacilitiesSection .facilitiesList > li.katsuragi {
	border: 1px solid #3f78ab;
	padding-bottom: 60px;
	}
	.relatedFacilitiesSection .facilitiesList > li.akitsu {
	border: 1px solid #01057a;
	padding-bottom: 60px;
	}

	.relatedFacilitiesSection .facilitiesList h3 {
	font-size: 4.0rem;
	margin-bottom: 24px;
	}
	.relatedFacilitiesSection .facilitiesList h3 .sub {
	display: inline;
	font-size: 2.0rem;
	margin-bottom: 0;
	margin-right: 30px;
	}
	.relatedFacilitiesSection .facilitiesList .katsuragi h3 {
	font-size: 4.0rem;
	}

	.relatedFacilitiesSection .katsuragi .pre {
	display: inline-table;
	margin-left: 1.5em;
	vertical-align: middle;
	}
	.relatedFacilitiesSection .katsuragi .pre span {
	display: table-cell;
	background-color: #3f78ab;
	font-size: 2.4rem;
	color: #fff;
	width: 115px;
	height: 115px;
	line-height: 1.3em;
	letter-spacing: 0.12em;
	padding-left: 0.12em;
	vertical-align: middle;
	border-radius: 100px;
	}



	.relatedFacilitiesSection .categoryList {
	margin-bottom: 35px;
	}

	.relatedFacilitiesSection .categoryList > li {
	font-size: 1.6rem;

	padding: 0.4em 0.75em 0.5em;
	border-radius: 2em;
	}

	.relatedFacilitiesSection .photoGallery {
		margin-bottom: 30px;
	}

	.relatedFacilitiesSection .photoGallery > li {
	margin-bottom: 25px;
	float: left;
	width: calc(50% - 32px);
	}
	.relatedFacilitiesSection .photoGallery > li:nth-child(even) {
	float: right;
	}

	.relatedFacilitiesSection .photoGallery > li img {
	border-radius: 25px;
	}

	/* linkList */


	.relatedFacilitiesSection .linkList {
	margin-bottom: 0;
	}

	.relatedFacilitiesSection .linkList li {
	margin-bottom: 0;
	float: left;
	width: calc(50% - 32px);
	text-align: center;
	}
	.relatedFacilitiesSection .linkList li:last-child {
	margin-bottom: 0;
	}
	.relatedFacilitiesSection .linkList li:nth-child(even) {
	float: right;
	}
	.relatedFacilitiesSection .careCnter .linkList li,
	.relatedFacilitiesSection .akitsu .linkList li,
	.relatedFacilitiesSection .katsuragi .linkList li {
	float: none;
	width: 100%;
	}

	.relatedFacilitiesSection .linkList a {
	width: 470px;
	margin: 0 auto;
	background-position: right 20px center;
	max-width: none;
	}

	.relatedFacilitiesSection .akitsu .linkList a {
	width: 570px;
	}


	.relatedFacilitiesSection .linkList a .inner {
	height: 3em;
	}

	.relatedFacilitiesSection .linkList .name {
	font-size: 2.1rem;
	font-weight: 500;
	}

	.relatedFacilitiesSection .linkList .note {
	font-size: 1.6rem;
	margin-top: 10px;
	}




}


/* ============================
		linkSection
 ============================ */

.linkSection {
background-color: #f4e3e6;
padding: 40px 0;
}

.linkSection .naraLinkList {
margin-bottom: 35px;
}

.linkSection .naraLinkList li {
margin-bottom: 10px;
}
.linkSection .naraLinkList li:last-child {
margin-bottom: 0px;
}

.linkSection .naraLinkList a {
display: block;
background-color: #fff;
padding: 10px;
font-size: 1.2rem;
line-height: 1.85em;
text-align: center;
max-width: 360px;
margin: 0 auto;
}

.linkSection .naraLinkList a span {
font-size: 1.2rem;
color: #e7668c;
text-decoration: underline;
}

.linkSection .otherLinkList li {
margin-bottom: 20px;
}
.linkSection .otherLinkList li:last-child {
margin-bottom: 0;
}

.linkSection .otherLinkList a {
display: block;
text-align: center;
font-size: 2.0rem;
color: #fff;
letter-spacing: 0.22em;
padding-left: 0.22em;
max-width: 360px;
margin: 0 auto;
line-height: 113px;
background-repeat: no-repeat;
}

.linkSection .otherLinkList .kounoikekai a {
background-image: url("../../common/images/bg_link_konoike001.webp");
}

.linkSection .otherLinkList .recruit a {
background-image: url("../../common/images/bg_link_recruit001.webp");
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){

	.linkSection .naraLinkList li {
	margin-bottom: 0;
	float: left;
	width: calc(50% - 10px);
	}
	.linkSection .naraLinkList li:last-child {
	margin-bottom: 0px;
	float: right;
	}

	.linkSection .otherLinkList li {
	float: left;
	width: calc(50% - 10px);
	}
	.linkSection .otherLinkList li:nth-child(even) {
	float: right;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {


	.linkSection {
	padding: 75px 0;
	}

	.linkSection .naraLinkList {
	margin-bottom: 70px;
	}

	.linkSection .naraLinkList li {
	margin-bottom: 0;
	float: left;
	width: calc(50% - 40px);
	}
	.linkSection .naraLinkList li:last-child {
	margin-bottom: 0px;
	float: right;
	}

	.linkSection .naraLinkList a {
	padding: 20px;
	font-size: 1.6rem;
	line-height: 2.2em;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
	}

	.linkSection .naraLinkList a span {
	font-size: 1.6rem;
	}

	.linkSection .otherLinkList li {
	margin-bottom: 50px;
	}
	.linkSection .otherLinkList li:last-child {
	margin-bottom: 0;
	}

	.linkSection .otherLinkList a {
	font-size: 3.2rem;
	width: 848px;
	max-width: none;
	line-height: 120px;
	}

	.linkSection .otherLinkList .kounoikekai a {
	background-image: url("../../common/images/bg_link_konoike002.webp");
	}

	.linkSection .otherLinkList .recruit a {
	background-image: url("../../common/images/bg_link_recruit002.webp");
	}


}


/* ============================
		otherSection
 ============================ */

.otherSection {
margin: 40px 0;
}

.otherSection li a {
display: block;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
text-align: center;
line-height: 150px;
}

.otherSection li a span {
font-size: 2.2rem;
color: #fff;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
line-height: 1em;
}

.otherSection .kango {
margin-bottom: 2em;
}

.otherSection .kango a {
background-image: url("../../common/images/btn_other001b.webp");
}

.otherSection .hira a {
background-image: url("../../common/images/btn_other002b.webp");
}

/* for PC */
@media screen and (min-width: 1201px) {

	.otherSection {
	margin: 20px 0 100px 0;
	}

	.otherSection li {
	float: left;
	width: calc(50% - 30px);
	position: relative;
	}
	.otherSection li.hira {
	float: right;
	}

	.otherSection li a {
	line-height: 120px;
	}

	.otherSection li a span {
	font-size: 3.2rem;
	color: #fff;
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
	}

	.otherSection .kango {
	margin-bottom: 0;
	}

	.otherSection ul li::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: #6666;
		position: absolute;
		top: 0;
		left: 0;
	}

}



/* ============================
		Magnific Popup
 ============================ */


#inline-wrap {
position: relative;
margin:10px auto;
max-width: 300px;
background-color: #fff;
padding: 40px 20px;
text-align:center;
/*
font-size: 90%;
font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/
}


.mfpOptionList {
}

.mfpOptionList li {
margin: 30px 0;
}

.mfpOptionList li a {
display: block;
padding: 15px;
background-color: #65b744;
border-radius: 30px;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
color: #fff;
}

.mfpOptionList + .popup-modal-dismiss a {
color: #65b744;
}


/* ============================
		naraFukushiNinteiBlock
 ============================ */
 
.linkSection .naraFukushiNinteiBlock {
margin-bottom: 3em;
}

.linkSection .naraFukushiNinteiBlock .logo {
text-align: center;
}


/* ============================
		btnReservationBlock
 ============================ */


.mainVisualSection {
position: relative;
}

.mainVisualSection .btnReservationBlock {
position: absolute;
bottom: 15px;
right: 60px;
z-index: 100;
display: inline-block;
}

.mainVisualSection .btnReservationBlock a {
display: inline-block;
background-color: #e7668c;
font-size: 1.4rem;
font-weight: normal;
color: #fff;
padding: 10px 15px 10px 55px;
line-height: 1.2em;
border-radius: 50px;
background-image: url("../images/fig_bed001.svg");
background-repeat: no-repeat;
background-position: left 15px center;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}


/* for PC */
@media screen and (min-width: 992px) {

	.mainVisualSection .btnReservationBlock {
	bottom: 30px;
	right: 90px;
	}

	.mainVisualSection .btnReservationBlock a {
	font-size: 1.6rem;
	padding: 15px 15px 15px 65px;
	background-position: left 20px center;
	background-size: 35px auto;
	}

}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
