@charset "utf-8";

/*====================================================================
 reset styles
====================================================================*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object {
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	margin: 0;
	font-family: 'Lucida Grande', Century Gothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	*font-family: sans-serif;
}

/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object {	font-family: 'Lucida Grande', Century Gothic, sans-serif;
  }
}

body { color: #000; 
}
table,th,td {
	padding: 0;
	font-size: 100%;
	margin: 0;
}
* {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
ol li,  ul li {
	margin-left: 0;
}
fieldset, img {
	border: 0;
}
a {
	outline: none;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
caption, th {
	text-align:left;
}
abbr, acronym {
	border: 0;
}
sup {
	vertical-align: 2px;
}
sub {
	vertical-align: bottom;
}
a:link,a:active,a:visited {
	text-decoration:none;
}
a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration:none;
}


/*====================================================================
 Common class
====================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	overflow: hidden;
}

.noMargin {
	margin-bottom:0px !important;
}
.x-smallMargin {
	margin-bottom:5px !important;
}
.smallMargin {
	margin-bottom:10px !important;
}
.middleMargin {
	margin-bottom:15px !important;
}
.normalMargin {
	margin-bottom:20px !important;
}
.largeMargin {
	margin-bottom:30px !important;
}
.x-largeMargin {
	margin-bottom:40px !important;
}
.xx-largeMargin {
	margin-bottom:50px !important;
}
.xxx-largeMargin {
	margin-bottom:60px !important;
}
.textXX-small {
	font-size: 65% !important;
	line-height: 1.4em;
}
.textX-small {
	font-size: 75% !important;
	line-height: 1.4em;
}
.textSmall {
	font-size: 80% !important;
}
.textMiddle {
	font-size: 90% !important;
}
.textLarge {
	font-size: 110% !important;
}
.textX-large {
	font-size: 120% !important;
}
.textXX-large {
	font-size: 140% !important;
}
.textXXX-large {
	font-size: 160% !important;
}
.textXXXX-large {
	font-size: 180% !important;
}
.textCenter {
	text-align:center !important;
}
.textLeft {
	text-align:left !important;
}
.textRight {
	text-align:right !important;
}
.textBold {
	font-weight:bold !important;
}
.textRed {
	color:#C90003 !important;
}
.textGold {
	color:#bb9747 !important;
}
.textMincho {
	font-family:'Lora', "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.mR10 {
	margin-right:10px;
}
.mR20 {
	margin-right:20px;
}
.mR30 {
	margin-right:30px;
}
.ml30_onliPC {
	margin-left:30px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.columnText {
	line-height:2em !important;	
}
.columnText img.left {
	margin: 5px 25px 10px 0;	
}
.columnText img.right {
	margin: 5px 0 10px 20px;	
}
.fadeimg {
}
ul.commonList {
	list-style: disc;
	padding-left: 25px;
}
ul.commonList li {
	margin-bottom:.4em;
}
ul.commonList li:last-child {
	margin-bottom:0;
	}
ol.commonList {
	list-style: decimal;
	padding-left: 25px;
}
ol.commonList li {
	margin-bottom:.3em;
}
.fontSseilf { 
	font-family: Arial, Helvetica, sans-serif;
}
.colorRed { color: #c1272d !important; 
}
.colorGreen { color: #6cbc46 !important; 
}
.colorOrange { color: #ff742e !important; 
}
.textCaution {
	padding-left: 1em;
	text-indent: -1em;
}
.w10 {
	width:10% !important;
}
.w20 {
	width:20% !important;
}
.w25 {
	width:25% !important;
}
.w30 {
	width:30% !important;
}
.w40 {
	width:40% !important;
}
.w50 {
	width:50% !important;
}
.w60 {
	width:60% !important;
}
.w60_onlyPc {
	width:60% !important;
}
.w70 {
	width:70% !important;
}
.w70_onlyPc {
	width:70% !important;
}
.w100 {
	width:100% !important;
}
.alignCenter {
	margin-left:auto !important;
	margin-right:auto !important;
}
.floatR {
	float:right;
}
.floatL {
	float:left;
}

/*====================================================================
 Layout styles
====================================================================*/
body {
	
}
#wrapper {
	min-width: 1000px;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 900;
	min-height: 117px;
	min-width: 1100px;
	width: 100%;
}
#headerBlock {
	background:#fff;
	min-height:100px;
	box-sizing:border-box;
	border-top:5px solid #205286;
	border-bottom:1px solid #000;
/*	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
*/}

#headerInner {
	width: 1100px;
	margin: 0 auto;
}
#headerLogo {
	width: 341px;
	float: left;
}
#headerLogo .logo {
	float: left;
	padding: 7px 0 0;
}
#headerLogo .logo p {
	font-size:10.5px;
}
#headerLogo .logo img {
	vertical-align: bottom;
	padding: 5px 0 0;
}

#globalNaviWrapper {
	float: right;
	height: 94px;
	position:relative;
}
#globalNaviWrapper .onlineBnr {
	position:absolute;
	top:-5px;
	right:-2px;
	z-index:200;
	width:114px;
	height:118px;
	background:url(../../images/top/gnavi_bnr_shop.png) left top no-repeat;
}
#globalNaviWrapper .onlineBnr p {
	font-family:"Cormorant Garamond" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 90%;
	line-height:1.2em;
	text-align:center;
}
#globalNaviWrapper .onlineBnr p span.icon{
	font-size: 36px;
	color:#cfb477;
	line-height:1.4em;
}
#globalNaviWrapper .onlineBnr p a {
	text-decoration:none;
	display:block;
	width:114px;
	height:58px;
}
#globalNaviWrapper .onlineBnr p span.en{
	font-size: 12px;
	color:#bb9747;
}
#gnaviWrapperSP {
	display:none;
}
#globalNavi {
	padding:13px 125px 0 0;
}
#globalNavi .gnaviList {
	height: 94px;
}
#globalNavi .gnaviList ul {
	float: right;
}
#globalNavi .gnaviList li {
	float: left;
	position: relative;
	font-family:"Cormorant Garamond" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	height: 63px;
	padding-left:17px;
	font-size: 90%;
	line-height:1.3em;
}
#globalNavi .gnaviList li.recruit  {
	padding-left:27px;
}
#globalNavi .gnaviList li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width:20px;
	height:63px;
	background:url(../../images/top/gnavi_bar.png) left top no-repeat;
	background-size:20px 60px;
}
#globalNavi .gnaviList li a {
	display: block;
	height: 50px;
	padding: 8px 5px 0 7px;
    margin-top: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	color: #000;
	text-decoration: none;
    box-sizing: border-box;
}
#globalNavi .gnaviList li.recruit a {
	padding: 8px 8px 0 10px;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #62cad7;
    background: #62cad7;
    border-radius: 5px;
}
#globalNavi .gnaviList li a:hover ,
#globalNavi .gnaviList li a:active {
	filter:alpha(opacity=60);
	opacity:0.6;
}
#globalNavi .gnaviList li span{
	font-size: 12px;
	color:#bb9747;
}
#globalNavi .gnaviList li.recruit span{
	color: #fff;
}

