@charset "utf-8";

/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/

/*---------- slider ----------*/
#slider{
  width: auto;
  margin: 156px auto 30px;
  overflow: hidden;
}

#slider_bg {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#slider_bg .slider_car{
	position: absolute;
  top: 40px;
  left: 10px;
  z-index: 94;
}

#slider_bg .bgdark_l{
  width: 300%;
  height: 350px;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 1000px;
  z-index: 98;
}

#slider_bg .bgdark_r{
  width: 300%;
  height: 350px;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 1000px;
  z-index: 98;
}

#bxslider {
	height: 350px;
}

#bxslider ul {
	padding:156px 0 0 380px;
	/*zoom:1;*/
}

#bxslider ul li{
	float:left;
	margin:0 0 3px 8px;
	/*zoom:1;*/
}

.bx-wrapper {
	width: 100% !important;
	position: relative !important;
	height: 350px;
}

.bx-viewport {
	width: 1000px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 350px;
}

#bxslider div {
	height: 350px;
	width: 1000px;
  margin:0 auto;
}

/* prev next */
.bx-controls-direction {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
	
.bx-prev,
.bx-next {
	display: block;
	width: 33px;
	height: 62px;
	position: absolute;
	top:-210px;
	text-decoration: none;
	z-index: 96;
}
	
.bx-prev span,
.bx-next span { display:none; }

.bx-prev {
	left: 0px;
	background: url(../img/index/slider_arrow_l.png) no-repeat top;
}

.bx-next {
	right: 0px;
	background: url(../img/index/slider_arrow_r.png) no-repeat top;
}

.bx-prev:hover,
.bx-next:hover { background-position:bottom; }

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 95;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
  border: 2px #EC4336 solid;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #EC4336;
}

/*---------- index_main ----------*/
#yoyaku_box{
  margin-bottom: 48px;
}

#yoyaku_box h2{
  background: url(../img/index/yoyaku_ti_icon.png) left top no-repeat;
  width: 50%;
  height: 54px;
  padding: 15px 0 0 64px;
  float: left;
}

#yoyaku_box .faq_link{
  float: right;
  padding-bottom: 12px;
}

#yoyaku_box ul li{
  float: left;
  padding-right: 13px;
  width: 240px;
  height: 240px;
  position: relative;
}

#yoyaku_box ul p{
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

#yoyaku_box ul a{
  color: #201A17;
  text-decoration: none;
  display: block;
}

#yoyaku_box ul .yoyaku_haisya{
  background: url(../img/index/yoyaku_haisya.jpg) left top no-repeat;
}

#yoyaku_box ul .yoyaku_haisya p{
  padding: 194px 0 0 14px;
}

#yoyaku_box ul .yoyaku_arena{
  background: url(../img/index/yoyaku_arena.jpg) left top no-repeat;
}

#yoyaku_box ul .yoyaku_arena p{
  padding: 174px 50px 0 14px;
}

#yoyaku_box ul .yoyaku_kankou{
  background: url(../img/index/yoyaku_kankou.jpg) left top no-repeat;
}

#yoyaku_box ul .yoyaku_kankou p{
  padding: 182px 0 0 14px;
  line-height: 1.4;
}

#yoyaku_box ul .yoyaku_daikou{
  background: url(../img/index/yoyaku_daikou.jpg) left top no-repeat;
}

#yoyaku_box ul .yoyaku_daikou p{
  padding: 182px 0 0 14px;
  line-height: 1.4;
}

#yoyaku_box_sp{
  display: none;
}

#news_box{
  width: 49%;
  float: left;
  margin-bottom: 25px;
}

#news_box h3{
  background: url(../img/index/news_ti_icon.png) left top no-repeat;
  height: 34px;
  padding: 10px 0 0 50px;
  margin-bottom: 10px;
}

#news_box #news_bg{
  background-color: #FFF;
  padding: 20px 0 0;
}

