@charset "shift_jis";
/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 300;
	height: 84px;
}
header h1 {
	/*height: 50px;*/
	display: none;
}
header h1 a img {
	display: block;
	position: absolute;
	margin-left: 20px;
}
header .h_btn a {
	display: block;
	float: right;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	border: 5px solid #e6e6e6;
	background-color: #2c2c2c;
	margin-left: 10px;
	z-index: 9999;
}
h2.h_btn_name {
	display: none;
}
header .h_btn .btncap {
	position: fixed;
    right: 20px;
    top: 0px;
    font-size: 10px;
}
header .h_btn a:hover {
	color: #2c2c2c;
	background-color: #FFF;
	border: 5px solid #2c2c2c;
}
header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #e2575c;
	font-size: 20px;
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
}
header .h_tel a strong {
	font-size: 130%;
}
header .h_btn a i, header .h_tel a i {
	padding-left: 2px;
	padding-right: 5px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}
.line-icon {
	margin-left: 5px;
}

#cate-Logo {
	/*position: relative;
	top: -20px;
	left: 44.5%;*/
	z-index: 1000;
	position: absolute;
	/* margin: 0 auto; */
	width: auto;
	text-align: center;
	height: 100px;
}
#cate-Logo img {
    width: 130px;
    height: auto;
    position: relative;
    top: 8px;
    left: 30px;
}
#cate-Logo img.large {
    width: 250px;
}

@media screen and (min-width:1200px) {
.sm-slider, .sm-slider::after {
	top: 100px !important;
}
/*
ヘッダー
-------------------------------------------*/
header {
	/*height: 150px;*/
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
header h1 a img {
	width: 220px;
	top: 10px;
	left: 10px;
}
header .h_btn a {
	position: relative;
	float: right;
	width: 156px;
	height: 48px;
	top: 7px;
	padding: 2px 8px 0px;
	font-size: 12px;
	font-weight: bold;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header .h_tel a {
	top: 10px;
	right: 190px;
	line-height: 38px;
	padding-top: 4px;
}
header.fixed {
	/*height: 150px;*/
}
header.fixed h1 a img {
	height: 40px;
	top: 5px;
}
header.fixed .h_btn a, header.fixed .h_tel a {
	top: 5px;
	line-height: 30px;
}
.menu_btn, .btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 15px;
	z-index: 1000;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 600;
	/*font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
#g_navi ul.navi_base {
	max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
#g_navi ul li {
	display: inline;
}
#g_navi li a {
	width: auto;
    padding: 15px 1.5% 0;
    height: 35px;
    display: inline-block;
    color: #2c2c2c;
    text-decoration: none;
    text-align: center;
	letter-spacing: -0.03em;
    line-height: 20px;
    position: relative;
}
	#g_navi li a.ac_menu {
		display: inherit;
}
#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: #FFF;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi li a:hover::before {
	background-color: #2c2c2c;
	top: 0px;
}
#g_navi li a:hover, #g_navi li a.active, #g_navi ul li:hover > a {
	opacity: 0.7;
}
	
#g_navi ul li:hover > a.ac_menu, #g_navi li a.ac_menu:hover {
	position: relative;
}
#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
    /*border-right: 15px solid transparent;
	border-bottom: 20px solid #FFF;
	border-left: 15px solid transparent;*/
	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#g_navi ul li:hover > a.ac_menu::after, #g_navi li a.ac_menu:hover::after {
	border-bottom: 20px solid #2c2c2c;
}
#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 60px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: 200px;
	background-image: linear-gradient(90deg, rgba(233, 233, 233, 1), rgba(243, 243, 243, 1));
}
#g_navi ul li ul {
	width: 96%;
	padding-left: 2%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#g_navi li ul li a {
	/*width: 21%;*/
	padding: 9px 3%;
	line-height: 22px;
	height: auto;
	/*color: #FFF;*/
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	/*color: #FFF;*/
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	opacity: 0.7;
}
#g_navi ul li ul li a:hover {
	opacity: 0.7;
}
#g_navi li li a::before {
	display: none;
}
#g_navi ul li:hover div {
	visibility: visible;
	opacity: 1;
}
#g_navi div.ac_list {
	display: block !important;
}
header.fixed #g_navi {
	height: 40px;
}
header.fixed #g_navi ul li div {
	top: 40px;
}
header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}
header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}
}
/*(/1200〜)*/






