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


.gotoTopButtom {
background-color: #3f78ab;
}


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

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


.mainVisualSection .container {
}

.mainVisualSection h1 {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.6rem;
line-height: 1.5em;
color: #fff;
position: absolute;
top: 20px;
left: 15px;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
z-index: 10;
}

.mainVisualSection h1 span {
display: block;
font-size: 1.5rem;
}

.mainVisualSection .mascot {
position: absolute;
bottom: 10px;
left: 10px;
}

.mainVisualSection .mascot img {
width: 100px;
height: auto;
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));
}



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

	.mainVisualSection .mascot {
	bottom: 100px;
	left: 20px;
	}

	.mainVisualSection .mascot img {
	width: 180px;
	}

}

@media screen and (min-width: 1440px) {

	.mainVisualSection .mascot {
	bottom: 40px;
	left: 40px;
	}

	.mainVisualSection .mascot img {
	width: 280px;
	}

}



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

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

	.mainVisualSection h1 {
	font-size: 5.0rem;
	top: 20px;
	left: 70px;
	}
	
	.mainVisualSection h1 span {
	font-size: 2.8rem;
	}

}


/* @media screen and (max-height: 751px) and (min-width: 768px) {*/
@media screen and (max-height: 801px) and (min-width: 768px) {

	.mainVisualSection {
	/*height: calc(100vh - 200px);*/
	height: calc(100vh - 150px);
	}

}



/* ============================
		mainVisualBottomNews
 ============================ */

.topSectionSet {
position: relative;
}

.mainVisualBottomNews {
}


.mainVisualBottomNews .newsBoard {
background-color: #fbf198;
/*padding: 60px 0 30px 0;*/
padding: 30px 0 30px 0;
}

.mainVisualBottomNews h2 {
font-weight: 500;
font-size: 2.4rem;
color: #e87356;
text-align: center;
margin-bottom: 0.5em;
}

.mainVisualBottomNews li {
margin-bottom: 1em;
border: 2px solid #e87356;
}
.mainVisualBottomNews li:last-child {
margin-bottom: 0;
}

.mainVisualBottomNews h3 {
padding: 0.5em;
background-color: #e87356;
color: #fff;
}
.mainVisualBottomNews h3 span {
display: inline-block;
margin-left: 1em;
font-size: 1.4rem;
font-weight: normal;
}

.mainVisualBottomNews p {
font-size: 1.6rem;
font-weight: bold;
color: #e87356;
background-color: #fff;
padding: 1em 0;
text-align: center;
line-height: 1.25em;
}


/* btnChirashi */
.mainVisualBottomNews .btnChirashi {
}

.mainVisualBottomNews .btnChirashi p {
text-align: center;
margin: 0;
padding: 0 0 30px 0;
background-color: #fbf198;
}

.mainVisualBottomNews .btnChirashi a {
display: inline-block;
background-color: #e87356;
font-size: 1.8rem;
font-weight: bold;
color: #fff;
padding: 15px 50px 15px 60px;
line-height: 1.2em;
border-radius: 30px;
background-image: url("../images/icon_other004.svg");
background-repeat: no-repeat;
background-position: left 27px center;
}


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

	.mainVisualBottomNews .container,
	.mainVisualBottomNews .smartContainer {
	width: auto;
	margin: 0;
	}

	.mainVisualBottomNews {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 360px;
	}

	.mainVisualBottomNews .newsBoard {
	width: 360px;
	box-sizing: border-box;
	padding: 10px 20px 15px 20px;
	/*background-color: rgba(251,241,152,0.8);
	background-color: rgba(255,255,255,0.9);*/
	background-color: rgba(251,241,152,0.6);
	border-radius: 15px;
	filter: drop-shadow(0px 0px 3px rgba(255,255,255,1));
	}

	.mainVisualBottomNews h2 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.0rem;
	filter: drop-shadow(0px 0px 3px rgba(251,241,152,1)) drop-shadow(0px 0px 3px rgba(251,241,152,1));
	}

	.mainVisualBottomNews p {
	padding: 0.25em 0;
	font-size: 1.4rem;
	}

	.mainVisualBottomNews li {
	margin-bottom: 1em;
	border: 2px solid #e87356;
	}
	.mainVisualBottomNews li:last-child {
	margin-bottom: 0;
	}

	.mainVisualBottomNews h3 {
	padding: 0.25em;
	background-color: #e87356;
	color: #fff;
	font-size: 1.6rem;
	}
	.mainVisualBottomNews h3 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 1.2rem;
	font-weight: normal;
	}

	.mainVisualBottomNews p {
	font-size: 1.6rem;
	font-weight: bold;
	color: #e87356;
	background-color: #fff;
	padding: 0.25em 0;
	text-align: center;
	line-height: 1.25em;
	}


	/* btnChirashi */
	.mainVisualBottomNews .btnChirashi {
	}

	.mainVisualBottomNews .btnChirashi p {
	margin-top: 30px;
	background-color: transparent;
	}

	.mainVisualBottomNews .btnChirashi a {
	filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
	}


}



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

	.mainVisualBottomNews {
	top: 20px;
	}

}



