@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	padding: 0px;
	margin: 0px;
	background: #eee;
	border: 0px solid black;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	color: red;
	padding: 0;
	margin: 0;
	background: url(../img/common/bg-body.jpg)  white fixed;
	-webkit-text-size-adjust: 100%;
	min-width: 1080px;
	font-family:  'Noto Sans JP' , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;

	}



*, *::before, *::after {
	box-sizing: border-box; }

article, section, aside, header, footer {
	padding: 0;
	margin: 0; }

table {
	border-collapse: collapse; }

.none {
	display: none; }

.clearfix::after, .row::after {
	content: '';
	display: block;
	clear: both; }

strong	{
	font-weight:bold;
}

small	{
	font-size:0.7em
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom; }

a {
	color: #73AFC2;
	text-decoration: none;
}

a:hover {
	color: #FE8E8C;
	text-decoration: none;
}

a:hover	 {
	opacity: 1;
}

a:hover img {
	opacity: 0.4;
}

.pc {
	display: block; }

.sp {
	display: none; }

main {
	padding:80px 0 0 0 ;
	margin: 0;
	display:block;
	height:auto;
}

.poppins	{
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 100%;/*-- iPad対策 --*/
	}

	.pc {
		display: none; }

	.sp {
		display: block; }

	main {
	}
}





/* ----------------------------------------------------------------------------------------- */
/* ----- GOTO TOP -------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #333;
	position: fixed;
	z-index: 9999;
	border-radius: 25px;
	-webkit-transform: translateZ(0); }

#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}





/* ----------------------------------------------------------------------------------------- */
/* ----- LAYOUT ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.container {
	border: 0px solid rgba(255, 0, 0, 0.7);
	width: 1080px;
	padding: 0;
	margin: 0 auto;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-01, .col-02, .col-03, .col-04, .col-05, .col-06, .col-07, .col-08, .col-09, .col-10, .col-11, .col-12 {
	padding: 0 15px;
	display: block;
	float: none;
	border: 0px solid red;
}

.col-01 {	width: 8.33333%; }
.col-02 {	width: 16.66667%; }
.col-03 {	width: 25%; }
.col-04 {	width: 33.33333%; }
.col-05 {	width: 41.66667%; }
.col-06 {	width: 50%; }
.col-07 {	width: 58.33333%; }
.col-08 {	width: 66.66667%; }
.col-09 {	width: 75%; }
.col-10 {	width: 83.33333%; }
.col-11 {	width: 91.66667%; }
.col-12 {	width: 100%; }

@media (max-width: 768px) {
	.container {		width: 100%; }

	.col-01, .col-02, .col-03, .col-04, .col-05, .col-06, .col-07, .col-08, .col-09, .col-10, .col-11, .col-12 {
		padding: 0 10px 10px 10px;
	}

	.col-01 {	width: 50%; }
	.col-02 {	width: 50%; }
	.col-03 {	width: 50%; }
	.col-04 {	width: 50%; }
	.col-05 {	width: 50%; }
	.col-06 {	width: 50%; }
	.col-07 {	width: 100%; }
	.col-08 {	width: 100%; }
	.col-09 {	width: 100%; }
	.col-10 {	width: 100%; }
	.col-11 {	width: 100%; }
	.col-12 {	width: 100%; }
}

@media (max-width: 480px) {
	.col-01, .col-02, .col-03, .col-04, .col-05, .col-06, .col-07, .col-08, .col-09, .col-10, .col-11, .col-12 {
		padding: 0 10px 10px 10px; }

	.col-01 {	width: 100%; }
	.col-02 {	width: 100%; }
	.col-03 {	width: 100%; }
	.col-04 {	width: 100%; }
	.col-05 {	width: 100%; }
	.col-06 {	width: 100%; }
	.col-07 {	width: 100%; }
	.col-08 {	width: 100%; }
	.col-09 {	width: 100%; }
	.col-10 {	width: 100%; }
	.col-11 {	width: 100%; }
	.col-12 {	width: 100%; }
}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- BTN-@@@@ -------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
dl.btn-tel	{
	max-width:270px;
	padding:0;
	margin:0 auto;
}

dl.btn-tel dt	{
	font-size: 14px;
	line-height: 1;
	display:block;
	padding:4px 0 2px;
	margin:0 auto 5px;
	color:black;
	background:white;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius:10px;
}

dl.btn-tel dd	{
	font-size: 36px;
	line-height: 1;
	display:block;
	padding:0;
	margin:0 auto;
	color:white;
	background:transparent;
	text-align: center;
	letter-spacing: 0;
	border-radius:0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width:100%;
	font-weight:normal;
	letter-spacing: 0;
}

dl.btn-tel dd:before	{
	content: '\f095';
	font-family: FontAwesome;
	padding-right:5px;
}

dl.btn-tel dd	a	{
	color:white;
}

dl.btn-tel dd	a:hover	{
	color:#CD0817;
}


.btn-memu a	{
	display: block;
	width: 66.66666%;
	height:90px;
	padding:0;
	margin:60px auto 0;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border:1px solid white;
	font-size:36px;
	line-height: 1;
	text-decoration: none;
	color:white;
}

.btn-memu a:hover	{
	background:white;
	color:black;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
	.btn-memu a	{
		height:50px;
		font-size:18px;
	}
}

@media screen and (max-width: 375px) {}




/* ----------------------------------------------------------------------------------------- */
/* ----- H2 H3 ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
h2	{
	font-size:80px;
	line-height: 1;
	padding:0;
	margin:0 0 30px 0;
	color:black;
	text-align: center;
	font-weight:bold;
}

h3	{
	font-size:24px;
	line-height: 1;
	padding:0;
	margin:0 0 60px 0;
	color:#999;
	text-align: center;
	font-weigh:normal;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
h2	{
	font-size:60px;
}

h3	{
	font-size:18px;
}


}

@media screen and (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- うし ------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------- */
.cow-right	{
	position: absolute;
	left:5%;
	bottom:0;
	width:90px;
}

.cow-left	{
	position: absolute;
	right:5%;
	bottom:-6px;
	width:90px;
}