@media screen and (min-width:1200px) {
/*
ヘッダー
-------------------------------------------*/
header .h_tel a {
	top: 10px;
	right: 190px;
	line-height: 38px;
	padding-top: 4px;
}
header .h_btn a span span {
    font-size:  1.2em;
}

header.fixed h1 a img {
	height: 40px;
	top: 5px;
}
header.fixed .h_btn a, header.fixed .h_tel a {
	line-height: 1.2em;
	height:40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu_btn, .btn_close {
	display: none;
}
}
/*(/〜1024)*/






@media screen and (max-width:1200px) {
header {
	height: 100px;
	border-bottom: solid 1px #e6e6e6;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
header .h_btn a:hover {
	color: #2c2c2c;
	background-color: #FFF;
	border: none;
}
	
#cate-Logo {
	text-align: center;
	position: relative;
}
#cate-Logo img {
	width: 160px;
	top: 15px;
	left: 0;
}
#cate-Logo img.large {
    width: 210px;
}
}



/*-----トップへ戻るボタン------*/
.to_top {
	position: fixed;
	right: 0%;
	bottom: 120px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #2c2c2c;
	text-align: center;
	display: block;
	/*border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 10px;*/
	background-color: rgb(233, 238, 239, .9);
	padding: 10px;
	height: 30px;
	width: 30px;
}


/*
フッター
-------------------------------------------*/
footer {
	background-color: #949494;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
	line-height: 1.6;
}
footer ul.f_bn {
	text-align: center;
    width: 100%;
	display: flex;
    justify-content: center;
    padding: 20px 0;
    margin: auto;
	background-color: #c4181f;
}
footer .f_bn li i {
	display: inline-block;
	font-size: 42px;
}
footer .f_bn li span {
    font-size: 18px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
footer .f_bn li .sns-rd {
    margin: 20px auto 20px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
footer .f_bn li .sns-rd a {
    display: block;
    width: 168px;
    height: 32px;
    margin: 0 22px;
    background: #fff;
    line-height: 32px;
    color: #c4181f;
    transition: .3s;
	text-decoration: none;
    font-size: 0.9em;
}
footer .f_bn li .sns-rd a:hover {
    opacity: .9;
}
footer ul.f_list {
	display: block;
	width: 21%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 4%;
}
footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 2px;
	font-size: 14px;
}
footer ul.f_list li a:hover {
	color: #c4181f;
}
footer ul.f_list li li a {
	padding-left: 25px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
}
footer ul.f_list li li a:hover {
	color: #c4181f;
}
footer ul.f_list li li a::before {
	content:"・";
	position: absolute;
	top: 5px;
	left: 5px;
}
address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #c4181f;
}
address:before {
    content: '\0a9 2012-2024 ';
}
address a {
	color: #FFFFFF;
}
footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #c4181f;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c4181f;
}
.box_pr ul li {
	display: inline;
	padding: 5px;
}
.box_pr ul li a {
	color: #FFF;
}





/*エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
.effect.d_04 {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}
.effect.d_06 {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}
.effect.d_08 {
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}





/*(/〜1200)*/
@media screen and (max-width:1200px) {
/*
メニューボタン
-------------------------------------------*/
.menu_btn {
        display: block;
        height: 30px;
        width: 50px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 5px;
        position: fixed;
        z-index: 5000;
        top: 15px;
        right: 20px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
}
.menu_btn:hover {
	cursor: pointer;
}
.menu_btn span {
	width: 26px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
	transition: all 0.3s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.menu_btn span.top {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
}
.menu_btn span.bottom {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
}
.menu_btn:hover span.top {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
.menu_btn:hover span.bottom {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}
.menu_btn.opened span.middle {
	background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
}
.menu_btn.opened span.top {
	transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
	-moz-transform: rotate(-45deg) translateY(0px);
}
.menu_btn.opened span.bottom {
	transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
	-moz-transform: rotate(45deg) translateY(0px);
}
/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 70px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	display:  block;
}
#g_navi ul li a {
	color: #2c2c2c;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	float: none;
    text-align: center;
}
#g_navi ul li a:hover {
	color: #999;
}
body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/
#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	left: auto;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li {
	border-bottom: none;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}