#footerSitemap {
	border-top:2px solid #b2c5db;
	background: url(../../images/top/footer_sitemap_bg.jpg) top right repeat;
	padding-top: 25px;
	height: 350px;
}
#footerSitemap .footerInner {
	width:1100px;
	margin:0 auto;
}
#footerSitemap .footerInner h4 {
	font-weight:bold;
	border-bottom:1px dotted #000;
	padding-bottom:3px;
	margin-bottom:15px;
}
#footerSitemap .footerInner ul{
}
#footerSitemap .footerInner li{
	position: relative;
	font-size:75%;
	padding-left:10px;
	margin-bottom:8px;
}
#footerSitemap .footerInner li a {
	text-decoration:none;
}
#footerSitemap .footerInner li a:hover {
	text-decoration:underline;
}
#footerSitemap .footerInner li::before {
	content: "";
 	display: inline-block;
 	border: 3px solid transparent;
	border-left-color: #000;
	position: absolute;
 	left: 0;
	top: 50%;
	margin-top: -4px;
}
#footerSitemap .footerInner a.icon {
	text-align:center;
	text-decoration:none;
}

/* #footerSitemap .footerInner a.icon[href="https://www.facebook.com/satosuisan.co.jp/"] {
	display: none;
} */

#footerSitemap .footerInner .icon span {
	box-sizing: border-box;
	width:22px;
	height:22px;
	color:#fff;
	font-size:15px;
	text-align:right;
	line-height:22px;
	background:#000;
	border-radius:3px;
	padding-right:3px;
	margin-right:10px;
	display:block;
	float:left;
}

#footerContact {
	background: #fff;
	padding: 40px 0;
}
#footerContact .footerInner {
	width:1000px;
	margin:0 auto;
}
#footerContact .footerInner .logoBlock {
	width:215px;
 	display: inline-block;
	border-right:1px solid #000;
}
#footerContact .footerInner .logoBlock img {
	padding-top:3px;
}
#footerContact .footerInner .infoBlock {
 	display: inline-block;
	padding-left: 30px;
	/* width:420px; */
	width: auto;
	font-size:14px;
	line-height:28px;
	position: relative;
}
#footerContact .footerInner .footerSubInfo {
 	position: absolute;
	right: 0;
	bottom: -20px;
}
#footerContact .footerInner .infoBlock strong {
	font-size:24px;	
	padding-left:2px;
}

#footerContact .footerInner .btnBlock {
	float:right;
	margin-top:15px;
}

/********************
 * サイドバー
 ********************/
#sidebar #sideNavi {
	border-bottom: none;
	width:240px;
	position:absolute;
	top:-70px;
	left:0;
}
#sidebar #sideNavi #sideNaviLabel {
	display: table;
	table-layout: fixed;
	width: 100%;
	background-color: #000;
	color: #fff;
}
#sidebar #sideNavi #sideNaviLabel a {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.3em;
	line-height: 1.5em;
	height: 70px;
	overflow: hidden;
	padding: 0 16px;
	text-decoration: none;
	color: #fff;
}
#sidebar #sideNavi #sideNaviLabel a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}
#sidebar #sideNavi ul li {
	line-height: 1.8;
}
#sidebar #sideNavi ul li a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}
#sidebar #sideNavi ul li span {
	display: block;
	position: relative;
	color: #666;
	text-decoration: none;
}
#sidebar #sideNavi ul li a:hover {
	background-color: #e6e6e6;
}
#sidebar #sideNavi ul li.current > a,
#sidebar #sideNavi ul li.current a:hover {
	line-height: 1.8;
	color:#6691bd;
	background-color: #e6e6e6;
}
#sidebar #sideNavi ul li.current > a {
	font-weight: bold;
}
#sidebar #sideNavi ul.rootNode > li {
}
#sidebar #sideNavi ul.rootNode > li > a,
#sidebar #sideNavi ul.rootNode > li > span {
	border-left: solid 7px #6691bd;
	padding: 12px;
	border-bottom: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
}
#sidebar #sideNavi ul.rootNode > li > ul {
	display: block;
	background:#f6f6f6;
	border: solid 1px #e6e6e6;
	border-top: none;
}
#sidebar #sideNavi ul.rootNode > li.current > ul,
#sidebar #sideNavi ul.rootNode > li.open > ul {
	display: block;
}
#sidebar #sideNavi ul.rootNode > li > ul > li {
	line-height:1.5em;
}
#sidebar #sideNavi ul.rootNode > li > ul > li > a {
	padding: 8px 10px 8px 25px;
}
#sidebar #sideNavi ul.rootNode > li > ul > li > a:before {
	content: '';
	position: absolute;
	border: solid 4px transparent;
	border-left: solid 4px #6691bd;
	left: 12px;
	top: 50%;
	margin-top: -6px;
}