/* ----------------------------------------------------------------------------------------- */
/* ----- TABLE ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
table {
	width: 100%;
	padding: 0;
	margin: 15px auto;
	border-bottom: 1px solid #ddd;
}

table th,
table td {
	border-top: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: black;
	padding: 1.5em 2em;
	text-align: left;
}

table th {
	width:23%;
	background:#eee;
}

table td {
	width:77%;
}


@media (max-width: 768px) {}

@media (max-width: 480px) {
	table {
	}

	table th,
	table td {
		padding: 0.5em 1em;
		display:block;
		text-align: center;
	}

	table th {
		width:100%;
		font-weight:bold;
	}

	table td {
		width:100%;
		border-top:none;
		padding-bottom:2em;
	}
}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- HEADER ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
header{
	width: 100%;
	min-width: 1080px;
	height: 100px;
	position: fixed;
	z-index: 2000;
	background: url(../img/bg-header2.png) repeat-x center bottom black;
	background-size:cover;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	padding:0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header .row	{
	height:100px;
}

header .row .col-12	{
	height:95px;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header h1.logo	{
	width:290px;
	height:100%;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header h1.logo img	{
	width:50%;
	height:auto;
	padding:0;
	margin:0;
	display:block;
}

header nav.drawer-list{
	width:550px;
	height:100%;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header nav.drawer-list ul	{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

header nav.drawer-list ul li	{
	padding:0;
	margin:0;
}

header nav.drawer-list ul li a{
	padding:1px 1.6em 0 0 ;
	margin:0;
	display:block;
	font-size:15px;
	line-height: 1;
	color:white;
}

header nav.drawer-list ul li a:hover{
	opacity: 0.5;
}

header .contact{
	width:210px;
	height:100%;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
}

header .contact dl.btn-tel	{
	max-width:210px;
}

header .contact dl.btn-tel dt	{
	font-size: 11px;
	height:15px;
	display:block;
	padding:2px 0;
}

header .contact dl.btn-tel dd	{
	font-size: 27px;
}

@media (max-width: 768px) {
	header {
		min-width:100%;
	}

	header .row .col-12	{
		height:95px;
		-webkit-align-items: center;
		align-items: center;
		display : -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding:0;
	}


	header h1.logo	{
		width:100%;
		height:100%;
		-webkit-justify-content: center;
		justify-content: center;
	}

	header h1.logo img	{
		width:auto;
		height:75px;
	}

	header nav.drawer-list {
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
		transform: translate(100vw, 0);
		/* ie workaround */
		-ms-transform: translatex(-100vw);
		box-sizing: border-box;
		pointer-events: none;
		padding-top: 100px;
		transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
		background-color: #3d88ce;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 3000;
	}

	header nav.drawer-list ul {
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: auto;
		overflow-x: hidden;
		pointer-events: auto;
		width: calc(100% + 17px); /* スクロールバー対策 */
		padding-right: 17px;
		overflow-y: scroll;
		background: transparent;
		display: block;
	}

	header nav.drawer-list ul li {
		list-style: none;
		text-transform: uppercase;
		pointer-events: auto;
		white-space: nowrap;
		box-sizing: border-box;
		transform: translatex(100vw);
		width:100%;
		/* ie workaround */
		-ms-transform: translatex(-100vw);
	 }

	header nav.drawer-list ul li a{
		text-decoration: none;
		color: #ddd;
		text-align: center;
		display: block;
		padding: 10px 0;
		margin:	 0 ;
		font-size: calc(24px - .5vw);
	}

	header nav.drawer-list ul li a:hover	{
		background:white;
		color:black;
		opacity: 1;
	}

	header nav.drawer-list ul li.sp a{
		font-size: calc(42px - .5vw);
		font-style: italic;
		font-family: 'Oswald',	sans-serif;
		line-height: 1.2;
		margin-top:0;
	}

	header nav.drawer-list ul li.sp a small	{
		font-size: calc(20px - .5vw);
		font-family:  'Noto Sans JP' , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	}

	header .contact dl.btn-tel 	{
		display:none;
	}
}

@media (max-width: 480px) {}

@media (max-width: 375px) {
	header h1.logo	{
		width:100%;
		height:100%;
/*
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
*/
	}

	header h1.logo img	{
		height:60px;
/*
		margin-left:auto;
		margin-right:auto;
*/
	}
}





/* ----------------------------------------------------------------------------------------- */
/* ----- HAMBURGER ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
label.hamburger {
	display: none;
}
input.hamburger {
	display: none;
}

@media (max-width: 768px) {

	input.hamburger:checked ~ .drawer-list {
		transform: translatex(0);
	}

	input.hamburger:checked ~ .drawer-list li {
		transform: translatex(0);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(1) {
		transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(2) {
		transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(3) {
		transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(4) {
		transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(5) {
		transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(6) {
		transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(7) {
		transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(8) {
		transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(9) {
		transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ .drawer-list li:nth-child(10) {
		transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
	}

	input.hamburger:checked ~ label > i {
		background-color: transparent;
		transform: rotate(90deg);
	}

	input.hamburger:checked ~ label > i:before {
		transform: translate(-50%, -50%) rotate(315deg);
		background: white;
	}

	input.hamburger:checked ~ label > i:after {
		transform: translate(-50%, -50%) rotate(-315deg);
		background: white;
	}

	input.hamburger:checked ~ label close {
		color: white;
		width: 100%;
	}

	input.hamburger:checked ~ label open {
		color: transparent;
		width: 0;
	}

	label.hamburger {
		z-index: 9999;
		position: relative;
		display: block;
		height: 50px;
		width: 50px;
	}

	label.hamburger:hover {
		cursor: pointer;
	}

	label.hamburger text close,
	label.hamburger text open {
		text-transform: uppercase;
		font-size: .8em;
		align-text: center;
		position: absolute;
		transform: translateY(50px);
		text-align: center;
		overflow: hidden;
		transition: width 0.25s 0.35s, color 0.45s 0.35s;
	}

	label.hamburger text close {
		color: transparent;
		right: 0;
		width: 0;
	}

	label.hamburger text open {
		color: white;
		width: 100%;
	}

	label.hamburger > i {
		position: absolute;
		width: 100%;
		height: 2px;
		top: 50%;
		background-color: white;
		pointer-events: auto;
		transition-duration: .35s;
		transition-delay: .35s;
	}

	label.hamburger > i:before,
	label.hamburger > i:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		left: 50%;
		background-color: white;
		content: "";
		transition: transform 0.35s;
		transform-origin: 50% 50%;
	}

	label.hamburger > i:before {
		transform: translate(-50%, -14px);
	}

	label.hamburger > i:after {
		transform: translate(-50%, 14px);
	}

	label.hamburger {
		position: fixed;
		top: 20px;
		right: 15px;
	}

}





/* ----------------------------------------------------------------------------------------- */
/* ----- FOOTER ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
footer	{
	background:url(../img/bg-footer2.jpg)#07080A top left;background-size:cover;
/* 	background:url(../img/bg-footer.jpg)#07080A repeat-x; */
	width:100%;
	height:auto;
	padding:120px 0 0;
	margin:0;
}

footer .copyright	{
	font-size:10px;
	line-height: 1;
	color:white;
	letter-spacing: 0.2em;
	text-align: right;
	font-family: 'Poppins', sans-serif;
	padding:90px 0 10px;
	margin:0 auto;
	width:100%;
}

footer ul.logo	{
	border:0px solid green;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:10px 0;
}

footer ul.logo li	{
	width:270px;
}

footer ul.logo img	{
	max-width:245px;
	height:auto;
	display:block;
	padding:0;
	margin:0 auto 20px;
}

footer .detail table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: none;
	background: transparent;
}

