@charset "utf-8";



/* トップページ　フェードイン
===================================================================*/

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



/* トップページ　スライダー
===================================================================*/

.sec_slideshow {
	position: relative;
	overflow: hidden;
}

#slide_wrapp {
  position: relative;
  overflow: hidden;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#slide_wrapp .slide_item {
	width: 100%;
	padding: 0;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item img {
  display: block;
	max-width: none;
	width: 100%;
}

/* キャッチフレーズ */
.slide-catch {
	width: 200px;
	margin-top: -60px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	z-index: 100;
 top: 50%;
 -ms-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.slide-catch_top {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.slide-catch_middle {
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
}
.slide-catch_bottom {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
}

/* トピックス */
.top_topics {
	width: 100%;
	padding-top: 15px;
}
.top_topics dl {
	width: 100%;
	font-size: 1.4rem;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.top_topics dt {
	width: 100%;
	line-height: 36px;
	margin-bottom: 10px;
	overflow: hidden;
}
.top_topics dd {
	width: 100%;
}
.icn_new {
	width: 100px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.05em;
	background: #ff0000;
	display: inline-block;
	float: right;
}



/* トップページ　メインコンテンツ
======================================================*/

.sec_top_about {
	width: 100%;
	padding: 50px 0 20px;
}
.sec_top_about_inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.txt_fs24 {
	display: none;
}

.top_bnr-1 {
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
}

.bx-wrapperWrap {
	margin-bottom: 80px;
	padding: 0 20px;
	position: relative;
}

body.home .bx-wrapperWrap {
 width: auto;
 clear: both;
 display: block;
 padding: 0 50px;
}
.top_bx > li {
 padding: 0 10px;
}
.top_bx .bx-caption {
 position: relative !important;
 background: none !important;
 font-size: 1.6rem;
 font-weight: normal;
 color: #000 !important;
 text-align: center;
}
.top_bx .bx-caption span {
 color: inherit !important;
 font-size: 1.6rem;
 font-weight: normal;
 padding-right: 0 !important;
 padding-left: 0 !important;
}

.bx-wrapper {
	width: 100%;
	margin: 0 auto;
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.bx-wrapper li {
	width: 100%;
	margin: 0;
	padding: 0;
}
.bx-wrapper li a {

}
.feed-prev-btn {
	margin-left: 20px;
  background-image: url(../images/btn_prev.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.feed-next-btn{
	margin-right: 20px;
  background-image: url(../images/btn_next.png);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.top_bx-btn.top_bx-btn {
 top: 44%;
 margin-top: -30px;
}
.feed-prev-btn .bx-prev {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.feed-next-btn .bx-next {
  width: 100%;
  display: block;
  text-decoration: none;
}
.navi-btn {
  width: 23px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}
  

.top_about_ctt {
	width: 100%;
	padding: 50px 20px;
	text-align: center;
}

.top_about_ttl {
	text-align: center;
	margin-bottom: 20px;
}
.top_about_ttl .en {
	color: #999999;
	font-size: 1.2rem;
	margin-bottom: 15px;
	display: block;
}
.top_about_ttl .jp {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a.top_about_more {
	width: 200px;
	height: 45px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 41px;
	margin: 40px auto 0;
	background: #f6ab00;
	border: 2px solid #f6ab00;
	border-radius: 5px;
	display: block;
	transition: 0.4s;
}
a.top_about_more:hover {
	background: #ffffff;
	transition: 0.4s;
}



.top_newscat_ttl {
	text-align: center;
	margin-bottom: 20px;
}
.top_newscat_ttl .en {
	color: #999999;
	font-size: 1.2rem;
	margin-bottom: 15px;
	display: block;
}
.top_newscat_ttl .jp {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec_top_newscat {
	width: 100%;
	padding: 50px 0;
 background-color: #f7f7f7;
}
.sec_top_newscat_inner {
	width: 100%;
	margin: 0 auto;
 padding: 0 20px;
}
.sec_top_newscat ul li {
 display: inline-block;
 clear: both;
 padding: 26px 0;
 border-bottom: solid 1px #cbcbcb;
 width: 100%;
}
.sec_top_newscat ul li time {
 display: block;
}
.sec_top_newscat ul li .catList {
 display: block;
 width: 45%;
 float: left;
}
.sec_top_newscat ul li .catParent,
.sec_top_newscat ul li .catChild,
.sec_top_newscat ul li .catLink {
 display: inline-block;
 margin: 2% 0;
 font-weight: bold;
 text-align: center;
 width: 100%;
 vertical-align: top;
}
.sec_top_newscat ul li .catParent a,
.sec_top_newscat ul li .catChild a,
.sec_top_newscat ul li .catLink a {
 padding: 2px 4px;
 border-style: solid;
 border-width: 2px;
 text-decoration: none;
 display: block;
 border-radius: 5px;
}
.sec_top_newscat ul li .catParent a,
.sec_top_newscat ul li .catList > .catLink:first-child a {
 color: #fff;
 background-color: #3b4043;
 border-color: #3b4043;
}
.sec_top_newscat ul li .catParent a:hover,
.sec_top_newscat ul li .catList > .catLink:first-child a:hover {
 background-color: #fff;
 color: #3b4043;
}
.sec_top_newscat ul li .catChild a,
.sec_top_newscat ul li .catList > .catLink:not(:first-child) a {
 color: #000;
 background-color: #f6ab00;
 border-color: #f6ab00;
}
.sec_top_newscat ul li .catChild a:hover,
.sec_top_newscat ul li .catList > .catLink:not(:first-child) a:hover {
 background-color: #fff;
}
.sec_top_newscat ul li .textLink {
 display: block;
 font-weight: bold;
 margin-bottom: 0;
 max-width: 50%;
 float: right;
}
.sec_top_newscat ul li .textLink a {
 color: #000;
 text-decoration: none;
}
.sec_top_newscat ul li .textLink a:hover {
 text-decoration: underline;
}



.sec_top_point {
	padding: 20px 0 40px;
	background: url(../images/bk_01.jpg) no-repeat center top;
	background-size: auto 300px;
}
.sec_top_point_inner {
	width: 100%;
	overflow: hidden;
}

.top_point_ttl {
	height: 80px;
	text-align: center;
	padding-top: 10px;
	margin: 0 20px 40px;
	background: url(../images/text_bk.png) no-repeat center center;
	background-size: auto 80px;
}
.top_point_ttl .en {
	color: #999999;
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: block;
}
.top_point_ttl .jp {
	font-size: 2.2rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.atc_point {
	width: 100%;
	margin: 0 0 30px;
}

.atc_point_img {
	height: 200px;
 max-width: 380px;
 margin-right: auto;
 margin-left: auto;
 width: 100%;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.atc_point_img img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.atc_point_num {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.atc_point_num .num {
	color: #f6ab00;
	font-size: 5.0rem;
	letter-spacing: 0.05em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
}
.atc_point_num .point {
	color: #bbbbbb;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.atc_point_ttl {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 20px 15px;
}
.atc_point p {
	padding: 0 15px;
}

.sec_top_shop {
	width: 100%;
	padding: 40px 0;
	background: url(../images/bk_02.jpg) no-repeat center top;
}

.top_shop_ttl {
	height: 80px;
	text-align: center;
	padding-top: 10px;
	margin: 0 20px 30px;
	background: url(../images/text_bk.png) no-repeat center center;
	background-size: auto 80px;
}
.top_shop_ttl .en {
	color: #999999;
	font-size: 1.2rem;
	margin-bottom: 10px;
	display: block;
}
.top_shop_ttl .jp {
	font-size: 2.2rem;
	color: #ffffff;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_shop_catch {
	width: 90%;
	line-height: 1;
	margin: 0 auto 20px;
	overflow: hidden;
}
.top_shop_catch_left {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	display: block;
}
.top_shop_catch_left .top {
	color: #ffffff;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-right: 10px;
}
.top_shop_catch_left .bottom {
	color: #ffffff;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
}
.top_shop_catch_right {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
.top_shop_catch_right .top {
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}
.top_shop_catch_right .bottom {
	color: #f6ab00;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}

.top_shop_acc{
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

.top_shop_stc {
	color: #ffffff;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.top_shop_link {
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}
a.top_shop_entry {
	width: 200px;
	color: #000000;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
	margin-bottom: 20px;
	background: #f6ab00;
	border-radius: 5px;
	display: block;
}
a.top_shop_detail {
	width: 200px;
	height: 45px;
	color: #000000;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
	background: #ffffff;
	border-radius: 5px;
	display: block;
}

.sec_top_blog {
	width: 100%;
	padding: 50px 0 40px;
}
.sec_top_blog_inner {
	width: 100%;
	padding: 0 20px;
}

.top_blog_ttl {
	text-align: center;
	margin-bottom: 20px;
}
.top_blog_ttl .en {
	color: #999999;
	font-size: 1.3rem;
	margin-bottom: 10px;
	display: block;
}
.top_blog_ttl .jp {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.shop-list_wrapper {
	width: 100%;
 padding: 0 20px;
}
.shop-list {
	width: 100%;
	margin: 0 0 10px;
	background: #eeeeee;
	overflow: hidden;
}
.shop-list:last-of-type {
	margin: 0;
}
.shop-list_img {
	width: 60%;
	float: left;
}
.shop-list_ctt {
	width: 40%;
	padding: 10px;
	float: right;
}
.shop-list_name {
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 8px;
}
.shop-list p {
	display: none;
}
.shop-list_more {
	width: 100%;
}
a.shop-list_access {
	width: 100%;
	height: 20px;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 18px;
	margin-bottom: 5px;
	border: 1px solid #333333;
	background: #333333;
	border-radius: 5px;
	display: block;
	float: left;
}
a.shop-list_detail {
	width: 100%;
	height: 20px;
	color: #333333;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 18px;
	border: 1px solid #333333;
	background: #ffffff;
	border-radius: 5px;
	display: block;
	float: right;
}

a.shop-list_wrapper_more {
	width: 200px;
	height: 45px;
	color: #000000;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
/*	line-height: 41px;*/
	margin: 10px auto 0;
	background: #fff;
/*	border: 2px solid #f6ab00;*/
	border-radius: 5px;
	display: block;
	transition: 0.4s;
}
a.shop-list_wrapper_more:hover {
	background: #f6ab00;
	transition: 0.4s;
}

.atc_top-blog {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}
.atc_top-blog_img {
	width: 35%;
	float: left;
}
.top-blog_ctt {
	width: 60%;
	float: right;
}
.top-blog_ttl {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}
.atc_top-blog p {
	display: none;
}
a.top-blog_more {
	display: none;
}

/* 2026 追加スタイル
======================================================*/
.term_title>span {
	font-weight: 700;
}