@charset "utf-8";

/* ============================================================
 init
============================================================ */
/*@font-face {
	font-family: 'Roboto Slab', serif;
}*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


html {
	background: #FFF;
}
body {
	height:100%;
	color: #000;
	line-height: 24px;
	text-align: center;
	font-family:  "Noto Sans JP" ,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#wrapper {
	min-width: 1240px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
	#wrapper {
		min-width: 320px;
	}
}

/* tag
------------------------------------------------------------ */
img {
	border: 0;
}
p, li, th, td, dt, dd {
	font-size: 14px;
}


/* link
------------------------------------------------------------ */
a {
	overflow: hidden;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* class
------------------------------------------------------------ */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul, .hgroup, .block, .outer, .inner, .row, .box, .cell {
	position: relative;
	zoom: 1;
}
ul:after, .block:after, .outer:after, .inner:after, .row:after, .box:after, .cell:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mobile-lang-dropdown:after {
	content: none;
}

#globalNav ul .mobile-lang-dropdown li:after {
	content: none;
}
.box, .cell {
	float: left;
}
.box.right, .cell.right {
	float: right;
}
.spElement {
	display: none;
}
@media screen and (max-width: 768px) {
	.pcElement {
		display: none;
	}
	.spElement {
		display: block;
	}
}

/* header
============================================================ */
header {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 24px 0 28px;
}
header .logo a {
	display: block;
}
header .logo a img {
	vertical-align: bottom;
}
header ul {
	position: absolute;
	top: 20px;
	right: 0;
}
header ul li {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 5px;
}
header ul li a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 1;
}
header ul li a img {
	vertical-align: bottom;
}
header ul li a:hover img {
	opacity: 0.5;
}
@media only screen and (max-width: 768px) {
	header {
		width: 100%;
		min-width: 320px;
		margin: 0;
		padding: 11px 0 12px;
	}
	/*menu-trigger*/
	header #hnav {
		position: absolute;
		top: 15px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	header .menu-trigger,
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header .menu-trigger {
		position: relative;
		width: 40px;
		height: 40px;
		background-color: #333333;
		z-index: 66666;
	}
	header .menu-trigger span {
		position: absolute;
		left: 50%;
		width: 20px;
		height: 2px;
		margin-left: -10px;
		background-color: #fff;
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 13px;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 18px;
	}
	header .menu-trigger span:nth-of-type(3) {
		top: 23px;
	}
	header .menu-trigger.open span:nth-of-type(1) {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 18px;
	}
	header .menu-trigger.open span:nth-of-type(2) {
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	header .menu-trigger.open span:nth-of-type(3) {
		display: none;
	}
	.shade {
		background-color: rgba(0, 0, 0, 0.3);
		cursor: pointer;
		height: 100%;
		position: fixed;
		top: 107px;
		right: 0;
		width: 100%;
		z-index: 100;
	}

	.hNav {
		background-color: #fff;
		box-sizing: border-box;
		overflow: auto;
		position: fixed;
		right: -100%;
		text-align: center;
		top: 107px;
		width: 100%;
		z-index: 9999;
		text-align: right;
	}
	.hNav .h_inner {
		overflow: auto;
	}
	.hNav ul li a {
		position: relative;
		display: block;
		font-size: 14px;
	}
	.hNav ul li a:hover {
		text-decoration: none;
	}
	/* .nav01 */
	.hNav .nav01 ul {
	}
	.hNav .nav01 ul li {
		width: 100%;
		border-top: 1px solid #ccc;
		text-align: left;
	}
	.hNav .nav01 ul li a {
		font-weight: bold;
		line-height: 1;
		padding: 13px 20px;
	}

	.hNav ul li a:after {
		content: '';
		background-image: url(/salute/pages/salute/img/sp/nav_arrow.png);
		background-size: 9px 16px;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 9px;
		height: 16px;
		position: absolute;
		right: 0;
		top: 13px;
	}
	/* 野菜と果物事典のaタグからは矢印を除外 */
	.hNav ul li .encyclopedia-with-lang > a:after {
		display: none;
	}
	/* encyclopedia-with-lang自体に矢印を表示 */
	.hNav ul li .encyclopedia-with-lang:after {
		content: '';
		background-image: url(/salute/pages/salute/img/sp/nav_arrow.png);
		background-size: 9px 16px;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 9px;
		height: 16px;
		position: absolute;
		right: 0;
		top: 13px;
	}
	/* 言語切り替えボタンのz-indexを高く設定 */
	.hNav ul li .encyclopedia-with-lang .mobile-language-switch {
		z-index: 10000;
		position: relative;
	}
	.hNav ul li .encyclopedia-with-lang .mobile-language-switch .mobile-lang-dropdown {
		z-index: 10001;
	}

	/* .nav02 */
	.hNav .nav02 {
		border-top: 2px solid #000;
		padding-bottom: 17px;
	}
	.hNav .nav02 h3 {
		font-size: 14px;
		text-align: left;
		padding: 12px 20px 0;
	}
	.hNav .nav02 ul {
		width: 100%;
		text-align: left;
	}
	.hNav .nav02 ul li {
		float: left;
		width: 50%;
	}
	.hNav .nav02 ul li a {
		line-height: 1;
	}
	.hNav .nav02 ul li:nth-child(odd) a {
		padding: 13px 10px 13px 20px;
	}
	.hNav .nav02 ul li:nth-child(even) a {
		padding: 13px 20px 13px 10px;
	}



	.hNav .close {
		position: relative;
		font-family: 'Noto Sans JP','Roboto Slab', serif;
		font-size: 14px;
		width: 100%;
		line-height: 40px;
		background-color: #ccc;
		text-align: center;
		margin-top: 50px;
	}
	.hNav .close:before,
	.hNav .close:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 12px;
		width: 22px;
		height: 2px;
		background-color: #000;
	}
	.hNav .close:before {
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.hNav .close:after {
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
}

/* language-switch
============================================================ */
.language-switch {
	padding: 4px 0;
	position: relative;
	z-index: 100;
}

.language-switch-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding: 2px 0;
}

.language-switch-item {
	margin: 0 4px;
}

a.language-switch-link,
a.language-switch-link:visited  {
	padding: 4px 16px;
	color: #FFF;
	padding: 4px 16px;
	border-radius: 4px;
}

a.language-switch-link:hover,
a.language-switch-link:focus {
	background: rgba(255, 255, 255, 0.2);
	color: #FFF;
	text-decoration: none;
}

a.language-switch-link.active {
	background: #FFF;
	color: #000;
}

a.language-switch-link.active:hover,
a.language-switch-link.active:focus {
	background: #FFF;
	color: #000;
	text-decoration: none;
}

a.language-switch-link.active:visited {
	color: #000;
}

/* #globalNav
============================================================ */
#globalNav {
	width: 100%;
	background-color: #F4EFE7;
}
#globalNav ul {
	width: auto;
	margin: 0 auto;
	padding: 14px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#globalNav ul li {
	font-size: 12px;
	line-height: 1.4;
	font-family: 'Noto Sans JP','Roboto Slab', serif;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	#globalNav ul li {
		line-height: 1.24;
	}
}