footer .detail table th,
footer .detail table td {
	border-top: none;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: white;
	padding: 5px 0;
	text-align: left;
}

footer .detail table th {
	width:23%;
	background:transparent;
}

footer .detail table td {
	width:77%;
	background:transparent;
}

@media screen and (max-width: 768px) {
	footer .container	{}

	footer .container .col-06	{width:100%;}

	footer .detail table {
		width: 300px;width:75%;
		margin: 30px auto 0;
		border-top:1px solid #333;
	}

	footer .detail table th,
	footer .detail table td {
		font-size:12px;
		border-bottom:1px solid #333;
	}

	footer .detail table th 	{
		width:30%
	}

	footer .detail table td 	{
		width:70%
	}
}

@media screen and (max-width: 480px) {
	footer .detail table {
	width:95%;
}
	footer .detail table th,
	footer .detail table td {
		display:table-cell;
	}
}

@media screen and (max-width: 375px) {}







/* ----------------------------------------------------------------------------------------- */
/* ----- SLIDE ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.swiper-container {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1000;
}

.swiper-container img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}





/* ----------------------------------------------------------------------------------------- */
/* ----- TOP area-feat --------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-feat	{
/* 	background:white;background:transparent; */
	background:red;
	background:url(../img/common/bg-feat.png) center center no-repeat;
	background-size:contain;
	padding:60px 0 ;
	width:100%;
	height:auto;
}

.area-feat h2	{
	font-size:24px;
	line-height: 40px;
	padding:0;
	margin:0 0 30px 0;

}

.area-feat h3	{
	font-weight:bold;
	font-size:70px;
	line-height: 80px;
	padding:0;
	margin:0 0 10px 0;
	color:black;
}

.area-feat strong	{
	color:#D82328;
}

