@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　request
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
    min-height: inherit;
    height: auto;
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* request
-----------------------------------------------------------------*/


/* reserve
-----------------------------------------------------------------*/
.reserve{
	background: #F9F7F2;
	padding-bottom: 80px;
}
.reserve h2 {
	margin-bottom: 80px;
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: var(--brown);
		font-family: Noto Sans JP,sans-serif;
}







/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 834px) {


/* reserve
-----------------------------------------------------------------*/
.reserve{
	background: #F9F7F2;
	padding-bottom: 80px;
}
.reserve h2 {
	margin-bottom: 40px;
	padding-top: 28px;
	padding-bottom: 28px;
	font-size: 2.6rem;
}
.reserve iframe{
	height: 1800px;
}

}