@charset "utf-8";

img{
	vertical-align: middle;
}


/**************************************************50
 * layout
 **************************************************/
body{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.8;
}
#page-wrap {
	background: url("https://www.sakanagoya.com/images/user/back.jpg") center center repeat;
	min-height: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}


/**************************************************50
 * header
 **************************************************/
header{
	background: url("https://www.sakanagoya.com/images/user/header_back.jpg") center top repeat;
	position: relative;
}
#header_logo{
	position: absolute;
	top: 10px;
	left: calc(50% - 600px);
	z-index: 2;
}
header nav{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	height: 110px;
	padding: 0 -webkit-calc((100% - 1200px) / 2) 0 calc(((100% - 1200px) / 2) + 114px);
	padding: 0 calc((100% - 1200px) / 2) 0 calc(((100% - 1200px) / 2) + 114px);
	min-width: 1200px;
	width: 100%;
}
header nav a{
	color: #FFFFFF;
	display: inline-block;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*	font-size: 87.5%; */
	height: 110px;
	line-height: 110px;
	text-decoration: none;
	padding: 0 0.5em;
}
header nav a.active,
header nav a:hover{
	color: #F05F26;
}
#header_desc{
	overflow: hidden;
	background: url("https://www.sakanagoya.com/images/user/header_desc_back.jpg") center top no-repeat;
	height: 728px;
	margin-bottom: 20px;
	padding: 340px -webkit-calc((100% - 1200px) / 2) 0;
	padding: 340px calc((100% - 1200px) / 2) 0;
	position: relative;
	min-width: 1200px;
	width: 100%;
	z-index: 1;
}
#header_desc p{
	background-color: rgba(0,0,0,0.6);
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 140%;
	padding: 20px 30px;
}
#header_desc img{
    width: 63%;
	position: absolute;
	top: -webkit-calc(50% - (30px / 2));
	top: calc(50% - (30px / 2));
	left: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_desc h1{
	font-size: 80%;
	font-weight: normal;
	position: absolute;
	top: 20px;
	left: 45%;
	text-align: center;
	width: 983px;
}

/* -- cuisine top -- */
#cuisine_top{
	background: url("https://www.sakanagoya.com/images/user/cuisine_back.jpg") center center repeat-x;
	height: 388px;
	margin-top: 70px;
	padding-top: 40px;
	text-align: center;
	min-width: 1155px;
}
/*
#cuisine_top h2{
	position: relative;
	top: -43px;
	margin-bottom: -31px;
	z-index: 2;
}
*/
#cuisine_top ul{
	margin-bottom: 30px;
}
#cuisine_top ul li{
	background: url("https://www.sakanagoya.com/images/user/cuisine_frame.jpg") center center no-repeat;
	display: inline-block;
	padding: 17px;
	width: 215px;
}
#cuisine_top ul li + li{
	margin-left: 20px;
}
#cuisine_top ul li img{
	width: 100%;
}
@media screen and (max-width:1280px){
	#header_desc{
		height: 590px;
		padding: 260px -webkit-calc((100% - 1200px) / 2) 0;
		padding: 260px calc((100% - 1200px) / 2) 0;
		background-size: auto 560px;
	}
	#header_desc h1{
		left: 30%;
	}
	#header_desc img{
		/* height: 560px; */
		width: 57%;
		left: 43%;
	}
	#header_desc p{
		font-size: 120%;
	}
}


/**************************************************50
 * covid19_extension
 **************************************************/
#covid19_extension{
	background: url("https://www.sakanagoya.com/images/user/cuisine_back.jpg") center top repeat;
	margin-top: -20px;
	margin-bottom: 20px;
	color: #41210C;
	padding: 40px -webkit-calc((100vw - 1700px) / 2) 50px;
	padding: 40px calc((100vw - 1700px) / 2) 50px;
	text-align: center;
}
#covid19_extension h2{
	font-size: 175%;
	lin-height: 1.2;
}
#covid19_extension h3{
	font-size: 112.5%;
}
#covid19_extension{
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	min-height: -webkit-calc(100vh - 110px - 416px);
	min-height: calc(100vh - 110px - 416px);
	text-align: center;
	margin: 0 -webkit-calc((100vw - 1700px) / 2);
	margin: 0 calc((100vw - 1700px) / 2);
	width: 1700px;
}
#contents{
	min-height: -webkit-calc(100vh - 110px - 416px);
	min-height: calc(100vh - 110px - 416px);
}

