/*---------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;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background: #000;
	text-align: center;
	color: #fff;
	display: none;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}

#nav_set_box {
	padding: 0;
	width: 1000px;
	height: 37px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 37px;
	font-family: "Poltawski Nowy", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	font-weight: 800;
	color: #840000;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #FFFFFF;
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: #000000;
	color: #FFFFFF;
	filter: blur(1px);
	text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff;
}


.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}




/*-----Main-------*/
#main {
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
}





#top_box {
	width: 100%;
	min-width: 1000px !important;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

#top_set_box {
	width: 100%;
	min-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}


.top_bg {
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 10;
}

.top_logo,
.top_txt {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.bnr_haishin_link{
	width: 18%;
	position: absolute;
	margin-top: 25.1%;
	margin-left: 13.5%;
	z-index: 20;
}

.bnr_haishin{
	width:100%;
	height:auto;
	z-index: 20;
}



.bnr_sousaku_link{
	width: 18%;
	position: absolute;
	margin-top: 31.5%;
	margin-left: 13.5%;
	z-index: 20;
}

.bnr_sousaku{
	width:100%;
	height:auto;
	z-index: 20;
}

.bnr_denwa{
	width: 18%;
	height:auto;
	z-index: 20;
	position: absolute;
	margin-top: 37.9%;
	margin-left: 13.5%;
}

.bnr_kaiseki_link{
	width: 18%;
	position: absolute;
	margin-top: 44.2%;
	margin-left: 13.5%;
	z-index: 20;
}

.bnr_kaiseki{
	width:100%;
	height:auto;
	z-index: 20;
}

.bnr_comment_link{
	width: 18%;
	position: absolute;
	margin-top: 50.6%;
	margin-left: 13.5%;
	z-index: 20;
}

.bnr_comment{
	width:100%;
	height:auto;
	z-index: 20;
}

.top_cmt_link{
	width: 15.5%;
	position: absolute;
	margin-top: 5.5%;
	margin-left: 5.5%;
	z-index: 20;
}

.top_cmt{
	width:100%;
	height:auto;
	z-index: 20;
}


/*-----mvtk-------*/
#mvtk_box #mvtk-widgets-container {
	margin: 30px auto 10px;
}


/*-----ftr-------*/

#ftr_box {
	z-index: 40;
	margin-top: 20px 0 10px;
	padding: 0px 0px 20px 0px;
}


#ftr_naka {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.top_bl {
	display: block;
	margin: 0 auto;
}


#ftr_bnr {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: center;
}


#ftr_bnr img {
	margin: 0px 5px 5px 0px;
}









/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
	font-size: 10pt;
	font-weight: normal;
}

.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box {
	font-size: 12pt;
	line-height: 2.3em;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3 {
	display: block;
	font-family: "Poltawski Nowy", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 28pt;

	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 50px;

	filter: blur(1px);
	text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff;
}


/*----------PHOTO SCROLL------------*/

#slide_photo_pc1{
	width: 100%;
	height: 300px;
	background: repeat-x url("../images/scrl_1.jpg") left top/auto 100%;
	animation: loop-pc infinite 40s linear;
	z-index: 20;
}


@keyframes loop-pc {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2592px 0;
	}
}



/*------- INTRODUCTION ----------------*/
#intro_box{
	padding-bottom: 100px;
}

.intro_head{
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	margin: 0;
}

#intro_box .in_box{
	margin-top: -20%;
	z-index: 10;
}

#intro_box h3{
	margin-top: 0;
}

.intro_lead1 {
	color: #b4a98f;
	text-align: center;
	font-size: 20pt;
	font-weight: 700;
	line-height: 2em;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 50px;
}


.intro_lead2{
	color: #b4a98f;
	text-align: center;
	font-size: 20pt;
	font-weight: 700;
	line-height: 2em;
	font-family: "Shippori Mincho", serif;
	margin-top: 50px;
}



/*------- STORY ----------------*/
#story_box{
	padding-bottom: 200px;
}


.story_head {
	width: 100%;
	height: auto;
	z-index: 1;
	display: block;
	margin: 0;
}

#story_box .in_box{
	z-index: 20;
}


.opi_box{
	display: flex;
	justify-content: space-around;
	font-size: 20pt;
	line-height: 2em;
	font-family: "Shippori Mincho", serif;
	margin-top: 100px;
}


.opi{
	width: 33%;
}

.opi_en{
	color: #b4a98f;
	font-family: "Poltawski Nowy", serif;
	font-size: 80%;
}



.story_lead{
	color: #b4a98f;
	text-align: center;
	font-size: 20pt;
	font-weight: 700;
	line-height: 1em;
	font-family: "Shippori Mincho", serif;
	margin-top: 100px;
}


.story_lead small{
	font-size: 50%;
	
}


/*------- STAFF----------------*/
#staff_box{
	padding-top: 60px;
	padding-bottom: 100px;
	color: #fff;
}

.staff_name{
	font-size: 24pt;
	color: #960001;
	margin-bottom: 5px;
	text-align: center;
}

.staff_en{
	font-family: "Poltawski Nowy", serif;
	font-size: 16pt;
	color: #960001;
	margin-bottom: 20px;
	text-align: center;
}

.staff_prof{
	margin-bottom: 70px;
}


/*------- Comment ----------------*/
#cmt_box {
	padding-top: 1px;
	padding-bottom: 100px;
}

#cmt_box .in_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cmt_txt{
	font-size: 13pt;
	white-space : pre-wrap;

	width: 480px;
	margin-bottom: 50px;
	padding: 16px 25px 12px;
	color: #fff;
/*	background-color: #b2172e;*/
}

strong{
  font-weight: 700;
}

.cmt_name{
  font-size: 20pt;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.3em;
	color: #960001;
}

.cmt_name small{
	font-size: 70%;
/*	display: block;*/
}


.ryaku{
	margin-top: 54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 1000px;
	font-size: 11pt;
	line-height: 1.4em;
	text-align: right;
	padding-right: 60px;
}





/*------- FOOTER ----------------*/

footer{
	width: 100%;
	min-width: 1000px;
	padding: 50px 0 100px;
	text-align: center;
	color: #fff;
	font-size: 9pt;
	line-height: 1.4me;
}