.btn.l {
	position:relative;
	display:inline-block;
	background: #404040;
	background-image: -webkit-linear-gradient(top, #404040 0%,#404040 50%,#000000 51%,#000000 100%);
	background-image: -moz-linear-gradient(top, #404040 0%, #404040 50%, #000000 51%, #000000 100%);
	background-image: linear-gradient(to bottom, #404040 0%,#404040 50%,#000000 51%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#000000',GradientType=0 );
	border-radius: 0px;
	color: #ffffff;
	font-size:90%;
	padding: 10px 40px 10px 10px;
	border: solid #000000 2px;
	text-decoration: none;
    line-height: 1.5;
}
.btn.s {
	position:relative;
	background: #404040;
	background-image: -webkit-linear-gradient(top, #404040 0%,#404040 50%,#000000 51%,#000000 100%);
	background-image: -moz-linear-gradient(top, #404040 0%, #404040 50%, #000000 51%, #000000 100%);
	background-image: linear-gradient(to bottom, #404040 0%,#404040 50%,#000000 51%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#000000',GradientType=0 );
	border-radius: 0px;
	color: #ffffff;
	font-size:75%;
	padding: 5px 20px 5px 5px;
	border: solid #000000 2px;
	text-decoration: none;
}
.btn.back {
	position:relative;
	display:inline-block;
	background: #404040;
	background-image: -webkit-linear-gradient(top, #404040 0%,#404040 50%,#000000 51%,#000000 100%);
	background-image: -moz-linear-gradient(top, #404040 0%, #404040 50%, #000000 51%, #000000 100%);
	background-image: linear-gradient(to bottom, #404040 0%,#404040 50%,#000000 51%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#000000',GradientType=0 );
	border-radius: 0px;
	color: #ffffff;
	font-size:90%;
	padding: 10px 10px 10px 40px;
	border: solid #000000 2px;
	text-decoration: none;
}
.btn.l::after {
    position: absolute;
    top: 50%;
    right: .4em;
    content: '';
    margin-top: -5px;
    border: 5px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
}
.btn.back::after {
    position: absolute;
    top: 50%;
    left: .4em;
    content: '';
    margin-top: -5px;
    border: 5px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-color: #fff;
}
.btn.s::after {
    position: absolute;
    top: 50%;
    right: .4em;
    content: '';
    margin-top: -4px;
    border: 3px solid transparent;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-color: #fff;
}
.btn:hover {
  text-decoration: none;
}
.btn.blue {
  background: #00418f;
	border-color: #00418f;
}
#footer {
	width:100%;
	min-width: 1100px;
	height:25px;
	overflow:hidden;
	padding: 13px 0 4px;
	background:url(../../images/top/copyright_bg.png) bottom left repeat;
}
#footer .copyright {
	text-align: center;
	font-size: 65%;
	font-weight:normal;
	color:#fff;
	letter-spacing:1px;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 110;
	width: 85px;
	height: 85px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #003e86;
	text-align:center;
}
.pagetop a {
	display:block;
	text-decoration:none;
	font-size:16px;
	line-height:22px;
	color:#fff;
}
.pagetop a .icon {
	font-size:12px;
	line-height:30px;
}
@media print {
.pagetop {
	display: none;
}
}
#h1Block {
	height:40px;
	padding:25px 0;
	margin: 100px auto 0;
	background:url(../../images/common/h1_bg.png) left top repeat-x;
}
#h1Block_form {
	height:40px;
	padding:25px 0;
	margin: 100px auto 0;
	background:url(../../images/common/h1_bg_form.png) left top repeat-x;
}
#h1Block_column {
	height:40px;
	padding:25px 0;
	margin: 100px auto 0;
	background:url(../../images/common/h1_bg_column.jpg) left top repeat-x;
}
#h1Block_recruit {
	height:40px;
	padding:25px 0;
	margin: 100px auto 0;
	background:#1253A4;
}
#h1Block h1, #h1Block_form h1, #h1Block_column h1, #h1Block_recruit h1 {
	color:#fff;
	font-size:25px;
	width:1100px;
	margin:0 auto;
}
#wrapper.hasLnavi #h1Block h1 span, #wrapper.hasLnavi #h1Block_column h1 span, #wrapper.hasLnavi #h1Block_recruit h1 span {
	padding-left:300px;
}
#contents {
}
#contents p,
#contents ul,
#contents ol {
	font-size: 95%;
	line-height: 1.7em;
}
h2.plane {
	font-size:1.5em;
	font-weight:bold;
	color:#205286;
}
h2.quality {
	position:relative;
	font-family:"Cormorant Garamond" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 180%;
	font-weight: normal;
	letter-spacing:2px;
	text-align: center;
	line-height:1.5em;
	background: url(../../images/top/h2_bg.png) top center no-repeat;	
	padding-top:15px;
	margin-bottom: 20px;
}
h3.plane {
	font-size:1.2em;
	color:#205286;
}
h3.plane a {
	color:#205286;
	text-decoration:none;
}
h3.plane a:hover {
	text-decoration:underline;
}
h3.box {
	font-size:1.2em;
	position: relative;
	padding: .5em .75em .5em 1.25em;
	border: 2px solid #b2c5db;
	border-radius: 5px;

}
h3.box::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 5px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #205286;
	border-radius: 3px;
}
h3.box.rudy {
	padding: 1em .75em .5em 1.25em;
}


h3.column {
	font-size:1.3em;
	font-weight:bold;
	color:#205286;
}
h3.dinnerMenu {
	padding:10px 15px;
	border-radius:5px;
	color:#fff;
	box-shadow:	0px 1px 3px rgba(0,0,0,0.3);
}
h3.dinnerMenu.red {
    background: url(../../images/restaurant/dinnerMenu_red_bg.png) repeat;
}
h3.dinnerMenu.copper {
    background: url(../../images/restaurant/dinnerMenu_copper_bg.png) repeat;
}
h3.dinnerMenu.gold {
    background: url(../../images/restaurant/dinnerMenu_gold_bg.png) repeat;
}
h3.dinnerMenu.green {
    background: url(../../images/restaurant/dinnerMenu_green_bg.png) repeat;
}
h3.dinnerMenu.pink {
    background: url(../../images/restaurant/dinnerMenu_pink_bg.png) repeat;
}
h3.dinnerMenu.pink02 {
    background: url(../../images/restaurant/dinnerMenu_pink02_bg.png) repeat;
}
h3.dinnerMenu.blue {
    background: url(../../images/restaurant/dinnerMenu_blue_bg.png) repeat;
}
h3.dinnerMenu.purple {
    background: url(../../images/restaurant/dinnerMenu_purple_bg.png) repeat;
}
h4.plane {
	color:#205286;
	font-size:1.1em;
}
h4.line {
	color:#205286;
	font-size:1.1em;
	padding: .1em 0 .1em .6em;
	border-left: 3px solid #205286;
}
h5 {
	color:#205286;
	font-weight:bold;
}

