@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
/*    google font on web
--------------------------------------------------------------------------------*/
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) { /* 1260px以上*/ }
@media screen and (max-width: 1024px) { /* 1024px以下*/ }
@media screen and (max-width: 768px) { /* 768px以下*/ }
@media screen and (max-width: 480px) { /* 480px以下*/ }
@media screen and (max-width: 320px) { /* 320px以下*/ }
/*================================================================================

reset & default & font

================================================================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # ================================================================= # Global selectors # ================================================================= */
html { -webkit-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; /* All browsers without overlaying scrollbars */ -webkit-text-size-adjust: 100%; /* iOS 8+ */ }

*, ::before, ::after { background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */ -webkit-box-sizing: inherit; box-sizing: inherit; }

::before, ::after { text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */ vertical-align: inherit; }

* { padding: 0; /* Reset `padding` and `margin` of all elements */ margin: 0; }

/* # ================================================================= # General elements # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) { display: none; height: 0; }

hr { overflow: visible; /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

summary { display: list-item; /* Add the correct display in all browsers */ }

small { font-size: 80%; /* Set font-size to 80% in `small` elements */ }

[hidden], template { display: none; /* Add the correct display in IE */ }

abbr[title] { border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */ text-decoration: none; /* Remove text decoration in Firefox 40+ */ }

