@charset "UTF-8";
/* CSS Document */

#navi_top {
  width:966px;
  height:48px;
  margin-top:1px;
  margin-top:10px !important;
}
#navi_top ul li {
  float:left;
  width:138px;
  list-style:none;
}

.con {
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  padding: 0 0 20px;
  margin-right: 15px;
  margin-left: 25px;
  position: relative;
}
.con h5 {
  border-bottom:#ffccbd solid 1px;
  font-size:18px;
  font-weight:bold;
  border-left:#ffccbd solid 5px;
  padding: 0 0 5px 5px;
  margin: 30px 0 0 20px;
  color:#666;
}
#bannerarea01,
#bannerarea04 {
  width: calc(100% - 450px);
  margin: 5px 0 20px;
}
#bannerarea02,
#bannerarea03 {
  width: 450px;
}
#bannerarea01 {
  order: 1;
}
#bannerarea02{
  margin: 5px 0;
  order: 2;
}
#bannerarea03 {
  height: max-content;
  order: 4;
}
#bannerarea04 {
  margin: 0;
  order: 7;
}
#bannerarea04 h5 {
  width: 90%;
  margin: 0 0 10px;
}
#bannerarea01 ul,
#bannerarea04 ul {
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
#bannerarea04 ul {
  margin-left: 10px;
}
#bannerarea01 li,
#bannerarea04 li {
  list-style: none;
}
#bannerarea01 li:not(:first-of-type),
#bannerarea04 li:not(:first-of-type) {
  margin-left: 10px;
}
#bannerarea04 li:nth-of-type(n+4) {
  width: 373px;
  margin: 0 0 5px;
}
#bannerarea04 li:last-of-type {
  margin-bottom: 0;
}
#bannerarea04 li:nth-of-type(n+4) a img {
  display: block;
  width: 100%;
}
#card {
  width: calc(100% - 450px);
  order: 3;
}
#card h5 {
  width: 90%;
  margin: 20px 0 0;
}
#card div img {
  width: 44px;
  margin: 10px 10px 0;
}
#card div p {
  display: inline-block;
}
.wtn {
  width: calc(100% - 450px);
  order: 5;
}
.wtn h3 {
  width: 100%;
  height: 40px;
  text-indent: -9999em;
  background: url(../images/index/wtn.gif) no-repeat left top;
  overflow: hidden;
}
.wtn .wtnew {
  margin-top: 20px;
}
.wtn iframe {
  width: 455px;
  height: 317px;
  overflow: auto;
}
.wtn .top_link {
  margin-top: 30px;
  margin-left: 30px;
}
.wtn #top_price p.title {
  color: #666;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 30px;
  border: 2px solid #ffccbd;
  cursor: pointer;
}
.wtn #top_price .title:active {
  background-image: -webkit-linear-gradient(#ffe6df 0%, ffccbd 100%);
  background-image: linear-gradient(#ffe6df 0%, #ffccbd 100%);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.wtn #top_price p.title span {
  font-size: 14px;
  border-top: 1px solid #ffccbd;
  padding: 2px 44px;
}
.info {
  width: 430px;
  background: url(../images/index/top_info_title.gif) no-repeat left 20px top;
  padding: 55px 0 5px 20px;
  order: 6;
}
.info iframe {
  width: 430px;
  height: 250px;
  margin: 10px 0 5px;
}
.info img.top_info_access {
  display: block;
  width: 410px;
  margin: 15px auto;
}
.info h3,.info02 h3 {
  display: none;
}
#timetable {
  width: 430px;
  height: max-content;
  padding-left: 20px;
  order: 8;
}
#timetable .tel {
  margin: 0px 0px -5px 5px;
}
#timetable table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-collapse: collapse;
  margin: 10px 0 3px 0;
}
#timetable table th{
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#timetable table td {
  padding: 5px 13px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#timetable ul {
  font-size:85%;
  text-align: right;
  list-style: none;
}
#teikeiarea {
  width: 430px;
  position: absolute;
  right: 0;
  bottom: 25px;
}
#teikeiarea h5 {
  margin: 0;
}
#teikeiarea ul {
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  margin-left: 10px;
}
#teikeiarea li {
  list-style: none;
  margin-left:20px;
  position: relative;
}
#teikeiarea li:before {
  content:">";
  display:block;
  float:left;
  font-weight:bold;
  color:#ef8e78;
  padding-left:2px;
  margin-left:-15px;
  position: absolute;
}

.banner_topics {
  float: right;
  width: 450px;
  margin-bottom: 10px;
}
#top_price .con_price {
  height: 60px;
  padding: 9px 25px 7px;
  color: #666;
  background: #ffccbd;
  display: none;
}
#top_price .con_price .con_title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
#top_price .con_price .con_price02 {
  font-size: 13px;
}
#top_price .con_price a span {
  background: rgb(205, 92, 92);
  color: #fff;
  width: 115px;
  float: right;
  padding: 2px 10px;
  text-align: center;
  margin-top: -45px;
}
#top_price .con_price a {
  text-decoration:none;
}


