@charset "UTF-8";
/* CSS Document */
.breadArea .inner li:last-child {
	color: #ec6d45;
}
.ttlArea .inner h1:before {
	content: url("../img/cafe/tree_cafe.svg");
	width: 26px;
}
.ttlArea .inner h1:after {
	content: "cafe";
}
.ttlArea .ttl_imgArea .inner .img {
	background-image: url("../img/cafe/cafe_top.webp");
}
/*cafeArea*/
.cafeArea {
	padding-bottom: 258px;
}
.cafeArea_bg {
	position: relative;
}
.cafeArea_bg::before {
	content: "";
	position: absolute;
	background-image: url("../img/cafe/cafe_bg01.webp");
	top: -400px;
    left: -500px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: -1;
}
.cafeArea_bg::after {
	content: "";
	position: absolute;
	background-image: url("../img/cafe/cafe_bg02.webp");
	bottom: -463px;
    right: -457px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: -1;
}

/*desc01*/
.desc01 {
}
.desc01 .inner {
	padding: 40px 20px 80px;
}
.desc01 .inner .txtArea {
	text-align: center;
}
.desc01 .inner .txtArea p {
	font-size: 14px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 500;
	line-height: 30px;
}

/*desc02*/
.desc02 {
	max-width: 755px;
	margin: 0 auto;
}
.desc02 .inner {
	padding: 0 20px 50px;
}
.desc02 .inner .box_reverse {
	display: flex;
	flex-direction: row-reverse;
	gap: 5%;
}
.desc02 .inner .box_normal {
	display: flex;
	gap: 5%;
	padding: 50px 0 0;
}
.desc02 .inner .box_reverse .desc02_rigft,
.desc02 .inner .box_normal .desc02_left {
	width: 46%;
	margin: auto;
}
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01,
.desc02 .inner .box_normal .desc02_left .desc02_txt01 {
	font-size: 22px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	position: relative;
}
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01::after {
    content: '';
    width: 55px;
    height: 3px;
    background-color: #3c93a8;
    position: absolute;
    bottom: -33px;
	border-radius: 50px;
}
.desc02 .inner .box_normal .desc02_left .desc02_txt01::after {
    content: '';
    width: 55px;
    height: 3px;
    background-color: #ec6d45;
    position: absolute;
    bottom: -33px;
	border-radius: 50px;
}
/*.desc02 .inner .box_reverse .desc02_rigft .desc02_txt02,
.desc02 .inner .box_normal .desc02_left .desc02_txt02 {
	font-size: 14px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 500;
	padding-top: 83px;
}*/
.desc02 .inner .box_reverse .desc02_left,
.desc02 .inner .box_normal .desc02_rigft {
	width: 54%;
}

/*desc02 img*/
.desc02 .inner .box_reverse .desc02_left .desc02_img {
	width: 100%;
	background-image: url("../img/cafe/cafe_img01.webp");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 365/340;
    border-top-left-radius: 65px;
}
.desc02 .inner .box_normal .desc02_rigft .desc02_img {
	width: 100%;
	background-image: url("../img/cafe/cafe_img03.webp");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 365/340;
    border-top-left-radius: 65px;
}

/*desc03*/
.desc03 {
	padding-top: 70px;
}
.desc03 .inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.desc03 .inner .desc03_box {
}
.desc03 .inner .desc03_box h2 {
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
	font-size: 25px;
    color: #3c9ab0;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
	letter-spacing: 0.2em;
}
.desc03 .inner .desc03_box h2:before {
	position: absolute;
	content: url("../img/sub/tree02_company.svg");
	width: 37px;
	top: -56px;
    left: 50%;
    transform: translateX(-50%);
}

/*menu*/
.desc03 .inner .desc03_box .menuArea {
	width: 100%
}
.desc03 .inner .desc03_box .menuArea ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    /*justify-content: space-between;*/
}
.desc03 .inner .desc03_box .menuArea ul li {
	width: 19%;
	text-align: center;
	font-size: 15px;
	font-family: '游ゴシック', sans-serif;
	margin: 0 2%;
}
/*.desc03 .inner .desc03_box .menuArea ul li:nth-of-type(-n+5) {
	margin-bottom: 35px;
}*/

.desc03 .inner .desc03_box .menuArea ul li img {
	width: 100%
}
.desc03 .inner .desc03_box .menuArea ul li h3 {
	font-weight: 700;
	/*border-bottom: 2px solid #c4c1c0;*/
	padding: 2px 0;
}
.desc03 .inner .desc03_box .menuArea ul li p {
	display: none;
	/*font-weight: 500;
	padding-top: 2px;*/
}