.area-feat dl	{
	width:70%;
	margin:10px auto;
	height:60px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-feat dl dt	{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	line-height:1;
	color:black;
	width:20%;
	height:100%;
	padding:0 10px;
	margin:0;
	background:#eee;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-feat dl dd	{
	font-size:14px;
	line-height:1.5;
	color:#666;
	width:80%;
	height:100%;
	padding:0 10px;
	margin:0;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom:1px solid #eee;
}

@media (max-width: 768px) {
	.area-feat dl	{
		width:100%;
		height:auto;
	}
	.area-feat dl dt	{
		width:100%;
		height:auto;
		padding:10px 0;
		font-size:20px;
	}

	.area-feat dl dd	{
		width:100%;
		height:auto;
		border:none;
		padding:10px 0;
		font-size:14px;
	}
}

@media (max-width: 480px) {
	.area-feat h3	{
		font-size:50px;
		line-height: 60px;

	}

	.area-feat h2	{
		font-size:20px;
		line-height: 30px;
	}

}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-proud ------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------- */
.area-proud	{
	background:url(../img/bg-proud5.jpg) black;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:270px 0 120px;
	width:100%;
	height:auto;
}

.area-proud h2	{
	color:white;
	font-size:60px;
}

.area-proud h3	{
	color:white;
	font-weight:bold;
	font-size:30px;
}

.area-proud strong	{
	color:#D82328;
}


.area-proud ul	{
	border:0px solid red;
}

.area-proud	ul li h4	{
	font-size:21px;
	line-height: 1.2;
	color:white;
	padding:7px;
	margin:0;
	letter-spacing: 0.1em;
}

.area-proud	ul li p	{
	font-size:12px;
	line-height: 1.4;
	color:white;
	padding:0 0 0 7px;
	margin:0;
}

.area-proud	ul li img	{
	border:0px solid #111;
}

.area-proud	ul li dl	{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.area-proud	ul li dl dt	{
	width:40%
}

.area-proud	ul li dl dd	{
	width:60%
}




.area-proud	ul.canvas{
	background:url(../img/bg-proud4.png) transparent;
	background-position-y: 20px ;
	background-position-x: -30px;
	background-repeat: no-repeat;
	position: relative;
	height:800px;
}

.area-proud	ul.canvas li:nth-child(1)	{
	width:600px;
	position: absolute;
	top:0;
	right:0;
}

.area-proud	ul.canvas li:nth-child(2)	{
	width:420px;
	position: absolute;
	top:0;
	left:0;
}

.area-proud	ul.canvas li:nth-child(3)	{
	width:270px;
	position: absolute;
	bottom:0;
	left:0;
}

.area-proud	ul.canvas li:nth-child(4)	{
	width:420px;
	position: absolute;
	bottom:0;
	left:310px;
}

.area-proud	ul.canvas li:nth-child(5)	{
	width:300px;
	position: absolute;
	bottom:0;
	right:0;
}

.area-proud	ul.canvas li:nth-child(6)	{
	width:300px;
	position: absolute;
	top:300px;
	right:0;
}

.area-proud	ul.canvas li h4	{
	font-size:21px;
	line-height: 1.2;
	color:white;
	padding:0;
	margin:0 0 0.7em 0;
	font-weight:bold;
}

.area-proud	ul.canvas li h4 small	{
	font-size:12px;
}

.area-proud	ul.canvas li p	{
	font-size:14px;
	line-height: 1.7;
	color:white;
	padding:0;
	margin:0;
	font-weight:normal;
}

@media (max-width: 768px) {

.area-proud	{
	background-attachment: scroll;
	padding:60px 0;
	}
	.area-proud h2	{
	}

	.area-proud h3	{
	}

	.area-proud strong	{
	}


	.area-proud ul	{
		width:75%;
		margin: 0 auto 10px auto;
	}

	.area-proud	ul li h4	{
	}

	.area-proud	ul li p	{
	}

	.area-proud	ul li img	{
	}

	.area-proud	ul li dl	{
	}

	.area-proud	ul li dl dt	{
	}

	.area-proud	ul li dl dd	{
	}




	.area-proud	ul.canvas{
		background-image:none;;
		height:auto;
		position:static;
		width:100%;
		border:0px solid red;
		display : -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.area-proud	ul.canvas li:nth-child(1),
	.area-proud	ul.canvas li:nth-child(3),
	.area-proud	ul.canvas li:nth-child(5){
		position:static;
		padding:0;
		margin:0 0 15px 0;
		border:0px solid red;
		width:25%;
	}

	.area-proud	ul.canvas li:nth-child(2),
	.area-proud	ul.canvas li:nth-child(4),
	.area-proud	ul.canvas li:nth-child(6)	{
		position:static;
		padding:0 0 0 15px;
		margin:0 0 15px 0;
		border:0px solid red;
		width:75%;
	}




	.area-proud	ul.canvas li h4	{
		font-size:20px;
	}

	.area-proud	ul.canvas li p	{
		font-size:12px;
	}


}

@media (max-width: 480px) {
	.area-proud h2	{
		font-size:50px;
		line-height: 60px;
	}

	.area-proud h3	{
		font-size:20px;
		line-height: 30px;
	}
	.area-proud ul	{
		width:100%;
	}


}

@media (max-width: 375px) {
	.area-proud	ul li dl dt	{
		width:100%
	}

	.area-proud	ul li dl dd	{
		width:100%
	}

	.area-proud	ul.canvas li:nth-child(1),
	.area-proud	ul.canvas li:nth-child(2),
	.area-proud	ul.canvas li:nth-child(3),
	.area-proud	ul.canvas li:nth-child(4),
	.area-proud	ul.canvas li:nth-child(5),
	.area-proud	ul.canvas li:nth-child(6)	{
		position:static;
		padding:0;
		margin:0 0 10px 0;
		width:100%;
	}
}





/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-reco ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-reco	{
	background:black ;
	padding:120px 0;
	width:100%;
	height:auto;
	position: relative;
}

.area-reco h2	{
	color:white;
	font-size:60px;
}

.area-reco h3	{
	color:white;
	font-weight:bold;
	font-size:30px;
	line-height: 1.3;
	margin-bottom:1em;
}


.area-reco h6	{
	color:black;
	font-weight:bold;
	font-size:14px;
	line-height: 1.3;
	background:white;
	display:block;
	width:60%;
	margin:0 auto 60px;
	text-align:center;
	padding:6px 0 6px 0;
	border-radius:14px;
}



.area-reco strong	{
	color:#D82328;
}

.area-reco ul	{
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0;
	margin:0 auto;
}

.area-reco ul li h4	{
	font-size:21px;
	line-height: 1.2;
	color:white;
	padding:0;
	margin:20px 0 3px 0;
	font-weight:bold;
}

.area-reco ul li p	{
	font-size:12px;
	line-height: 1.7;
	color:white;
	padding:0;
	margin:0;
	font-weight:normal;
}

.area-reco ul li img	{
}

@media (max-width: 768px) {
	.area-reco	{
	padding:60px 0;
	}
	.area-reco .col-04	{
		width:33.33333%;
	}

	.area-reco h6	{
		width:100%;
	}
}

@media (max-width: 480px) {
	.area-reco h2	{
		font-size:50px;
		line-height: 60px;
	}

	.area-reco h3	{
		font-size:20px;
		line-height: 30px;
	}

	.area-reco .col-04	{
		width:50%;
	}
}

@media (max-width: 375px) {
	.area-reco .col-04	{
		width:100%;
	}
}





/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-lunch ------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------- */
.area-lunch	{
	background:white;background:transparent;
	padding:120px 0 ;
	width:100%;
	height:auto;
	position:relative;
}

.area-lunch ul.plate	{
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0;
	margin:0 auto;
}

.area-lunch ul.plate li	{
	width:25%;
	padding:2px 2px 12px 2px;
}

.area-lunch ul li h4	{
	font-size:14px;
	line-height: 1.6;
	color:black;
	font-weight:bold;
	letter-spacing: -0.01em;
	padding:0;
	margin:0.5em 0;
}

.area-lunch ul li h4 em	{
	color:#888;
	font-weight:normal;
	font-style:italic;
	letter-spacing: 0;
	padding:0;
	margin:0;
}

.area-lunch ul li p	{
	font-size:12px;
	color:#888;
	font-weight:normal;
	font-style:normal;
	letter-spacing: 0;
	padding:0;
	margin:0;
	line-height: 1.2;
}

.area-lunch blockquote	{
	background:url(../img/sample7.jpg) no-repeat left top;
	background-size:cover;
	border:2px solid white;
	width:100%;
	padding:60px 0;
	margin:30px auto;
}

.area-lunch blockquote ul	{
	width:360px;
	border:0px solid red;
	padding:0;
	margin:0 0 0 auto;
}

.area-lunch blockquote ul li 	{
	border-bottom:1px solid white;
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
}

.area-lunch blockquote ul li:first-child 	{
	border-bottom:4px solid white;
}

.area-lunch blockquote ul li h5	{
	font-size:30px;
	line-height: 1;
	font-weight:bold;
	color:white;
	padding:0;
	margin:0;
}

.area-lunch blockquote ul li h4,
.area-lunch blockquote ul li h4 em,
.area-lunch blockquote ul li p	{
	color:white;
}

.area-lunch dl	{
	border:0px solid red;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:60px;
}

.area-lunch dl dt	{
	width:40%;
}

.area-lunch dl dt h6	{
	font-size:60px;
	color:black;
	font-weight:bold;
	line-height: 1;
	padding:0;
	margin:0 0 4px 0;
}

.area-lunch dl dt p	{
	font-size:18px;
	color:#999;
	font-weight:normal;
	line-height: 1.6;
	letter-spacing: 0.32em;
}

.area-lunch dl dd	{
	width:60%;
	padding-top:10px;
}

.area-lunch dl dd	.weekday,
.area-lunch dl dd	.holiday	{
	display:block;
	color:black;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0 0 0 0;
	margin:0 0 10px 0;

}

.area-lunch dl dd	.weekday .day,
.area-lunch dl dd	.holiday .day	{
	width:210px;
	height:50px;
	background:#a6937c;
	color:white;
	font-size:20px;
	line-height: 1;
	text-align:center;
	padding:15px 0 0 0;
	margin:0 0 0 0;
}

.area-lunch dl dd	.weekday time,
.area-lunch dl dd	.holiday time	{
	width:400px;
	height:50px;
	background:white;
	color:white;
	font-size:30px;
	line-height: 1;
	text-align:left;
	padding:12px 0 0 20px;
	margin:0;
	color:#a6937c;
	font-style:italic;
}

.area-lunch dl dd	.weekday time small,
.area-lunch dl dd	.holiday time small	{
	font-size: 20px;
}

.area-lunch dl dd	.holiday .day	{
	background:#7e6b5a;
	padding-top:11px;
}

.area-lunch dl dd	.holiday .day	small	{
	font-size:12px;
	display:block;
}

.area-lunch dl dd	.holiday time	{
	color:#7e6b5a;
}

.area-lunch .btn-memu a	{
	color:black;
	border-color:black;
}

.area-lunch .btn-memu a:hover	{
	color:white;
	border-color:#ddd;
	background:black
}

@media (max-width: 768px) {
	.area-lunch	{
	}

	.area-lunch ul.plate	{
		display : -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding:0;
		margin:0 auto;
	}

	.area-lunch ul.plate li	{
		width:50%;
		padding:5px;
		margin-bottom:15px
	}

	.area-lunch ul li h4	{
	}

	.area-lunch ul li h4 em	{
	}

	.area-lunch ul li p	{
	}

	.area-lunch blockquote	{
		background:url(../img/sample7-dark.jpg) no-repeat left top;
		}

	.area-lunch blockquote ul	{
		width:80%;
		margin:0 auto;
	}

	.area-lunch blockquote ul li 	{
	}

	.area-lunch blockquote ul li:first-child 	{
	}

	.area-lunch blockquote ul li h5	{
	}

	.area-lunch blockquote ul li h4,
	.area-lunch blockquote ul li h4 em,
	.area-lunch blockquote ul li p	{
	}


	.area-lunch dl	{
		border:0px solid red;
		display : -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.area-lunch dl dt	{
		width:100%;
		margin-bottom:15px;
	}

	.area-lunch dl dt h6	{
		text-align:center;
	}

	.area-lunch dl dt p	{
		text-align:center;
	}

	.area-lunch dl dd	{
		width:100%;
	}

	.area-lunch dl dd	.weekday,
	.area-lunch dl dd	.holiday	{
	}

	.area-lunch dl dd	.weekday .day,
	.area-lunch dl dd	.holiday .day	{
		width:100%;
	}

	.area-lunch dl dd	.weekday time,
	.area-lunch dl dd	.holiday time	{
		width:100%;
		padding:15px 0;
		text-align: center;
	}

	.area-lunch dl dd	.weekday time small,
	.area-lunch dl dd	.holiday time small	{
	}

	.area-lunch dl dd	.holiday .day	{
	}

	.area-lunch dl dd	.holiday .day	small	{
	}

	.area-lunch dl dd	.holiday time	{
	}

	.area-lunch .btn-memu a	{
	}

	.area-lunch .btn-memu a:hover	{
	}

}

@media (max-width: 480px) {}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-beer ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-beer	{
	background:black;
	padding:120px 0 ;
	width:100%;
	height:auto;
}

.area-beer h2	{
	font-size:70px;
	line-height: 80px;
	padding:0;
	margin:0 0 30px 0;
	color:white;
}

.area-beer h3	{
	font-weight:bold;
	font-size:30px;
	line-height: 40px;
	padding:0;
	margin:0 0 60px 0;
	color:white;
}

.area-beer strong	{
	color:#D82328;
}

.area-beer dl	{
	width:66.66666%;
	margin:10px auto;
}

.area-beer dl dt,
.area-beer dl dd	{
	width:100%;
	padding:0;
	margin:0 auto 15px;
}

.area-beer dl dd h4	{
	font-size:30px;
	line-height: 1.2;
	color:white;
	padding:0;
	margin:0 0 0.7em 0;
	font-weight:bold;
}

.area-beer dl dd p	{
	font-size:14px;
	line-height: 1.7;
	color:white;
	padding:0;
	margin:0;
	font-weight:normal;
}

@media (max-width: 768px) {
	.area-beer dl	{
		width:75%;
	}
}

@media (max-width: 480px) {
	.area-beer h2	{
		font-size:50px;
		line-height: 60px;
	}

	.area-beer h3	{
		font-size:20px;
		line-height: 30px;
	}

}

@media (max-width: 375px) {
	.area-beer dl	{
		width:100%;
	}

}





/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-news ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-news	{
	background:white ;background:transparent;
	padding:120px 0 ;
	width:100%;
	height:auto;
}

.area-news dl	{
	width:83.33333%;
	height:auto;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0 0 7px 0;
	margin: 0 auto 7px ;
	border-bottom:1px solid #ddd;
}

.area-news dl	dt,
.area-news dl	dd	{
	font-size:14px;
	line-height: 1.5;
	padding:0;
	margin:0;
	color:#666;
	text-align: left;
}

.area-news dl	dt {
	background:#eee;background:#999;
	color:white;
	width:15%;
	height:24px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-news dl	dd {
	width:85%;
	padding-top:4px;
	padding-left:50px;
}

.area-news dl	dd a	{
	color:#666;
}

@media (max-width: 768px) {
	.area-news dl	{
		width:100%;
		border:none;
		margin-bottom:10px;
	}

	.area-news dl	dt {
		width:100%;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		padding:5px;
	}

	.area-news dl	dd {
		width:100%;
		padding:5px;
	}

}

@media (max-width: 480px) {}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-message ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-message	{
	background:url(../img/bg-message.jpg) ;
	background-size:cover;
	background-position: center left;
	background-attachment: fixed;
	padding:120px 0;
	width:100%;
	min-height:660px;
}

.area-message	.container-fluid .row	{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-message	.container-fluid .row .box	{
	width:750px;
	background:transparent;
	padding:0;
	margin:0 12% 0 auto;
}

.area-message	h2	{
	font-size:48px;
	line-height: 1.4;
	font-weight:bold;
	color:white;
	padding:0;
	margin:0 0 15px 0;
}

.area-message	p	{
	font-size:16px;
	line-height: 2;
	font-weight:normal;
	color:white;
	padding:0;
	margin:0;
}

.area-message dl	{
	width:100%;
	height:240px;
	background:black;
	padding:0;
	margin:15px 0 0 0 ;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background:transparent;
}

.area-message dl dt	{
	width:60%;
	height:240px;
	padding:0 18px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border:1px solid white;
}

.area-message dl dt table	{
	width:100%;
	height:26px;
	border:none;
}

.area-message dl dt table	th,
.area-message dl dt table	td	{
	border:none;
	font-size: 14px;
	line-height: 20px;
	padding:0;
	text-align: left;
	vertical-align: center;
	color:white;
}

.area-message dl dt table	th	{
	width:25%;
	background: transparent;
}

.area-message dl dt table	td	{
	width:75%;
}

.area-message dl dt table small	{
	font-size:12px;
}

.area-message dl dd	{
	width:40%;
	background:white;
	height:100%;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size:36px;
	line-height: 1.2;
	color:black;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.area-message dl dd small	{
	font-size:18px;
	display:block;
	margin-bottom:1px;
}

.area-message dl dd a	{
	color:black;
	text-decoration:none;
}

.area-message dl dd a:hover	{
	color:#CD0817;
}

@media (max-width: 768px) {
	.area-message	{
		min-height:auto;
	}

	.area-message	.container-fluid .row .box	{
		width:90%;
		margin:0 auto;
	}

	.area-message br	{
		display:none;
	}

	.area-message	h2	{
		font-size:40px;
	}

	.area-message	p	{
		font-size:14px;
	}

	.area-message dl	{
		width:100%;
		height:auto;
	}

	.area-message dl dt	{
		width:100%;
		height:auto;
		padding:15px;
	}

	.area-message dl dt table	{
		width:100%;
		height:auto;
		border:none;
	}

	.area-message dl dt table br	{
		display:block;
	}

	.area-message dl dt table	th,
	.area-message dl dt table	td	{
		border:none;
		font-size: 14px;
		line-height: 22px;
		padding:0;
		text-align: left;
		vertical-align: center;
		display: table-cell;
		border:none;
	}

	.area-message dl dt table	th	{
		width:40%;
		background:transparent;
		text-align: right;
	}

	.area-message dl dt table	td	{
		width:60%;
		background:transparent;
	}

	.area-message dl dt table small	{
		font-size:12px;
	}

	.area-message dl dt table tr	{
		border:none;
	}

	.area-message dl dd	{
		width:100%;
		padding:15px;
		height:auto;
		font-size:30px;
	}

	.area-message dl dd small	{
		font-size:14px;
	}
}

@media (max-width: 480px) {
	.area-message dl dt table	th	{
		width:30%;
	}

	.area-message dl dt table	td	{
		width:70%;
	}
}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-google ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-google	{
	padding: 0;
	width:100%;
	height:420px
}

.area-google iframe	{
	width:100%;
	height:420px;
	vertical-align: bottom;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
	.area-google,
	.area-google iframe	{
		height:375px;
	}
}

@media (max-width: 375px) {
	.area-google,
	.area-google iframe	{
		height:320px;
	}

}



/* ----------------------------------------------------------------------------------------- */
/* ----- INDEX area-gallery ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-gallery 	{
	background:black;
}
.area-gallery ul		{
	display: flex;
	flex-wrap: wrap;
}

.area-gallery ul li		{
	width: 16.66666%;
}

@media (max-width: 480px) {
	.area-gallery ul li		{
		width: 25%;
	}
}




/* ----------------------------------------------------------------------------------------- */
/* ----- PAGE ------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------- */
.page	{
	background:white;
	background: url(../img/common/bg-body.jpg)  white;

}





/* ----------------------------------------------------------------------------------------- */
/* ----- PAGE area-title & h2 h3 h4 h5 h6 -------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.area-title	{
	background:url(../img/bg-title.jpg) no-repeat center center black;
	padding:60px 0;
}

.page h2,
.area-title h2	{
	color:white;
	font-weight:bold;
	font-size:40px;
	line-height: 1;
	padding:0;
	margin:0 0 0.5em 0;
	letter-spacing: 0.05em;
	text-align:center;
}

.page h3,
.area-title h3	{
	color:white;
	font-weight:normal;
	font-size:21px;
	line-height: 1;
	padding:0;
	margin:0;
	letter-spacing: 0.2em
	text-align:center;
}

.page h4	{
	color:black;
	font-weight:bold;
	font-size:50px;
	line-height: 1;
	padding:0;
	margin:60px 0 0.5em 0;
	letter-spacing: 0.05em;
	text-align:center;
}

.page h5	{
	color:#999;
	font-weight:normal;
	font-size:21px;
	line-height: 1;
	padding:0;
	margin:0 0 30px;
	letter-spacing: 0.2em;
	text-align:center;
}

@media (max-width: 768px) {
	.area-title	{
	}

	.page h2,
	.area-title h2	{
		font-size:30px;
	}

	.page h3,
	.area-title h3	{
		font-size:18px;
	}

	.page h4	{
		font-size:30px;
	}

	.page h5	{
		font-size:18px;
	}

}

@media (max-width: 480px) {}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- PAGE pankuzy ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.pankuzu	{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
	background:white;background:transparent;
}

.pankuzu .col-12	{
	border-bottom:1px dashed #ddd;
	padding-top:10px;
	padding-bottom:8px;
}

.pankuzu p	{
	font-size:12px;
	line-height: 1.2;
	color:#333;
}

.pankuzu p span	{
	padding-left:10px;
	padding-right:10px;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- PAGE ARTICLE.CONTENTS ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
article.contents	{
	background:white;background:transparent;
	padding:30px 0 120px;
	margin:0 auto;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@media (max-width: 375px) {
	article.contents	{
		padding:15px 0 60px;
	}

}





/* ----------------------------------------------------------------------------------------- */
/* ----- PAGE TABLE ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.page	article table	{
	margin:60px 0;
}

.page article table th,
.page article table	td	{
	color:#555;
	padding:1.5em 2em;
	letter-spacing: 0.05em;
	border-color:#ddd;
}

.page article table th	{
	background:#fafafa;
	text-align: center;
	font-weight:bold;
	color:#333;
}

@media (max-width: 768px) {
	.page	article table	{
		margin:30px 0;
	}

	.page article table th,
	.page article table	td	{
		padding:0.5em 1em;
		letter-spacing: 0;
		font-size: 14px;
		width:70%;
	}

	.page article table th	{
		width:30%;
		background:#fafafa;
	}
}

@media (max-width: 480px) {
	.page article table th,
	.page article table	td	{
		width:100%;
		display:block;
	}

	.page article table th	{
		width:100%;
		background:#eee;
	}

	.page article table td	{
		border-top:none;

		padding-bottom:2em;
	}
}

@media (max-width: 375px) {}




/* ----------------------------------------------------------------------------------------- */
/* ----- PAGE GALLERY ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
ul.gallery	{
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:0;
	margin:0 auto;
	width:100%;
	height:auto;
}

ul.gallery li	{
	width:25%;
	padding:5px;
	margin:0;
}

ul.gallery li	img	{
	width:100%;
	height: auto;
	display:block;
	padding:0;
	margin: 0 auto;
}

@media (max-width: 768px) {
	ul.gallery	{
	}

	ul.gallery li	{
		width:33.33333%;
	}

	ul.gallery li	img	{
	}
}

@media (max-width: 480px) {}

@media (max-width: 375px) {}




/* ----------------------------------------------------------------------------------------- */
/* ----- PAGE iFrame ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.page iframe	{
	width:100%;
	min-height:210px;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@media (max-width: 375px) {}






/* ----------------------------------------------------------------------------------------- */
/* ----- #ABOUT PAGE ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */





/* ----------------------------------------------------------------------------------------- */
/* ----- #MENU PAGE ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
#menu .pankuzu	{
	background:black;
}

#menu .pankuzu .col-12	{
	border-color:#555;
}

#menu .pankuzu p	{
	line-height: 1.2;
	color:white;
}

#menu .pankuzu p a	{
	color:rgba(255, 255, 255, 0.5);
}

#menu .pankuzu p a:hover	{
	color:rgba(255, 255, 255, 1);
}

#menu article.contents	{
	background:black;
}

#menu.page article h4	{
	color:white;
	margin-bottom:30px;
}

#menu.page article h5	{
	color:#999;
	margin-bottom:60px;
}

#menu.page article h6	{
	color:white;
	font-weight:bold;
	font-style:italic;
	font-size:32px;
	line-height: 1;
	padding:0 0 15px;
	margin:30px 0 15px 0 ;
	letter-spacing: 0.1em;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom:1px solid #333;
}



#menu.page article h6 small	{
	font-size:0.6em;
	padding:0 0 0 10px;
	margin:0;
	letter-spacing: 0.05em;
}


#menu.page article .menu_list1	{
	border:0px solid red;
	width:100%;
}


#menu.page article .menu_list1 ul	{
	padding:0;
	margin:0 0 60px 0;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}

#menu.page article .menu_list1 ul li	{
	border:0px solid red;
	margin-bottom:30px;
}

#menu.page article .menu_list1 ul li dl	{
	width:100%;
	padding:0;
	margin:10px 0;
}

#menu.page article .menu_list1 ul li dl dt	{
	font-size:18px;
	line-height: 1.4;
	font-weight: normal;
	color:white;
	padding:0;
	margin:0;
	font-style:italic;
}

#menu.page article .menu_list1 ul li dl dd	{
	font-size:12px;
	line-height: 1.4;
	font-weight:normal;
	color:white;
	padding:0;
	margin:0;
}

#menu.page article .menu_list1 ul li p	{
	font-size:12px;
	line-height: 1.4;
	font-weight:normal;
	color:white;
	padding:0;
	margin:0;
}


#menu.page article .menu_list1 ul li ol li	{
	border-bottom:0px dotted #333;
	width:100%;
	padding:0;
	margin:0;
}

#menu.page article .menu_list1 ul li ol li dl	{
	border-bottom:1px dotted #333;
	width:100%;
	padding:10px 0;
	margin:0;
	justify-content: space-between;
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
}

#menu.page article .menu_list1 ul li ol li dl dt	{
	border:0px solid purple;
	width:80%;
	padding:0;
	margin:0;
	text-align: left;
	font-size:14px;
	line-height: 1.2;
	vertical-align: bottom;
}

#menu.page article .menu_list1 ul li ol li dl dd	{
	border:0px solid pink;
	width:20%;
	padding:0;
	margin:0;
	text-align: right;
	font-size:14px;
	line-height: 1.2;
	vertical-align: bottom;
}

#menu.page article .menu_list1 ul li ol li dl small	{
	font-size:0.7em;
	padding-left: 1em
}





@media (max-width: 768px) {
	#menu article.contents	{
	}

	#menu.page article h4	{
		font-size:50px;
	}

	#menu.page article h5	{
	}

	#menu.page article h6	{
		font-size:30px;
		margin:15px 0;
		display:block;
		text-align: center;
	}

	#menu.page article h6 small	{
		padding:15px 0 0 0;
		display:block;
		width:100%;
	}

	#menu.page article .menu_list1 ul li.col-06	{
		width:100%;
	}

	#menu.page article .menu_list1 ul li.col-04,
	#menu.page article .menu_list1 ul li.col-03,
	#menu.page article .menu_list1 ul li.col-02	{
		width:50%
	}

}

@media (max-width: 480px) {
	#menu.page article .menu_list1 ul li.col-04,
	#menu.page article .menu_list1 ul li.col-03,
	#menu.page article .menu_list1 ul li.col-02	{
		width:50%
	}

}

@media (max-width: 375px) {}






/* ----------------------------------------------------------------------------------------- */
/* ----- #PROUD PAGE ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
/*
#proud.page article h4	{
	font-size:64px;
	line-height: 1.2;
	padding:0;
	margin:0;
}

#proud.page article h5	{
	font-size:24px;
	line-height: 1.2;
	padding:0;
	margin:0 0 15px 0;
	color:black;
	font-weight:bold;
}
*/


#proud.page article h4	{
	font-size:24px;
	line-height: 40px;
	padding:0;
	margin:0 0 30px 0;
}

#proud.page article h5	{
	font-weight:bold;
	font-size:70px;
	line-height: 80px;
	padding:0;
	margin:0 0 10px 0;
	color:black;
	letter-spacing: 0;
}


#proud.page article strong	{
	color:#D82328;
}

#proud.page article .eyecatch	{
	padding:0;
	margin:30px 0;
}

#proud.page article dl	{
	height:auto;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border:0px solid red;
	margin-bottom:75px;
}

#proud.page article dl dt	{
	width:100%;
	height:60px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	line-height:1;
	color:black;
	padding:0;
	background:#eee;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display : -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#proud.page article dl dd	{
	font-size:14px;
	line-height:1.5;
	color:#666;
	width:100%;
	height:auto;
	padding:10px 0;
	margin:0;
}

#proud.page article p	{
	font-size:16px;
	line-height:1.6;
	color:#666;
	width:100%;
	height:auto;
	padding:0;
	margin:15px 0;
	text-align: center;
}