dl.dataset {
}
dl.dataset dt {
	float:left;
	color:#205286;
	font-weight:bold;
	margin-bottom:15px;
}
dl.dataset dd {
	margin-left:180px;
	margin-bottom:15px;
}

dl.dataset dd.hall {
	margin-left:250px;
	margin-bottom:15px;
}
dl.dataset_shopInfo {
	border-bottom:1px #4D4D4D dashed;
	margin-bottom:12px;
}
dl.dataset_shopInfo dt {
	float:left;
	font-weight:bold;
	color:#205286;
	margin-bottom:10px;
}
dl.dataset_shopInfo dd {
	margin-left:150px;
	margin-bottom:10px;
}
@media screen and (min-width: 769px) {
	dl.dataset_shopInfo dd.long_margin {
		margin-left:200px;
	}
}
dl.dataset_shopInfo dd.recruit {
	margin-left:200px !important;
	margin-bottom:10px;
}
dl.dataset_shopInfo.last {
	margin-bottom:5px;
}
dl.dataset_menuInfo {
	border-bottom:1px #e6e6e6 solid;
	margin-bottom:12px;
}
dl.dataset_menuInfo.first {
	border-top:1px #e6e6e6 solid;
	padding-top:12px;
}
dl.dataset_menuInfo dt {
	float:left;
	font-weight:bold;
	color:#bb9747;
	margin-bottom:10px;
}
dl.dataset_menuInfo dd {
	margin-left:150px;
	margin-bottom:10px;
}
dl.dataset_menuInfo.last {
	margin-bottom:5px;
}
dl.dataset_menuInfo span{
	font-size:0.8em;
}
div.line {
	border-bottom:1px solid #b2c5db;
}
ul.sitemap {
	list-style: none;
	padding-left: 5px;
}
ul.sitemap li {
	position: relative;
	padding-left:13px;
	line-height:2em;
}
ul.sitemap li::before {
	content: "";
 	display: inline-block;
 	border: 4px solid transparent;
	border-left-color: #205286;
	position: absolute;
 	left: 0;
	top: 50%;
	margin-top: -4px;
}
ul.sitemap li a {
	text-decoration:none;
}
ul.sitemap li a:hover {
	text-decoration:underline;
}
.text_indent {
    display: table;
}
.text_indent .icon {
    display: table-cell;
    padding-right: 5px;
    white-space: nowrap;
}
.text_indent .text {
    display: table-cell;
    width: 100%;
}
.col1Block ,
.col2Block ,
.col3Block ,
.col4Block ,
.col4Block_wide {
	margin-bottom:25px;
}