#news_box #news_bg p{
  text-align: center;
  margin: 28px 0 26px;
}

#news_box li{
  margin-right: 6px;
  padding: 13px 26px 12px;
  border-bottom: 1px solid #EAE7DF;
}

#news_box dl{
  width: 438px;
  overflow: hidden;
}

#news_box dt{
  width: 100px;
  float: left;
  font-size: 14px;
}

#news_box dt img{
  padding-top: 6px;
}

#news_box dd{
  width: 338px;
  float: right;
  font-size: 15px;
  line-height: 1.3;
}

#news_box #scroll{
  height: 350px;
  position: relative;
  overflow: hidden;
}

#service_box{
  width: 49%;
  float: right;
  margin-bottom: 25px;
}

#service_box h3{
  background: url(../img/index/service_ti_icon.png) left top no-repeat;
  height: 34px;
  padding: 10px 0 0 50px;
  margin-bottom: 10px;
}

#service_box ul li{
  line-height: 0;
  padding-bottom: 13px;
}

#service_box ul .poitaku_btn{
  padding-bottom: 0;
  position: relative;
}

#service_box ul .poitaku_btn .poitaku_in_btn{
  position: absolute;
  top: 55px;
  left: 160px;
  z-index: 80;
}

#service_box_sp .service_app,
#service_box .service_app {
  display: flex;
  justify-content: space-between;
}

#service_box_sp{
  margin: 0 5% 40px;
  display: none;
}

#service_box_sp a:nth-child(odd){
  margin-right: 6px;
}

#kankou_box{
  width: 100%;
  margin-top: 30px;
}

#kankou_box h3{
  background: url(../img/index/kankou_ti_icon.png) left bottom no-repeat;
  height: 30px;
  padding: 14px 0 0 50px;
  margin-bottom: 10px;
}

#kankou_box li{
  float: left;
  padding: 0 20px 13px 0;
  line-height: 0;
}

#information_box{
  width: 700px;
  height: 200px;
  margin-top: 19px;
  float: left;
}

#information_bg{
  background-color: #FFF;
}

#information_box h3{
  background: url(../img/index/information_ti.png) left top no-repeat;
  height: 36px;
  padding: 36px 0 0 82px;
  font-size: 22px;
}

#information_box h3 p span{
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px #FFF solid;
  font-size: 16px;
}

#information_box ul{
  padding: 22px 30px 0;
  background: url(../img/index/information_bg.jpg) right bottom no-repeat;
}

#information_box ul li{
  background: url(../img/common/information_arrow.png) left top no-repeat;
  padding: 0 0 8px 17px;
}

#information_box dl{
  padding: 0 30px 11px;
}

#information_box dt{
  float: left;
  background: url(../img/index/information_icon.png) left top no-repeat;
  margin-top: 13px;
  padding: 5px 0 11px 64px;
  color: #6F9B3E;
  font-size: 17px;
  font-weight: bold;
}

#information_box dd{
  float: right;
}

#faq_box{
  width: 280px;
  height: 280px;
  margin-top: 38px;
  float: right;
  background: url(../img/index/faq_btn.jpg) right top no-repeat;
}

#faq_box h3{
  width: auto;
  float: right;
  padding: 18px;
  font-size: 48px;
}

#faq_box h4{
  width: auto;
  margin-top: 87px;
  padding: 0 18px 14px;
  font-size: 140%;
  line-height: 1.3;
}

#faq_box p{
  padding: 0 18px 18px 18px;
  font-size: 90%;
  line-height: 1.4;
}

#sendainews_box{
  width: 622px;
  padding-top: 40px;
  float: left;
}

#sendainews_box h3{
  background: url(../img/index/sendainews_ti_icon.png) left bottom no-repeat;
  height: 30px;
  padding: 14px 0 0 50px;
  margin-bottom: 10px;
}

#sendainews_box h3 span{
  font-size: 16px;
  padding-left: 16px;
}