/* ============================
		pageTabSection
 ============================ */

.pageTabSection {
padding: 2em 0;
background-color: #edf5f7;
}

.pageTabSection .pageTabList li {
margin-bottom: 16px;
}
.pageTabSection .pageTabList li:last-child {
margin-bottom: 0;
}

.pageTabSection .pageTabList a {
display: table;
width: 100%;
background-image: url("../../common/images/arrow004.svg");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 18px auto;
padding: 15px 0;
border-radius: 50px;
background-color: #539aac;
max-width: 400px;
margin: 0 auto;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.7rem;
color: #fff;
text-align: center;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}



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

	.pageTabList {
	display: block !important;
	}

	.pageTabList li {
	width: 100% !important;
	}

}

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

/*
.pageTabSection .pageTabList li:first-child a {
font-size: 1.5rem;
padding-right: 0.5em;
box-sizing: border-box;
}

.pageTabSection .pageTabList li:nth-child(2) a {
padding-right: 0.5em;
box-sizing: border-box;
padding-top: 21px;
padding-bottom: 21px;
}
*/

	.pageTabSection {
	padding: 2em 2em;
	}

}


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

	.pageTabSection {
	padding: 0;
	background-color: transparent;
	margin: -75px 0 25px 0;
	}

	.pageTabSection .pageTabList {
	display: table;
	text-align: center;
	/*width: 1150px;*/
	width: 1150px;
	margin: 0 auto;
	}

	.pageTabSection .pageTabList li {
	margin-bottom: 0;
	display: table-cell;
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 0 15px;
	}

	.pageTabSection .pageTabList a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-radius: 50px;
	background-color: #539aac;
	max-width: none;
	margin: 0 auto;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	}
	
	.bottomPageTab {
	height: 1em;
	}

}




/* ============================
		common
 ============================ */


.common-h3 span {
color: #3f78ab;
background:linear-gradient(transparent 70%, rgba(235,241,246,1.0) 10%);
}


.common-h4::before {
color: #3f78ab;
}

.common-h5 {
color: #3f78ab;
}



/* list */

.basicTypeList > li {
background-image: url("../images/makr001.svg");
}

.basicTypeList.halfColor > li {
background-image: url("../images/makr001a.svg");
}



/* ol.basicNumberList */

.basicNumberList li::before{
background-color: #3f78ab;
}


/* basicTable */


.commonSection .basicTable.buleTable thead th {
background-color: rgba(101,183,68,0.2);
border : 1px solid #ccc;
}

.commonSection .basicTable.buleTable tbody th {
text-align: center;
background-color: rgba(101,183,68,0.1);
border : 1px solid #ccc;
font-weight: bold;
}

.commonSection .basicTable.buleTable tbody td {
border : 1px solid #ccc;
}

.body a {
color: #3f78ab;
}



/* wallType */