@media screen and (min-width: 769px){
	.col1Block.hasObento {
		padding-right: 350px;
		position: relative;
	}
	.col1Block.hasObento .obentoLabel {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.col1Block.hasObento .obentoLabel img {
		vertical-align: top;
	}
}

@media screen and (max-width: 768px){
	.col1Block.hasObento .obentoLabel {
		display: inline-block;
		margin-top: 20px;
	}
}
.col2Block .leftCol {
	width: 48%;
	float: left;
}
.col2Block .rightCol {
	width: 48%;
	float: right;
}
.col2Block .leftCol.sakefes {
	width: 300px;
}
.col2Block .rightCol.sakefes {
	width: 734px;
}

.col2Block .leftCol_greeting {
	width: 300px;
	float: left;
}
.col2Block .rightCol_greeting {
	width: 750px;
	float: right;
}
.col2Block .leftCol_maru {
	width: 400px;
	float: left;
}
.col2Block .rightCol_maru {
	width: 670px;
	float: right;
	margin-top:8px;
}
.col2Block .leftCol_maru02 {
	width: 500px;
	float: left;
}
.col2Block .rightCol_maru02 {
	width: 570px;
	float: right;
	margin-top:8px;
}

.col3Block .leftCol {
	float: left;
	width: 350px;
	margin-right: 25px;
}
.col3Block .rightCol {
	float: right;
	width: 350px;
}
.col3Block_02 .leftCol {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.col3Block_02 .rightCol {
	float: right;
	width: 32%;
}
.col4Block .leftCol {
	float: left;
	width: 250px;
	margin-right: 33px;
}
.col4Block .rightCol {
	float: right;
	width: 250px;
}
.col4Block_wide .leftCol {
	float: left;
	width: 530px;
}
.col4Block_wide .rightCol {
	float: right;
	width: 260px;
	margin-left: 20px;
}

.contBlock .col4Block .leftCol {
	float: left;
	width: 260px;
	background: url(../../images/top/content_btn_bg.png) bottom right no-repeat;
	background-color:#fff;
	margin-right: 20px;
}
.contBlock .col4Block .rightCol {
	float: right;
	background: url(../../images/top/content_btn_bg.png) bottom right no-repeat;
	background-color:#fff;
	width: 260px;
}
.contBlock .col4Block .leftCol a, .contBlock .col4Block .rightCol a {
	display:block;
	position:relative;
	height:107px;
	width:260px;
	text-decoration:none;
}
.contBlock .col4Block .leftCol span.en, .contBlock .col4Block .rightCol span.en {
	position:absolute;
	top:15px;
	left:107px;
	background:#809ec2;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px ;
}
.contBlock .col4Block .leftCol span.jp, .contBlock .col4Block .rightCol span.jp {
	position:absolute;
	top:58px;
	left:116px;
	font-size:16px;
	font-weight:bold;
}
.col3 .leftCol {
	float: left;
	width: 30%;
	margin-right:5%;
	position:relative;
}
.col3 .rightCol {
	float: right;
	width: 30%;
	margin-left: 0;
	position:relative;
}
.col3 .leftCol img, .col3 .rightCol img {
	width:100%;
}
.orMenuBlock .leftCol, .orMenuBlock .rightCol {
	position:relative;
}
.col3 .leftCol a, .col3 .rightCol a, .orMenuBlock .leftCol a, .orMenuBlock .rightCol a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.col3 .leftCol a:hover, .col3 .rightCol a:hover, .orMenuBlock .leftCol a:hover, .orMenuBlock .rightCol a:hover {
	background-color:#FFF;
    opacity: 0.3;
}
table.menu_table {
	width:100%;
}
table.menu_table th{
	background-color: #eee;
    width: auto;
    white-space: nowrap;
}
table.menu_table th, table.menu_table td{
    border: #d7d7d7 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 15px 9px;
    text-align: left;
    vertical-align: top;
}
table.fair_table {
	width:100%;
}
table.fair_table th{
	background-color: #eee;
    width: auto;
	word-break: break-all;
}
table.fair_table th, table.fair_table td{
    border: #d7d7d7 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 15px 9px;
    text-align: left;
    vertical-align: top;
}
thead th.suisan {
	border:none;
	color: #fff;
    padding: 10px 15px;
	background: url(https://www.sato-suisan.co.jp/images/product/thead_bg.png) top left no-repeat;
 	background-color:#356184;
	height: auto;
    font-size: 1.2em;
}
thead th.itaku ,
table.form_table th.itaku {
	border:none;
	color: #fff;
    padding: 10px 15px;
	background: url(https://www.sato-suisan.co.jp/images/product/thead_bg.png) top left no-repeat;
 	background-color:#4083a9;
	height: auto;
    font-size: 1.2em;
}
table.fair_table .btnBlock {
	margin-left:10px;
}
.textEyeCatch {
    border: 1px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 4px 10px;
    color: #fff;
    font-size: 0.8em;
    margin: 0 10px 0 0;
    vertical-align: 1px;
}
.textUnderLine {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #13446a 0%) repeat scroll 0 0;
    font-size: 0.8em;
    padding: 0 8px;
}
table.newyear_table {
	width:100%;
}
table.newyear_table thead th {
	font-weight:bold;
}
table.newyear_table thead th, table.newyear_table td {
	text-align:center;
}
table.newyear_table th{
	background-color: #eee;
    width: auto;
    white-space: nowrap;
	word-break: break-all;
}
table.newyear_table th, table.newyear_table td{
    border: #d7d7d7 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 5px 9px;
    vertical-align: top;
	vertical-align:middle !important;
}
table.newyear_table tbody tr:nth-child(even) th{
   background:#e4e4e4;
}
table.newyear_table tbody tr:nth-child(even) td{
   background:#edf3f8;
}
table.form_table {
	width:100%;
}
table.form_table th{
	background-color: #eee;
    width: 30%;
    white-space: nowrap;
}
table.form_table td{
	width: 70%;
}
table.form_table th, table.form_table td{
    border: #d7d7d7 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 15px 9px;
    text-align: left;
    vertical-align: top;
}
table.form_table_SPscroll {
	width:100%;
}
table.form_table_SPscroll th{
	background-color: #eee;
    width: 30%;
    white-space: nowrap;
}
table.form_table_SPscroll td{
	width: 70%;
}
table.form_table_SPscroll th, table.form_table_SPscroll td{
    border: #d7d7d7 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 15px 9px;
    text-align: left;
    vertical-align: top;
}
table.form_table_kanshio {
	width:100%;
}
table.form_table_kanshio th{
	background-color: #eee;
    white-space: nowrap;
}
table.form_table_kanshio th, table.form_table_kanshio td{
    border: #d7d7d7 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 15px 9px;
    text-align: left;
    vertical-align: top;
}
#error-area {
	width:100%;
}
#error-area table {
	width:100%;
    border: #d7d7d7 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
	empty-cells: show;
	margin-bottom:30px;
}
#error-area caption {
    padding: 11px 15px 9px;
    text-align: center;
	font-size:1.2em;
	font-weight: bold;
    color: #FFFFFF;
    background-color: #CC3333;
}
#error-area td {
    padding: 11px 15px 9px;
    border-bottom: #d7d7d7 1px solid;
    text-align: center;
    color: #FF0000;
}
.textIconMap {
    background: #009245;
    padding: 2px 10px 2px;
    font-size: 0.8em;
    margin-left: 10px;
    vertical-align: 1px;
}
.textIconMap a {
    color: #fff !important;
	text-decoration:none !important;
}
.brawnBorderBox {
	border:7px solid #e4ded4 ; 
	padding:15px; width:auto; 
	box-sizing:border-box; 
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
input,textarea {
	padding: .4em;
	margin:.2em;
}
input.blue, textarea, select.blue {
	outline: none;
	border: 1px solid #aaa;
	border-radius:3px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input.blue:focus,  textarea:focus, select.blue:focus {
	box-shadow: 0 0 6px #91b2d8;
	border: 1px solid #91b2d8;
}
input[type="submit"] {
	width:150px;
	margin-right:15px;
}
input[type="reset"] {
	width:150px;
	margin-left:15px;
}
span.hissu {
	color:#C70003;
	font-size:0.8em;
	padding-left:3px;
}
span.caption {
	font-size:0.8em;
}

select.blue {
	padding: 0.4em;
	margin: 0.2em;
	outline: none;
	border: 1px solid #aaa;
	border-radius: 3px;
	opacity: 1;
}

.cautionBlock {
	border: #e6e6e6 1px solid;
    box-sizing: border-box;
	padding:15px 10px;
	background-color: #e8e8e8;
}

.kanshiobiki_mainBlock {
	position:relative;
	height:350px;
}
.kanshiobiki_txt {
	position:absolute;
	z-index:100;
	float:left;
}
.kanshiobiki_package {
	position:absolute; 
	top:0;
	right:0;
	z-index:80;
}
.kanshiobiki_product {
	position:absolute; 
	top:40px; 
	right:250px;
}
.kanshiobiki_detailBox {
}
.kanshiobiki_detailBox .floatR {
	width:450px;
	padding-top:30px;
}
.title_mainBlock {
	width:1100px;
	height:auto;
	margin:0 auto;
}
.marudaitei_mainBlock, .oldriver_mainBlock, .catalog_mainBlock {
	position:relative;
	width:1100px;
	height:400px;
	margin:0 auto;
}
.osechiForm_mainBlock {
	position:relative;
	width:1100px;
	height:200px;
	margin:0 auto;
}
.marudaitei_txt {
	position:absolute;
	z-index:100;
	top:120px;
	right:30px;
	font-weight:bold;
	font-size:1.6em !important;
	color:#fff;
	text-shadow:1px 1px 2px #000;
}
.marudaitei02_txt {
	position:absolute;
	z-index:100;
	top:90px;
	left:40px;
	font-weight:bold;
	font-size:1.6em !important;
	color:#fff;
	text-shadow:1px 1px 2px #000;
}
.nonSmoking_txt {
	position:absolute;
	z-index:90;
	bottom:70px;
	left:40px;
	font-size:1.1em !important;
	font-weight:bold;
	letter-spacing: 0.05em;
	color:#fff;
	background: #c39b42;
	padding: 5px 15px;
	border-radius: 5px;
}
.oldriver_txt {
	position:absolute;
	z-index:100;
	top:70px;
	right:40px;
	font-weight:bold;
	font-size:1.6em !important;
	color:#fff;
	text-shadow:1px 1px 2px #000;
}
.nonSmoking02_txt {
	position:absolute;
	z-index:90;
	bottom:50px;
	right:40px;
	font-size:1.1em !important;
	font-weight:bold;
	letter-spacing: 0.1em;
	color:#fff;
	background: #c39b42;
	padding: 5px 15px;
	border-radius: 5px;
}
.oldorder_txt {
	position:absolute;
	z-index:100;
	top:75px;
	left:235px;
	font-weight:bold;
	font-size:1.35em !important;
	color:#bb9747 !important;
}
.oldorder_txt02 {
	position:absolute;
	z-index:110;
	top:330px;
	font-weight:bold;
	color:#fff !important;
	text-align:center;
	width:100%;
}
.catalog_txt {
	position:absolute;
	z-index:50;
	top:15px;
	left:0;
	font-size:1.4em !important;
}
.MenuBtnBlock {
    text-align: center;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
}
.MenuBtnBlock .btnBlock{
    display: inline-block;
    margin-top: 0px;
	margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.maru-monthly_mainBlock {
	position:relative;
	width:1100px;
	height:300px;
	margin:0 auto;
}
.maru-monthly_mainBlock_sp {
	position:relative;
	width:auto;
	height:auto;
	margin:0px 0px -15px 0px;
}
.maru-monthly_txt {
	position:absolute;
	z-index:100;
	top:55px;
	right:50px;
	font-weight:bold;
	font-size:2em !important;
	color:#bb9747 !important;
}
.maru-monthly_txt span {
	font-size:1.7em !important;
	margin-right:5px;
}
.maru-monthly_txt_sp {
	position:absolute;
	z-index:100;
	top:7.2vw;
	right:5.2vw;
	font-weight:bold;
	font-size:4.5vw !important;
	color:#bb9747 !important;
}
.maru-monthly_txt_sp span {
	font-size:8vw !important;
	margin-right:0.6vw;
}
.soldOutBox {
    border: solid 3px #9b0302;
    box-sizing: border-box;
}
.soldOutBox .inner {
    border: solid 1px #fff;
    box-sizing: border-box;
    background: #9b0302;
    padding: 20px;
}
.soldOutBox .inner .textL {
    font-size: 26px !important;
    color: #fff;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
}
.soldOutBox .inner .textS {
    font-size: 18px !important;
    color: #fff;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
    padding: 0;
}

#pankuzu {
    border-top: 1px solid #b2c5db;
	padding: 6px 0;
    background: #fff;
}
#pankuzu .contentsInner {
	margin-bottom:0 !important;	
}
#pankuzu li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-right: 22px;
    margin-right: 8px;
    position: relative;
    font-size: 0.8em;
}
#pankuzu li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid 1.5px #bcb4ce;
    border-bottom: 0;
    border-left: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2px;
    top: 0.7em;
    margin-top: 0px;
}
#pankuzu li.current, #pankuzu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
#pankuzu li:last-child:after {
	border:none;
}
/*
.menu {
	border: 3px #e4ded4 solid;
	padding: 20px 20px 0px;
	box-sizing:border-box;
	border-radius:5px;
	background:#f2f2f2;
}
.menu .menuBlock {
	padding-right:20px; 
	border-right:#777 1px dotted;
}
*/
.catalog {
	border: 3px #e4ded4 solid;
	padding: 20px 20px 0px;
	box-sizing:border-box;
	border-radius:5px;
	background:#f2f2f2;
}
.catalog .ginjoBlock {
	padding-right:20px; 
	border-right:#777 1px dotted;
}
.catalog .ginjoBlock .ginjo01 {
}
.catalog .ginjoBlock .ginjo02 {
}
.catalog .catalogBlock {
	display:inline-block;
	margin:0 12px 25px;
	vertical-align:top;
}
.catalog img {
	border:1px solid #ccc;
}
.catalog p {
	line-height:1.5em;
}
.companyCol3block {
	float:left;
	width:350px;
	margin-right:25px;
	margin-bottom:25px;
	border:1px solid #b2c5db;
	box-sizing:border-box;
}
.companyCol3block.last {
	margin-right:0px;
}
.companyCol3block .inner {
	padding:15px 20px 20px;
}
.companyCol3block .inner .btn {
	width:255px !important;
}
.shopCol3block {
	float:left;
	width:350px;
	margin-right:25px;
	margin-bottom:25px;
	box-sizing:border-box;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	background: #fff;
}
.shopCol3block > a {
	display: block;
	position: relative;
}