#sendainews_box_bg{
	background-color: #FFF;
}

#sendainews_box ul{
	padding: 10px 0 30px;
	overflow: auto;
}

#sendainews_box ul li{
  min-height: 70px;
  border-bottom: 1px solid #EAE7DF;
  padding: 38px 0 0;
  position: relative;
}

#sendainews_box ul li a{
  display: block;
  padding: 0 28px;
	font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}

#sendainews_box ul li p{
  margin: 5px 28px;
  font-size: 13px;
  line-height: 1.3;
}

#sendainews_box ul li .date{
  font-size: 15px;
  padding: 15px 0;
  margin: 0 28px;
  position: absolute;
  top: 0;
  left: 0;
}

#sendainews_box .more_link{
  text-align: center;
  padding-bottom: 26px;
}

#weather_box{
  width: 313px;
  padding-top: 40px;
  float: right;
}

#weather_box h3{
  background: url(../img/index/weather_t_icon.png) left bottom no-repeat;
  height: 30px;
  padding: 14px 0 0 50px;
  margin-bottom: 10px;
}

#wether_box_bg{
	background-color: #FFF;
}

#weather_box div#week-top-left {
	float: left;
	overflow: hidden;
	border: #E1E1E1 solid 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	margin: 10px 0px 10px 10px;
	width: 40%;
}
#weather_box div#week-top-right {
	float: right;
	overflow: hidden;
	border: #E1E1E1 solid 1px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	margin: 10px 10px 10px 0px;
	width: 40%;
}

#weather_box .max {
	color: #FF6666;
	overflow: hidden;
  padding-right: 2px;
}

#weather_box .min {
	color: #66CCCC;
	overflow: hidden;
  padding-left: 2px;
}

#weather_box ul#weather-list {
	clear: both;
	list-style: none;
	padding: 5px 5px 0 5px;
	margin: 5px 14px 10px 14px;
	overflow: hidden;
}

#weather_box ul#weather-list li {
  border-bottom: 1px solid #EAE7DF;
	overflow: hidden;
	padding: 12px 0;
}

#weather_box ul#weather-list li div#listday {
	float: left;
	padding: 5px 0px 0px 5px;
	font-weight: bold;
}

#weather_box ul#weather-list li div#list {
	float: left;
	width: 80px;
	text-align: center;
	margin-left: 10px;
	overflow: hidden;
}

#weather_box ul#weather-list li div#kion {
	float: left;
	margin: 5px 0 0 10px;
	font-size: 100%;
}

#weather_box div#bunner {
	clear: both;
  text-align: center;
	margin: 10px;
}