.commonSection.wallType001 {
background: linear-gradient(#d9eafc, #ffffff);
}

.commonSection.wallType002 {
background: linear-gradient(#f3ede9, #e8dcd3);
/*
background-image: url("../images/wall_002.webp");
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
*/
}

.commonSection.wallType003 {
background: linear-gradient(#fef3c9, #fee793);
/*
background-image: url("../images/wall001.webp");
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
*/
}

.commonSection.wallType004 {
background: linear-gradient(#f8f2f8, #f2e6f2);
/*
background-image: url("../images/wall003.webp");
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
*/
}

.commonSection .wallWhite001 {
background-color: #fff;
padding: 25px;
border-radius: 10px;
}



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


}


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

	.scheduleSection .basicTable.buleTable th,
	.scheduleSection .basicTable.buleTable td {
	white-space: nowrap;
	}

}


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


	.commonSection.wallType002 {
	/*
	background-image: url("../images/wall002.webp");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	*/
	}

	.commonSection .wallWhite001 {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	}


	.commonSection .basicTable.buleTable th,
	.commonSection .basicTable.buleTable td {
	padding: 1em 1em;
	}

}


/* ============================
		leadSection
 ============================ */

.leadSection {
position: relative;
}


.leadSection .catch {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
color: #3f78ab;
line-height: 1.5em;
margin-bottom: 1em;
text-align: center;
}


.leadSection .dayScheduleTable {
border-collapse: collapse;
width: 100%;
margin-bottom: 3em;
}

.leadSection .dayScheduleTable th {
background-color: #3f78ab;
font-size: 1.2rem;
font-weight: bold;
color: #fff;
padding: 0.5em 0;
text-align: center;
border-right: 1px solid #ffff;
vertical-align: middle;
}

.leadSection .dayScheduleTable th:last-child {
border-right: 1px solid #3f78ab;;
}

.leadSection .dayScheduleTable td {
border-left: 1px solid #3f78ab;
border-right: 1px solid #3f78ab;
border-bottom: 1px solid #3f78ab;
font-size: 1.2rem;
text-align: center;
color: #3f78ab;
font-weight: bold;
padding: 0.5em 0;
vertical-align: middle;
width: calc(100% / 7);
}

.leadSection .dayScheduleTable td span {
font-size: 1.1rem;
font-weight: bold;
line-height: 1em;
margin-bottom: 0.5em;
display: block;
}

.leadSection .picture001 {
text-align: center;
}

.leadSection .picture001 img {
width: 100%;
max-width: 800px;
}

.leadSection .pictMessage {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.4rem;
line-height: 1.5em;
text-align: center;
color: #3f78ab;
margin: 1em 0 2em 0;
}

.leadSection .pictList001 {
display: block;
text-align: center;
}

.leadSection .pictList001 li {
display: inline-block;
}

.leadSection .map {
text-align: center;
margin-bottom: 1em;
}
.leadSection .map img {
width: 100%;
max-width: 480px;
}


.leadSection .call {
text-align: center;
display: block;
}

.leadSection .call a {
display: inline-block;
text-align: center;
margin-bottom: 5px;
}
.leadSection .call a span {
display: inline-block;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.1em;
color: #fff;
padding: 1em 2em 1em 3em;
border-radius: 3em;
background-color: #3f78ab;
background-image: url("../../common/images/fig_call002.svg");
background-repeat: no-repeat;
background-position: left 30px center;
background-size: 30px auto;
}

.leadSection .photo_for_katsuragi {
text-align: center;
margin-bottom: 1em;
}
.leadSection .photo_for_katsuragi img {
width: 100%;
}


.leadSection .mascot_02 {
position: absolute;
top: -90px;
left: 10px;
}

.leadSection .mascot_02 img {
width: 100px;
height: auto;
}

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

.leadSection {
padding-top: 1em;
}

}




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

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

	.leadSection {
	padding-top: 5em;
	}

	.leadSection .catch {
	font-size: 3.0rem;
	margin: 2em 0;
	}

	.leadSection .dayScheduleTable {
	margin-bottom: 4em;
	}

	.leadSection .dayScheduleTable th {
	font-size: 1.8rem;
	padding: 1em 0;
	}

	.leadSection .dayScheduleTable td {
	font-size: 2.2rem;
	padding: 0.5em 0;
	line-height: 1.1em;
	}
	
	.leadSection .dayScheduleTable td span {
	display: block;
	line-height: 1em;
	font-size: 2.0rem;
	margin-bottom: 10px;
	}


	.leadSection .pictList001 li img {
	width: 220px;
	}

	.leadSection .pictMessage {
	font-size: 3rem;
	margin-bottom: 3em;
	}

	.leadSection .map {
	text-align: left;
	margin-bottom: 0;
	float: right;
	width: 480px;
	}

	.leadSection .address .iLeft {
	float: left;
	width: calc(100% - 480px);
	}

	.leadSection .call a span {
	font-size: 3rem;
	padding: 0.75em 1.5em 0.75em 3.0em;
	background-position: left 1.25em center;
	background-size: 40px auto;
	}

	.leadSection .photo_for_katsuragi {
	text-align: center;
	margin-bottom: 0;
	float: right;
	width: 320px;
	margin-left: 3em;
	}
	.leadSection .photo_for_katsuragi img {
	width: 100%;
	}

	.commonSection.leadSection {
	margin: 0 !important;
	padding-top: 20px !important;
	}

	.leadSection .mascot_02 {
	position: absolute;
	top: -30px;
	left: 30px;
	}

	.leadSection .mascot_02 img {
	width: 280px;
	height: auto;
	}


}




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