.shopCol3block > a .label {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	border-radius: 5px;
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
}

.shopCol3block > a .label img {
	vertical-align: top;
	border-radius: 5px;
}
.shopCol4block {
	float:left;
	width:256px;
	margin-right:25px;
	margin-bottom:25px;
	box-sizing:border-box;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
.shopCol3block.last, .shopCol4block.last {
	margin-right:0px;
}
.shopCol3block img, .shopCol4block img {
	width:100%;
	height:auto;
}
.shopCol3block .inner {
	padding:15px 20px 20px;
	position:relative;
}
.shopCol4block .inner {
	padding:10px 15px 15px;
	position:relative;
}
.shopCol3block .inner .btn, .shopCol4block .inner .btn {
	width:255px !important;
}
.shopCol3block .inner .volLabel, .shopCol4block .inner .volLabel {
	position:absolute;
	top:-22px;
	left:0;
	color:#fff;
	background:#bb9747;
	padding:4px 10px;
	font-size:14px;
	z-index:100;
}

.shopInfoBlock {
	width:1100px;
	margin:0 auto;
	padding:20px;
	background:#fff;
	border-radius:7px;
	box-sizing:border-box;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}
.gMap {
	 width:1100px;
	 height:450px;
}

.telBlock {
    width: 50%;
    background-image: url(../../images/restaurant/tel_bg.jpg);
    background-size: cover;
    padding: 0.7em 0.3em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
    color: #fff;
    box-shadow: 0 5px 3px -3px #aaa;
}
.telBlock a {
	    color: #fff !important;
}
.telBlock img.dot {
    width: 10%;
}
.telBlock img.tel {
    height: 0.9em;
    padding: 0em 0.3em 0;
}
.oldMenuBlock {
	margin-left:30px !important;
}
.oldMenuBlock .block {
    height: 49px !important;
    width: 180px !important;
    padding: 138px 6px 0 !important;
    color: #b6420f;
    font-weight: bold;
    float: left;
    font-size: 0.8em;
    line-height: 1.3;
	margin:0 20px 20px 0 !important;
    text-align: left !important;
    background-repeat: no-repeat;
    position: relative;
}
.oldMenuBlock .block em {
	font-size:70%; 
	font-style:normal;
}
.oldMenuBlock .block > span {
	color: #673804;
	font-weight: normal;
	position: absolute;
	right: 3px;
	bottom: 6px;
	width: 100px;
	text-align: right;
}
#boxMenu01 {
    background-image: url(../../restaurant/images/1404_old/old-ph-01.jpg);
}
#boxMenu02 {
	background-image: url(../../restaurant/images/1404_old/old-ph-02.jpg);
}
#boxMenu03 {
	background-image: url(../../restaurant/images/1404_old/old-ph-03.jpg);
}
#boxMenu04 {
	background-image: url(../../restaurant/images/1404_old/old-ph-04.jpg);
}
#boxMenu05 {
	background-image: url(../../restaurant/images/1404_old/old-ph-05.jpg);
}
#boxMenu06 {
	background-image: url(../../restaurant/images/1404_old/old-ph-06.jpg);
}
#boxMenu07 {
	background-image: url(../../restaurant/images/1404_old/old-ph-07.jpg);
}
#boxMenu08 {
	background-image: url(../../restaurant/images/1404_old/old-ph-08.jpg);
}
#boxMenu09 {
	background-image: url(../../restaurant/images/1404_old/old-ph-09.jpg);
}
#boxMenu10 {
	background-image: url(../../restaurant/images/1404_old/old-ph-10.jpg);
}
#boxMenu11 {
	background-image: url(../../restaurant/images/1404_old/old-ph-11.jpg);
}
#boxMenu12 {
	background-image: url(../../restaurant/images/1404_old/old-ph-12.jpg);
}
#boxMenu13 {
	background-image: url(../../restaurant/images/1404_old/old-ph-13.jpg);
}
#boxMenu14 {
	background-image: url(../../restaurant/images/1404_old/old-ph-14.jpg);
}
.bentoMenuBlock {
	background: url(../../images/restaurant/bentoMenuBlock_bg.jpg) repeat left top;
    padding: 10px 10px 1px 5px;
}
.bentoMenuBlock .leftBlock {
    width: 269px;
    float: left;
	margin-right:3px;
    margin-bottom: 20px;
}
.bentoMenuBlock .rightBlock {
    width: 269px;
    float: right;
    margin-bottom: 20px;
}
.bentoMenuBlock .leftBlock .picBox,
.bentoMenuBlock .rightBlock .picBox {
    height:290px  !important;
}
.bentoMenuBlock .detailText {
    width: 257px;
    padding-left: 12px;
}
.bentoMenuBlock .detailText .border {
    padding: 10px 10px;
    background: #fff;
    border-left: solid 4px #dac785;
    border-right: solid 4px #dac785;
    border-bottom: solid 4px #dac785;
}
.bentoMenuBlock .detailText .border p {
	font-size:0.8em !important;
	line-height:1.5em !important;
}
.shunMenuText {
	font-weight:bold;
	font-size:1.5em !important;
	background: url(../../images/common/wave_bg_blue.png) top left no-repeat;
	padding:7px 0;
}
.nomihodaiText {
	font-weight:bold;
	font-size:1.5em !important;
	background: url(../../images/common/wave_bg_blue.png) top center no-repeat;
	padding:7px 0;
}
.maruRecommendBlock {
	margin-bottom:25px;
}
.maruRecommendBlock .leftBlock {
	width:200px;
	margin-right:25px;
	float:left;
}
.maruRecommendBlock .rightBlock {
	width:875px;
	float:right;
}
.recommendMenuText {
	font-weight:bold;
	font-size:1.5em !important;
	background: url(../../images/common/wave_bg_gold.png) top left no-repeat;
	padding:7px 0;
}
.anchorBlock, .linkBlock {
	width:auto;
	text-align:center;
	font-size:0.9em;
	background: url(../../images/top/company_content_bg.jpg) repeat;
	padding:10px 15px 10px 35px;
	margin-left:auto !important;
	margin-right:auto !important;
}
.anchorBlock a, .linkBlock a {
	margin-right:50px;
	position:relative;
}
.anchorBlock a:last-child, .linkBlock a:last-child {
	margin-right:0px;
}
.anchorBlock a:before {
	display:inline-block;
	content: "";
	position:absolute;
	top:0px;
	left:-22px;
	width: 16px;
	height: 16px;
	border-radius: 50%;  
	background: #bb9747;
}
.anchorBlock a:after {
	display: inline-block;
	content: "";
	position:absolute;
	top:6px;
	left:-19px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}
