@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body {
	font-size: 13px;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	list-style-type: none;
}

a {
	color: #AC7B28;
}

a:hover {
	color: #E74B5F;
	text-decoration: none;
}
/* add st 2013.05.21 --------------------------*/

hr {
	width: 100%;
	height: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

hr2 {
	clear: both;
}
/* add ed 2013.05.21 --------------------------*/
h2 {
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B69764;
	line-height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 8px;
}

h2 span {
	font-size: 12px;
	padding-left: 20px;
	color: #B69764;
	letter-spacing: 1px;
	line-height: 14px;
}

/* ------------------------------------------------------------------ */
/* b. Preloader
 ------------------------------------------------------------------ */

#preloader  {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #fff;
   z-index: 99999;
   height: 100%;
}
#status  {    
   position: absolute;
   left: 50%;
   top: 50%;
   width: 64px;
   height: 64px;
   margin: -32px 0 0 -32px;  
   padding: 0;    
}

/*
container
-------------------------------------------*/

#container {
	width: 100%
}


/*
ヘッダー
-------------------------------------------*/

#head {
	background-image: url(img/top_back.jpg);
	height: 150px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#head h1 {
	/*---	font-size: 10px;
	position: absolute;
	top: 8px;
	font-weight: normal;
	line-height: 16px;
	color: #A89866;
	left: 20px;---*/
	position: absolute;
	right: 5px;
	font-size: 12px;
	color: #1c1c1c;
	line-height: 14px;
	text-align: right;
	top: 83px;
}

#head img#logo {
	position: absolute;
	left: 15px;
	top: 25px;
}

#head #h_list {
	position: absolute;
	right: 20px;
	top: 0px;
}

#head #h_list a {
	color: #6C6759;
}
#head #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}

#head #h_list a {
	text-decoration: none;
}

#head #info {
	position: absolute;
	right: 5px;
	font-size: 10px;
	color: #666666;
	line-height: 13px;
	text-align: right;
	top: 25px;
}

#head #info strong {
	font-size: 28px;
	color: #CF5858;
	font-family: Arial, Helvetica, sans-serif;
}

#head #info span {
	font-size: 18px;
	color: #666666;
}

#head #h_list a:hover {
	background-color: #FFFFFF;
}

#head h2 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	left: 5px;
	width: 880px;
	padding-left: 20px;
}



dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}

.dl_link dt {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}

.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
}

.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}

#top_img {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
}

.chui {
	color: #D44767;
	font-size: 13px;
	font-weight: bold;
}
.text-b {
	font-weight: bold;
}
.text-u {
       border-bottom:3px solid #333;
}

/*-- MENU NAVIGATION
-----------------------------------*/

#menu-area{
	top: 100px;
	font-size: 15px;
	position: relative;
}

#menu-area .menu-box{
	background-color: #ffff00;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffff00), color-stop(100%, #ffcc00));
	background-image: -webkit-linear-gradient(top, #ffff00 0%,#ffcc00 100%);
	background-image: -moz-linear-gradient(top, #ffff00 0%,#ffcc00 100%);
	background-image: -o-linear-gradient(top, #ffff00 0%,#ffcc00 100%);
	background-image: linear-gradient(top, #ffff00 0%,#ffcc00 100%);
	display: block;
	height: 50px;
	width: 100%;
	-webkit-box-shadow: #ffff00 0px 0px 2px;
	-moz-box-shadow: #ffff00 0px 0px 2px;
	box-shadow: #ffff00 0px 0px 2px;
}

#menu-area .menu-box table{
	width: auto;
	padding: 0;
	margin: 0;
	height: 50px;
	border-collapse: collapse;/*隣り合うセルのボーダーを重ねて表示*/
	float: right;
}

#menu-area .menu-box td{
	vertical-align: middle;
	border-left: 1px solid #3a3a3a;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#menu-area .menu-box a,#menu-area .menu-box span{
	display: table-cell;
	height: 50px;
	vertical-align: middle;/*縦方向位置*/
	line-height: 18px;
	font-size: 15px;
	padding: 0 10px;
	color: #000000;
	text-decoration: none;
	zoom: 1;
	border-left: 1px solid #ffff66;
}

#menu-area .menu-box a:hover {
	background-color: #000;
	color: #fff;
}
/*---- ADD 2022.11.15 -------*/
#menu-area .menu-title {
	height: 50px;
	vertical-align: middle;/*縦方向位置*/
	line-height: 18px;
	font-size: 15px;
	padding: 0 10px;
	color: #000000;
	text-decoration: none;
}

