/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Header-------*/
.kaiseki_head{
	width: 100%;
	height: auto;
}

.kaiseki_head_logo_link{
	width: 18.8%;
	height: auto;
	position: absolute;
	margin-top: 0%;
	margin-left: 0%;
	z-index: 20;
}

.kaiseki_head_logo1{
	width: 100%;
	height: auto;
	display: block;
}

.kaiseki_head_logo2{
	width: 28.61%;
	height: auto;
	position: absolute;
	bottom: 0%;
	right: 0%;
	z-index: 20;
}


/*-----Main-------*/
#main{
	width: 100%;
	overflow:hidden;
	min-width: 1000px;
}

.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 100px;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 12pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 12pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.txt_box2{
	font-size: 12pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}



h3{
	display: block;
	width: 1000px;
	height: 57px;
	line-height: 43px;
	font-size: 19pt;
	font-weight: 400;
	color: #b4172c;
	text-align: left;
	padding-left: 60px;
	font-family: "Shippori Mincho", serif;
	background-image: url(../images/kaiseki_h3_1.png);
	margin: 50px auto 0;
}

h3 span{
	display: inline-block;
}

.sub_txt{
	background-image: url(../images/kaiseki_h3_2.png);
	background-position: 0% top;
	background-repeat: no-repeat;
	padding: 20px 13px 0 60px;
}


.pt_box{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 13px;
}

.pt_box img{
	width: 48%;
	height: auto;
	display: block;
}

/*------- TOP ----------------*/
#top_box {
	padding-top: 30px;
	padding-bottom: 100px;
}

.top_lead{
	font-size: 20pt;
	font-weight: 700;
	line-height: 1.6em;
	margin-bottom: 50px;
	color: #b4172c;
	text-align: center;
}

.top_name{
	text-align: right;
	margin-top: 30px;
}

/*------- オハイオ州 ----------------*/



























/*------- FOOTER ----------------*/
footer {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
	text-align: center;
	font-size: 10pt;
}

.kaiseki_logo{
	display: block;
	margin: 0 auto 50px;
}