#globalNav ul li:not(:first-child){
	font-family:  "Noto Sans JP" ,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#globalNav ul li:after {
	content: "|";
	padding-left: 15px;
	height: 100%;
	display: flex;
	align-items: center;
}
#globalNav ul li:last-child {
	margin-right: 0;
}
#globalNav ul li:last-child:after {
	content: "";
	padding-left: 0;
}
#globalNav ul li a {
	color: #666;
}

/* Encyclopedia with Language Switch - Figma Design */
.encyclopedia-with-lang {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Remove separator after encyclopedia with language switch */
.encyclopedia-with-lang:after {
	content: "";
	padding-left: 0;
}

.encyclopedia-with-lang a {
	color: #666;
	text-decoration: none;
}

/* Language Switch Styles - Figma Design */
.language-switch {
	display: flex;
	align-items: center;
	border-radius: 2px;
	overflow: visible;
	border: 1px solid #F4EFE7;
	gap: 1px;
	position: relative;
	z-index: 10;
}

/* PC Language Switcher - Horizontal layout */
.language-switch {
	display: flex;
	align-items: center;
	gap: 1px;
}

#globalNav ul li .language-switch a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background: #B2B2B2;
	border: none;
	border-radius: 0;
	transition: background 0.3s;
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	z-index: 11;
}

.language-switch a:first-child {
	border-radius: 2px 0 0 2px;
}

.language-switch a:last-child {
	border-radius: 0 2px 2px 0;
}

.language-switch a.active {
	background: #61605F;
}

.language-switch a:hover {
	background: #61605F;
}

