@charset "UTF-8";

/***** slider *****/
#slide_area {
  position: relative;
  -webkit-box-shadow: 0px 9px 3px -3px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 9px 3px -3px rgba(204, 204, 204, 0.5);
  margin-top: 13px;
  z-index: 0;
}

#slide_area ul li {
  background-image: url(../../img/main_slide_01@pc.jpg);
  background-size: cover;
  background-position: center center;
  height: 600px;
  padding-top: 110px;
  box-sizing: border-box;
}

#slide_area ul li a {
  display: block;
  width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #slide_area {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(204, 204, 204, 0.5);
    margin-top: 0;
  }
  #slide_area ul li a {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

/***** sec01 *****/
#sec01 h2 {
  position: relative;
  width: 893px;
  margin: -45px auto 0;
  z-index: 1;
}

#sec01 .bnr__area {
  margin-top: 32px;
}

#tab_area {
  margin-top: 80px;
}
.tab__btn {
  text-align: center;
}
.tab__btn li {
  background: #fff;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  vertical-align: bottom;
  width: 274px;
  margin-left: 12px;
  cursor: pointer;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab__btn li:first-child {
  margin-left: 0;
}
.tab__btn li.tab__btn_area.active,
.tab__btn li.tab__btn_area:hover {
  background: #d54344;
  border: none;
}
.tab__btn li.tab__btn_railway.active,
.tab__btn li.tab__btn_railway:hover {
  background: #46c27b;
  border: none;
}
.tab__btn li.tab__btn_conditions.active,
.tab__btn li.tab__btn_conditions:hover {
  background: #f2c564;
  border: none;
}
.tab__btn li.tab__btn_school.active,
.tab__btn li.tab__btn_school:hover {
  background: #3293d5;
  border: none;
}
.tab__btn li p {
  display: inline-block;
  font-size: 128.57%;
  font-weight: 700;
  padding: 22px 0 20px;
}
.tab__btn li.active p {
  font-size: 178.57%;
  color: #fff;
}
.tab__btn li p span {
  font-size: 66.66%;
}
.tab__btn li.active span {
  font-size: 64%;
}
.tab__btn li:hover p {
  color: #fff;
}
.tab__btn li.tab__btn_area p {
  background: url(/common/img/icon_01.png) no-repeat 0 center;
  background-size: 35px 47px;
  padding-left: 48px;
}
.tab__btn li.tab__btn_area.active p,
.tab__btn li.tab__btn_area:hover p {
  background: url(/common/img/icon_01_on.png) no-repeat 0 center;
  background-size: 35px 47px;
}
.tab__btn li.tab__btn_railway p {
  background: url(/common/img/icon_02.png) no-repeat 0 center;
  background-size: 46px 43px;
  padding-left: 50px;
}
.tab__btn li.tab__btn_railway.active p,
.tab__btn li.tab__btn_railway:hover p {
  background: url(/common/img/icon_02_on.png) no-repeat 0 center;
  background-size: 46px 43px;
}
.tab__btn li.tab__btn_conditions p {
  background: url(/common/img/icon_03.png) no-repeat 0 center;
  background-size: 44px 42px;
  padding-left: 56px;
}
.tab__btn li.tab__btn_conditions.active p,
.tab__btn li.tab__btn_conditions:hover p {
  background: url(/common/img/icon_03_on.png) no-repeat 0 center;
  background-size: 44px 42px;
}
.tab__btn li.tab__btn_school p {
  background: url(/common/img/icon_04.png) no-repeat 0 center;
  background-size: 52px 37px;
  padding-left: 65px;
}
.tab__btn li.tab__btn_school.active p,
.tab__btn li.tab__btn_school:hover p {
  background: url(/common/img/icon_04_on.png) no-repeat 0 center;
  background-size: 52px 37px;
}

#tab_content_area {
  background: #d54344;
}
.tab__contents {
  display: none;
  padding: 30px 0 20px;
}
.tab__contents.active {
  display: block;
}
#tab_content_railway {
  background: #46c27b;
  padding: 40px 0 80px;
}
#tab_content_conditions {
  background: url(/category/img/bg_category@pc.png) no-repeat 0 0 #f2c564;
  background-size: cover;
  padding: 140px 0;
}
#tab_content_school {
  background: url(/common/img/bg_school@pc.png) no-repeat 0 0 #3293d5;
  background-size: cover;
  padding: 140px 0;
}
.tab__contents .inner {
  width: 1280px;
  margin: 0 auto;
}
.tab__contents .inner:after {
  content: "";
  display: block;
  clear: both;
}
.tab__contents .img__map {
  float: left;
}
#tab_content_area .img__map {
  width: 535px;
  position: relative;
}
#tab_content_area .img__map p {
  position: absolute;
  top: 35px;
  left: 0;
  background: #d54344;
  display: table;
  width: 320px;
  height: 78px;
  z-index: 1;
}
#tab_content_area .img__map p span {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 142.85%;
}
#tab_content_railway .img__map {
  width: 474px;
  margin-top: 35px;
}
#tab_content_railway .img__map a:hover {
  opacity: 0.85;
}
.tab__contents .link__area {
  float: left;
  overflow: hidden;
}
#tab_content_area .link__area {
  width: 640px;
  margin: 0 0 0 72px;
}
#tab_content_railway .link__area {
  width: 760px;
  margin: 0 0 0 32px;
}
.tab__contents .link__area p {
  color: #fff;
  font-size: 121.42%;
  font-weight: 500;
  margin: 20px 0 10px;
}
.tab__contents .link__area p:first-child {
  margin-top: 0;
}
.tab__contents .link__area ul {
  margin: -20px 0 0 -20px;
}
#tab_content_area .link__area ul {
  margin: -28px 0 0 -40px;
}
.tab__contents .link__area ul:after {
  content: "";
  display: block;
  clear: both;
}
.tab__contents .link__area li {
  float: left;
  width: 240px;
  margin: 20px 0 0 20px;
}
#tab_content_area .link__area li {
  width: 300px;
  margin: 28px 0 0 40px;
}
#tab_content_area .link__area a {
  display: block;
  background: #fff;
  border-radius: 3px;
  font-size: 121.42%;
  font-weight: 500;
  color: #de5352;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0 30px;
  text-align: center;
}
#tab_content_railway .link__area a {
  display: block;
  background: #fff;
  border-radius: 3px;
  font-size: 121.42%;
  font-weight: 500;
  color: #46c27b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 23px;
  text-align: center;
}
.tab__contents .link__area a:hover {
  opacity: 0.7;
}