/* -- pager -- */
.pager_link{
	text-align: center;
}
.pager_link a,
.pager_link span{
	font-size: 12px;
	display: inline-block;
}
.pager_link a{
	border-style: solid;
	border-width: 1px;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	padding: 0 6px;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.pager_link a.mdi{
	position: relative;
}
.pager_link a.mdi:before{
	font-size: 20px;
	margin: 0 !important;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_link span{
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	vertical-align: middle;
}
.pager_link strong{
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	vertical-align: middle;
}
.pager_link a + a,
.pager_link a + span,
.pager_link a + strong,
.pager_link span + a,
.pager_link span + span,
.pager_link span + strong,
.pager_link strong + a,
.pager_link strong + span,
.pager_link strong + strong{
	margin-left: 15px;
}
.pager_num{
	text-align: center;
}
.pager_link + .pager_num,
.pager_num + .pager_link{
	margin-top: 10px;
}

.pager{
	color: #380000;
	font-size: 160%;
	padding-bottom: 40px;
}
.pager span{
	display: inline-block;
	height: 65px;
	line-height: 65px;
	vertical-align: middle;
	width: 105px;
}
.pager a{
	background: url("https://www.sakanagoya.com/images/user/btn_back.jpg") center center no-repeat;
	color: #380000;
	display: inline-block;
	text-decoration: none;
	height: 65px;
	line-height: 65px;
	vertical-align: middle;
	width: 105px;
}
.pager .pager_page{
	width: 200px;
	margin: 0 2em;
}

/* -- select -- */
select{
	border: 1px solid #9E9E9E;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin-bottom: 3px;
	padding: 0 29px 0 7px;
	transition: all 0.3s ease-out 0s;
}
.select_box{
	display: inline-block;
	height: 30px;
	position: relative;
	vertical-align: middle;
}
.select_box:after{
	content: "\F35D";
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
select:focus{
	outline: none;
}
select::-ms-expand {
	display: none;
}

/* -- link -- */
a:hover > img{
	opacity: 0.7;
}
.link_btn{
	background: url("https://www.sakanagoya.com/images/user/btn_link.jpg") center center no-repeat;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #41210C;
	display: inline-block;
	font-size: 140%;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
	padding-left: 73px;
	padding-right: 36px;
	text-align: center;
	text-decoration: none;
	width: 449px;
}
.link_btn:hover{
	opacity: 0.7;
}

/* -- title -- */
.title_h1{
	background-color: #380001;
	font-weight: normal;
}
.title_brown{
	background-color: #380001;
	display: inline-block;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 200%;
	height: 62px;
	line-height: 62px;
	width: 670px;
}
.overlap{
	position: relative;
}
.overlap span{
	color: #380000;
	font-size: 140%;
	font-weight: bold;
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

/* -- text -- */
.note:before{
	content: "※";
}


/**************************************************50
 * top
 **************************************************/
/* -- important -- */
#important{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#important > div{
	background-color: #FFFFFF;
	border: 3px solid #EC1C24;
	display: inline-block;
	padding: 10px 20px;
	width: 500px;
}
#important > div h2{
	background-color: #EC1C24;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 1em;
	padding: 0 0.6em;
	vertical-align: text-bottom;
}
#important > div a{
	color: #333333;
	display: inline-block;
	margin-right: 1em;
	vertical-align: text-bottom;
}
#important > div > span{
	background-color: #EC1C24;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 75%;
	padding: 0.2em 0.6em;
	vertical-align: text-bottom;
}

/* -- revision_top -- */
#revision_top{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#revision_top > a{
	background-color: #FFFFFF;
	border: 3px solid #C0272D;
	border-radius: 15px;
	color: #C0272D;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 25px;
	width: 450px;
}