@media screen and (max-width: 1000px) {
/*cafeArea*/
.cafeArea {
	padding-bottom: 220px;
}
/*desc01*/
.cafeArea .desc01 .inner {
    padding: 30px 20px 70px;
}
/*desc02*/
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01,
.desc02 .inner .box_normal .desc02_left .desc02_txt01 {
    font-size: 21px;
}
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01::after,
.desc02 .inner .box_normal .desc02_left .desc02_txt01::after{
    width: 50px;
    bottom: -25px;
}
/*.desc02 .inner .box_reverse .desc02_rigft .desc02_txt02,
.desc02 .inner .box_normal .desc02_left .desc02_txt02 {
    padding-top: 70px;
}*/
}
@media screen and (max-width: 900px) {
.cafeArea_bg::before {
    left: -550px;
    width: 118%;
}
.cafeArea_bg::after {
    bottom: -200px;
    right: -591px;
    width: 150%;
}
}
@media screen and (max-width: 767px) {
/*cafeArea*/
.cafeArea {
	padding-bottom: 180px;
}
.cafeArea_bg::before {
    left: -675px;
    top: -600px;
    width: 150%;
}
/*desc01*/
.cafeArea .desc01 .inner {
    padding: 25px 20px 50px;
}
/*desc02*/
.desc02 .inner {
    padding: 0 20px 30px;
}
.desc02 .inner .box_reverse,
.desc02 .inner .box_normal {
    gap: 2%;
}
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01,
.desc02 .inner .box_normal .desc02_left .desc02_txt01 {
    font-size: 18px;
}
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01::after,
.desc02 .inner .box_normal .desc02_left .desc02_txt01::after{
    width: 40px;
    bottom: -15px;
}
/*.desc02 .inner .box_reverse .desc02_rigft .desc02_txt02,
.desc02 .inner .box_normal .desc02_left .desc02_txt02 {
    padding-top: 45px;
}*/
/*desc03*/
.desc03 .inner .desc03_box h2 {
    padding-bottom: 40px;
}
/*menu*/
.desc03 .inner .desc03_box .menuArea ul {
    justify-content: center;
}
.desc03 .inner .desc03_box .menuArea ul li {
	width: 38%;
}
/*.desc03 .inner .desc03_box .menuArea ul li:nth-of-type(-n+9) {
	margin-bottom: 25px;
}*/
}
@media screen and (max-width: 600px) {
.ttlArea .inner h1:before {
	width: 18px;
}
/*cafeArea*/
.cafeArea {
	padding-bottom: 130px;
}
.cafeArea_bg::before {
	left: -300px;
    top: -535px;
    width: 100%;
    background-size: contain;
}
.cafeArea_bg::after {
    bottom: -220px;
    right: -280px;
    width: 100%;
    background-size: contain;
}
/*desc01*/
.cafeArea .desc01 .inner {
    padding: 20px 20px 50px;
}
.cafeArea .desc01 .inner .txtArea p {
    line-height: 28px;
}
/*desc02*/
.desc02 .inner .box_reverse,
.desc02 .inner .box_normal {
	display: block;
	gap: 0%;
}
.desc02 .inner .box_normal {
    padding: 40px 0 0;
}
.desc02 .inner .box_reverse .desc02_rigft,
.desc02 .inner .box_normal .desc02_left {
	width: 100%;
	padding-bottom: 35px;
}
.desc02 .inner .box_reverse .desc02_left,
.desc02 .inner .box_normal .desc02_rigft {
    width: 95%;
    margin: 0 auto;
}
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01::after,
.desc02 .inner .box_normal .desc02_left .desc02_txt01::after{
    bottom: -10px;
}
/*.desc02 .inner .box_reverse .desc02_rigft .desc02_txt02,
.desc02 .inner .box_normal .desc02_left .desc02_txt02 {
    padding-top: 30px;
}*/
/*desc03*/
.desc03 {
	padding-top: 60px;
}
.desc03 .inner .desc03_box h2 {
    font-size: 20px;
}
.desc03 .inner .desc03_box h2:before {
    width: 26px;
    top: -36px;
}
.desc03 .inner .desc03_box .menuArea ul li {
    font-size: 14px;
}
.desc03 .inner .desc03_box .menuArea ul li h3 {
    padding: 0;
}
.desc03 .inner .desc03_box .menuArea ul li p {
    padding: 0;
}
}	
@media screen and (max-width: 550px) {
/*desc01*/
.cafeArea .desc01 .inner {
    padding: 20px 20px 30px;
}
.cafeArea .desc01 .inner .txtArea p {
    text-align: left;
}
}
@media screen and (max-width: 500px) {
/*cafeArea*/
.cafeArea {
	padding-bottom: 100px;
}
.cafeArea_bg::before {
    left: -150px;
    top: -860px;
}
.cafeArea_bg::after {
    bottom: -360px;
    right: -200px;
}
/*desc01*/
/*desc02*/
.desc02 .inner .box_reverse .desc02_rigft,
.desc02 .inner .box_normal .desc02_left {
    padding-bottom: 30px;
}
/*desc03*/
.desc03 {
	padding-top: 50px;
}
/*menu*/
.desc03 .inner .desc03_box .menuArea ul li {
	width: 46%;
}
.desc03 .inner .desc03_box .menuArea ul li:nth-of-type(-n+8) {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 400px) {
/*cafeArea*/
.cafeArea {
	padding-bottom: 70px;
}
.cafeArea_bg::before {
    left: -150px;
    top: -700px;
}
/*desc01*/
.cafeArea .desc01 .inner {
    padding: 20px 20px 25px;
}
.cafeArea .desc01 .inner .txtArea p {
	font-size: 13px;
    line-height: 23px;
}
/*desc02*/
.desc02 .inner {
    padding: 0px 20px 20px;
}
.desc02 .inner .box_normal {
    padding: 20px 0 0;
}
.desc02 .inner .box_reverse .desc02_rigft,
.desc02 .inner .box_normal .desc02_left {
    padding-bottom: 25px;
}
.desc02 .inner .box_reverse .desc02_rigft .desc02_txt01,
.desc02 .inner .box_normal .desc02_left .desc02_txt01 {
    font-size: 15px;
}
/*.desc02 .inner .box_reverse .desc02_rigft .desc02_txt02,
.desc02 .inner .box_normal .desc02_left .desc02_txt02 {
    padding: 25px 0 10px;
}*/
/*desc03*/
.desc03 .inner .desc03_box h2 {
    font-size: 19px;
	padding-bottom: 30px;
}
/*menu*/
.desc03 .inner .desc03_box .menuArea ul li:nth-of-type(-n+8) {
    margin-bottom: 15px;
}
}	