#tab_content_conditions .inner {
  width: 940px;
}
#tab_content_conditions ul:after {
  content: "";
  display: block;
  clear: both;
}
#tab_content_conditions li {
  float: left;
  width: 300px;
  margin-left: 20px;
}
#tab_content_conditions li:first-child {
  margin-left: 0;
}
#tab_content_conditions li a {
  position: relative;
  display: table;
  background: #fff;
  border-radius: 4px;
  color: #dbb35b;
  font-size: 114.28%;
  width: 100%;
  height: 200px;
  text-align: center;
}
#tab_content_conditions li a:before {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 16px;
  margin: auto;
  background: #dbb35b;
  width: 25px;
  height: 2px;
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  z-index: 0;
}
#tab_content_conditions li a:after {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 16px;
  right: 0;
  margin: auto;
  background: #dbb35b;
  width: 25px;
  height: 2px;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  z-index: 0;
}
#tab_content_conditions li a span {
  display: table-cell;
  vertical-align: middle;
}
#tab_content_conditions li a:hover {
  opacity: 0.85;
}

#tab_content_school .inner {
  width: 940px;
}
#tab_content_school ul:after {
  content: "";
  display: block;
  clear: both;
}
#tab_content_school li {
  float: left;
  width: 300px;
  margin-left: 20px;
}
#tab_content_school li:first-child {
  margin-left: 0;
}
#tab_content_school li a {
  position: relative;
  display: table;
  background: #fff;
  border-radius: 4px;
  color: #3293d5;
  font-size: 114.28%;
  width: 100%;
  height: 200px;
  text-align: center;
}
#tab_content_school li a:before {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 16px;
  margin: auto;
  background: #3293d5;
  width: 25px;
  height: 2px;
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  z-index: 0;
}
#tab_content_school li a:after {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 16px;
  right: 0;
  margin: auto;
  background: #3293d5;
  width: 25px;
  height: 2px;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  z-index: 0;
}
#tab_content_school li a span {
  display: table-cell;
  vertical-align: middle;
}
#tab_content_school li a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  #sec01 {
    background: #fff;
  }
  #sec01 h2 {
    /*display: none;*/
    width: 100%;
    margin: 0 !important;
    padding: 0 15%;
    box-sizing: border-box;
    height: 0;
    transform: translateY(-35px);
  }
  #sec01 h2 {
    /*display: none;*/
  }
  #tab_area {
    margin-top: 10px;
  }
  .tab__btn li {
    background: #e8e8e8;
    border-radius: 5px 5px 0 0;
    width: 24%;
    margin-left: 0.33%;
    border: none;
  }
  .tab__btn li p {
    display: block;
    font-size: 64.28%;
    padding: 32px 0 3px;
  }
  .tab__btn li.active p {
    font-size: 100%;
    text-align: center;
  }
  .tab__btn li span {
    display: none;
  }
  .tab__btn li.tab__btn_area p {
    background: url(/common/img/icon_01.png) no-repeat center 8px;
    background-size: 16px 22px;
    padding-left: 0;
  }
  .tab__btn li.tab__btn_area.active p,
  .tab__btn li.tab__btn_area:hover p {
    background: url(/common/img/icon_01_on.png) no-repeat center 8px;
    background-size: 16px 22px;
  }
  .tab__btn li.tab__btn_railway p {
    background: url(/common/img/icon_02.png) no-repeat center 7px;
    background-size: 24px 22px;
    padding-left: 0;
  }
  .tab__btn li.tab__btn_railway.active p,
  .tab__btn li.tab__btn_railway:hover p {
    background: url(/common/img/icon_02_on.png) no-repeat center 7px;
    background-size: 24px 22px;
  }
  .tab__btn li.tab__btn_conditions p {
    background: url(/common/img/icon_03.png) no-repeat center 6px;
    background-size: 26px 25px;
    padding-left: 0;
  }
  .tab__btn li.tab__btn_conditions.active p,
  .tab__btn li.tab__btn_conditions:hover p {
    background: url(/common/img/icon_03_on.png) no-repeat center 6px;
    background-size: 26px 25px;
  }
  .tab__btn li.tab__btn_school p {
    background: url(/common/img/icon_04.png) no-repeat center 10px;
    background-size: 28px 20px;
    padding-left: 0;
  }
  .tab__btn li.tab__btn_school.active p,
  .tab__btn li.tab__btn_school:hover p {
    background: url(/common/img/icon_04_on.png) no-repeat center 10px;
    background-size: 28px 20px;
  }
  .tab__contents,
  #tab_content_railway,
  #tab_content_conditions {
    padding: 20px 0;
  }
  .tab__contents .inner {
    width: 100%;
  }
  .tab__contents .img__map {
    display: none;
  }
  #tab_content_area .link__area,
  #tab_content_railway .link__area {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
  }
  .lower_main .link__area p {
    font-size: 92.85%;
    text-align: center;
    margin: 15px 0 10px;
  }
  .tab__contents .link__area ul,
  #tab_content_area .link__area ul {
    margin: -10px 0 0;
  }
  .tab__contents .link__area li,
  #tab_content_area .link__area li {
    width: 48%;
    margin: 10px 0 0;
  }
  .tab__contents .link__area li:nth-child(even) {
    float: right;
  }
  #tab_content_area .link__area a,
  #tab_content_railway .link__area a {
    font-size: 92.85%;
    padding: 12px 0 14px;
  }
  #tab_content_conditions .inner {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tab_content_conditions li {
    width: 32.39%;
    margin-left: 1.4%;
  }
  #tab_content_conditions li a {
    font-size: 92.85%;
    height: 100px;
  }
  #tab_content_conditions li a:before {
    top: 55px;
    right: 9px;
    width: 13px;
    height: 1px;
  }
  #tab_content_conditions li a:after {
    top: 55px;
    left: 9px;
    width: 13px;
    height: 1px;
  }
  #tab_content_school {
    background: url(/common/img/bg_school@sp.png) no-repeat 0 0;
    background-size: 100%;
    padding: 10% 0 19%;
  }
  #tab_content_school .inner {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #tab_content_school li {
    width: 32.39%;
    margin-left: 1.4%;
  }
  #tab_content_school li a {
    font-size: 92.85%;
    height: 100px;
  }
  #tab_content_school li a:before {
    top: 55px;
    right: 9px;
    width: 13px;
    height: 1px;
  }
  #tab_content_school li a:after {
    top: 55px;
    left: 9px;
    width: 13px;
    height: 1px;
  }
}