@media (max-width: 768px) {
		#proud.page article h5	{
			font-size:42px;
			line-height: 1.4
		}

		#proud.page article h4	{
			font-size:18px;
			line-height: 1.4
		}

		#proud.page article strong	{
		}


		#proud.page article .eyecatch	{
			margin-bottom:10px;
		}

		#proud.page article dl	{
			margin-bottom:15px;
		}

		#proud.page article dl.col-04	{
			width:100%;
		}

		#proud.page article dl dt	{
			height:50px;
			font-size:20px;
		}

		#proud.page article dl dd	{
		}

		#proud.page article p	{
			text-align: left;
			font-size:14px;
		}

		#proud.page article p br	{
			display:none;
		}
}

@media (max-width: 480px) {
		#proud.page article h5	{
			font-size:36px;
		}

		#proud.page article h4	{
			font-size:16px;
		}

}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- SINGLE ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.single .entry-post	{
	padding-right:30px;
}

.single .entry-post time{
	display:inline-block;
	background: rgba(53, 44, 42, 0.6);
	color:white;
	padding: 0.5em 1em 0.4em;
	margin:0 0 0.5em 0;
	font-size:12px;
	line-height: 1;
}

.single .entry-post h1 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight:bold;
	padding: 0 0 0.5em 0 ;
	margin: 0 0 0.4em 0;
	color: rgba(53, 44, 42, 1);
	border-bottom:1px solid rgba(53, 44, 42, 1); ;
}