.gallerySlider.slider {
margin: 2em -10px 0 -10px;
}

.gallerySlider.slider img {
}

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

.gallerySlider.slider .slick-slide img {
width: 100%;
}

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

	.gallerySlider.slider .slick-slide {
	margin: 0 10px;
	}

}




/* ============================
		ikoraCafeSection
 ============================ */


.ikoraCafeSection {
padding-top: 3em;
padding-bottom: 3em;
margin-bottom: 0;
position: relative;
}




.ikoraCafeSection .common-h2 span {
display: block;
letter-spacing: 0;
}

.ikoraCafeSection .catch {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.8rem;
color: #3f78ab;
line-height: 1.25em;
margin-bottom: 1em;
}


.ikoraCafeSection .illustCut001 {
text-align: center;
margin-bottom: 1em;
}


.ikoraCafeSection .illustCut001 img {
width: 100%;
}

.ikoraCafeSection .cafeColumnList > li {
margin-bottom: 2em;
}

.ikoraCafeSection .cafeColumnList .basicTypeList li {
margin-bottom: 0;
}

.ikoraCafeSection .solutionList {
display: block;
text-align: center;
}

.ikoraCafeSection .solutionList li {
display: inline-block;
width: calc(50% - 20px);
margin: 0 8px 20px 8px;
}

.ikoraCafeSection .solutionList li:nth-child(odd) {
position: relative;
top: -4em;
}


.ikoraCafeSection .solutionList img {
width: 100%;
}



.ikoraCafeSection .mascot_03 {
position: absolute;
top: -10px;
right: 10px;
}

.ikoraCafeSection .mascot_03 img {
width: 100px;
height: auto;
}


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

	.ikoraCafeSection .common-h2 {
	padding-right: 60px
	}

}



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

	.ikoraCafeSection {
	padding-top: 6em;
	padding-bottom: 8em;
	}


	.commonSection.wallType002 {
	/*
	background-image: url("../images/wall_002.webp");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	*/
	}



	.commonSection .wallWhite001 {
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	}


	.ikoraCafeSection .common-h2 span {
	display: inline-block;
	margin-right: 1em;
	letter-spacing: 0.12em;
	font-size: 2.2rem;
	}

	.ikoraCafeSection .catch {
	font-size: 2.4rem;
	float: left;
	width: calc(100% - 340px);
	}


	.ikoraCafeSection .basicTypeList.halfColor.yoko li {
	display: inline-block;
	width: 7em;
	}

	.ikoraCafeSection .illustCut001 {
	float: right;
	width: 320px;
	margin-left: 1em;
	}


	.ikoraCafeSection .cafeColumnList > li {
	float: left;
	width: calc(50% - 10px);

	}
	.ikoraCafeSection .cafeColumnList > li:nth-child(even) {
	float: right;
	}
	.ikoraCafeSection .cafeColumnList > li:nth-child(odd) {
	clear: both;
	}

	.ikoraCafeSection .solutionList {
	margin-bottom: 2em;
	margin: 0 4em 4em 4em;
	}

	.ikoraCafeSection .solutionList li {
	display: inline-block;
	width: calc(25% - 20px);
	margin: 0 8px;
	}
	
	
	.ikoraCafeSection .mascot_03 {
	position: absolute;
	top: -60px;
	right: 0px;
	}

	.ikoraCafeSection .mascot_03 img {
	width: 270px;
	height: auto;
	}


	.ikoraCafeSection .common-h2 {
	margin-top: 20px;
	padding-right: 30px;
	}

}




/* ============================
	gallerySlider02
 ============================ */


.gallerySlider02.slider {
margin: 0 auto;
}

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

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

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

.gallerySlider02.slider .slick-slide img {
}

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

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

}




/* ============================
		rihabiliSection
 ============================ */


.rihabiliSection {
padding-top: 3em;
padding-bottom: 3em;
margin-top: 0;
margin-bottom: 0;
position: relative;
}


.rihabiliSection .common-h2 span {
display: inline-block;
letter-spacing: 0;
}

.rihabiliSection .cafeColumnList > li {
margin-bottom: 2em;
}


.rihabiliSection .siryoList > li {
margin-bottom: 2em;
}