/*
サイド
-------------------------------------------*/

#side {
	/*---	background-color: #F6F6F6;----*/
	float: left;
	width: 22%;/* add 2016.07.22 ---*/
	margin-left:10px;
	margin-top: 20px;
}

#side #overlaybg4 {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}

#side table{
	width: auto;
	padding: 0;
}
#side table tr td{
	padding-bottom: 15px;
}

#side p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
}

#side img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#side #side-in {
	width: 100%;
	text-align: left;
	position: relative;
}

#side p.resizeimage img {
	width: 70%;
	height: 70%;
}

#side h3 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(img/side_h3.gif);
	height: 20px;
	padding-bottom: 7px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	text-align: center;
	background-color: #89795D;
}

#side .side_box {
	background-image: url(img/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 220px;
	margin-bottom: 5px;
	background-color: #F2F1EF;
	padding-top: 5px;
	padding-bottom: 10px;
}

#side .side_box h3 {
	background-color: #9D855B;
	background-image: none;
	line-height: 20px;
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D1C9;
}

#side .side_box .side_inbox {
	background-image: url(img/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 210px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #F5F5F4;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#side li {
	line-height: 0;
}

#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/side_li.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #D93747;
	background-image: url(img/side_li_ov.gif);
}

#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
/*add st 2013.07.23-------------------------------------------*/

#side .side_box .side_inbox .center {
	text-align: center;
}

#side .side_box .side_btn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side .side_box .side_prbox {
	width: 186px;
	background-color: #F9F9F7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 10px;
	color: #6F6B5E;
}

#side .side_box .side_prbox p {
	font-size: 10px;
	line-height: 130%;
}

#side .side_box .side_prbox a {
	color: #8E8979;
	margin-left: 2px;
}

#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #AE6676;
}

#side li a:hover span {
	color: #E87382;
}

#side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}

#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}



/* #fullbg_stretch
--------------------------- */

#fullbg_stretch img {
	visibility: hidden;
}

/* 中央　#contents
--------------------------- */

#contents {
	/*---	margin: 50px auto; ---*/
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 35%;  /*---35 --*/
	color: #000;
	text-align: left;
	position: relative;
	/*-- z-index: 99;   --*/
}

#contents #overlaybg {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}

#contents #wrapper {
	width: 100%;
	text-align: left;
	position: relative;
}

#contents p {
	/*----	padding: 0 15px 30px 15px;----*/
	padding: 0 15px 15px 15px;
	position: relative;
}

#contents h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#contents h3 {
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

#contents #wrapper img{
	margin: 0px 5px 0px 5px;
	width: 98%;/*  100にするとはみだす　　*/
	max-width: 98%;
	min-width: 100px;
}

/* 右側　#contents３
--------------------------- */

#contents3 {
	/*---	margin: 50px auto; ---*/
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	width: 35%;
	color: #000;
	text-align: left;
	position: relative;
	/*-- z-index: 99;   --*/
}

#contents3 #overlaybg3 {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}

#contents3 #wrapper3 {
	width: 100%;
	text-align: left;
	position: relative;
}

#contents3 p {
	/*----	padding: 0 15px 30px 15px;----*/
	padding: 0 15px 15px 15px;
	position: relative;
}

#contents3 h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#contents3 h3 {
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

#contents3 #wrapper3 img{
	margin: 0px 5px 0px 5px;
	width: 98%;/*  100にするとはみだす　　*/
	max-width: 98%;
	min-width: 100px;
}
/* 右側　#contents２
--------------------------- */

#contents2 {
	/*---	margin: 50px auto; ---*/
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 35%;
	color: #000;
	text-align: left;
	position: relative;
	/*-- z-index: 99;   --*/
}

#contents2 #overlaybg2 {
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}

#contents2 #wrapper2 {
	width: 100%;
	text-align: left;
	position: relative;
}

#contents2 p {
	/*----	padding: 0 15px 30px 15px;----*/
	padding: 0 15px 15px 15px;
	position: relative;
}