/* -- covid19_top -- */
#covid19_top{
	margin-bottom: 50px;
	padding-bottom: 50px;
	text-align: center;
}
#covid19_top > div{
	background-color: #FFFFFF;
	border: 3px solid #47A5DD;
	border-radius: 15px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 25px;
	width: 450px;
}
#covid19_top > div:before{
	background: url("https://www.sakanagoya.com/images/user/covid_19/icon.jpg") center center no-repeat;
	background-size: contain;
	content: "";
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	width: 68px;
}
#covid19_top > div p{
	display: table-cell;
	padding-left: 25px;
	vertical-align: middle;
}
#covid19_top > div a{
	color: #47A5DD;
}

/* -- anniversary -- */
#anniversary{
	background: url("https://www.sakanagoya.com/images/user/anniversary/back.jpg") center center no-repeat;
	border: 6px solid #E6A15C;
	color: #41210C;
	margin-top: 30px;
	margin-bottom: 80px;
	padding: 100px 40px 100px 600px;
	position: relative;
	text-align: left;
}
#anniversary h2{
	position: absolute;
	top: 50%;
	left: 300px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#anniversary h2 img{
	width: 300px
}
#anniversary p{
	font-size: 125%;
}
#anniversary p + p{
	margin-top: 1em;
}

/* -- campaign -- */
#campaign{
	margin-bottom: 30px;
}
#campaign + #concept{
	margin-top: 80px;
}

/* -- concept -- */
#concept{
	background: url("https://www.sakanagoya.com/images/user/010_concept_back.jpg") center center no-repeat;
	height: 763px;
	padding-top: 40px;
	position: relative;
}
#concept:before{
	content: url("https://www.sakanagoya.com/images/user/icon_fish.png");
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* -- system -- */
#system{
	background: url("https://www.sakanagoya.com/images/user/010_system_back.jpg") center center no-repeat;
	height: 1331px;
	margin-top: 80px;
	padding-top: 40px;
	position: relative;
}
#system h2{
	position: absolute;
	top: -51px;
	left 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -- banner -- */
#banner{
	background: url("https://www.sakanagoya.com/images/user/back_right.png") right top no-repeat, url("https://www.sakanagoya.com/images/user/back_paper.jpg") center top repeat-y;
	padding: 40px 0;
}
#banner > a:nth-child(even){
	margin-left: 20px;
}
@media screen and (max-width:1280px){
	#banner img{
		width: 600px;
	}
}

/* -- sample -- */
#sample_slider{
	height: 450px;
	margin: 0 -258px;
	position: relative;
	width: 2215px;
}
#sample_slider:before{
	content: url("https://www.sakanagoya.com/images/user/010_sample_back.png");
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* -- banquet top -- */
#banquet_top{
	background: url("https://www.sakanagoya.com/images/user/back_left.png") left top no-repeat, url("https://www.sakanagoya.com/images/user/010_banquet_back.png") center top repeat-y;
	height: 757px;
	overflow: hidden;
	position: relative;
}
#banquet_top:after{
	content: url("https://www.sakanagoya.com/images/user/mark_fish.png");
	position: absolute;
	bottom: -60px;
	left: 85%;
}
#banquet_top h2{
	margin-bottom: -16px;
}
#banquet_top section{
	margin-top: -190px;
}
#banquet_top section h3{
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 260%;
	font-weight: normal;
}
#banquet_top > img {
	width: 83%;
}
@media screen and (max-width:1280px){
	#banquet_top{
		height: 665px;
	}
	#banquet_top h2{
		margin-bottom: -34px;
	}
	#banquet_top > img {
		width: 73%;
	}
}

/* -- notice top -- */
#notice_top{
	background: url("https://www.sakanagoya.com/images/user/cuisine_back.jpg") center top repeat;
	max-height: 466px;
	padding: 20px 0 20px;
	text-align: center;
	min-width: 1155px;
}
#notice_top h2{
	color: #380000;
	font-size: 34px;
}
#notice_top ul{
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #380000;
	margin: 0 auto 20px;
	max-height: 280px;
	overflow-y: auto;
	padding: 30px;
	width: 1000px;
}
#notice_top ul li{
	color: #380000;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	word-break: break-all;
}
#notice_top ul li:before{
	content: "■";
}


/**************************************************50
 * notice
 **************************************************/
