@charset "UTF-8";
/* -------------------------------------
case 1400px (PCサイト/メインビジュアルよりも大きい時 ) */
@media screen and (max-width: 1400px) {
	/*----------------------------------------*/
	body {
		min-height: 5px;
	}
	/*----------------------------------------*/
}

/*	end case 1400px (PCサイト/メインビジュアルより大きい時 ここまで)
----------------------------------------*/
/* -------------------------------------
case 1040px (PCサイト/コンテンツ幅より小さい時) */
@media screen and (max-width: 1040px) {
	/*----------------------------------------*/
	body {
		min-height: 4px;
	}
	.header_inner,
	.footer_inner,
	.content_inner {
		margin: auto;
		width: 100%;
	}
	/*----------------------------------------*/
}

/*	end case 1040px (PCサイト/コンテンツ幅より小さい時 ここまで)
----------------------------------------*/
/* -------------------------------------
case 890px (PCサイト/コンテンツ幅より小さい時) */
@media screen and (max-width: 890px) {
	/*----------------------------------------*/
	body {
		min-height: 3px;
	}
	.container {
		border: none;
	}
	.header .-area02 {
		display: none;
	}
	.header .gnavi .menu ul {
		font-size: 1.5rem;
	}
	.access_area .-map {
		width: 45%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.access_area .-info {
		width: 50%;
	}
	/*----------------------------------------*/
}

/*	end case 890px (PCサイト/コンテンツ幅より小さい時 ここまで)
----------------------------------------*/
/* -------------------------------------
case 812px (スマホサイズ)			*/
@media screen and (max-width: 812px) {
	/*----------------------------------------*/
	body {
		min-height: 2px;
	}
	.pc {
		display: none !important;
	}
	.pc_inline {
		display: none !important;
	}
	.pc_inline_block {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.sp_inline {
		display: inline !important;
	}
	.sp_inline_block {
		display: inline-block !important;
	}
	img {
		max-width: 100%;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"] {
		font-size: 1.6rem;
		/* iPhoneの入力時のズーム防止 */
	}
	.container {
		padding: 0 0 0;
		border: none;
	}
	/* header */
	.header {
		height: 50px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #ffffff;
		z-index: 150;
		box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
	}
	.header + * {
		padding-top: 50px;
	}
	.header .logo_area {
		width: auto;
	}
	.header .gnavi {
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	.header .gnavi .gnavi_btn {
		display: block;
		width: 45px;
		height: 45px;
		cursor: pointer;
		position: relative;
		z-index: 152;
	}
	.header .gnavi .gnavi_btn .-txt, .header .gnavi .gnavi_btn .-txt:before, .header .gnavi .gnavi_btn .-txt:after {
		display: block;
		background: #000;
		width: 25px;
		height: 2px;
		position: absolute;
		border-radius: 5px;
		transition: 0.3s ease-out;
	}
	.header .gnavi .gnavi_btn .-txt {
		right: 10px;
		top: 17px;
	}
	.header .gnavi .gnavi_btn .-txt:before, .header .gnavi .gnavi_btn .-txt:after {
		content: "";
		right: 0;
	}
	.header .gnavi .gnavi_btn .-txt:before {
		top: 7px;
	}
	.header .gnavi .gnavi_btn .-txt:after {
		top: 14px;
	}
	.header .gnavi .menu {
		position: fixed;
		width: 100%;
		height: calc(100vh - 50px);
		overflow: auto;
		top: -100%;
		right: 0;
		z-index: 151;
		background: white;
		transition: 0.5s ease-out;
	}
	.menu_open .header .gnavi .menu {
		top: 50px;
	}
	.header .gnavi .menu ul {
		display: block;
		padding: 15px;
	}
	.header .gnavi .menu ul li {
		width: 100%;
		border-bottom: 1px dotted #959595;
		border-right: 0;
	}
	.header .gnavi .menu ul li a:after {
		content: "";
		display: block;
		border: 2px solid #000;
		border-right: none;
		border-bottom: none;
		position: absolute;
		right: 15px;
		top: 50%;
		height: 7px;
		width: 7px;
		transform: translateY(-50%) rotate(135deg);
	}
	.header .gnavi .menu ul li:first-child {
		border-left: 0;
	}
	.header .gnavi .menu ul li.active a {
		background: none;
		color: #000;
	}
	.header .gnavi .menu ul li.home {
		width: 100%;
	}
	.header .gnavi .menu .-bottom {
		padding: 20px 30px;
	}
	.menu_open .header .gnavi_btn .-txt {
		top: 25px;
	}
	.menu_open .header .gnavi_btn .-txt {
		transform: rotate(45deg);
	}
	.menu_open .header .gnavi_btn .-txt:before {
		display: none;
	}
	.menu_open .header .gnavi_btn .-txt:after {
		top: 0;
		transform: rotate(-90deg);
	}
	.header .header_inner.-top {
		position: relative;
		z-index: 152;
		background: #ffffff;
	}
	.header .header_txt {
		display: none;
	}
	.header .logo {
		width: 50%;
	}
	.header .logo .-img {
		width: 30px;
	}
	.header .-area01 {
		padding: 5px;
	}
	.header .-area02 {
		display: none;
	}
	.header .header_navi {
		border: none;
	}
	/* footer */
	.footer .footer_column {
		flex-direction: column;
	}
	.footer .footer_column .-navi {
		width: 100%;
		justify-content: space-around;
		padding: 25px 0;
	}
	.footer .footer_column .-about {
		width: 100%;
		flex-direction: column;
		padding: 25px 10px;
	}
	.footer .footer_column .-about .-time .-mark {
		font-size: 1.2rem;
		width: 40px;
		text-align: center;
	}
	.footer .footer_column .-about .-time .-txt {
		font-size: 1.4rem;
	}
	.main_visual {
		height: auto;
		padding: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.main_visual .-lead {
		padding: 0;
		font-size: 1.6rem;
	}
	.main_visual .-title {
		position: relative;
		right: auto;
		bottom: auto;
		padding-top: 25vw;
	}
	.main_visual .-title .-mark {
		width: 30vw;
		top: 8vw;
		right: auto;
		left: 10em;
	}
	.main_visual .-title .-txt .-title01 {
		font-size: 1.6rem;
	}
	.main_visual .-title .-txt .-title02 {
		font-size: 2rem;
	}
	.top_area01 .-txt_title {
		padding: 5%;
	}
	.top_area01 .-column {
		flex-direction: column;
	}
	.top_area01 .-column .-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_area01 .-column .-item:last-child {
		margin-bottom: 0;
	}
	.top_area01 .-one_item {
		flex-direction: column;
		padding: 5%;
	}
	.top_area01 .-one_item .-img {
		width: 100%;
		padding: 0 15%;
		margin-bottom: 20px;
	}
	.top_area01 .-one_item .-txt_area {
		padding-left: 0;
	}
	.top_area01 .-one_item .-txt_area .-btn {
		width: 100%;
	}
	.title_round01 {
		font-size: 2.2rem;
		height: 130px;
	}
	.title_round02 {
		font-size: 2.2rem;
		margin-right: auto;
		margin-left: auto;
	}
	.title_round03 {
		font-size: 2.2rem;
		margin-right: auto;
		margin-left: auto;
		width: 280px;
	}
	.director_area .-inner {
		padding: 5%;
		flex-direction: column;
	}
	.director_area .-inner .-img {
		width: 100%;
		margin-bottom: 15px;
	}
	.director_area .-inner .-name_area {
		width: auto;
		padding: 0;
		font-size: 1.8rem;
	}
	.director_area .-inner .-name_area .-name {
		margin-top: 2em;
	}
	.news_list {
		flex-direction: column;
	}
	.news_list dt {
		width: 100%;
		margin-bottom: 0;
	}
	.news_list dd {
		width: 100%;
		margin-bottom: 20px;
	}
	.access_area .-inner {
		flex-direction: column;
	}
	.access_area .-map {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.access_area .-info {
		width: 100%;
	}
	.access_area .-info .-tel {
		font-size: 2rem;
	}
	.-reservation {
		font-size: 1.8rem;
	}
	.page_navi {
		margin-bottom: 45px;
	}
	.page_navi ul {
		display: flex;
		font-size: 1.8rem;
		justify-content: flex-start;
		border-top: 1px solid #CFD8DC;
	}
	.page_navi ul li {
		width: 50%;
		border-bottom: 1px solid #CFD8DC;
	}
	.page_navi ul li:not(:first-of-type):before {
		display: none;
	}
	.page_navi ul li:nth-child(odd) {
		border-right: 1px solid #CFD8DC;
	}
	.page_navi ul li a {
		width: 100%;
		display: block;
		padding: 0.5em 0;
	}
	.page_navi .-txt {
		margin-top: 5px;
	}
	.price_area .-inner {
		padding-right: 5%;
		padding-left: 5%;
	}
	.price_area .-name_block .-inner {
		flex-direction: column;
		align-items: center;
	}
	.price_area .-name_block .-img {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.price_area .-name_block .-title {
		left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.price_area .-name_block .-txt_box {
		min-height: 0;
		font-size: 1.6rem;
		width: 100%;
	}
	.price_area .-name_block .-price_title {
		font-size: 2rem;
	}
	.price_area .-txt_block {
		font-size: 1.6rem;
		padding: 25px 0;
	}
	.price_area .-txt_block .-title {
		font-size: 2.2rem;
		text-align: center;
	}
	.txt_content .-inner {
		padding: 25px 5%;
	}
	/* -------------------------------------
	ページトップ
---------------------------------------- */
	.pagetop {
		right: 10px;
		bottom: 10px;
	}
	/*----------------------------------------*/
}

/*	end case 812px (スマホサイズ ここまで)
----------------------------------------*/
/* -------------------------------------
case 640px (スマホの小さめのサイズ)   */
@media screen and (max-width: 640px) {
	/*----------------------------------------*/
	body {
		min-height: 1px;
	}
	/*----------------------------------------*/
}

/*	end case 640px (スマホの小さめのサイズ ここまで)
----------------------------------------*/