.linkBlock a:before {
	display:inline-block;
	content: "";
	position:absolute;
	top:0px;
	left:-22px;
	width: 16px;
	height: 16px;
	border-radius: 50%;  
	background: #bb9747;
}
.linkBlock a:after {
	display: inline-block;
	content: "";
	position:absolute;
	top:3px;
	left:-16px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.nomihodaiBox {
	width:auto;
	padding:20px;
	border:3px #e4ded4 solid;
	border-radius: 5px;
}
.orMenuBlock {
	margin-bottom:25px;
}
.orMenuBlock .leftCol {
	float:left;
	width:254px;
	margin-right:28px;
}
.orMenuBlock .rightCol {
	float:right;
	width:254px;
}

.errorBlock {
	width:800px;
	margin:50px auto;
	padding:30px 40px;
	border:1px solid #b2c5db;
	box-sizing:border-box;
}
#year-menu {
	color: #fff;
	background: #89a0b2;
	margin-bottom: 25px;
	font-size: 0.9em;
	line-height:1.5em;
	padding: 5px 10px;
	margin-top:10px;
}
#year-menu strong {
	margin-right:10px;
}
#year-menu a {
	color: #ddd;
}
#year-menu a:hover {
	color: #ffffff;
}

.acrdionBlock {
}
.acrdionBlock .actitle.title01 {
	width:auto;
    cursor: pointer;
}
.acrdionBlock .actitle {
	width:100%;
    cursor: pointer;
}

