@charset "utf-8";
/* CSS Document */


/*フォント*/
body {
	font-family: "Zen Old Mincho", "Spectral", "Times New Roman", serif;
	font-weight: 400;
	font-size: 17px;
}
@media only screen and (max-width: 600px) {
	body {
		font-size: 15px;
	}
}
.eng {
	font-family: "Spectral", "Times New Roman", serif;
	font-weight: 400;
}



/* =============================================================================
   gFoot
   ========================================================================== */
#gFoot .reservation p {
	font-size: 22px;
}
@media only screen and (max-width: 600px) {
	#gFoot .reservation p {
		font-size: 18px;
	}
}







/* =============================================================================
   mainVisual
   ========================================================================== */
#mainVisual .slideText p {
	font-size: 28px;
}
@media only screen and (max-width: 600px) {
	#mainVisual .slideText p {
		font-size: 18px;
	}
}





/*Lp汎用スタイル*/
#content .slide .slick-slide {}
#content .slide .slick-slide p {
	font-size: 16px;
}
@media (max-width: 767px) {
	#content .slide .slick-slide p {
		font-size: 15px;
	}
}



/*sec01*/

#content .sec01 p {
    font-size: 17px;
    line-height: 2rem;
}

@media only screen and (max-width: 767px) {

	#content .sec01 p {
	    font-size: 0.9rem;
	    line-height: 1.5rem;
	}
}


/*sec02*/
@media only screen and (max-width: 767px) {
    #content .sec02 .owner .text p {
        font-size: 0.86rem;
        line-height: 1.2rem;
    }
}


/*sec03*/
@media only screen and (max-width: 800px) {
	#content .sec02 .owner .flex .text {
		font-size: 15px;
	}
}

#content .sec03 ul.list li .text h3 {
	font-size: 24px;
}

#content .sec03 ul.list li .text p {
	font-size: 16px;
	text-align: left;
}


@media only screen and (max-width: 767px) {
    #content .sec03 ul.list li .text p {
        font-size: 0.87rem;
        line-height: 1.3rem;
    }

	#content .sec03 ul.list li .text h3 {
		font-size: 1.4rem;
	}    
}


/*sec04*/
@media only screen and (max-width: 767px) {
	#content .sec04 table {
		font-size: 15px;
	}
	#content .sec04 table th {
		white-space: nowrap;
	}

	#content .sec04 table td {
		font-size: 0.88rem;
	}
}



/*Lp汎用スタイル*/
#content nav.btnLink a {
	display: block;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	background: #FAFAFA url("img/ico_arrow03.png") no-repeat right 15px center;
	background-size: 18px auto;
	border: 1px solid #707070;
	color: #000;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	padding: 14px 0;
}

@media only screen and (max-width: 767px) {
	#content nav.btnLink a {
		font-size: 1rem;
	}
}



@media only screen and (max-width: 767px) {
	#gFoot .reservation ul.btn li {
		font-size: 0.9rem;
	}
}