a { background-color: transparent; /* Remove the gray background on active links in IE 10 */ -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active, a:hover { outline-width: 0; /* Remove the outline when hovering in all browsers */ }

code, kbd, pre, samp { font-family: monospace, monospace; /* Specify the font family of code elements */ }

b, strong { font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn { font-style: italic; /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark { background-color: #ff0; color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* # ================================================================= # Forms # ================================================================= */
input { border-radius: 0; }

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] { cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] { cursor: default; }

[type="number"] { width: auto; /* Firefox 36+ */ }

[type="search"] { -webkit-appearance: textfield; /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; /* Safari 8 */ }

textarea { overflow: auto; /* Internet Explorer 11+ */ resize: vertical; /* Specify textarea resizability */ }

button, input, optgroup, select, textarea { font: inherit; /* Specify font inheritance of form elements */ }

optgroup { font-weight: bold; /* Restore the font weight unset by the previous rule. */ }

button { overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: 0; padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { outline: 1px dotted ButtonText; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */ }

button, select { text-transform: none; /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button, input, select, textarea { background-color: transparent; border-style: none; color: inherit; }

/* Style select like a standard input */
select { -moz-appearance: none; /* Firefox 36+ */ -webkit-appearance: none; /* Chrome 41+ */ }

select::-ms-expand { display: none; /* Internet Explorer 11+ */ }

select::-ms-value { color: currentColor; /* Internet Explorer 11+ */ }

legend { border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */ color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */ display: table; /* Correct the text wrapping in Edge and IE */ max-width: 100%; /* Correct the text wrapping in Edge and IE */ white-space: normal; /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button { -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */ font: inherit; /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] { -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */ outline-offset: -2px; /* Correct the outline style in Safari */ }

/* # ================================================================= # Specify media element style # ================================================================= */
img { border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress { vertical-align: baseline; }

svg:not(:root) { overflow: hidden; /* Internet Explorer 11- */ }

audio, canvas, progress, video { display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # ================================================================= # Accessibility # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen { [hidden~="screen"] { display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) { position: absolute !important; clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] { cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] { cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] { cursor: default; }

/* # ================================================================= # Selection # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection { background-color: #b3d4fc; /* Required when declaring ::selection */ color: #000; text-shadow: none; }

::selection { background-color: #b3d4fc; /* Required when declaring ::selection */ color: #000; text-shadow: none; }

/*======================================================================

Defaults Styles

======================================================================*/
/*html { font-size: 62.5%; }*/

body { 
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/* -webkit-font-feature-settings: "palt" 1; font-feature-settings: "palt" 1;
*/ }

* { margin: 0; padding: 0; }

/*selection*/
::-moz-selection { background-color: #b3d4fc; color: #000; text-shadow: none; }

::selection { background-color: #b3d4fc; color: #000; text-shadow: none; }

/*placeholder*/
::-webkit-input-placeholder-shown { color: #cccccc; }
:-ms-input-placeholder-shown { color: #cccccc; }
::-ms-input-placeholder-shown { color: #cccccc; }
::placeholder-shown { color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder { color: #cccccc; }

/* Firefox 18- */
::-moz-placeholder { color: #cccccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder { color: #cccccc; opacity: 1; }

/* IE 10+ */
::-ms-input-placeholder { color: #cccccc; }

img, svg { border: 0; border-style: none; vertical-align: top; font-size: 0; line-height: 0; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

ul, dl, ol { list-style-type: none; }

/*    Link
--------------------------------------------------------------------------------*/

a { transition: .3s;}

a:link { color: #000; text-decoration: none; }

a:visited { color: #000; text-decoration: none; }

a:hover { color: #000; text-decoration: none; transition: .3s }

a:active { color: #000; text-decoration: none; }

*:focus { outline: none; }

/*    Base Styles
--------------------------------------------------------------------------------*/
/*  margin */
.mg0a { margin: 0 auto; }

.mgt0 { margin-top: 0 !important; }

.mgt1 { margin-top: 1px !important; }

.mgt2 { margin-top: 2px !important; }

.mgt3 { margin-top: 3px !important; }

.mgt4 { margin-top: 4px !important; }

.mgt5 { margin-top: 5px !important; }

.mgt6 { margin-top: 6px !important; }

.mgt7 { margin-top: 7px !important; }

.mgt8 { margin-top: 8px !important; }

.mgt9 { margin-top: 9px !important; }

.mgt10 { margin-top: 10px !important; }

.mgt15 { margin-top: 15px !important; }

.mgt20 { margin-top: 20px !important; }

.mgt25 { margin-top: 25px !important; }

.mgt30 { margin-top: 30px !important; }

.mgt35 { margin-top: 35px !important; }

.mgt40 { margin-top: 40px !important; }

.mgt45 { margin-top: 45px !important; }

.mgt50 { margin-top: 50px !important; }

.mgt55 { margin-top: 55px !important; }

.mgt60 { margin-top: 60px !important; }

.mgl0 { margin-left: 0 !important; }

.mgl5 { margin-left: 5px !important; }

.mgl10 { margin-left: 10px !important; }

.mgl15 { margin-left: 15px !important; }

.mgl20 { margin-left: 20px !important; }

.mgl25 { margin-left: 25px !important; }

.mgl30 { margin-left: 30px !important; }

.mgl35 { margin-left: 35px !important; }

.mgl40 { margin-left: 40px !important; }

.mgl45 { margin-left: 45px !important; }

.mgl50 { margin-left: 50px !important; }

.mgl55 { margin-left: 55px !important; }

.mgl60 { margin-left: 60px !important; }

.mgr0 { margin-right: 0 !important; }

.mgr5 { margin-right: 5px !important; }

.mgr10 { margin-right: 10px !important; }

.mgr15 { margin-right: 15px !important; }

.mgr20 { margin-right: 20px !important; }

.mgr25 { margin-right: 25px !important; }

.mgr30 { margin-right: 30px !important; }

.mgr35 { margin-right: 35px !important; }

.mgr40 { margin-right: 40px !important; }

.mgr45 { margin-right: 45px !important; }

.mgr50 { margin-right: 50px !important; }

.mgr55 { margin-right: 55px !important; }

.mgr60 { margin-right: 60px !important; }

/* padding */
.pdt0 { padding-top: 0 !important; }

.pdt1 { padding-top: 1px !important; }

.pdt2 { padding-top: 2px !important; }

.pdt3 { padding-top: 3px !important; }

.pdt4 { padding-top: 4px !important; }

.pdt5 { padding-top: 5px !important; }

.pdt6 { padding-top: 6px !important; }

.pdt7 { padding-top: 7px !important; }

.pdt8 { padding-top: 8px !important; }

.pdt9 { padding-top: 9px !important; }

.pdt10 { padding-top: 10px !important; }

.pdt15 { padding-top: 15px !important; }

.pdt20 { padding-top: 20px !important; }

.pdt25 { padding-top: 25px !important; }

.pdt30 { padding-top: 30px !important; }

.pdt35 { padding-top: 35px !important; }

.pdt40 { padding-top: 40px !important; }

.pdt45 { padding-top: 45px !important; }

.pdt50 { padding-top: 50px !important; }

.pdt55 { padding-top: 55px !important; }

.pdt60 { padding-top: 60px !important; }

.pdl0 { padding-left: 0 !important; }

.pdl5 { padding-left: 5px !important; }

.pdl10 { padding-left: 10px !important; }

.pdl15 { padding-left: 15px !important; }

.pdl20 { padding-left: 20px !important; }

.pdl25 { padding-left: 25px !important; }

.pdl30 { padding-left: 30px !important; }

.pdl35 { padding-left: 35px !important; }

.pdl40 { padding-left: 40px !important; }

.pdl45 { padding-left: 45px !important; }

.pdl50 { padding-left: 50px !important; }

.pdl55 { padding-left: 55px !important; }

.pdl60 { padding-left: 60px !important; }

.pdr0 { padding-right: 0 !important; }

.pdr5 { padding-right: 5px !important; }

.pdr10 { padding-right: 10px !important; }

.pdr15 { padding-right: 15px !important; }

.pdr20 { padding-right: 20px !important; }

.pdr25 { padding-right: 25px !important; }

.pdr30 { padding-right: 30px !important; }

.pdr35 { padding-right: 35px !important; }

.pdr40 { padding-right: 40px !important; }

.pdr45 { padding-right: 45px !important; }

.pdr50 { padding-right: 50px !important; }

.pdr55 { padding-right: 55px !important; }

.pdr60 { padding-right: 60px !important; }

.floatL { float: left; }

.floatR { float: right; }

.alL { text-align: left; }

.alC { text-align: center; }

.alR { text-align: right; }

.vaT { vertical-align: top; }

.vaM { vertical-align: middle; }

.vaB { vertical-align: bottom; }

.disnon { display: none; }

.nowrap { white-space: nowrap; }

.w100per { width: 100%; height: auto; }

/*clear*/
.clearfix { clear: both; background: transparent; height: 1px; font-size: 1px; }

/* clearfix micro */
.cf:before, .cf:after { content: ""; display: table; }

.cf:after { clear: both; }

/*IE6,7対策 （haslayout対策）*/
.cf { *zoom: 1; }

/*================================================================================

common parts

================================================================================*/
/*================================================================================

container

================================================================================*/
/*    div.container
--------------------------------------------------------------------------------*/

body.body-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}


/*    header
--------------------------------------------------------------------------------*/

.header {
	border-top: 4px solid #1F3D82;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.header .hd_inner {
	width: 960px;
	margin: 0 auto;
}

.header .hd_logo a {
	width: 66px;
	height: 66px;
	margin-top: 10px;
	float: left;
	display: block;
}


.header .pc-menu {
	float: right;
}

.header .pc-menu .links {
	display: flex;
	justify-content: flex-end;
}

.header .pc-menu .links .links_item {

}

.header .pc-menu .links .links_item a {
	color: #fff;
	text-align: center;
	display: block;
	padding: 3px 15px;
}

.header .pc-menu .links .links_item.-shop a {
	background: #1F3D82;
}

.header .pc-menu .links .links_item.-english a {
	background: #000;
}

.header .pc-menu .hd_menu {
	margin-top: 20px;
}

.header .pc-menu .hd_menu ul {
	display: flex;
	justify-content: flex-end;
}

.header .pc-menu .hd_menu ul li {
	border-right: 1px solid #ccc;
}

.header .pc-menu .hd_menu ul li:first-child {
	border-left: 1px solid #ccc;
}

.header .pc-menu .hd_menu ul li a {
	font-family: YuMincho, 'Yu Mincho', serif;
	padding: 3px 10px 3px 30px;
	background: url("../img/icon_suzu_gray.jpg") no-repeat center left 8px;
	background-size: 17px auto;
	display: block;
}

.header .pc-menu .hd_menu ul li.-shohin.-isStay a,
.header .pc-menu .hd_menu ul li.-shohin a:hover {
	background: url("../img/icon_suzu_red.jpg") no-repeat center left 8px;
	background-size: 17px auto;
}

.header .pc-menu .hd_menu ul li.-suzuhiro.-isStay a,
.header .pc-menu .hd_menu ul li.-suzuhiro a:hover {
	background: url("../img/icon_suzu_blue.jpg") no-repeat center left 8px;
	background-size: 17px auto;
}

.header .pc-menu .hd_menu ul li.-future.-isStay a,
.header .pc-menu .hd_menu ul li.-future a:hover {
	background: url("../img/icon_suzu_green.jpg") no-repeat center left 8px;
	background-size: 17px auto;
}

.header .pc-menu .hd_menu ul li.-itawasa.-isStay a,
.header .pc-menu .hd_menu ul li.-itawasa a:hover {
	background: url("../img/icon_suzu_purple.jpg") no-repeat center left 8px;
	background-size: 17px auto;
}

.header .pc-menu .hd_menu ul li.-sato.-isStay a,
.header .pc-menu .hd_menu ul li.-sato a:hover {
	background: url("../img/icon_suzu_yellow.jpg") no-repeat center left 8px;
	background-size: 17px auto;
}


.header .sp-menu {
	display: none;
}


@media screen and (max-width: 768px) {
	
	.header {
		border-top: none;
		margin-bottom: 20px;
		background: #003c78;
		overflow: inherit;
	}

	.header .hd_inner {
		width: auto;
	}

	.header .hd_logo a {
		width: 50px;
		height: 50px;
		margin: 15px;
	}

	.header .pc-menu {
		display: none;
	}
	
	.header .sp-menu {
		display: block;
		/* height: 80px; */
		/* position: relative; */
	}
	
	.header .sp-menu .links {
		display: flex;
		justify-content: flex-end;
		/* height: 80px; */
	}
	
	.header .sp-menu .links .links_item {
		transition: .3s;
	}
	
	.header .sp-menu .links .links_item .btn {
		width: 80px;
		height: 80px;
		border-left: 1px solid #082655;
		z-index: 30;
	}
		
	.header .sp-menu .links .links_item .icon {
		display: block;
		transition: .3s;
	}
	
	.header .sp-menu .links .links_item .icon.-kamaboko {
		width: 33px;
		margin: 0 auto;
		padding: 15px 0 8px;
		display: block;
	}
	
	.header .sp-menu .links .links_item .icon.-menu {
		width: 36px;
		padding: 18px 0 9px;
		margin: 0 auto;
	}
	
	.header .sp-menu .links .links_item .text {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		display: block;
	}
	
	.header .sp-menu .links .links_item .text .close {
		display: none;
	}
	
	
	.header .sp-menu .links .links_item.isOn .btn img,
	.header .sp-menu .links .links_item.isOn .btn .text .open {
		display: none;
		transition: .3s;
	}
	
	.header .sp-menu .links .links_item.isOn .text .close {
		display: block;
		transition: .3s;
	}
	
	.header .sp-menu .links .links_item.isOn .btn .icon {
		position: relative;
    	height: 52px;
		transition: .3s;
	}
	
	.header .sp-menu .links .links_item.isOn .btn .icon::before,
	.header .sp-menu .links .links_item.isOn .btn .icon::after {
		content: "";
		position: absolute;
		width: 30px;
		height: 2px;
		left: 50%;
		top: 30px;
		background: #fff;
		margin-left: -15px;
	}
	
	.header .sp-menu .links .links_item.isOn .btn .icon::before {
		transform: rotate(135deg);
	}
	
	.header .sp-menu .links .links_item.isOn .btn .icon::after {
		transform: rotate(-135deg);
	}
	
	
	.header .sp-menu .links .links_item .spNav {
    	position: absolute;
    	top: 80px;
    	left: 0;
    	opacity: 0;
    	display: block;
    	width: 100%;
    	height: 100vh;
    	z-index: 10;
		transition: .3s;
		visibility: hidden;
    }
	
	.header .sp-menu .links .links_item.isOn .spNav { 
		opacity: 1;
		z-index: 50;
		transition: .3s;
		visibility: visible;
		overflow-y: scroll;
	}
	
	.header .sp-menu .links .links_item.-kamaboko.isOn .spNav { 
		background: #fff;
		padding: 25px 20px;
	}
	
	.header .sp-menu .links .links_item.-kamaboko.isOn .spNav .bnrArea { 
		margin-bottom: 200px;
	}
	
	.header .sp-menu .links .links_item.-kamaboko.isOn .spNav .bnrArea a { 

	}
	
	.header .sp-menu .links .links_item.-menu.isOn .spNav { 
		background: #fff;
	}
	
	.header .sp-menu .links .links_item.isOn .spNav { 
	}
	
	.header .spNav .ul {

	}
	
	.header .spNav ul li {

	}
	
	.header .spNav ul li a {
		font-family: YuMincho, 'Yu Mincho', serif;
		display: block;
	}
	
	.header .spNav ul li.-shohin a { 
		background: url(../img/icon_suzu_red.jpg) no-repeat center left 15px;
    	background-size: 17px auto;
	}
	
	.header .spNav ul li.-suzuhiro a {
		background: url("../img/icon_suzu_blue.jpg") no-repeat center left 15px;
		background-size: 17px auto;
	}

	.header .spNav ul li.-future a {
		background: url("../img/icon_suzu_green.jpg") no-repeat center left 15px;
		background-size: 17px auto;
	}

	.header .spNav ul li.-itawasa a {
		background: url("../img/icon_suzu_purple.jpg") no-repeat center left 15px;
		background-size: 17px auto;
	}

	.header .spNav ul li.-sato a {
		background: url("../img/icon_suzu_yellow.jpg") no-repeat center left 15px;
		background-size: 17px auto;
	}

	
	.header .sp-menu .links .links_item.-menu.isOn .spNav ul {
		border-top: 1px solid #082655;
		padding-bottom: 200px;
	}
	
	.header .sp-menu .links .links_item.-menu.isOn .spNav ul li {
		border-bottom: 1px solid #082655;
	}
	
	.header .sp-menu .links .links_item.-menu.isOn .spNav ul li a { 
		color: #000;
		padding: 20px 40px;
	}


}






/*    div.contents
--------------------------------------------------------------------------------*/

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

.pankuzuList {
	width: 960px;
	margin: 0 auto 20px;
}

.pankuzuList .pankuzuList_item {
	display: inline-block;
    position: relative;
    font-size: 14px;
    padding-right: 30px;
}

.pankuzuList .pankuzuList_item::before {
	content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
}

.pankuzuList .pankuzuList_item:last-child::before {
	display: none;
}

.pankuzuList .pankuzuList_item a:hover {
	opacity: .7;
}


@media screen and (max-width: 768px) {
	
	.pcOnly {
		display: none;
	}

	.spOnly {
		display: block;
	}

	.pankuzuList {
		width: auto;
		margin: 0 15px 20px;
	}

	.pankuzuList .pankuzuList_item {
		display: inline-block;
		position: relative;
		font-size: 14px;
		padding-right: 30px;
		/* text-align: center; */
	}

	.pankuzuList .pankuzuList_item::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 12px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -3px;
	}



}






/*    main
--------------------------------------------------------------------------------*/
/*    aside
----------------------------------------------------------------------------*/







/*    footer
----------------------------------------------------------------------------*/

.footer {
	background: #f2f2f2 url(/assets/common/img/ft_bg.png) no-repeat bottom center;
	background-size: contain;
	margin-top: 70px;
}

.footer .ft_inner {
	width: 1040px;
	margin: 0 auto;
	padding: 70px 0;
	overflow: hidden;
}

.footer .ft_logo {
	width: 120px;
	float: left;
	position: relative;
	z-index: 10;
}

.footer .ft_linkBox {
	float: right;
}

.footer .ftLinks {
	float: left;
}

.footer .ftLinks + .ftLinks {
	margin-left: 60px;
}

.footer .ftLinks .ftLinks_item  {
	
}

.footer .ftLinks .ftLinks_item:nth-child(n+2) {
	margin-top: 15px;
}

.footer .ftLinks .ftLinks_item a  {
	color: #000;
	margin-bottom: 15px;
}

.footer .ftLinks .ftLinks_item a:hover  {
	color: #003c78;
}

.footer .ftLinks .ftLinks_item.-langBtn a {
	width: 230px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	display: block;
	padding: 8px 10px;
}

.footer .ftLinks .ftLinks_item.-langBtn a:hover {
	color: #fff;
	background: #003c78;
}

.footer .copyright {
	float: left;
	padding-top: 280px;
	margin-left: -120px;
}


@media screen and (max-width: 768px) {
	
	.footer {
		background-size: auto 500px;
		margin-top: 50px;
		background-position: bottom right;
	}

	.footer .ft_inner {
		width: auto;
		padding: 60px 0 0;
	}

	.footer .ft_logo {
		width: 80px;
		float: none;
		margin: 0 auto 40px;
	}

	.footer .ft_linkBox {
		float: none;
		padding: 30px 0;
		overflow: hidden;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 0 20px;
	}

	.footer .ftLinks {
		float: left;
		width: 50%;
		border-right: 1px solid #ccc;
		padding-right: 20px;
	}

	.footer .ftLinks + .ftLinks {
		margin-left: 0;
		float: left;
		width: 50%;
		border-right: none;
		padding-right: 0;
		padding-left: 20px;
	}

	.footer .ftLinks .ftLinks_item  {

	}

	.footer .ftLinks .ftLinks_item:nth-child(n+2) {
		margin-top: 15px;
	}

	.footer .ftLinks .ftLinks_item a  {
		margin-bottom: 10px;
		font-size: 12px;
	}

	.footer .ftLinks .ftLinks_item.-langBtn a {
		width: auto;
		border-radius: 30px;
	}

	.footer .copyright {
		float: none;
		margin-left: 0;
		padding: 30px 10px;
		text-align: center;
		font-size: 12px;
	}


}



/*    page top
--------------------------------------------------------------------------------*/

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: rgba(0,60,120,.6);
    border-radius: 50%;
    z-index: 100;
}

#page_top a {
    display: block;
    width: 50px;
    height: 50px;
	position: relative;
}

#page_top a::before {
	content: "";
    position: absolute;
    top: 20px;
    left: 17px;
    background: url(/assets/common/img/icon_arow03_white.png) no-repeat center center;
    background-size: contain;
    z-index: 10;
    width: 18px;
    height: 10px;
    transition: .3s;
    transform: rotate(180deg);
}

#page_top a:hover {
	background: rgba(0,60,120,1);
	border-radius: 50%;
}


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