.rihabiliSection .siryoList > li img {
width: 100%;
border: 1px solid #333;
}


.rihabiliSection .catch {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.7rem;
color: #3f78ab;
line-height: 1.5em;
margin-bottom: 1em;
}

.rihabiliSection .illustCut002 {
text-align: center;
margin-bottom: 1em;
}

.rihabiliSection .illustCut002 img {
width: 100%;
}


.rihabiliSection .mascot_04 {
position: absolute;
top: 110px;
right: 10px;
}

.rihabiliSection .mascot_04 img {
width: 110px;
height: auto;
}


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

	.rihabiliSection .common-h2 {
	padding-right: 40px;
	}

}


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


	.rihabiliSection {
	padding-top: 6em;
	padding-bottom: 6em;
	}


	.rihabiliSection .common-h2 span {
	letter-spacing: 0.12em;
	font-size: 2.2rem;
	}

	.rihabiliSection .cafeColumnList > li {
	float: left;
	width: calc(50% - 10px);
	position: relative;
	}
	.rihabiliSection .cafeColumnList > li:nth-child(even) {
	float: right;
	}
	.rihabiliSection .cafeColumnList > li:nth-child(odd) {
	clear: both;
	}


	.rihabiliSection .siryoList > li {
	float: left;
	width: calc(50% - 10px);

	}
	.rihabiliSection .siryoList > li:nth-child(even) {
	float: right;
	}
	.rihabiliSection .siryoList > li:nth-child(odd) {
	clear: both;
	}

	.rihabiliSection .catch {
	font-size: 2.5rem;
	float: right;
	width: 450px;
	}

	.rihabiliSection .illustCut002 {
	float: left;
	width: 400px;
	text-align: left;
	}
	
	.rihabiliSection .wallWhite001 .illustCut002 {
	width: 360px;
	}




	.rihabiliSection .mascot_04 {
	position: absolute;
	top: 0;
	right: -400px;
	}

	.rihabiliSection .mascot_04 img {
	width: 280px;
	height: auto;
	}


}



/* ============================
		eiyouSection
 ============================ */


.eiyouSection {
padding-top: 3em;
padding-bottom: 3em;
margin-top: 0;
margin-bottom: 0;
position: relative;
}

.eiyouSection .common-h2 span {
display: inline-block;
letter-spacing: 0;
}

.eiyouSection .cafeColumnList > li {
margin-bottom: 2em;
}

.eiyouSection .catch {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.7rem;
color: #3f78ab;
line-height: 1.5em;
margin-bottom: 1em;
}

.eiyouSection .illustCut003 {
text-align: center;
margin-bottom: 1em;
}

.eiyouSection .illustCut003 img {
width: 100%;
max-width: 450px;
}

.eiyouSection .mascot_05 {
position: absolute;
top: 20px;
left: 10px;
}

.eiyouSection .mascot_05 img {
width: 100px;
height: auto;
}

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

	.eiyouSection .common-h2 {
	margin-bottom: 50px;
	}

}



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


	.eiyouSection {
	padding-top: 6em;
	padding-bottom: 6em;
	}


	.eiyouSection .common-h2 span {
	letter-spacing: 0.12em;
	font-size: 2.2rem;
	}

	.eiyouSection .cafeColumnList > li {
	float: left;
	width: calc(50% - 10px);

	}
	.eiyouSection .cafeColumnList > li:nth-child(even) {
	float: right;
	}
	.eiyouSection .cafeColumnList > li:nth-child(odd) {
	clear: both;
	}


	.eiyouSection .catch {
	font-size: 2.5rem;
	}


	.eiyouSection .mainBlock {
	float: left;
	width: 550px;
	}
	.eiyouSection .illustCut003 {
	width: 350px;
	float: right;
	}

	.eiyouSection .mascot_05 {
	position: absolute;
	top: -60px;
	left: 0px;
	}

	.eiyouSection .mascot_05 img {
	width: 250px;
	height: auto;
	}



}



/* ============================
		mascotSection
 ============================ */

.mascotSection {
text-decoration: none;
position: fixed;
bottom: 20px;
left: 20px;
padding: 0;
color:#fff;
transition: .2s;
opacity: 0;
z-index: 10;
}

.mascotSection img {
width: 120px;
height: auto;
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));
}


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

	.mascotSection img {
	width: 170px;
	height: auto;
	}

}

@media screen and (min-width: 1440px) {

	.mascotSection img {
	width: 240px;
	height: 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) {
}
