@charset "utf-8";



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

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -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;
}
.sec_slideshow_inner {
	box-sizing: border-box;
	max-width: 1280px;
	width: 100%;
	height: 100%;
	padding: 0 40px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

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

#slide_wrapp .slide_item {
  opacity: 0;
	width: 100%;
	margin: 0;
	padding: 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: 500px;
	padding: 60px 30px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -145px;
	z-index: 100;
}
.slide-catch_top {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #888888;
}
.slide-catch_middle {
	color: #f6ab00;
	font-size: 5.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}
.slide-catch_bottom {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
}

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

/* トピックス */
.top_topics {
	width: 100%;
	height: 70px;
	padding-top: 15px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.top_topics dl {
	box-sizing: border-box;
	overflow: hidden;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 1.4rem;
}

.top_topics dt {
	width: 250px;
	height: 40px;
	line-height: 36px;
	float: left;
}

.top_topics dd {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 250px;
}

.icn_new {
	width: 100px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.05em;
	margin-left: 40px;
	background: #ff0000;
	display: inline-block;
}



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

.top_bnr-1 {
	max-width: 1200px;
	margin: 0 0 80px;
}

.sec_top_about {
	width: 100%;
	padding: 80px 0 40px;
}

.sec_top_about_inner {
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.txt_fs24 {
	position: absolute;
	top: 1380px;
	right: -90px;
}

.bx-wrapperWrap {
	float: left;
	width: 48.333333%;
	position: relative;
}
body.home .bx-wrapperWrap {
 width: auto;
 clear: both;
 display: block;
 padding: 0 50px;
}
.top_bx > li {
 padding: 0 10px;
 /*
 
 MEMO:
 
 全体/ulの横幅*liで自動出力されるサイズに戻す/4枚表示
 
 8215　→スライダーli設置　8
 6215　→スライダーli設置　6
 4215　→スライダーli設置　4
 
 */
 width:  calc(100%/5215*100/3) !important;
}
.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 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.feed-prev-btn {
	margin-left: 10px;
  background-image: url(../images/btn_prev.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
}
.feed-next-btn{
	margin-right: 10px;
  background-image: url(../images/btn_next.png);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -50px;
}
.top_bx-btn.top_bx-btn {
 top: 41%;
}
.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 {
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 80px 0;
 clear: both;
}

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

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.3rem;
	margin-bottom: 20px;
	display: block;
}
.top_newscat_ttl .jp {
	font-size: 2.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec_top_newscat {
	width: 100%;
	padding: 80px 0;
 background-color: #f7f7f7;
}
.sec_top_newscat_inner {
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.sec_top_newscat ul li {
 display: table;
 width: 100%;
 clear: both;
 padding: 26px 0;
 border-bottom: solid 1px #cbcbcb;
}
.sec_top_newscat ul li time {
 display: table-cell;
 vertical-align: middle;
 width: 9%;
}
.sec_top_newscat ul li .catList {
 display: table-cell;
 width: 31%;
 vertical-align: middle;
}
.sec_top_newscat ul li .catParent,
.sec_top_newscat ul li .catChild,
.sec_top_newscat ul li .catLink {
 display: block;
 margin: 2% 3%;
 font-weight: bold;
 max-width: 44%;
 text-align: center;
 width: 100%;
}
.sec_top_newscat ul li .catParent,
.sec_top_newscat ul li .catList > .catLink:first-child {
 float: right;
}
.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 {
 vertical-align: middle;
 display: table-cell;
 width: 57%;
 padding-left: 3%;
 font-weight: bold;
 margin-bottom: 0;
}
.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: 80px 0;
	background: url(../images/bk_01.jpg) no-repeat center top;
}

.sec_top_point_inner {
	overflow: hidden;
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.top_point_ttl {
	height: 101px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 60px;
	background: url(../images/text_bk.png) no-repeat center center;
}

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

.top_point_top {
	overflow: hidden;
	margin: 0 -15px 50px;
}

.top_point_bottom {
	overflow: hidden;
	margin: 0 -15px;
}

.atc_point {
	float: left;
	width: 33.3333333333%;
	padding: 0 15px;
}

.atc_point__box {
	background-color: #fff;
}

.atc_point_img {
	margin-bottom: 30px;
	position: relative;
}
.atc_point_num {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 1;
	padding-top: 20px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
.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.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 15px;
}

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

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

.top_shop_catch {
	box-sizing: border-box;
	max-width: 1040px;
	height: 240px;
	padding: 0 20px;
	line-height: 1;
	margin: 0 auto 40px;
	overflow: hidden;
}
.top_shop_catch_left {
	width: 50%;
	height: 240px;
	border-right: 3px solid #ffffff;
	display: block;
	float: left;
}

.top_shop_catch_left .top {
	color: #ffffff;
	font-size: 11.0rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-bottom: -4px;
	display: block;
}
.top_shop_catch_left .bottom {
	color: #ffffff;
	font-size: 14.0rem;
	font-weight: bold;
	letter-spacing: 0.18em;
	line-height: 1;
}

@media screen and (max-width: 1000px) {
	
	.top_shop_catch {
		height: 340px;
	}

	.top_shop_catch_left {
		width: 100%;
		height: auto;
		border-right: none;
		display: block;
		float: none;
		text-align: center;
	}
	
	.top_shop_catch_left .top,
	.top_shop_catch_left .bottom {
		font-size: 120px;
	}
	
}

.top_shop_catch_right {
	width: 50%;
	height: 240px;
	text-align: right;
	display: block;
	float: right;
	margin-top:10px;
}

.top_shop_catch_right .top {
	color: #ffffff;
	font-size: 8.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 40px;
	display: block;
}
.top_shop_catch_right .bottom {
	color: #f6ab00;
	font-size: 11.0rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}

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

	.top_shop_catch_right {
		width: 100%;
		height: auto;
		border-right: none;
		display: block;
		float: none;
		margin-top: 0;
		text-align: center;
	}
	
	.top_shop_catch_right .top,
	.top_shop_catch_right .bottom {
		display: inline-block;
		margin: 0;
		font-size: 60px;
	}
	
}

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

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

.top_shop_link {
	width: 440px;
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
}
a.top_shop_entry {
	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: 41px;
	background: #f6ab00;
	border: 2px solid #f6ab00;
	border-radius: 5px;
	display: block;
	float: left;
	transition: 0.4s;
}
a.top_shop_entry:hover {
	background: #ffffff;
	transition: 0.4s;
}
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: 41px;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	display: block;
	float: right;
}
a.top_shop_detail:hover {
	color: #ffffff;
	background: #888888;
	transition: 0.4s;
}

.shop-list_wrapper {
	width: 100%;
	max-width: 1200px;
	margin:  0 auto;
	overflow: hidden;
}
.shop-list {
	width: 380px;
	height: 350px;
	margin: 0 30px 30px 0;
	background: #eeeeee;
	float: left;
}
.shop-list:nth-of-type(3n) {
	margin: 0 0 30px 0;
}
.shop-list_ctt {
	width: 100%;
	padding: 15px 10px 10px;
}
.shop-list_name {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 15px;
}
.shop-list_more {
	width: 100%;
	overflow: hidden;
}
a.shop-list_access {
	width: 175px;
	height: 40px;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 38px;
	border: 1px solid #333333;
	background: #333333;
	border-radius: 5px;
	display: block;
	float: left;
}
a.shop-list_detail {
	width: 175px;
	height: 40px;
	color: #333333;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 38px;
	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;
}

.sec_top_blog {
	width: 100%;
	padding: 100px 0 60px;
}

.sec_top_blog_inner {
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

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

.atc_top-blog {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}

.atc_top-blog_img {
	float: left;
	width: 300px;
}

.top-blog_ctt {
	padding-left: 320px;
}

.top-blog_ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
a.top-blog_more {
	width: 180px;
	height: 40px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	border: 1px solid #333333;
	border-radius: 5px;
	display: block;
	float: right;
	transition: 0.4s;
}
a.top-blog_more:hover {
	color: #ffffff;
	background: #333333;
	transition: 0.4s;
}

.text_original{
    margin-bottom: 1.8em;
    line-height: 2em;
}

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