#contents2 h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#contents2 h3 {
	padding: 20px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

#contents2 #wrapper2 .menu-img{
	/*----  width: 100%;   --*/
	margin: 0px 5px 0px 5px;
	width: 98%;
	max-width: 98%;
	min-width: 100px;
}

#contents2 #wrapper2 img{
	margin: 5px 0px 5px 0px;
	width: 98%;/*  100にするとはみだす　　*/
	max-width: 98%;
	min-width: 100px;
}
/* slide wrapper
------------------------------------------------*/

.st-wrapper{
	width: 98%;
	max-width: 800px;
	margin: 0px 5px 0px 5px !important;
}

.st-accordion{
	width: 100%;
	min-width: 200px;/*--    margin: 0 auto;  --*/
}

.st-accordion ul li{
	height: 70px;/*--         aが上下5ｐｘ＋サイズ60ｐｘなので70ｐxにした ---*/
	color: #000000;
	border-bottom: 1px solid #c7deef;/*--   border-top:1px solid #fff;  --*/
	overflow: hidden;
}

.st-accordion ul li:first-child{
	border-top: 1px solid #c7deef;
}

.st-accordion ul li a{
	color: #000000;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	font-size: 16px;
	display: block;
	position: relative;
	line-height: 30px;
	outline: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.st-accordion ul li a img.img-date{
	width: 85px !important;
	height: 30px !important;
	margin: 0px 2px 0px 0px !important;
}

.st-accordion ul li img.img-campaign{
	width: 98% !important;
	height: 100px !important;
	margin: 5px 5px 10px 5px !important;
}

.st-accordion ul li a img.img-btn1{
	width: 100% !important;
	height: 20px !important;
	margin: 0px 0px 0px 0px !important;
}

.st-accordion ul li a img.img-btn2{
	width: 100% !important;
	height: 20px !important;
	margin: 0px 0px 0px 0px !important;
}

.st-accordion ul li a img.img-btn3{
	width: 100% !important;
	height: 50px !important;
	margin: 0px 0px 0px 0px !important;
}

.st-accordion ul li a span{
	background: transparent url(img/down.png) no-repeat center center;
	text-indent: -9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity: 0;/*--透明度--*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.st-accordion ul li a:hover{
	color: #0040ff;
}

.st-accordion ul li a:hover span{
	opacity: 1;
	right: 10px;
}

.st-accordion ul li.st-open a{
	color: #1693eb;
}

.st-accordion ul li.st-open a span{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 10px;
	opacity: 1;
}

.st-content{
	background-color: #ffffff;/*--add --*/
	padding: 10px 5px 15px 5px;/*--[上][右][下][左]--*/
}

.st-content p{
	font-size: 13px;
	line-height: 16px;
}

.st-content a{
	font-size: 13px;
	line-height: 16px;
}

.st-content img{
	padding: 0px !important;/*--[上][右][下][左]--*/
}




/* ADD 2013.09.06 ----
アコーディオンスライダー　-----------------*/

#accordion2 {
	width: 100%;
	text-align: left;
	margin: 10px 5px 10px 5px;
	border: 1px solid #999999;
	border-top: none;
}

#accordion2 .accordion2 {
	width: 100%;
	font-size: 12px;
	color: #333;
}

#accordion2 .accordion2 dt {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 4px 15px;
	font-weight: bold;
	cursor: pointer;
	background-color: #ffffcc;
	background-image: url(img/arrow_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #333;
	border-top: 1px solid #999999;
}

#accordion2 .accordion2 dt:hover {
	background-color: #ffff00;
	background-position: right bottom;
}

#accordion2 .accordion2 .open {
	background-color: #ffcc00;
	background-image: url(img/arrow_up.gif);
}

#accordion2 .accordion2 dd {
	overflow: hidden;
	background-color: #fff;
	line-height: 18px;
	padding-left: 12px;
	padding-top: 5px;
}

#accordion2 .accordion2 span {
	display: block;
	width: 100%;
	border-top: none;
	padding: 15px;
}
/* hertz base table
------------------------------------------------------*/

#hertz_base{
	margin: 0px 15px 5px 15px;
	width: 100%;
}

#hertz_base table{
	font-size: 12px;
}

