/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */
@charset "UTF-8";

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: '';
	content: none;
}

menu,ol,ul {
	margin: 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,ol,ul {
	list-style: none;
	padding: 0;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,input,select {
	vertical-align: baseline;
}

button,input,select,textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd {
	font-size: 1em;
}

pre {
	font-family: monospace,monospace;
}

pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,body,p,pre,blockquote,figure,dl,dl dt,dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,img:focus,map area:focus {
	outline: none;
}

th,td,fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #625028;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-size: 13px;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
}

body {
	width: 100%;
	color: #625028;
	background: url(https://torizen.sakura.ne.jp/hanamidori.net/css/2025/bg.gif) top left repeat;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,a:visited {
	color: #0570c7;
	text-decoration: none;
}

a:hover,a:focus {
	color: #c70570;
}

a:active {
	color: #c7052f;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

samp {
	color: #FFF;
	background: rgba(0,0,0,.9);
}

samp,kbd {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0,0,0,.025);
}

kbd kbd {
	display: inline-block;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0,0,0,.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255,255,255,.5)inset,-1px -1px 1px rgba(0,0,0,.5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,.9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 1000px;
}

@media only screen and (max-width: 736px){
	html,
	body {
		min-width: inherit;
	}
	body {
		padding: 183px 0 0;
	}
}

/*header
---------------------------------------------------------- */
header {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

header .header_inner {
	width: 980px;
	margin: 0 auto;
}

.top_head_logo {
	text-align: center;
	padding: 20px 0 30px 0;
}

.gnav_btn_bg {
	background: -moz-linear-gradient(top, #cca74f, #cba64e);
	background: -webkit-gradient(linear, left top, left bottom, from(#cca74f), to(#cba64e));
}

.gnav_btn {
	cursor: pointer;
	padding: 10px 0;
	line-height: 0;
	text-align: center;
	background: url(../img/sp/common/head_menu_bg.png) bottom center no-repeat;
}

.gnav_btn img {
	width: auto;
	height: 28px;
}

/* 多言語LP用ボタン */
.jp_top {
	float: left;
	padding-top: 10px;
}
.jp_top a {
	display: inline-block;
	text-decoration: underline;
	font-size: 108%;
	font-weight: 600;
	color: #7c6230;
	letter-spacing: 1px;
}
.jp_top a::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #af8934;
	vertical-align: middle;
	margin-right: 4px;
}
.jp_top a:hover {
	text-decoration: none;
}
.foreign {
	overflow: hidden;
	float: right;
}

.foreign li {
	/* float: left;
	margin-left: 10px; */
	font-size: 108%;
}

.foreign li a {
	display: inline-block;
    padding: 5px 30px 3px 25px;
    color: #7D632B;;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0.05em;
    border: 1px solid #e6d6aa;
    background: #f1e7cc url(../img/common/arrow02.png) 92% center no-repeat;
}

.foreign li a:hover {
	opacity: 0.7;
}

.foreign_area {
	/*padding-top: 10px;*/
	/*border-top: solid 1px #d3bf91;*/
}

/* 多言語LP用 */
.foreign li {
	float: none;
	display: inline-block;
	margin-left: 0;
	letter-spacing: normal;
}
.foreign li:not(:first-child) {
	margin-left: -5px;
}
.foreign li a {
	background-image: none;
	padding: 5px 10px;
}
.foreign li a::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #af8934;
	vertical-align: middle;
	margin-right: 4px;
}

/* スマホ用多言語ボタン */
.sp_only .foreign {
	float: none;
	width: inherit;
	margin: 0 auto 10px;
	text-align: center;
}

.sp_only .foreign li {
	margin-left: 15px;
}

.sp_only .foreign li:first-child {
	margin-left: 0;
}

.sp_only .foreign li a {
	background-size: 10px auto;
	line-height: 1.5;
	font-size: 14px;
}

.sp_only .foreign img{
	 width: 15px;
	 height: auto;
}


@media only screen and (max-width: 736px) {
	header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;
		width: 100%;
	}

	header .header_inner {
		width: 100%;
		height: 135px;
		overflow: hidden;
	}

	header[data-page-type="lang-lp"] .header_inner {
		height: 183px;
	}

	header.fixed {
		position: fixed;
	}

	header.fixed .header_inner {
		display: none;
	}

	.top_head_logo img {
		width: 180px;
		height: 64px;
	}

	.top_head_logo {
		width: 100%;
		height: 74px;
		text-align: center;
		padding: 20px 0 0;
	}

	/* 多言語LP用ボタン */
	.jp_top {
		float: none;
		text-align: center;
		margin: 0 auto 11px;
	}

	/* 多言語LP用 */
	.foreign {
	width: 235px;
	}
	.foreign li {
	margin-left: 0;
	}
	.foreign li a {
	}
	.foreign li a::before {
	}
}

/*pannav
---------------------------------------------------------- */


#container {
	margin-top: 50px;
}

@media only screen and (max-width: 736px) {
	#container {
		margin-top: 30px !important;
	}
}

.pannav {
	width: 940px;
	margin: 10px auto 0;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 92%;
}

.pannav li {
	float: left;
	margin-left: 10px;
}

.pannav li:first-child {
	margin-left: 0;
}

.pannav a {
	color: #5C461B;
}

.pannav a:hover {
	color: #b08934;
	text-decoration: underline;
}

@media only screen and (max-width: 736px) {
	.pannav {
		display: none;
	}
}

/*gnav
---------------------------------------------------------- */

.gnav {
	margin: 10px 0 0;
}

.gnav li {
	float: left;
	position: relative;
}

.gnav li a {
	display: block;
	padding-bottom: 10px;
}

.gnav li ul {
	position: absolute;
	z-index: 100;
	top: 70px;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 200px;
}

.gnav li .gnav_box ul {
	position: static;
}

.gnav li ul li {
	width: 100%;
	background: #dcb862; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcb862 50%, #d8af4f 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#dcb862), color-stop(50%,#d8af4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcb862 50%,#d8af4f 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcb862 50%,#d8af4f 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcb862 50%,#d8af4f 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcb862 50%,#d8af4f 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb862', endColorstr='#d8af4f',GradientType=0 ); /* IE6-9 */
}

.gnav .gnav_block li a {
	padding: 10px 20px 10px 10px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #cb9e34;
	background: url(../img/common/icn_sidelink01.png) 96% center no-repeat;
}

.gnav .gnav_box li a {
	padding: 10px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #e2dac1;
	background: url(../img/common/icn_sidelink02.png) 93% center no-repeat;
}

.gnav .gnav_block .gnav_box li a:hover {
	background: #f1e7cc url(../img/common/icn_sidelink02.png) 93% center no-repeat;
	color: #caa142;
}

.gnav .gnav_block li a:hover {
	opacity: 0.7;
}

.gnav li:hover ul li {
	overflow: hidden;
	height: auto;
}

.gnav li .gnav_box ul li {
	border-top: none;
	border-left: none;
	border-right: none;
	background: #FFF;
}

.gnav li .gnav_box ul li a {
	color: #625028;
	background: #fff url(../img/common/icn_sidelink02.png) 93% center no-repeat;
}

.gnav_block li{
	overflow: hidden;
	height: 0;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}

.gnav li:hover + li .gnav_block li {
	overflow: visible;
}

/*gnav_sp
---------------------------------------------------------- */
.gnav_sp .menu {
	width: 100%;
	position: absolute;
	z-index: 100;
	color: #fff;
	display: none;
	height: 100%;
}

.gnav_sp ul li {
	font-size: 123.1%;
	border-bottom: solid 1px #daab6e;
	background: #fff;
}

.gnav_sp ul li a {
	padding: 15px 30px 15px 20px;
	color: #b08934;
	background: url(../img/common/arrow01.png) 96% center no-repeat;
	background-size: 8px auto;
	-moz-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	-ms-background-size: 8px auto;
	display: block;
}

.gnav_sp .close_btn {
	background: #333;
	text-align: center;
	padding: 12px 0
}

.gnav_sp ul li ul li{
	font-size: 100%;
	width: 50%;
	float: left;
	display: table;
}

.gnav_sp ul li ul li:nth-child(5),
.gnav_sp ul li ul li:nth-child(6) {
	border-bottom: none;
}

.gnav_sp ul li ul li a{
	text-align: left;
	border-left: 1px solid #e6e0c8;
	background: #fbf6e9 url(../img/common/arrow02.png) 94% center no-repeat;
	display: table-cell;
	vertical-align: middle;
}

.gnav_sp ul li ul {
	overflow: hidden;
}

/*container
---------------------------------------------------------- */
main {
	width: 100%;
	margin: 0 auto;
}

#container {
	width: 980px;
	margin: 50px auto 0;
}