.single .entry-post p {
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 1em 0;
	color: rgba(53, 44, 42, 0.8);
}

.single .entry-post img	{
	max-width: 100%;
	height:auto;
	padding:15px 0;
	margin:0 auto;
	display:block;
}



@media (max-width: 768px) {
	.single .entry-post	{
		padding-right:0;
	}

	.single .entry-post h1	{	font-size:27px}
	.single .entry-post p		{	font-size:14px;}
}

@media (max-width: 480px) {}

@media (max-width: 375px) {
	.single .entry-post h1	{	font-size:24px}
	.single .entry-post p		{	font-size:14px;}

}






/* ----------------------------------------------------------------------------------------- */
/* ----- ARCHIVE ---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.entry-post ul li	{
 list-style: none;
 padding: 0 30px 0 0;
 margin: 0 0 45px 0;
 border:0px solid red;
}

.entry-post dl {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 0px solid orange;
}

.entry-post dl dt {
	border: 0px solid pink;
	width: 22%;
	text-align: left;
}

.entry-post dl dd {
	border: 0px solid purple;
	width: 78%;
	text-align: left;
	padding: 0 0 0 20px;
}

.entry-post dl dd time{
	display:inline-block;
	background: rgba(53, 44, 42, 0.6);
	color:white;
	padding: 0.3em 1em;
	margin:0 0 5px 0;
	font-size:10px;
	line-height: 1;

}

.entry-post h4 {
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 0 0 0.5em ;
	margin: 0;
}

.entry-post h4 a {
	color: #362D2B;
	font-weight: bold;
}

.entry-post p {
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: rgba(53, 44, 42, 0.6);
}


@media (max-width: 768px) {
	.entry-post ul li	{
		padding-right: 0;
	}
}

@media (max-width: 480px) {}

@media (max-width: 375px) {}





/* ----------------------------------------------------------------------------------------- */
/* ----- PAGER ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.pager .screen-reader-text {
	display: none;
}

.pager .nav-links {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 0px solid red;
	padding: 30px 0 ;
	margin: 60px 0 ;
	border-top: 1px solid #362D2B;
}

.nav-links .nav-previous, .nav-links .nav-next {
	width: 100%;
	border: 0px solid orange;
	padding: 0;
	margin: 0;
}

.nav-links .nav-previous a, .nav-links .nav-next a {
	font-size: 14px;
	line-height: 1.2;
	padding: 5px 0;
	margin: 0;
	display: block;
}




/* ----------------------------------------------------------------------------------------- */
/* ----- PAGINATION ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------- */
.pagination {
	border: 0px solid red;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 60px 0;
	background: transparent;
}