#notice{
	background: url("https://www.sakanagoya.com/images/user/050_cuisined_back_020.jpg") center top repeat-y, url("https://www.sakanagoya.com/images/user/050_cuisined_back_010.jpg") center top repeat-y;
}
#notice ul li{
	background-color: #FFFFFF;
	border: 1px solid #380000;
	color: #380000;
	margin: 30px auto 0;
	padding: 30px;
	text-align: left;
	width: 1000px;
}
#notice ul li:after{
	clear: both;
	content: "";
	display: block;
}
#notice ul li > h3{
	font-size: 125%;
	margin-bottom: 10px;
}
#notice ul li > p{
	text-align: right;
	font-size: 87.5%;
}
#notice ul li .notice_photo{
	float: left;
	width: 300px;
}
#notice ul li .notice_photo img{
	width: 100%;
}
#notice ul li .notice_photo + section{
	float: right;
	width: -webkit-calc(100% - 300px - 20px);
	width: calc(100% - 300px - 20px);
}
#notice .pager{
	margin-top: 40px;
}


/**************************************************50
 * interior
 **************************************************/
/* -- observation -- */
#observation{
	background: url("https://www.sakanagoya.com/images/user/020_interior_back.jpg") center top no-repeat;
	height: 2600px;
	margin-top: -12px;
	padding-top: 52px;
}
#observation h3{
	margin-bottom: 60px;
}
#observation figure{
	display: inline-block;
	margin-bottom: 50px;
	vertical-align: top;
	width: 700px;
}
#observation figure.wide{
	width: 1400px;
}
#observation figure figcaption{
	color: #380000;
	font-size: 180%;
}
#observation figure figcaption:first-child{
	background-color: #C1282D;
	color: #FFFFFF;
	font-size: 180%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	margin-bottom: 30px;
	width: 542px;
}
#observation figure img{
	margin-bottom: 20px;
}
#observation figure img.illust{
	max-width: 320px;
}
#observation figure.wide img + img{
	margin-left: 60px;
}
@media screen and (max-width:1280px){
	#observation{
		padding-left: -webkit-calc((100% - 1280px) / 2);
		padding-left: calc((100% - 1280px) / 2);
		padding-right: -webkit-calc((100% - 1280px) / 2);
		padding-right: calc((100% - 1280px) / 2);
		height: 2560px;
	}
	#observation figure{
		width: 600px;
	}
	#observation figure img{
		max-width: 600px;
	}
	#observation figure img.illust{
		max-width: 300px;
	}
	#observation figure.wide{
		width: 1280px;
	}
	#observation figure.wide img + img{
		margin-left: 0;
	}
}

/* -- seat -- */
#seat{
	background: url("https://www.sakanagoya.com/images/user/020_interior_back.jpg") center top no-repeat;
	height: 2600px;
	margin-top: -12px;
	padding-top: 52px;
}
#seat h3{
	margin-bottom: 60px;
}
#seat figure{
	display: inline-block;
	margin-bottom: 50px;
	vertical-align: top;
	width: 700px;
}
#seat figure.wide{
	width: 1400px;
}
#seat figure.wide_more{
	width: 1500px;
}
#seat figure figcaption{
	color: #380000;
	font-size: 180%;
}
#seat figure figcaption p{
	margin: 0 2em;
	padding-left: 2em;
	text-indent: -1em;
}
#seat figure figcaption p:before{
	content: "■";
}
#seat h4{
	background-color: #C1282D;
	font-size: 180%;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	margin-bottom: 30px;
	width: 461px;
}
#seat figure img{
	margin-bottom: 20px;
}
#seat figure.wide img + img{
	margin-left: 60px;
}
#seat figure.wide_more img + img{
	margin-left: 230px;
}
#seat figure.wide_more *:not(img) + img + img + img{
	margin-left: 60px;
}
#seat .wide_more h4 + h4{
	margin-left: 70px;
	width: 952px;
}
#seat figure:last-child{
	padding-top: 180px;
}
@media screen and (max-width:1280px){
	#seat{
		padding-left: -webkit-calc((100% - 1280px) / 2);
		padding-left: calc((100% - 1280px) / 2);
		padding-right: -webkit-calc((100% - 1280px) / 2);
		padding-right: calc((100% - 1280px) / 2);
		height: 2500px;
	}
	#seat h4{
		width: 300px;
	}
	#seat .wide_more h4 + h4{
		margin-left: 80px;
		width: 610px;
	}
	#seat figure{
		width: 600px;
	}
	#seat figure img{
		width: 600px;
	}
	#seat figure.wide{
		width: 1280px;
	}
	#seat figure.wide_more{
		width: 1280px;
	}
	#seat figure.wide_more img{
		width: 380px;
	}
	#seat figure.wide_more img.illust{
		width: 300px;
	}
	#seat figure.wide_more img + img{
		margin-left: 80px;
	}
	#seat figure.wide_more *:not(img) + img + img + img{
		margin-left: 10px;
	}
	#seat figure.wide img + img{
		margin-left: 0;
	}
}
@media screen and (min-width:1281px){
	#seat figure.wide_more *:not(img) + img + img + img{
		margin-right: 70px;
	}
}