.lang-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B2B2B2;
	transition: background-color 0.3s ease;
	border: none;
}

.lang-btn:first-child {
	border-radius: 2px 0 0 2px;
}

.lang-btn:last-child {
	border-radius: 0 2px 2px 0;
}

#globalNav ul li .lang-btn.active {
	background-color: #61605F;
	color: #FFF;
}

.lang-btn:hover {
	background-color: #61605F;
}

/* GlobalNav with borders */
#globalNav > ul {
	width: fit-content;
	margin: 0 auto;
	height: initial;
}

#globalNav > ul:before {
	content: "|";
	padding-right: 15px;
}

#globalNav > ul:after {
	content: "|";
	display: block;
	clear: both;
	height: initial;
	visibility: visible;
}

/* Hide mobile elements on PC */
.spElement {
	display: none;
}

/* Hide mobile language switch on PC */
.mobile-language-switch {
	display: none !important;
}



@media screen and (max-width: 768px) {
	#globalNav > ul {
		width: 100%;
		min-width: 320px;
		margin: 0;
		padding: 10px 0;
	}
	#globalNav ul li.pcElement {
		display: none;
	}

	/* GlobalNav borders for mobile */
	#globalNav > ul {
		border-left: none;
		border-right: none;
	}

	#globalNav > ul:after {
		padding-left: 15px;
	}

	/* Mobile Encyclopedia with Language Switch */
	.encyclopedia-with-lang {
		flex-direction: row;
		gap: 4px;
		align-items: center;
	}

	/* Hide PC elements on mobile */
	.pcElement {
		display: none !important;
	}

	/* Show mobile elements */
	.spElement {
		display: block !important;
	}

	/* Show mobile language switch on mobile */
	.mobile-language-switch {
		display: block !important;
	}

	/* Hide PC language switcher on mobile */
	.language-switch {
		display: none !important;
	}



	/* Mobile Language Switch */
	.mobile-language-switch {
		position: relative;
		margin-left: 10px;
	}

	.lang-buttons {
		display: flex;
		flex-direction: row;
		gap: 2px;
	}

	/* ハンバーガーメニュー展開時のみ言語切り替え全体を横並びに（ハンバーガーメニュー内のみ） */
	body.menu-open .hNav.spElement .encyclopedia-with-lang .mobile-language-switch {
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
		gap: 2px;
	}

	/* ハンバーガーメニュー展開時は言語切り替えを横並びに（ハンバーガーメニュー内のみ） */
	body.menu-open .hNav.spElement .encyclopedia-with-lang .mobile-language-switch .mobile-lang-dropdown {
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
		gap: 2px;
		position: static !important;
		top: auto !important;
		left: auto !important;
		margin: 0 !important;
		min-width: auto !important;
		width: auto !important;
		padding: 0px !important;
	}

	/* ボタンの配置調整（ハンバーガーメニュー内のみ） */
	body.menu-open .hNav.spElement .encyclopedia-with-lang .mobile-language-switch .lang-btn {
		white-space: nowrap;
		flex-shrink: 0;
		padding: 4px 12px !important;
	}

	/* グローバルナビも同じ挙動にする */
	body.menu-open #globalNav .encyclopedia-with-lang .mobile-language-switch {
		display: block !important;
	}

	body.menu-open #globalNav .encyclopedia-with-lang .mobile-language-switch .lang-btn {
		width: 100%;
		margin-bottom: 2px;
	}

	/* グローバルナビ内のドロップダウンメニューを非表示（activeクラスが付いていない場合のみ） */
	body.menu-open #globalNav .encyclopedia-with-lang .mobile-language-switch .mobile-lang-dropdown:not(.active) {
		display: none !important;
	}

	@media screen and (max-width: 768px) {
		.menu-open .spElement .mobile-lang-dropdown li {
			margin: 0;
		}
		.encyclopedia-with-lang {
			position: relative;
		}
	}

	.lang-btn {
		background: #B2B2B2;
		color: #fff;
		border: none;
		border-radius: 4px;
		padding: 4px 8px;
		font-size: 12px;
		line-height: 1;
		cursor: pointer;
		font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		font-weight: 400;
		transition: background-color 0.2s;
		display: flex;
		align-items: center;
		gap: 4px;
		width: fit-content;
	}

	.lang-icon {
		width: 14px;
		height: 14px;
	}

	.lang-btn:hover {
		background: #999;
	}

	.lang-btn.active {
		background: #61605F !important;
		color: #fff !important;
	}

	#globalNav ul .mobile-lang-dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		background: white;
		border: none;
		border-radius: 4px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		list-style: none;
		padding: 8px 0;
		margin: 4px 0 0 0;
		min-width: 120px;
		display: none;
		z-index: 10000;
		display: none;
		width: auto;
	}

	#globalNav ul .mobile-lang-dropdown.active {
		display: flex;
		flex-direction: column;
		min-width: initial;
		align-items: flex-start;
	}

	/* ハンバーガーメニュー展開時は横並びを優先 */
	body.menu-open #globalNav ul .mobile-lang-dropdown.active {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	#globalNav ul .mobile-lang-dropdown li {
		margin: 0 0 4px 0;
		border: none;
		list-style: none;
		padding: 0;
		position: relative;
	}

	#globalNav ul .mobile-lang-dropdown button {
		display: flex;
		align-items: center;
		gap: 4px;
		padding: 4px 16px;
		text-decoration: none;
		color: #333;
		transition: background 0.3s;
		font-size: 12px;
		font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		font-weight: 400;
		background: transparent;
		border: none;
		border-radius: 0;
		width: 100%;
		text-align: left;
		cursor: pointer;
		margin: 0;
	}

	#globalNav ul .mobile-lang-dropdown button:hover {
		background: #f5f5f5;
	}

	#globalNav ul .mobile-lang-dropdown button.current-lang {
		color: #999;
		cursor: default;
		pointer-events: none;
	}


}