#container .main_contents {width: 720px; float: left;}
#container .main_contents[data-col="1"] {width: 100%; float: none;}
#container .side_block {width: 230px; float: right;}

@media only screen and (max-width: 736px){
	#container {width: 100%;}
	#container .main_contents {width: 100%; float: none;}
	#container .side_block {width: 100%; float: none;}
}


/*side
---------------------------------------------------------- */

.fb-page {
	height: 400px;
}

ul.side_nav {
	margin-bottom: 30px;
	background: #fff;
}

ul.side_nav li {
	border: 1px solid #cb9e34;
	border-top: none;
	background: #dcb862;
    background: -moz-linear-gradient(top, #dcb862 50%, #d8af4f 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#dcb862), color-stop(50%,#d8af4f));
    background: -webkit-linear-gradient(top, #dcb862 50%,#d8af4f 50%);
    background: -o-linear-gradient(top, #dcb862 50%,#d8af4f 50%);
    background: -ms-linear-gradient(top, #dcb862 50%,#d8af4f 50%);
    background: linear-gradient(to bottom, #dcb862 50%,#d8af4f 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb862', endColorstr='#d8af4f',GradientType=0 );
	font-size: 115%;
}

.side_nav .border_none {
	border: none;
}

ul.side_nav li:first-child {
	border-top: 1px solid #cb9e34;
}

ul.side_nav li:hover {
    opacity: 0.8;
}

ul.side_nav li a {
	display: block;
	padding: 15px 10px;
	color: #FFF;
	background: url(../img/common/icn_sidelink01.png) 96% center no-repeat;
}

ul.side_nav li a:hover {
	text-decoration: none;
}

ul.side_nav ul.detail_nav li {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #cb9e34;
	background: #FFF;
	font-size: 100%;
}

ul.side_nav ul.detail_nav li a {
	display: block;
	color: #625028;
	padding: 15px 20px;
	background: #fff url(../img/common/icn_sidelink02.png) 93% center no-repeat;
}

ul.side_nav ul.detail_nav li a:hover {
	background: #f1e7cc url(../img/common/icn_sidelink02.png) 93% center no-repeat;
}

ul.side_bnr li {
	text-align: center;
	background: none;
}

/* ↓  福扇華の表示を一時非表示 20220929  ↓ */
ul.side_bnr li:nth-of-type(6){
	display:none;
}
/* ↑  福扇華の表示を一時非表示 20220929  ↑ */

ul.side_bnr li img {
	width: 100%;
}

ul.side_bnr li a:hover img {
	opacity: 0.7;
}

@media only screen and (max-width: 736px){

	ul.side_nav {
		margin-bottom: 0;
	}

	ul.side_nav li {
		font-size: 13px;
	}

	ul.side_nav li a {
		padding: 15px 10px;
		color: #FFF;
		background: url(../img/common/icn_sidelink01_sp.png) 96% center no-repeat;
		background-size: 23px auto;
	}

	ul.side_nav ul.detail_nav li {
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #e2dac1;
		background: none;
		font-size: 12px;
	}

	ul.side_nav ul.detail_nav li a {
		display: block;
		color: #625028;
		padding: 15px 10px;
		background: url(../img/common/icn_sidelink02_sp.png) 95% center no-repeat;
		background-size: 8px auto;
	}

	ul.side_nav li a:hover,
	ul.side_nav ul.detail_nav li a:hover {
		text-decoration: none;
	}



	ul.side_bnr {
		background: #FFF;
		padding: 20px 15px;
		box-shadow:rgba(184, 172, 144, 0.34902) 0px 5px 6px 0px;
		-webkit-box-shadow:rgba(184, 172, 144, 0.34902) 0px 5px 6px 0px;
		-moz-box-shadow:rgba(184, 172, 144, 0.34902) 0px 5px 6px 0px;
	}
}

/*footer
---------------------------------------------------------- */
footer {
	margin-top: 40px;
}

#footer_area {
	min-width: 670px;
}

#footer_block:first-child {
	border-bottom: 1px solid #dfd0ae;
}

.footer_box {
	width: 670px;
	margin: 0 auto;
}

.footer_box .sns_area {
	width: 45%;
	float: left;
	margin: 20px 0;
	padding-right: 5%;
	background: url(../img/common/line.gif) repeat-y right top;
}


.footer_box .sns_area ul li {
	line-height: 0;
}

.footer_box .sns_area ul ul {
	margin: 20px 0 0;
	padding: 0;
	zoom: 1;
}

.footer_box .sns_area ul ul li {
	float: left;
	margin-left: 10px;
	padding: 0;
}

.footer_box .sns_area ul ul li:first-child {
	margin-left: 0;
}

#___plusone_0 {
	width: 65px !important;
}

.footer_box .search_area {
	width: 45%;
	float: left;
	margin: 20px 0;
	padding: 15px 0 0 5%;
}

.footer_box .search_area p {
	font-size: 124%;
	color: #5f4c2e;
}

.footer_box .search_area select {
	vertical-align:middle;
}

.footer_box .search_area select::-ms-expand {
	display: none;
}

.footer_box .search_area .select_box {
	width: 236px;
	float: left;
	margin: 0 auto;
	padding: 5px 0 0;

}

.-bc-form-select{
	width: 100%;
	display: block;
	padding: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #cab06d;
	background: #eee;
	outline: none;
	position: relative;
}

.-bc-form-element {
	width: 100%;
	z-index: 10 !important;
}

.-bc-os-i-os {
	z-index: 0;
}

.-bc-form-select-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.-bc-form-select {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
}

.-bc-pseudo-select {
	color: #b08934;
	width: 100%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #cab06d;
	background: #eee;
	background: #fff url(../img/common/arrow04.png) right center no-repeat;
	background: url(../img/common/arrow04.png) right center no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/common/arrow04.png) right center no-repeat, linear-gradient(to bottom, #fcfcfc 0%,#efefef 40%,#efebe1 100%);
	outline: none;
	border-radius: 5px;
}

.-bc-pseudo-select {
    z-index: 10;
}

.-bc-pseudo-select__selected-display {
	position: relative;
    z-index: -1;
    padding: 0 2%;
    display: inline-block;
    box-sizing: border-box;
	padding: 8px
}

.-bc-pseudo-select__option-list {
	position: absolute;
    top: auto;
    left: 0;
	bottom: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    padding: 0;
    overflow: hidden;
    width: 100%;
	z-index: 10;
}

.-bc-option-list__item--selected {
    background: #f1e7cc;
}

.-bc-option-list__item {
	display: block;
    padding: 7px 2%;
    margin: 0;
	color: #b08934;
	border-bottom: 1px solid #E2DAC1;
}

.-bc-pseudo-select--focus .-bc-pseudo-select__option-list {
    display: block;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #E2DAC1;
}

.-bc-os-i-os .-bc-pseudo-select__selected-display,
.-bc-os-android .-bc-pseudo-select__selected-display {
	z-index: 0 !important;
}

.-bc-pseudo-select--blur .-bc-pseudo-select__selected-display {
	color: #b08934;
}

.-bc-pseudo-select--blur .-bc-pseudo-select__option-list {
	display: none;
}

.footer_box .logo,
.footer_box .link {
	text-align: center;
}

.footer_box .logo {
	margin: 0 0 10px;
}

.footer_box .link a {
	display: inline-block;
	padding-right: 20px;
	color: #5c461b;
	text-decoration: underline;
	background: url(../img/common/arrow03.png) right center no-repeat;
}

#footer_block {
	margin-bottom: 20px;
}

footer .copyright {
	clear: both;
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
	line-height: 1;
	font-size: 85%;
	color: #fff;
	background: #423733;
}

/* 多言語LPテンプレ用 */
#footer_area[data-page-type="lang-lp"] {
	margin-top: 90px;
}
#footer_area[data-page-type="lang-lp"] #footer_block {
	border-bottom: none;
	padding-top: 30px;
	margin-bottom: 30px;
}