#g_navi ul li ul li a:hover {
	color: #999;
}
/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: none;
	position: fixed;
	z-index: 2000;
}
/*
ヘッダー
-------------------------------------------*/
header h1 a img {
	top: 5px;
	left: -10px;
	width: 160px;
}



.h_btn a.web_btn, .h_btn a.web_btn2 {
	display: block;
	margin: 0px auto;
	width: 90%;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	background-color: #2c2c2c;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	transition: .3s;
	float: none;
	border: none;
}
.translated-ltr .h_btn a.web_btn, .translated-ltr .h_btn a.web_btn2{
	display: block;
	margin: 0px auto;
	width: 100%;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	background-color: #2c2c2c;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	transition: .3s;
	float: none;
	border: none;
	letter-spacing: 0.5px;
}
	

footer .f_bn li a i {
	padding-right: 0px;
}
footer ul.f_list {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 1px #FFFFFF;
}
footer ul.f_list:last-child {
	border-bottom: none;
}
footer ul.f_list li a {
	font-size: 15px;
}
footer .cont_wrap {
	width: 86%;
	padding: 10px 0;
	overflow: hidden;
}
}



/*(/〜1024)*/
@media screen and (max-width:1024px) {
#a_link li {
    width: 48%;
    margin: 0 1% 15px;
}
.ul_news li p {
	width: 100%;
    float: left;
}
	footer {
	background-color: #949494;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
}
footer ul.f_bn {
	text-align: center;
    width: 100%;
	display: flex;
    justify-content: center;
    padding: 20px 0;
    margin: auto;
	background-color: #c4181f;
}
footer ul.f_bn li {
    width: 46%;
}
footer .f_bn li i {
	display: block;
	font-size: 38px;
}
footer .f_bn li span {
    font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
footer .f_bn li .sns-rd {
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .f_bn li .sns-rd a {
    display: block;
    width: 120px;
    height: 24px;
    margin: 10px 10px;
    background: #fff;
    border-radius: 0;
    line-height: 24px;
    color: #c4181f;
    font-size: 14px;
    transition: .3s;
}
footer ul.f_list {
	display: block;
	width: 21%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 4%;
}
footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 2px;
	font-size: 14px;
}
footer ul.f_list li a:hover {
	color: #c4181f;
}
footer ul.f_list li li a {
	padding-left: 25px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 13px;
}
footer ul.f_list li li a:hover {
	color: #c4181f;
}
footer ul.f_list li li a::before {
	content:"・";
	position: absolute;
	top: 5px;
	left: 5px;
}
address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #c4181f;
}
address:before {
    content: '\0a9 2012-2024 ';
}
address a {
	color: #FFFFFF;
}
footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #c4181f;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c4181f;
}
.box_pr ul li {
	display: inline;
	padding: 5px;
}
.box_pr ul li a {
	color: #FFF;
}
ul.f_bn li a span {
	display: none;
}
footer .f_bn li a i {
	padding-right: 0px;
}
footer ul.f_list {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #FFFFFF;
}
footer ul.f_list:last-child {
	border-bottom: none;
}
footer ul.f_list li a {
    font-size: 15px;
}
footer .cont_wrap {
	width: 90%;
	padding: 10px 0;
	overflow: hidden;
}
}
/*(/〜1024)*/






/*(/〜520)*/
@media screen and (max-width:520px) {
header {
	height: 80px;
}

#cate-Logo img {
    width: 120px;
    top: 15px;
    left: auto;	
}
#a_link li a {
	line-height: 1.2em;
	font-size: 0.7em;
}
.menu_btn {
	top: 5px;
}
}
	
/*(/〜460)*/	
@media screen and (max-width:460px) {
input, textarea {
	max-width: 300px !important;
}
}
/*(/〜460)*/	
	


	


