@charset "UTF-8";
/* -------------------------------------
case 1280px (PCサイト/コンテンツ幅より小さい時) */
@media screen and (max-width: 1280px) {
	/*----------------------------------------*/
	body {
		min-height: 4px;
	}
	/* header */
	.header_nav {
		font-size: 1.6rem;
	}
	.header_nav .-nav {
		display: table;
		width: 96%;
		margin: 0 auto;
	}
	.header_nav .-nav li {
		display: table-cell;
	}
	.header_nav .-nav li a {
		padding: 0;
		min-width: 100px;
	}
	/* content */
	.content_inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	/*----------------------------------------*/
}

/*	end case 1280px (PCサイト/コンテンツ幅より小さい時 ここまで)
----------------------------------------*/
/* -------------------------------------
case 980px  (ミニPC～タブレット)*/
@media screen and (max-width: 980px) {
	/*----------------------------------------*/
	/* header */
	/* header */
	.header_nav .-nav li a {
		min-width: 80px;
	}
	.header_tel_area {
		flex-direction: column;
	}
	.header_tel_area .-sns {
		justify-content: space-around;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.header_tel_area .-sns li {
		margin-left: 0;
	}
	/* footer */
	.footer .-inner {
		flex-direction: column;
		align-items: center;
	}
	.footer_nav {
		margin-bottom: 50px;
	}
	/*----------------------------------------*/
}

/*	end case 950px 
----------------------------------------*/
/* -------------------------------------
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;
	}
	/* header */
	.header {
		height: 65px;
		border-top-width: 5px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background-color: transparent;
		z-index: 150;
		margin-bottom: 0;
	}
	.header + * {
		padding-top: 65px;
	}
	.header .-inner {
		margin-bottom: 0;
	}
	.header .-logo {
		width: 70px;
		top: -5px;
		margin: 0 auto;
	}
	.header .header_nav {
		position: fixed;
		right: 0;
		top: 0;
		width: auto;
	}
	.header .header_nav .gnavi_btn {
		display: block;
		padding: 15px 15px;
		margin-top: 5px;
		line-height: 1;
		background: rgba(255, 255, 255, 0.8);
		cursor: pointer;
	}
	.header .header_nav .gnavi_btn:before {
		content: "\f0c9";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 2.4rem;
	}
	.menu_open .header .header_nav .gnavi_btn:before {
		content: "\f00d";
	}
	.header .header_nav .-nav {
		position: fixed;
		width: 100%;
		top: 65px;
		right: -100%;
		z-index: 151;
		background: rgba(0, 0, 0, 0.9);
		transition: 0.3s;
		transition-timing-function: ease-out;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		height: calc(100% - 55px);
	}
	.header .header_nav .-nav li {
		border-top: 1px solid #333;
		border-bottom: 1px solid #555;
	}
	.header .header_nav .-nav a {
		color: #ffffff;
		font-weight: 400;
		padding: 15px 0;
		height: auto;
	}
	.header .header_nav .-nav a:hover {
		background: rgba(0, 0, 0, 0.95);
		opacity: 1;
	}
	.header .header_nav .-nav a:after {
		content: "\f101";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 15px;
	}
	.menu_open .header .header_nav .-nav {
		right: 0;
	}
	.header_tel_area {
		display: none;
	}
	/* footer */
	/* content */
	/* item */
	.top_area01 .-title {
		font-size: 2.2rem;
		margin-bottom: 40px;
		line-height: 1.6;
	}
	.top_area01 .-text {
		text-align: left;
	}
	.top_area02 {
		background: #f7f4d4;
	}
	.top_area02 .-inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	.top_area02 .-title {
		font-size: 2.2rem;
		line-height: 1.6;
	}
	.top_area02 .-text {
		font-size: 1.6rem;
	}
	.top_area02 .-img {
		margin-bottom: 30px;
	}
	.top_area02 .-btn {
		width: 100%;
		padding: 15px 0;
		font-size: 1.8rem;
	}
	.top_area04 .-inner {
		padding-top: 30px;
	}
	.top_area04 .-title {
		font-size: 2.4rem;
	}
	.top_area04 .-text {
		font-size: 1.8rem;
	}
	.top_area04 .-btn {
		font-size: 2.4rem;
		width: 80%;
	}
	.top_area05 .-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}
	.top_area05 .-column .-item {
		width: 100%;
		margin-bottom: 50px;
	}
	.item_round .-title {
		width: 135px;
		height: 135px;
		font-size: 1.8rem;
	}
	.item_img .-title {
		margin-bottom: 15px;
	}
	.shop_area .-inner {
		padding-top: 30px;
	}
	.shop_area .-title {
		margin-bottom: 30px;
	}
	.shop_column {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.shop_column .-item {
		width: 100%;
		margin: 0 auto 50px;
	}
	.pagetop {
		display: none;
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 5;
	}
	.pagetop a {
		font-size: 2.2rem;
	}
	/* 20220203 メニュータブエリア */
	.menu_tab_area .-menu .item {
		font-size: 1.3rem;
		width: calc(100% / 3 - 2px);
		min-height: 71px;
		padding: 8px 5px 25px;
	}
	.menu_tab_area .-menu .item:first-of-type {
		width: calc(100% - 2px);
	}
	.menu_tab_area .-content {
		font-size: 1.4rem;
		height: auto;
		overflow: auto;
	}
	.menu_tab_area .-content .-last_txt {
		text-align: right;
		font-size: 1.4rem;
	}
	.menu_tab_area .-inner {
		width: 100%;
	}
	.menu_tab_area .-menu_list_title {
		line-height: 1.2;
	}
	.menu_tab_area .-menu_list_title > span {
		font-size: 1.4rem;
		margin-left: 0;
	}
	.menu_list dl {
		display: block;
		margin-bottom: 20px;
		border-bottom: 1px dotted #e6d8b3;
		padding-bottom: 20px;
	}
	.menu_list dl:last-of-type {
		margin-bottom: 60px;
	}
	.menu_list dl dt {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.menu_list dl dt span {
		font-size: 1.3rem;
	}
	.menu_list dl dd:before {
		display: none;
	}
	.menu_list .-menu_list_txt.-mb {
		margin-bottom: 20px;
	}
	/*----------------------------------------*/
}

/*	end case 812px (スマホサイズ ここまで)
----------------------------------------*/
/* -------------------------------------
case 375px (スマホの縦)   */
@media screen and (max-width: 375px) {
	/*----------------------------------------*/
	body {
		min-height: 1px;
	}
	/* footer */
	.footer_info {
		flex-direction: column-reverse;
	}
	.footer_info .-item {
		margin: 0 auto;
		width: 80%;
	}
	/*----------------------------------------*/
}

/*	end case 640px (スマホの縦 ここまで)
----------------------------------------*/