@media only screen and (max-width: 736px){

	footer {
		margin-top: 0;
		border-top: none;
	}

	#footer_area {
		min-width: 100%;
	}

	#footer_area:first-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.footer_box {
		width: 100%;
	}

	.footer_box .sns_area {
		width: 100%;
		float: none;
		margin: 30px 0 20px 0;
		padding-right: 0;
		background: none;
		text-align: center;
	}

	.footer_box .sns_area ul li {
		text-align: center;
	}

	.footer_box .sns_area ul ul {
		display: inline-block;
		overflow: hidden;
	}

	.footer_box .search_area {
		width: 84%;
		float: none;
		display: table;
		margin: 0;
		padding: 15px 8%;
		background: url(../img/sp/common/search_bg.png) repeat;
	}

	.footer_box .search_area p {
		text-align: center;
		font-size: 124%;
		color: #fff;
		display: table-cell;
		vertical-align: middle;
	}

	.footer_box .search_area .select_box {
		width: 70%;
		float: none;
		margin: 0 auto;
		padding: 0;
		display: table-cell;
		vertical-align: middle;
	}

	.footer_box .link a {
		text-decoration: none;
		padding: 15px 40px;
		border: 1px solid #e6e0c8;
		background: #fbf6e9 url(../img/common/arrow03.png) 94% center no-repeat;
	}

	#footer_block {
		margin: 20px 0;
	}

	footer .copyright {
		min-width: 100%;
	}

	footer .footer_banner_wrapper {
		background: #423733;
	}

	footer .footer_banner_wrapper div {
		margin: 0 !important;
		padding: 0 !important;
	}

	footer .footer_banner {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99997;
		width: 100%;
		overflow: hidden;
	}

	footer .footer_banner img {
		vertical-align: top;
		width: 100%;
	}

	footer .footer_banner_close {
		position: absolute;
		top: 2px;
		right: 2px;
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
		border-radius: 2px;
		background: #111;
		cursor: pointer;
	}

	footer .footer_banner_close::before,
	footer .footer_banner_close::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 70%;
		height: 10%;
		margin: auto;
		background: #fff;
	}

	footer .footer_banner_close::before {
		transform: rotate(45deg);
	}

	footer .footer_banner_close::after {
		transform: rotate(-45deg);
	}

	/* 多言語LPテンプレ用 */
	#footer_area[data-page-type="lang-lp"] #footer_block {
		border-top: 1px solid #dfd0ae;
		padding-top: 20px;
		margin-bottom: 20px;
	}
}



/*画像
---------------------------------------------------------- */
@media only screen and (max-width: 736px) {
	img {
		max-width: 100%;
		height: auto;
		width /***/: auto;
	}
}


/*表示・非表示管理
---------------------------------------------------------- */
.pc_only {
}
.sp_only {
	display:none !important;
}

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

	.pc_only {
		display:none !important;
	}
	.sp_only {
		display:block !important;
	}

}


/*その他
---------------------------------------------------------- */

.clear {clear: both;}
.float_l {float: left;}
.float_r {float: right;}


.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.fontb {font-weight: 700;}
.font_red {color: #c21b07;}
.font_orange {color: #f6b545;}


.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}


.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