#hertz_base table td{
	text-align: right;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

#hertz_base table.small{
	font-size: 10px;
}

#hertz_base table tr:hover {
	background-color: #58FAF4 !important;/*カーソルが来た時の背景の色*/
	color: #151515 !important;
}

#hertz_base table td p.p_small {
	font-size: 9px;
	line-height: 10px;
	padding: 1px;
}

#hertz_base table th.hertz_th {
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #F1ECE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #664B24;
}
#hertz_base table td.hertz_td-1 {
 width:20%;
	padding: 5px;
}
#hertz_base table td.hertz_td-2 {
 width:35%;
	padding: 5px;
}
#hertz_base table td.hertz_td-3 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
 width:45%;
}

#sns {
	margin: 25px 0px 10px 0px;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

#sns-side {
	margin: 0px;
	position: fixed;
	top: 200px;
	right: 0px;
	width: 32px;
	height: 300px;
}

#tb-sp-menu {
	display: none;
}
.sub_menu {
	display: none;
}
.slicknav_menu {
	display: none;
}
/*--- add 2022.11.15 --------*/
#menu-area .menu-title {
	display: none;
}

/* youtube set
------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}



/*========================================*/
@media screen and (max-width: 950px){

img {
   width:100%;
   max-width: 100%;
   height: auto;
}

#head #info{
/*----
       display:none;
-----*/
}
#menu-area .menu-box{
	font-size: 12px;
}
#side {
	float: left;
     margin-top: 10px;
     margin-left: 5px;
	width: 30%
}
	
#contents {
	float: left;
    margin-top: 20px;
    margin-left: 5px;
	width: 65%;  /*--- 60 ---*/
	color: #000;
	text-align: left;
	position: relative;
}
#contents3 {
clear: both;
	float: right;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 20px;
	width: 65%;
	color: #000;
	text-align: left;
	position: relative;
}
#contents2 {
clear: both;
	float: right;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 20px;
	width: 65%;
	color: #000;
	text-align: left;
	position: relative;
}


}
/*========================================*/
@media screen and (max-width: 768px){

#head {
	background-image: url(img/top_back2.jpg);
	height: 150px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#menu-area .menu-box{  /*-- #menu-areaをnoneにするとそのエリアにslicknavをだすので、でなくなるから下層をけす ---*/
       display:none;
}


/*背景色などのカスタマイズ*/
.slicknav_nav li {
  border-top: 1px solid;
  border-top-color: #000 !important;
}
.slicknav_menu {
  background-color: #fff000 !important;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff !important;
}
/*------------
.slicknav_menu a {
  color: #000 !important;
}
.slicknav_menu a:hover {
  color: #fff !important;
}
---------*/
.slicknav_nav a {
  color: #000 !important;
}
.slicknav_nav a:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.slicknav_btn {
  background-color: #000 !important;
  color: #fff !important;
}

i.fa {
  font-size: 18px;
}

#tb-sp-menu {
       display:none;
}
#menu-area {
	 z-index: 999999;
}
.slicknav_menu {
        display:block;
}
/*--- add 2022.11.15 --------*/


#menu-area .menu-title {
        display:block;
}

}

/*========================================*/
@media screen and (max-width: 600px){

#head #info{
       display:none;
}

}


/*========================================*/
@media screen and (max-width: 468px){

img {
width:100%;
max-width: 100%;
height: auto;
}

#head {
	background-image: url(img/top_back3.jpg);
	height: 150px;
	position: relative;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#side {
	float: left;
     margin-top: 10px;
     margin-left: 10px;  /*--5 ---*/
	width: 95%;  /*-- 87 --*/
}
#side p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
}	

#contents {
	float: left;
    margin-top: 20px;
     margin-left: 10px;  /*--5 ---*/
	width: 95%;
	color: #000;
	text-align: left;
	position: relative;
}
#contents3 {
	float: left;
    margin-top: 20px;
     margin-left: 10px;  /*--5 ---*/
	width: 95%;
	color: #000;
	text-align: left;
	position: relative;
}
#contents2 {
	float: left;
    margin-top: 20px;
     margin-left: 10px;  /*--5 ---*/
	width: 95%;
	color: #000;
	text-align: left;
	position: relative;
}


}