@charset "utf-8";

/* topSlWrap
----------------------------------------------------------- */

#topSlWrap {
	min-width: inherit;
	width: 100vw;
	max-height: 500px;
	position: relative;
}

#topSl {
	width: 100vw;
	max-height: 500px;
}

#topSl .slides li {
	width: 100vw;
	max-height: 500px;
    display: none;
    -webkit-backface-visibility: hidden;
}

#topSl .slides li#sl01 {
	background: url(../img/top/sp_pic_mainSl01.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#topSl .slides li#sl02 {
	background: url(../img/top/sp_pic_mainSl02.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


/*
#topSl .slides li#sl04 {
	background: url(../img/top/sp_pic_mainSl04.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
*/
#topSl .slides li#sl05 {
	background: url("../img/top/sp_pic_mainSl05.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

#topSl .slides li#sl09 {
	background: url("../img/top/sp_pic_mainSl09.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}



#topSl .slides li#sl37 {
	background: url("../img/top/sp_pic_mainSl20250616.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}





#topSl .slides li#sl40 {
	background: url("../img/top/sp_pic_mainSl20250925.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}



#topSl .slides li#sl41{
	background: url("../img/top/sp_pic_mainSl20250712_.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl42{
	background: url("../img/top/sp_pic_mainSl20251104.jpg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl43{
	background: url("../img/top/sp_pic_mainSl20251118.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
	

#topSl .slides li#sl44{
	background: url("../img/top/sp_pic_mainSl20251213.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl45{
	background: url("../img/top/sp_pic_mainSl20260126.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl46{
	background: url("../img/top/sp_pic_mainSl20260319.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl47{
	background: url("../img/top/sp_pic_mainSl20260401.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl48{
	background: url("../img/top/sp_pic_mainSl20260419.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

#topSl .slides li#sl49{
	background: url("../img/top/sp_pic_mainSl20260516.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

#topSl .slides li#sl50{
	background: url("../img/top/sp_pic_mainSl20260529.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl51{
	background: url("../img/top/sp_pic_mainSl20260718.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

#topSl .slides li#sl52{
	background: url("../img/top/sp_pic_mainSl20260706.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


#topSl .slides li#sl53{
	background: url("../img/top/sp_pic_mainSl20261106.webp") no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}



/* Control Nav */

#topSl .flex-control-nav {
	position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
    margin-left: 0;
    z-index: 2;
}

#topSl .flex-control-nav li img {
	width: 50px;
	height: auto;
}

/* Direction Nav */
#topSl .flex-direction-nav {
	height: 40px;
	margin-top: -20px;
}

#topSl .flex-direction-nav a {
	width: 19px;
	height: 40px;
}

#topSl .flex-direction-nav a.flex-next {
	background: url(../img/common/ico_sl_arrow01_next.png) no-repeat 0 0;
	background-size: 19px 40px;
	right: 2.5%;
}

#topSl .flex-direction-nav .flex-prev {
	background: url(../img/common/ico_sl_arrow01_prev.png) no-repeat 0 0;
	background-size: 19px 40px;
	left: 2.5%;
}

#slTxtBox {
	width: 270px;
	height: auto;
	position: absolute;
	top: 64px;
	left: 50%;
	margin-left: -135px;
}

/*
#slTxtBox .slTtl {
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}

#slTxtBox .slTxt {
	font-size: 18px;
	padding-left: 30px;
	box-sizing: border-box;
}

#slTxtBox .slTxt2 {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	margin-top: 20px;
	padding-left: 30px;
}
*/

/* topicsSlider
----------------------------------------------------------- */

#topics01 {
	padding: 30px 0;
}

.caroufredsel_wrapper {
    margin: 0 auto !important;
}

#topics01 .topicsSlider01 li {
	width: 280px;
	border: 2px solid #00ace7;
	background: url(../img/common/bg_topics.png) no-repeat 100% 100%;
	background-size: 30px 30px;
}
#topics01 .topicsSlider01 li.active {
	border: 2px solid #00ace7;
	background: url(../img/common/bg_topics.png) no-repeat 100% 100%;
	background-size: 30px 30px;
}
#topics01 .topicsSlider01 li a {
	width: 276px;
	padding: 15px;
}

#topics01 .topicsSlider01 li .imgWrap {
	width: 246px;
	height: 164px;
}

#topics01 .topicsSlider01 li p.planBtn {
	padding: 5px 0 5px 30px;
	font-size: 13px;
	background: url(../img/common/listhead02.png) no-repeat 0 50%;
	background-size: 20px auto;
}

#topics01 .prevBtn,
#topics01 .nextBtn {
	width: 26px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}

#topics01 .prevBtn img,
#topics01 .nextBtn img {
	width: 26px;
	height: auto;
}

#topics01 .prevBtn {
	left: 2.5%;
}

#topics01 .nextBtn {
	right: 2.5%;
}