/* -- about -- */
#about{
	background: url("https://www.sakanagoya.com/images/user/020_about_010.png") 1020px 850px no-repeat, url("https://www.sakanagoya.com/images/user/back_paper.jpg") center top repeat-y;
	background-size: auto 800px, auto;
	padding: 30px 0;
}
#map_shop{
	height: 700px;
	margin: 0 auto 50px;
	width: 1700px;
}
#about ul{
	background-color: rgba(255, 255, 255, 0.7);
	color: #380000;
	font-size: 140%;
	margin-left: 80px;
	padding: 0 50px;
	text-align: left;
	width: 860px;
}
#about ul li{
	padding: 1em 1.5em 1em 11.5em;
	text-indent: -10em;
}
#about ul li#hours{
	padding: 1em 1.5em;
	text-indent: 0;
}
#about ul li:not(:first-child){
	border-top: 1px solid #380000;
}
#about ul li span{
	display: inline-block;
	text-indent: 0;
	width: 10em;
}
@media screen and (max-width:1280px){
	#about{
		background: url("https://www.sakanagoya.com/images/user/020_about_010.png") 1000px 850px no-repeat, url("https://www.sakanagoya.com/images/user/back_paper.jpg") center top repeat-y;
		background-size: auto 600px, auto;
	}
	#about ul{
		font-size: 100%;
		margin-left: 240px;
		width: 40%;
		max-width: 700px;
	}
}


/**************************************************50
 * banquet
 **************************************************/
/* -- message -- */
#message{
	background: url("https://www.sakanagoya.com/images/user/030_message_back_010.png") 56px bottom no-repeat, url("https://www.sakanagoya.com/images/user/030_message_back_020.png") 923px bottom no-repeat, url("https://www.sakanagoya.com/images/user/030_banquet_back.jpg") center top no-repeat;
	height: 1331px;
	margin-top: -12px;
	padding-top: 52px;
}
#message h3{
	margin-bottom: 60px;
}
#message .message_img{
	position: relative;
}
#message .note{
	font-size: 160%;
	margin-top: 30px;
}
#message .message_img .note{
	color: #380000;
	font-size: 140%;
	margin-top: 0;
	position: absolute;
	top: 75%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#message_desc{
	background: url("https://www.sakanagoya.com/images/user/030_message_back_030.jpg") center top no-repeat;
	height: 676px;
	margin-bottom: -52px;
	padding: 30px 0;
}
#message_desc img{
	width: 1000px;
}
#message_desc .note{
	color: #380000;
	font-size: 160%;
}
@media screen and (max-width:1280px){
	#message_desc{
		background-size: auto 100%;
		height: 560px;
	}
	#message_desc img{
		width: 1200px;
	}
}

/* -- course -- */
#course{
	background: #EFB760 url("https://www.sakanagoya.com/images/user/030_banquet_back.jpg") center top no-repeat;
	margin-top: -12px;
	padding: 42px 0 30px;
}
#course .course_name{
	color: #380000;
	display: block;
	font-size: 250%;
	line-height: 1;
	position: absolute;
	top: 52px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#course .course_img{
	position: relative;
}
#course .course_img:not(:last-child){
	margin-bottom: 10px;
}
#course .note{
	color: #380000;
	font-size: 140%;
	position: absolute;
	top: 75%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#course .note + .note{
	top: -webkit-calc(75% + 1.6em);
	top: calc(75% + 1.6em);
}
#course h3{
	margin-top: 30px;
	margin-bottom: 20px;
}
#course #example .note{
	top: 86%;
	line-height: 1.4;
}
#course #example .note + .note{
	top: -webkit-calc(82% + 1.4em + 1.4em);
	top: calc(82% + 1.4em + 1.4em);
}