/* #contents
============================================================ */
#contents {
	width: 100%;
	background-color: #FFF;
}

/* #footer
============================================================ */
footer {
	width: 100%;
	background-color: #fff;
}
footer .block {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0 0;
}
footer .block .box {
	text-align: left;
}
footer .block .box.left {
	width: 100%;
	/*width: 580px;*/
	margin-right: 40px;
}
footer .block .box.center {
	width: 580px;
}
footer .block .box.right {
	width: 270px;
	display: none;
}
footer .block h3 {
	font-size: 16px;
	line-height: 1;
	text-align: left;
	font-family: "Noto serif JP";
}
@media only screen and (max-width: 768px) {
	footer .block {
		width: 100%;
		min-width: 320px;
		margin: 0;
	}
	footer .block .box {
		float: none;
		padding: 0 20px;
		box-sizing: border-box;
	}
	footer .block .box.left {
		width: 100%;
		margin-right: 0;
	}
	footer .block .box.center {
		width: 100%;
	}
	footer .block .box.right {
		width: 100%;
	}
	footer .block h3 {
		font-size: 14px;
	}
}
/* .block01 */
footer .block01 .box {
	border-top: 2px solid #000;
	padding-top: 14px;
}
footer .block01 .box ul {
	margin-top: 27px;
}
footer .block01 .box ul li {
	float: left;
	width: 135px;
	line-height: 30px;
}
/* .block01 .box.left */
footer .block01 .box.left {
	width: 580px;
	margin-right: 40px;
}
footer .block01 .box.left ul {
	margin-top: 33px;
}
footer .block01 .box.left ul li {
	width: 180px;
	margin: 0 20px 20px 0;
}
footer .block01 .box.left ul li:nth-child(3n) {
	margin-right: 0;
}
footer .block01 .box.left ul li a {
	display: block;
	width: 100%;
	border: 1px solid #d6c8ad;
	border-radius: 5px;
	background-color: #fff6e5;
	position: relative;
	padding-left: 60px;
	box-sizing: border-box;
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
}
footer .block01 .box ul li a:hover,
footer .block01 .box ul li a:active,
footer .block01 .box ul li a:focus {
	text-decoration: none;
	background-color: #efefef;
}
footer .block01 .box.left ul li a img {
	position: absolute;
	top: 0;
	left: 5px;

}
@media only screen and (max-width: 768px) {
	footer .block01 .box.left {
		width: 100%;
		margin-right: 0;
		padding-right: 10px;
		padding-left: 20px;
	}
	footer .block01 .box.left ul {
		margin-top: 15px;
	}
	footer .block01 .box.left ul li {
		width: 135px;
		margin: 0 10px 10px 0;
	}
	footer .block01 .box.left ul li:nth-child(3n) {
		margin-right: 10px;
	}
	footer .block01 .box.left ul li a {
		padding-left: 40px;
		line-height: 45px;
	}
	footer .block01 .box.left ul li.icon_f_sweets a {
		padding-left: 30px;
	}
	footer .block01 .box ul li a:hover,
	footer .block01 .box ul li a:active,
	footer .block01 .box ul li a:focus {
		text-decoration: none;
		background-color: #efefef;
	}
	footer .block01 .box.left ul li a img {
		top: 7px;
		left: 6px;

	}
}