/* featureWrap
----------------------------------------------------------- */

#featureWrap {
	padding: 30px 0;
}

#ftSlWrap {
	width: 100%;
	height: 550px;
	position: relative;
}

#topBox {
	position: relative;
	height: 550px;
}

#ftSlThumb {
	width: 280px;
	height: 86px;
	float: none;
/* 	position: absolute; */
/* 	margin-top: -90px; */
	margin: 0 auto;
}

#ftSlThumb li {
	width: 135px;
/* 	width: 86px; */
	height: auto;
	margin: 0 10px 10px 0;
}

#ftSlThumb li img {
	width: 100%;
	height: auto;
	border: 3px solid #00ade8;
	box-sizing: border-box;
}

#ftSlThumb li:nth-child(2n) {
	margin-right: 0;
}

#ftSlThumb li p {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}

#ftSlBox {
	position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    height: 380px;
}

#ftSlBox li .wrapper.spWrapper {
	height: 380px;
}

.ftCircle {
	width: 274px;
	height: 274px;
	position: absolute;
	bottom: -140px;
	right: -2.5%;
	background: url(../img/top/sp_bg_featureTabTxt.png) no-repeat 0 0;
	background-size: 274px 274px;
}

.ftCircle p.ftTxt {
	font-size: 10px;
	width: 198px;
	padding-top: 75px;
}

.ftCircle .ftBtn {
	width: 112px;
}
#ftSl01 .ftCircle .ftBtn{
	padding-top: 15px;
}

#ftSl02 .ftCircle .ftBtn{
	padding-top:65px; 
}
#ftSl03 .ftCircle .ftBtn,#ftSl04 .ftCircle .ftBtn{
	padding-top: 50px;
	width: 112px;
}


#ftSlBox li {
	width: 100%;
	height: 380px;
}

#ftSlTxt {
	width: 100%;
	position: absolute;
	top: 276px;
	left: 0;
	padding-left: 2.5%;
	box-sizing: border-box;
}

#ftSlTxt p {
	font-size: 20px;
}

#ftSlBox li#ftSl01 {
	background: url(../img/top/sp_pic_featureSl01.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#ftSlBox li#ftSl02 {
	background: url(../img/top/sp_pic_featureSl02.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#ftSlBox li#ftSl03 {
	background: url(../img/top/sp_pic_featureSl03.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#ftSlBox li#ftSl04 {
	background: url(../img/top/sp_pic_featureSl04.jpg) no-repeat 50% 50%;
	background-size: cover;
}

/* bottomBox --------- */

#bottomBox {
	padding-top: 126px;
}

#bottomBox .inner_top {
	margin-bottom: 30px;
}

#bottomBox h3 {
	width: 95%;
	margin: 0 auto 15px;
	padding: 10px 0;
	font-size: 18px;
	box-sizing: border-box;
}

#bottomBox .left {
	width: 280px;
	float: none;
	margin: 0 auto;
}

#bottomBox .left img,
#bottomBox .right img {
	width: 100%;
	height: auto;
}

#bottomBox .right {
	width: 280px;
	float: none;
	margin: 0 auto;
}

#bottomBox .right h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

#bottomBox .right #fcAnch01,
#bottomBox .right #fcAnch02 {
	font-size: 12px;	
	padding-left: 20px;
	background: url(../img/common/listhead04.png) no-repeat 0 0.2em;
}

#bottomBox .right #fcAnch01 {
	margin-right: 43px;
}

.inner_bt {
	height: auto;
}

.inner_bt li {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}

.inner_bt li img {
	width: 100%;
	height: auto;
}

.inner_bt li p {
	font-size: 15px;
	margin-left: 2.5%;
	background: url(../img/common/listhead02.png) no-repeat 0 0.1em;
}

/* recoWrap
----------------------------------------------------------- */

#recoWrap {
	padding: 30px 0;
}

.caroufredsel_wrapper {
    margin: 0 auto !important;
}

#tabWrap .tabConList li {
	width: 280px;
	border: 2px solid #00ace7;
	background: url(../img/common/bg_point_plan.png) no-repeat 100% 100%;
	background-size: 30px 30px;
}
#tabWrap .tabConList li.active {
	border: 2px solid #00ace7;
	background: url(../img/common/bg_point_plan.png) no-repeat 100% 100%;
	background-size: 30px 30px;
}
#tabWrap .tabConList li a {
	width: 276px;
	padding: 15px;
}