@media screen and (max-width: 320px) {
  #sec01 h2 {
    transform: translateY(-27px);
  }
}

/***** sec02 *****/
#sec02 {
  background: url(/img/bg_sec02@pc.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 80px 0 95px;
  position: relative;
  overflow-x: hidden;
}
#sec02 h2 {
  width: 400px;
  margin: 0 auto 70px;
}
#sec02 nav {
  width: 1180px;
  margin: 0 auto;
}
#sec02 nav ul {
  margin: -20px 0 0 -20px;
}
#sec02 nav ul:after {
  content: "";
  display: block;
  clear: both;
}
#sec02 nav li {
  width: 280px;
  float: left;
  margin: 20px 0 0 20px;
}
#sec02 nav li a {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #de5352;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.2);
  padding: 36px 0;
  text-align: center;
  font-size: 114.28%;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec02 nav li a.group {
  padding: 18px 0;
}

#sec02 nav li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 7px;
  right: 20px;
  margin: auto;
  background: #de5352;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  z-index: 0;
}
#sec02 nav li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #de5352;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  z-index: 0;
}

#sec02 nav li a span {
  display: block;
  font-size: 12px;
}

#sec02 nav li br {
  display: none;
}

@media screen and (max-width: 375px) {
  #sec02 nav li br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #sec02 {
    background: url(/img/bg_sec02@sp.jpg) no-repeat bottom center;
    background-size: cover;
    padding: 35px 0;
    padding-top: 72px;
  }
  #sec02 h2 {
    width: 352px;
    margin-bottom: 23px;
  }
  #sec02 nav {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec02 nav ul {
    margin: -10px 0 0;
  }
  #sec02 nav li {
    width: 48%;
    margin: 10px 0 0;
  }
  #sec02 nav li:nth-child(even) {
    float: right;
  }
  #sec02 nav li a {
    font-size: 92.85%;
    padding: 29px 0;
  }
  #sec02 nav li a.group {
    padding: 14px 0;
  }

  #sec02 nav li a:before {
    width: 8px;
    bottom: 5px;
    right: 10px;
  }
  #sec02 nav li a:after {
    width: 8px;
    top: 5px;
    right: 10px;
  }

  #sec02 nav li a span {
    font-size: 65%;
  }
}