/* .block01 .box.center */
/* .block01 .box.right */
footer .block01 .box.center ul li a,
footer .block01 .box.right ul li a {
	display: inline-block;
	padding-right: 5px;
}
footer .block01 .box.center ul li a:before,
footer .block01 .box.right ul li a:before {
	content: "- ";
}

/* .block02 */
footer .block02 {
	border-top: 2px solid #000;
	padding-top: 14px;
	padding-bottom: 30px;
}
footer .block02 .box {
	margin-top: 27px;
}
footer .block02 .box.left {
	width: 890px;
}
footer .block02 .box.left a:link,
footer .block02 .box.left a:visited {
	text-decoration: underline;
}
footer .block02 .box.left a:hover,
footer .block02 .box.left a:active,
footer .block02 .box.left a:focus {
	text-decoration: none;
}

footer .block02 .box.right {
	width: 192px;
}
footer .block02 .box.right a {
	display: block;
	width: 100%;
	text-decoration: none;
}
footer .block02 .box.right a img {
	width: 100%;
	height: auto;
}
footer .block02 .box.right a span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	footer .block02 {
		padding-bottom: 50px;
	}
	footer .block02 h3 {
		padding-left: 20px;
	}
	footer .block02 .box {
		float: none;
	}
	footer .block02 .box.left {
		width: 100%;
	}
	footer .block02 .box.right {
		padding: 0;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	footer .block02 .box.right a {
		display: block;
		width: 100%;
		text-align: center;
	}
	footer .block02 .box.right a img {
		width: 94px;
		height: auto;
	}
	footer .block02 .box.right a span {
		font-size: 12px;
	}

}
/* .block02 .box.center */
/* .block02 .box.right */
/*
footer .block02 .box.center h4,
footer .block02 .box.right h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
}
footer .block02 .box.center p,
footer .block02 .box.right p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
}
footer .block02 .box.center img,
footer .block02 .box.right img {
	float: left;
	margin: 0 10px 20px 0;
}
footer .block02 .box.left a:link,
footer .block02 .box.left a:visited {
	text-decoration: underline;
}
footer .block02 .box.left a:hover,
footer .block02 .box.left a:active,
footer .block02 .box.left a:focus {
	text-decoration: none;
}
*/
footer .copy {
	width: 100%;
	background: #F4EFE7;
	padding: 20px 0 60px;
	color: #232323;
}
footer .copy small {
	font-family: 'Noto Sans JP','Roboto Slab', serif;
	font-size: 14px;
	line-height: 1;
	color: #232323;
}

footer .copy a:link,
footer .copy a:visited {
	color: #232323;
	text-decoration: underline;
}

footer .copy a:hover {
	color: #232323;
	text-decoration: none;
}

/* #検索
============================================================ */
footer .gsc-control-cse {
	background: #F4EFE7;
	border: none;
}

footer .gsc-input-box {
	border: 1px solid #d6c8ad;
}

footer .gsc-search-button-v2 {
	border: none;
	background-color: #333333;
	height: 33px;
	margin-top: 0;
}

footer .gsc-search-button-v2:hover {
    border-color: none;
	background-color: #555;
    background-image: none;
}

@media only screen and (max-width:768px) {
	footer .gsc-search-button-v2 {
		padding: 14px 12px;
		height: initial;
	}
}

/* #totop
============================================================ */
#totop {
	position: fixed;
    bottom: 300px;
    right: 0;
    z-index: 1000;
	width: 60px;
	height: 120px;
    opacity: 0.4;
	transition: 0.2s;
}
#totop a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/salute/pages/salute/img/totop.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: 0.1s;
}
#totop a:hover {
	opacity: 0.2;
}

@media only screen and (max-width:768px) { /* for sp */
	#totop {
		transition: 0.3s;
		width: 30px;
		height: 60px;
	}
	#totop a {
		background-size: 30px 60px;
		transition: 0.2s;
	}
	#totop a:hover {
		opacity: 0.4;
	}
}




