#tabWrap .tabConList li .imgWrap {
	width: 246px;
	height: 164px;
}


#tabWrap .tabConList li p.planBtn {
	padding: 5px 0 5px 51px;
	font-size: 13px;
	background: url(../img/common/listhead_resev.png) no-repeat 0 50%;
	background-size: 41px auto;
}

#tabWrap .tabCon .prevBtn,
#tabWrap .tabCon .nextBtn {
	width: 26px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}

#tabWrap .tabCon .prevBtn img,
#tabWrap .tabCon .nextBtn img {
	width: 26px;
	height: auto;
}

#tabWrap .tabCon .prevBtn {
	left: 2.5%;
}

#tabWrap .tabCon .nextBtn {
	right: 2.5%;
}

/* newsWrap
----------------------------------------------------------- */

#newsWrap {
	padding: 30px 0 0 0;
}

#newsListWrap {
	width: 100%;
	padding-bottom: 0;
	border-bottom: none;
	margin: 0 0 20px 0;
}

#newsList {
	float: none;
	border-top: 1px solid #d3d3d3;
}

#newsList li {
	width: 50%;
	float: left;
	font-size: 12px;
	display: block;
	box-sizing: border-box;
	border-right: none;
	border-bottom: 1px solid #d3d3d3;
}

#newsList li:first-child {
	border-left: none;
	width: 100%;
}

#newsList li a {
	padding: 10px 0;
}

#newsList li:nth-child(3),
#newsList li:nth-child(5) {
	border-left: 1px solid #d3d3d3;
}

#newsList li.ui-tabs-selected a {
	background: #00ace7;
	color: #fff;
}

#tabWrap_news ul li {
	width: 100%;
	height: auto;
	float: none;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #d3d3d3;
}

#tabWrap_news ul li:nth-child(2n) {
	width: 100%;
	float: none;
}

#tabWrap_news ul li .left {
	width: 127px;
	height: 85px;
	float: left;
	margin-bottom: 10px;
}


#tabWrap_news ul li .right {
	width: 100%;
	float: left;
	margin-left: -127px;
}

#tabWrap_news ul li .right .inn {
	margin-left: 137px;
}



/*　バナースライダー
--------------------------------------------------------------- */
#topTopics {
	padding: 20px 0;
	margin-top: 0;
}

#topTopics h2 {
	text-align: center;
	margin-bottom: 20px;
}
#topTopics h2 img {
	width: auto;
	height: 82px;
}

#topicsTab {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 30px;
	border-top: 1px solid #a7a7a7;
}

#topicsTab li {
	width: 50%;
	box-sizing: border-box;
	padding: 0;
	background: none;
	line-height: 1;
	font-size: 12px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 0;
	border-bottom: 1px solid #a7a7a7;
}

/*
#topicsTab li:nth-child(1) {
	width: 100%;
	border-top: 1px solid #a7a7a7;
}
*/

#topicsTab li:nth-child(2n) {
	border-left: 1px solid #a7a7a7;
}

#topicsTab li a {
	display: block;
	padding: 15px 0 13px;
}


.topicsSlider {
	padding: 0;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}

.topicsSlider .caroufredsel_wrapper {
	width: 280px !important;
	max-width:inherit;
	overflow: hidden;
	margin: 0 auto !important;
}

.topicsSlider ul {
	position: relative;
}

.topicsSlider li {
	width: 280px;
	float: left;
	/*
	height: 465px;
	position: relative;
	overflow: hidden;
	*/
}

.topicsSlider li > a {
	display: block;
	padding: 0;
	box-sizing: border-box;
	/*
	position: absolute;
	top: 465px;
	left: 0;
	*/
}
.topicsSlider li > a:hover {
	background: none;
	text-decoration: none;
}

.topicsSlider li .imgWrap {
	width: 280px;
	height: 194px;
	margin-bottom: 10px;
	overflow: hidden;
}
.topicsSlider li .imgWrap img {
	width: 100%;
	height: auto;
}

.topicsSlider li p.ttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px
}

.topicsSlider li p.txt {
	font-size: 12px;
	margin-bottom: 10px;
}

.topicsSlider li p.btn {
	width: 250px;
}

.topicsSliderPrev {
	position: absolute;
	top: 84px;
	left: 5px;
	margin-top: 0px;
	cursor: pointer;
}
.topicsSliderNext {
	position: absolute;
	top: 84px;
	right: 5px;
	margin-top: 0px;
	cursor: pointer;
}

.topicsSlider .toList {
	width: 90%;
	margin: 20px auto 0;
}





.anniversary_bt {
	height: auto;
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}


.anniversary_bt img {
	width: 100%;
	height: auto;
}




.box_right {
	margin-top: 20px;
}