.acrdionBlock .actitle.open img{
	opacity:0;
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0; 
	-khtml-opacity: 0;
	zoom:1;
}
.acrdionBlock .acbox {
    display: none;
    height: auto;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height:30px;
	float: right;
	margin-right: 0px;
    background-color: #205286;
	border-radius:3px;
}
.accordion_icon span {
	position: absolute;
    left: 5px;
    width: 20px;
	height: 2px;
    background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 45%;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 45%;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 45%;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.ic_pdf {
    background: url(../../images/common/icon_pdf.png) no-repeat 0 0.18em !important;
    padding: 10px 0 10px 40px !important;
}

.titleBlock {
	width:100%;
	height:250px;
	position:relative;
	margin-bottom:5px;
}
.titleBlock h2 {
	position:absolute;
	top:15px;
	left:0;
	color:#fff !important;
	background:rgba(187,151,71,1.0);
	text-shadow:0px 1px 3px #666;
	padding:3px 5px 2px;
	z-index:300;
}
.titleBlock img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:10;
}
.leadTxt {
	text-align:right;
}

.infoToggleBox {
	max-width: 700px;
	margin: 0 auto 30px;
}
.toggle-box {
	text-decoration: none !important;
	display: block;
	border: 1px solid #010000;
	background: #fffefa;
	font-size: 13px;
	text-align: center;
	font-family: serif;
	position: relative;
	margin-bottom: -1px;
}

.toggle-box::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	border: 1px solid #010000;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 60px;
	margin-top: -15px;
}
.toggle-box::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	border-left: 1px solid #010000;
	border-top: 1px solid #010000;
	position: absolute;
	top: 50%;
	right: 70px;
	margin-top: -8px;
	transform: rotate(-135deg);
}
.toggle-box.open::after {
	transform: rotate(45deg);
	margin-top: -2px;
}
.toggle-box:hover {
	opacity: 0.8;
}

.toggle-box.always-open::before,
.toggle-box.always-open::after {
	display: none;
}
.toggle-box.always-open:hover {
	opacity: 1;
}
.toggle-box-heading {
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-family: "Yu Mincho", "YuMincho", serif;
	padding: 20px;
}
.toggle-box-inner {
	display: none;
	background: #fffefa;
	font-size: 13px;
	text-align: center;
	border-left: 1px solid #010000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	z-index: 1;
	padding: 0 25px 25px;
}
.toggle-box-inner.always-open {
	display: block;
}
@media screen and (max-width: 768px){
	
	.infoToggleBox {
		max-width: 80%;
	}
	.toggle-box::before {
		right: 20px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.toggle-box.open::after {
		margin-top: -1px;
	}
	.toggle-box::after {
		right: 27px;
		margin-top: -5px;
		width: 6px;
		height: 6px;
	}
	.toggle-box-heading {
		display: block;
		font-size: 17px;
		font-weight: bold;
		font-family: serif;
		padding: 15px;
	}
	.toggle-box-inner {
		font-size: 12px;
	}
}

.indent-list > li {
	display: flex;
	margin-bottom: 5px;
}
.indent-list > li img {
	width: 40px;
	height: auto;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}

.indent-list > li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	.indent-list > li {
		flex-direction: column;
	}
}

.indent-list > li >span:first-child {
	flex-shrink: 0;
	font-weight: bold;
}

@media screen and (min-width: 768px){
.indent-list > li >span:first-child {
	width: 140px;
	margin-top: 6px;
}
}
@media screen and (max-width: 768px){
.indent-list > li span.spDisplay {
	display: inline;
}
}

.d-ib {
	display: inline-block;
}

.video-container {
  margin: 0 auto;
  max-width: 600px;
}
.video-container-main {
  position: relative;
}
.video-container-main-video {
  overflow: hidden;
  padding-top: calc(100% * 315/560);
  position: relative;
}
.video-container-main-video > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px){
	.video-container {
		margin: 0 auto;
		max-width: inherit;
	}
}

#fixedBox {
	border: solid 3px #9b0302;
	background: #9b0302;
	position: fixed;
	left: 0;
	bottom: 40px;
	z-index: 200;
	color: #fff;
	padding: 10px;
}
#fixedBox::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom:1px;
	left: -10px;
	border: 1px solid #fff;
	pointer-events: none;
}

#fixedBox p {
	font-size: 16px;
}


@media screen and (max-width: 768px){
#fixedBox {
	bottom: 20px;
}

#fixedBox p {
	font-size: 12px;
}
}

.anchorPoint {
	margin-top: -100px;
	padding-top: 100px;
}
@media screen and (max-width: 768px){
	.anchorPoint {
		margin-top: -70px;
		padding-top: 70px;
	}
}

#globalNavi .gnaviList li:nth-child(3) {
	display: none;
}

#footerSitemap .col4Block:nth-child(2) ul li:nth-child(4) {
	display: none;
}