/***** sec03 *****/
#sec03 {
  background: url(/img/bg_sec03@pc.jpg) repeat center;
  padding: 64px 0 35px;
}
#sec03 h2 {
  width: 300px;
  margin: 0 auto 60px;
}
#sec03 section {
  background: url(/common/img/bg_details@pc.png) repeat 0 0;
  padding: 55px 0;
  width: 1288px;
  margin: 17px auto 0;
}
#sec03 section:first-child {
  margin-top: 0;
}
#sec03 .h3__01 {
  width: 619px;
  margin: 0 auto 40px;
}
#sec03 .h3__02 {
  width: 723px;
  margin: 0 auto 40px;
}
#sec03 .h3__03 {
  width: 729px;
  margin: 0 auto 40px;
}
#sec03 .h3__04 {
  width: 729px;
  margin: 0 auto 40px;
}
#sec03 .btn__style_02 {
  width: 360px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  #sec03 {
    background: url(/img/bg_sec03@sp.jpg) repeat center;
    padding: 40px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec03 h2 {
    width: 163px;
    margin: 0 auto 27px;
  }
  #sec03 section {
    background: url(/common/img/bg_details@sp.png) repeat 0 0;
    background-size: cover;
    padding: 14px 7px;
    margin: 20px auto 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sec03 .h3__01,
  #sec03 .h3__02,
  #sec03 .h3__03,
  #sec03 .h3__04 {
    width: 290px;
    margin-bottom: 23px;
  }
  #sec03 .btn__style_02 {
    width: 100%;
    margin-top: 20px;
  }
}

#topbtn_pc {
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  margin: 0 auto;
  width: 893px;
  z-index: 1;
}

#topbtn_sp {
  display: none;
}

@media screen and (min-width: 765px) {
  #sec02 {
    padding: 270px 0 95px;
  }
}

@media screen and (max-width: 767px) {
  #topbtn_pc {
    display: none;
  }

  #topbtn_sp {
    display: block;
  }
}