/**************************************************50
 * recruit
 **************************************************/
/* -- inexperience -- */
#inexperience{
	background: url("https://www.sakanagoya.com/images/user/040_recruit_back.jpg") center top no-repeat;
	height: 1331px;
	margin-top: -12px;
	padding-top: 52px;
}
#inexperience h3{
	margin-bottom: 40px;
}
#inexperience > img{
	margin-left: 200px;
}

/* -- skill -- */
#skill{
	background: url("https://www.sakanagoya.com/images/user/040_skill_back.png") 200px bottom no-repeat, url("https://www.sakanagoya.com/images/user/040_recruit_back.jpg") center top no-repeat;
	height: 1331px;
	padding: 20px 0;
}
#skill > section{
	margin-left: 45%;
	text-align: center;
	width: 43%;
	max-width: 726px;
}
#skill > section > img {
	width: 100%;
}
#skill > section + section{
	margin-top: 30px;
}
#skill p{
	background-color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	font-size: 120%;
	padding: 20px 40px;
	text-align: left;
	width: 97%;
	max-width: 700px;
}
@media screen and (max-width:1280px){
	#skill > section{
		margin-left: 51%;
		width: 33%;
	}
	#skill img{
		/* width: 660px; */
	}
	#skill p{
		/* width: 640px; */
	}
}

/* -- skill -- */
#offering{
	background: url("https://www.sakanagoya.com/images/user/mark_fish.png") 1460px 1650px no-repeat, url("https://www.sakanagoya.com/images/user/040_offering_back.jpg") center top repeat-y;
	padding-bottom: 60px;
}
.offering_list{
	background-color: rgba(255, 255, 255, 0.7);
	color: #380000;
	font-size: 180%;
	margin: 60px auto;
	padding: 0 60px;
	width: 1200px;
}
.offering_list + .offering_list{
	margin-top: -20px;
}
.offering_list li{
	padding: 1em 1em 1em 8em;
	position: relative;
	text-align: left;
}
.offering_list li:first-child{
	padding: 1em 0 0.5em;
}
.offering_list li + li{
	border-top: 1px solid #380000;
}
.offering_list li h3{
	text-align: center;
}
.offering_list li span{
	position: absolute;
	top: 50%;
	left: 1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.offering_list li span:before{
	content: "・";
}


/**************************************************50
 * cuisined
 **************************************************/
#cuisined{
	background: url("https://www.sakanagoya.com/images/user/050_cuisined_back_020.jpg") center top repeat-y, url("https://www.sakanagoya.com/images/user/050_cuisined_back_010.jpg") center top repeat-y;
}
#cuisined .title_h1{
	margin-bottom: 20px;
}
#cuisined h2{
	margin-bottom: 50px;
}
#cuisined ul{
	padding-bottom: 30px;
}
#cuisined ul li + li{
	margin-top: 30px;
}
#cuisined ul li img{
	width: 400px;
}


/**************************************************50
 * covid19
 **************************************************/
#covid19{
}
#covid19 > div{
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
#covid19_to{
	background-color: #00ACB7;
	margin: 0 auto 50px;
	padding: 5px 5px 20px;
	width: 780px;
}
#covid19_to > section{
	background-color: #FFFFFF;
	color: #333333;
	margin-bottom: 20px;
	padding: 10px 20px;
}
#covid19_to > section h3{
	color: #00ACB7;
	font-size: 175%;
	position: relative;
}
#covid19_to > section h3:before,
#covid19_to > section h3:after{
	border-top: 1px solid #00ACB7;
	border-bottom: 1px solid #00ACB7;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-calc((100% - 8em) / 2);
	width: calc((100% - 8em) / 2);
}
#covid19_to > section h3:before{
	left: 30px;
}
#covid19_to > section h3:after{
	right: 30px;
}
#covid19_to > section p{
}
#covid19_to > section p strong{
	font-size: 175%;
}
#covid19_to img[src$="logo.png"]{
	margin-top: 20px;
	width: 198px;
}
#covid19_idc{
	padding: 0 415px;
}
#covid19_idc img{
	margin: 30px 12px 0;
	width: 266px;
}