@media screen and (max-width: 479px) {
  #slider{
    max-width: 100%;
    margin: 0 ;
    padding-top: 70px;
    overflow: hidden;
  }
    
  #slider_bg {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
  }

  #slider_bg .slider_car{
    width: 50%;
    position: absolute;
    top: 6%;
    right: 0;
    z-index: 94;
  }

  #slider_bg .bgdark_l,
   #slider_bg .bgdark_r{
    display: none;
  }
  
  #bxslider {
    max-height: 100%;
  }

  .bx-wrapper {
    max-width: 100% !important;
    position: relative !important;
    height: 100%;
    max-height: 100%;
    padding-bottom: 35px;
  }

  .bx-viewport {
    max-width: 100%  !important;
    margin: 0 auto !important;
    overflow: visible !important;
    max-height: 100%;
  }
  /* prev next */
  .bx-controls-direction {
    display: none;
  }
  
  /* PAGER */
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 95;
  }
  
  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    border: 2px #EC4336 solid;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  /* main */
  #yoyaku_box{
    display: none;  
  }

  #yoyaku_box_sp{
    display: inherit;
    margin-bottom: 50px;
  }

  #yoyaku_box_sp h2{
    background: url(../img/index/yoyaku_ti_icon.png) center top no-repeat;
    background-size: 35px;
    margin-top: 20px;
    padding: 45px 0 15px 0;
    text-align: center;
  }
  
  #yoyaku_box_sp ul{
    margin: 0 3% 0 5%;  
  }

  #yoyaku_box_sp ul li{
    float: left;
    width: 48%;
    padding: 0 2% 10px 0;
  }
  
  #yoyaku_box_sp ul div{
    padding: 10px 18% 10px 8%;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.3;
  }
  
  #yoyaku_box_sp ul a{
    color: #201A17;
    text-decoration: none;
  }
  
  #yoyaku_box_sp ul .yoyaku_haisya{
    background: url(../img/common/sp_arrow_y_icon.jpg) right 5% center no-repeat #DCCD61;
    border: 1px solid #786C1B;
    padding-top: 24px;
  }
  
  #yoyaku_box_sp ul .yoyaku_arena{
    background: url(../img/common/sp_arrow_r_icon.jpg) right 5% center no-repeat #DE825F;    
    border: 1px solid #79341A;
    font-size: 90%;
    line-height: 1.2;
  }
  
  #yoyaku_box_sp ul .yoyaku_kankou{
    background: url(../img/common/sp_arrow_g_icon.jpg) right 5% center no-repeat #75B9B6;
    border: 1px solid #294140;
    font-size: 90%;
    line-height: 1.4;
    padding-top: 24px;
  }
  
  #yoyaku_box_sp ul .yoyaku_daikou{
    background: url(../img/common/sp_arrow_b_icon.jpg) right 5% center no-repeat #679EC7;
    border: 1px solid #1F3F56;
    font-size: 90%;
    line-height: 1.4;
  }
  
  #yoyaku_box_sp #faq_btn_sp{
    background: url(../img/common/blue_arrow.png) right 5% center no-repeat #FFF;
    border: 1px solid #1A2B78;
    margin: 0 5% 0 5%;
    padding: 2.5%;
    text-align: center;
  }

  #yoyaku_box_sp #faq_btn_sp .faq_title_sp{
    font-size: 85%;
    padding-bottom: 5px;
  }
  
  #news_box{
    width: 90%;
    float: none;
    margin: 0 5% 40px;
  }

  #news_box h3{
    background: url(../img/index/news_ti_icon.png) center top no-repeat;
    background-size: 35px;
    margin-top: 20px;
    padding: 45px 0 15px 0;
    text-align: center;
    font-size: 145%;
    height: auto;
    margin: 0;
  }
  
  #news_box li{
    padding: 13px 4% 12px;
  }
  
  #news_box dl{
    width: 100%;
  }

  #news_box dl dt{
    width: 22%;
    font-size: 80%;
  }
  
  #news_box dl dd{
    width: 70%;
    float: right;
    font-size: 90%;    
  }
  
  #news_box #news_bg p{
    text-align: center;
    margin: 20px 0;
  }

  #weather_box{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 50px;
    float: none;
    font-size: 90%;
  }

  #weather_box h3{
    background: url(../img/index/weather_t_icon.png) center top no-repeat;
    background-size: 35px;
    margin-top: 20px;
    padding: 45px 0 15px 0;
    text-align: center;
    font-size: 145%;
    height: auto;
    margin: 0;
  }
  
  #weather_box div#week-top-left {
    float: left;
    overflow: hidden;
    border: #E1E1E1 solid 1px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    margin: 10px 0px 10px 15px;
    width: 37%;
  }

  #weather_box div#week-top-right {
    float: right;
    overflow: hidden;
    border: #E1E1E1 solid 1px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    margin: 10px 15px 10px 0px;
    width: 37%;
  }
  
  #weather_box div#bunner {
    clear: both;
    text-align: center;
    margin: 10px;
    padding-bottom: 10px;
  }

  #faq_box,
  #sendainews_box,
  #information_box,
  #kankou_box,
  #service_box{
    display: none;
  }
  
  #service_box_sp{
    display: block;
  }
}