.pagination ul.page-numbers {
	border: 0px solid green;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.pagination ul.page-numbers li {
	color: white;
	background: #362D2B;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	padding: 0;
	margin: 4px;
	height: 32px;
	width: 32px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
}

.pagination ul.page-numbers li a {
 color: white;
 background: #6D3D0A;
 font-size: 10px;
 line-height: 1;
 letter-spacing: 0;
 padding: 0;
 margin: 0;
 height: 32px;
 width: 32px;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-align-items: center;
 align-items: center;
 display: -webkit-flex;
 display: flex;
}

.pagination ul.page-numbers li a:hover {
	color: yellow;
	background: #FE8E8C;
	text-decoration: none;
}





/* ----------------------------------------------------------------------------------------- */
/* ----- SIDEBAR --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
aside.sidebar {
	border: 0px solid red;
}

aside.sidebar .widget {
	border: 0px solid green;
	padding: 0;
	margin: 0 0 60px 0;
}

aside.sidebar h4 {
	font-size: 18px;
	line-height: 1;
	padding: 15px 0 10px ;
	margin: 0 0 0 0;
	border-bottom: 1px solid #362D2B;
	border-top: 6px solid #362D2B;
	font-weight: bold;
	letter-spacing: 0.1em;
	color:#362D2B;
	text-align: left;
}

aside.sidebar ul {
	margin: 0 0 0 0;
}

aside.sidebar ul li {
	border-bottom: 1px dashed rgba(90, 75, 65, 0.5);
	padding: 12px 0 12px 12px;
	margin: 0;
	list-style: none;
	color: #362D2B;
	position: relative;
}

aside.sidebar ul li a {
	font-size: 12px;
	line-height: 1.4;
	color: #362D2B;
}

aside.sidebar ul li:before 	{
	display:block;
	content: '\f0da';
	font-family: FontAwesome;
	padding-right:5px;
	font-size:16px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-8px;
	padding:0;
}

aside.sidebar ul li:hover {
	background: rgba(90, 75, 65, 0.1);
	color:rgba(90, 75, 65, 0.8);
}

aside.sidebar .widget dl{
	border-bottom: 1px dashed rgba(90, 75, 65, 0.5);
	padding:15px 0;
	margin:0;
}

aside.sidebar .widget dl:hover {
	background: rgba(90, 75, 65, 0.1);
}

aside.sidebar .widget dl dt {
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size:12px;
	line-height: 1;
}

aside.sidebar .widget dl dd {
	padding: 0 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size:14px;
	line-height: 1.4;
}

aside.sidebar .widget dl dd a	{
	color:#362D2B
}

@media (max-width: 768px) {
	aside.sidebar.col-03	{
		width: 100%;
	}
}

@media (max-width: 480px) {}

@media (max-width: 375px) {}





#course,
#yonezawa,
#beaf,
#lunch,
#drink	{
	margin-top:-100px;
	padding-top:100px;
}



p.caution	{
	font-size: 14px;
	line-height: 1.2;
	color:white;
	padding:0 0 2em 0;
	margin:0;
}




/* ----------------------------------------------------------------------------------------- */
/* ----- FOMT_FAMILY --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

body {
	font-family:
	"Reisho 101"/*隷書101*/,
	"Sei Kaisho CB1"/*正楷書CB1*/,
	"Kaimin Sora Bold"/*解ミン 宙 B*/,
	"A1 Mincho"/*A1明朝*/,
	"Ryumin Medium KL"/*リュウミン M-KL*/,
	"Ryumin Regular KL"/*リュウミン R-KL*/,
	"Shimanami JIS2004" /*しまなみ JIS2004*/,

	"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p,
.area-message dl dt table	th,
.area-message dl dt table	td,
.page#about article table th,
.page article table th,
.page article table td,
.area-news dl dt,
.area-news dl dd,
footer .detail table th,
footer .detail table td,
.area-feat dl dd,
#proud.page article dl dd,
.area-reco h6
	{
	font-family:  'Noto Sans JP' , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
/* 	font-size:20px; */
}

/*
.area-lunch dl dd .weekday .day,
.area-lunch dl dd .holiday .day,
.area-lunch dl dd .weekday time,
.area-lunch dl dd .holiday time	{
	font-family: 'Oswald',	sans-serif;
}
*/



/*
リュウミン M-KL	Ryumin Medium KL	カクミン R	Kakumin Regular
リュウミン R-KL	Ryumin Regular KL	解ミン 宙 B	Kaimin Sora Bold
見出ミンMA31	Midashi Min MA31	シネマレター	Cinema Letter
A1明朝	A1 Mincho	トーキング	Talking
新ゴ R	Shin Go Regular	はるひ学園	Haruhi Gakuen
新ゴ M	Shin Go Medium	すずむし	Suzumushi
ゴシックMB101 B	Gothic MB101 Bold	新丸ゴ 太ライン	Shin Maru Go Futoline
見出ゴMB31	Midashi Go MB31	正楷書CB1	Sei Kaisho CB1
じゅん 201	Jun 201	隷書101	Reisho 101
じゅん 501	Jun 501	UD新ゴ R	UD Shin Go Regular
新丸ゴ R	Shin Maru Go Regular	UD新ゴ M	UD Shin Go Medium
フォーク R	Folk Regular	UD新ゴ コンデンス90 L	UD Shin Go Conde90 L
フォーク M	Folk Medium	UD新ゴ コンデンス90 M	UD Shin Go Conde90 M
丸フォーク R	Maru Folk Regular	ナウ-GM	NOW-GM
丸フォーク M	Maru Folk Medium	G2サンセリフ-B	GSanSerif-B
しまなみ JIS2004	Shimanami JIS2004	UDデジタル教科書体 R JIS2004	UDDigiKyokasho R JIS2004
ヒラギノ丸ゴ W4 JIS2004	Hiragino Maru Gothic W4 JIS2004
*/