/**************************************************50
 * revision
 **************************************************/
#revision{
}
#revision > div{
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 80px;
	padding-bottom: 80px;
}
#revision_to{
	background-color: #00ACB7;
	margin: 0 auto 50px;
	padding: 5px 5px 20px;
	width: 780px;
}
#revision_to > section{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px 20px;
}
#revision_to > section h3{
	color: #00ACB7;
	font-size: 175%;
	position: relative;
}
#revision_to > section h3:before,
#revision_to > section h3:after{
	border-top: 1px solid #00ACB7;
	border-bottom: 1px solid #00ACB7;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-calc((100% - 8em) / 2);
	width: calc((100% - 8em) / 2);
}
#revision_to > section h3:before{
	left: 30px;
}
#revision_to > section h3:after{
	right: 30px;
}
#revision_to > section p{
}
#revision_to > section p strong{
	font-size: 175%;
}
#revision_to img[src$="logo.png"]{
	margin-top: 20px;
	width: 198px;
}
#revision_to > p{
	color: #FFFFFF;
}
#revision > div dl{
	margin-bottom: 50px;
}
#revision > div dl dt{
	margin-top: 30px;
	font-size: 125%;
}
#revision > div dl dt:before,
#revision > div dl dt:after{
	content: "◆";
}
#revision > div dl dd{
}
#revision > div > p{
	margin: 0 auto;
	padding: 5px 5px 20px;
	width: 780px;
}


/**************************************************50
 * footer
 **************************************************/
footer{
	background-color: #000000;
	position: relative;
}
#totop_btn{
	cursor: pointer;
	position: absolute;
	top: -20px;
	left: -webkit-calc(50% + (1800px / 2) - 40px);
	left: calc(50% + (1800px / 2) - 40px);
	-webkit-transform: translate(-100%, -100%);
	-ms-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%);
	z-index: 10000;
}
#totop_btn:hover{
	opacity: 0.7;
}
#totop_btn.fixed{
	position: fixed;
	bottom: -104px;
	top: auto;
}
#footer_bnr{
	background: url("https://www.sakanagoya.com/images/user/back.jpg") center center repeat;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
#footer_bnr{
}
footer nav{
	padding: 7px 0;
	text-align: center;
}
footer nav a{
	display: inline-block;
	color: #F05F26;
	line-height: 1;
	padding: 0.2em 1em;
	text-decoration: none;
}
footer nav a.active,
footer nav a:hover{
	text-decoration: underline;
}
footer nav a + a{
	border-left: 1px solid #F05F26;
}
#footer_info{
	background: url("https://www.sakanagoya.com/images/user/footer_back.jpg") center center repeat-x;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	font-size: 120%;
	padding: 0 -webkit-calc((100% - 1200px) / 2);
	padding: 0 calc((100% - 1200px) / 2);
	min-width: 1200px;
	width: 100%;
}
#footer_info > section p{
	padding-left: -webkit-calc(16px + 8em);
	padding-left: calc(16px + 8em);
	text-indent: -8em;
}
#footer_info > section p#hours{
	padding-left: -webkit-calc(16px + 1em);
	padding-left: calc(16px + 1em);
	text-indent: -1em;
}
#footer_info > section p span{
	display :inline-block;
	text-indent: 0;
	width: 8em;
}
#footer_info > section p span.length2{
	letter-spacing: 2em;
}
#footer_info > section p span.length3{
	letter-spacing: 0.5em;
}
#footer_info > section p span:before{
	content: "■";
	letter-spacing: normal;
	text-indent: 0;
}
#footer_info > section > img{
	margin-top: 20px;
}
#copyright{
	font-size: 80%;
	text-align: center;
}
#copyright .wrap{
	padding: 6px 0;
}
@media screen and (max-width:1280px){
	#totop_btn{
		left: -webkit-calc(50% + (1280px / 2) - 20px);
		left: calc(50% + (1280px / 2) - 20px);
	}
}


