@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
body {
 -webkit-text-size-adjust: none;
}
/* 共通 */
.sp {
 display: none;
}
.section_inr {
 width: 950px;
 margin: 0 auto;
}
@media screen and (max-width: 480px) {
 .pc {
  display: none;
 }
 .sp {
  display: block
 }
 .section_inr {
  width: 100%;
  margin: 0 auto;
 }
}
/* メニュー
--------------------------------------- */
/* メニュー

--------------------------------------- */
#menu {
 width: 200px;
 height: 100%;
 background: #fff;
 border-left: #56a68b 5px solid;
 border-right: #efefef 1px solid;
 position: absolute;
}
#menu.fixed {
 position: fixed;
 top: 0px;
 z-index: 999;
}
#menu .menuList {
 width: 200px;
 margin: 0 auto;
}
#menu .menuList li:first-child {
 width: 200px;
 height: 110px;
 border-bottom: none;
}
#menu .menuList li {
 width: 200px;
 height: 80px;
 border-bottom: #efefef 1px solid;
 text-align: center;
}
#menu .menuList li a.active {
 background: url('../../img/menu_bg.gif') no-repeat center;
 width: 200px;
 height: 80px;
 display: block;
}
/* コンテンツ位置調整*/
#point, #ojt01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08, #sec09, #sec10, #ojt02, #sec11 {
 margin-left: 205px !important;
}
#menu li.logo a {
 padding: 0;
}
#menu li a {
 height: 80px;
 display: block;
 font-family: "Noto Sans Japanese", sans-serif;
 text-decoration: none;
 color: #00561f;
 box-sizing: border-box;
 padding: 20px 0 0;
}
#menu li.two a {
 padding: 10px 0 0;
}
#menu li .nav-txt01 {
 display: block;
 font-size: 13px;
}
#menu li .nav-txt02 {
 font-weight: bold;
 display: inherit;
 display: inline-block;
 margin: 10px 0 0;
}
@media screen and (max-width: 480px) {
 #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08, #sec09, #sec10, #ojt02, #sec11, #point, #ojt01 {
  margin-left: 0 !important;
 }
 #menuSp {
  width: 100%;
  height: 60px;
  background: #fff;
  border-top: #56a68b 3px solid;
  border-bottom: #efefef 1px solid;
  position: fixed;
  top: 0px;
  z-index: 9999;
 }
 #menuSp:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
 }
 #menuSp img {
  width: 100%;
 }
 #menuSp .logo {
  width: 120px;
  /* margin: 15px 20% 0; */
  /* float: left; */
 }
 /* ドロワーメニュー */
 #navTgl {
  display: none;
 }
 label.open, label.close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
 }
 .open {
  z-index: 2;
  width: 60px;
  height: 55px;
  color: white;
  padding-top: 10px;
  background-color: #56a68b;
  font-size: 3em;
  text-align: center;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
 }
 #navTgl:checked + .open {
  background-color: rgba(86, 166, 139, 0.7);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
 }
 .close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
 }
 #navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, .3);
 }
 .menu {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-color: rgba(86, 166, 139, 0.7);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
 }
 #navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 .menu p, .menu li a {
  color: white;
 }
 .menu p {
  text-align: left;
  padding: 10px;
  font-size: 11px;
 }
 .menu ul {
  padding: 0;
  list-style-type: none;
 }
 .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  font-size: .8em;
  line-height: 1.4;
 }
 .menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, .6);
 }
 .menu li a {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  transition: background-color .6s;
 }
 .menu li a:hover {
  background-color: black;
 }
}
/* section01
--------------------------------------- */
section#sec01 {
 /*margin-top : -100.1px;

	padding-top :100.1px;*/
 margin-top: 0;
 background: url('../../img/mainImg_01.jpg?201905') no-repeat top center;
 height: 940px;
 background-size: cover;
 position: relative;
 z-index: 555;
}
#sec01 h1 {
 margin: 0 auto;
 padding: 100px 0 40px;
 text-align: center;
}
#sec01 .scroll {
 /* margin: 0 auto 96px; */
 text-align: center;
 padding: 0 0 100px;
}
#sec01 .scroll a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70); /* ie lt 8 */
 -ms-filter: "alpha(opacity=70)"; /* ie 8 */
 -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
 -khtml-opacity: 0.7; /* Safari 1.x */
 zoom: 1;
}
@media screen and (max-width: 480px) {
 section#sec01 {
  background: url('../../img/mainImg_01.jpg') no-repeat top center;
  background-size: cover;
  height: 95vh;
  margin-top: 50px;
 }
 #sec01 h1 {
  padding: 0;
 }
 #sec01 h1 img {
  width: 90%;
  margin: 20% 0 0;
 }
 #sec01 .scroll {
  width: 30%;
  margin: 40px auto;
  text-align: center;
 }
 #sec01 .scroll img {
  width: 100%;
 }
}
/* bnr_area
--------------------------------------- */
.bnr_area {
 background: #efefef;
 padding: 20px;
}
.bnr_area ul.bnrList {
 width: 950px;
 margin: 0 auto;
}
.bnr_area ul.bnrList:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
.bnr_area ul.bnrList li {
 width: 470px;
 float: left;
 margin-right: 10px;
}
.bnr_area ul.bnrList li:last-child {
 margin: 0;
}
.bnr_area ul.bnrList li img {
 width: 100%;
 border: 1px solid #fff;
}
.bnr_area ul.bnrList li img:hover {
 opacity: 0.8;
 filter: alpha(opacity=80); /* ie lt 8 */
 -ms-filter: "alpha(opacity=80)"; /* ie 8 */
 -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
 -khtml-opacity: 0.8; /* Safari 1.x */
 zoom: 1;
}
@media screen and (max-width: 480px) {
 .bnr_area {
  background: #efefef;
  padding: 10px;
 }
 .bnr_area ul.bnrList {
  width: 100%;
  margin: 0 auto;
 }
 .bnr_area ul.bnrList li {
  width: 99%;
  float: none;
  margin: 5px 0;
 }
}
/* section02
--------------------------------------- */
#sec02 {
 /* margin-top: -200.1px; */
 /* padding-top: 200.1px; */
}
#sec02 h2 {
 margin: 30px auto;
 text-align: center;
}
#sec02 p {
 font-size: 16px;
 line-height: 2;
 text-align: left;
 width: 400px;
 float: left;
}
#sec02 p img {
 width: 48%;
 margin-top: 30px;
}
#sec02 p + img {
 width: 550px;
}
@media screen and (max-width: 480px) {
 #sec02 h3 img {
  width: 100%;
  border-top: 3px solid #fff;
 }
 #sec02 h2 img {
  width: 120%;
  margin-left: -40px;
 }
 #sec02 p {
  width: 95%;
  font-size: 12px;
  margin: 0 auto;
  padding-left: 10px;
 }
 #sec02 p + img {
  width: 100%;
 }
}
/* section03
--------------------------------------- */
#sec03 {
 margin-top: -200.1px;
 padding-top: 200.1px;
}
#sec03 h2 {
 margin: 100px auto 30px;
 text-align: center;
}
#sec03 h3 {
 margin: 20px auto;
 text-align: center;
}
#sec03 h3 + p {
 font-size: 16px;
 line-height: 2;
 text-align: center;
}
#sec03 p + img {
 margin: 20px auto 50px;
 display: block;
}
.map {
 margin: 0 auto;
 display: block;
 text-align: left;
}
.root_attention {
 text-align: center;
 padding: 30px 0 50px;
 background: url('../../img/sec03img_02a.png') no-repeat top right 80px;
}
.root_attention ul {
 display: inline-block;
 text-align: left;
 width: 60%;
}
.root_attention li {
 font-size: 21px;
 color: #00561f;
 margin: 0 0 10px;
 text-indent: -1em;
 line-height: 1.6;
}
@media screen and (max-width: 480px) {
 .root_attention {
  background: none;
  padding: 20px 0 0;
 }
 .root_attention ul {
  width: 90%;
 }
 .root_attention ul li {
  font-size: 14px;
 }
 #sec03 h2 img, #sec03 h3 img {
  width: 120%;
  margin-left: -40px;
 }
 #sec03 p + img {
  width: 100%;
 }
 #sec03 h3 + p {
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
 }
 #sec03 h3 + p br {
  display: none;
 }
 .map {
  margin: 0 auto;
  display: block;
  width: 100%;
 }
}
/* モーダルウィンドウ */
.modal-window {
 -webkit-transform: translate(0, 100%);
 -moz-transform: translate(0, 100%);
 -o-transform: translate(0, 100%);
 -ms-transform: translate(0, 100%);
 transform: translate(0, 100%);
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 999;
 opacity: 0;
 line-height: 1.3;
 display: none\9;
 background: rgba(0, 0, 0, 0.6);
}
.modal-window:target {
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
 opacity: 1;
}
.is-active.modal-window {
 display: block\9;
}
.modal-window:target {
 display: block\9;
}
.modal-window .modal-inner {
 position: absolute;
 top: 25%;
 right: 10%;
 z-index: 20;
 margin: 0 auto;
 padding: 20px;
 text-align: left;
 width: 80%;
 overflow-x: hidden;
 border-radius: 5px;
 background: #fff;
 -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.modal-window .modal-close {
 display: block;
 text-indent: -100px;
 overflow: hidden;
}
.modal-window .modal-close:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 10;
}
.modal-window .modal-close:after {
 content: '\00d7';
 position: absolute;
 bottom: 10px;
 right: 10px;
 z-index: 20;
 margin-left: 285px;
 background: #fff;
 border-radius: 2px;
 padding: 2px 8px;
 font-size: 1.2em;
 text-decoration: none;
 text-indent: 0;
}
.modal-window {
 -webkit-transition: opacity 0.4s;
 -o-transition: opacity 0.4s;
 transition: opacity 0.4s;
}
#route01 .modal-inner {
 border: #90c320 3px solid;
}
#route02 .modal-inner {
 border: #58c4f2 3px solid;
}
#route03 .modal-inner {
 border: #ec3d14 3px solid;
}
#route04 .modal-inner {
 border: #f8b62a 3px solid;
}
.modal-inner h1 {
 font-size: 18px;
 font-weight: bold;
}
.modal-inner .desc, .modal-inner .route {
 font-size: 12px;
 text-align: center;
}
.modal-inner .report {
 width: 50%;
 border-radius: 20px; /* CSS3草案 */
 -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
 -moz-border-radius: 20px; /* Firefox用 */
 padding: 5px;
 margin: 10px auto 0;
 position: relative;
 z-index: 5555;
}
.modal-inner .report a, .modal-inner .report a:hover {
 color: #fff;
 font-size: 14px;
 text-decoration: none;
 display: block;
 text-align: center;
}
#route01 h1, #route01 .route {
 color: #90c320;
}
#route02 h1, #route02 .route {
 color: #58c4f2;
}
#route03 h1, #route03 .route {
 color: #ec3d14;
}
#route04 h1, #route04 .route {
 color: #f8b62a;
}
#route01 .report {
 background: #90c320;
}
#route02 .report {
 background: #58c4f2;
}
#route03 .report {
 background: #ec3d14;
}
#route04 .report {
 background: #f8b62a;
}
@media screen and (max-width: 480px) {
 .modal-window .modal-inner {
  position: absolute;
  top: 25%;
  left: 3%;
  z-index: 20;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  width: 80%;
  overflow-x: hidden;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
 }
 .modal-inner .report {
  width: 90%;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  padding: 5px;
  margin: 10px auto 0;
  position: relative;
  z-index: 5555;
 }
 .modal-inner .report a, .modal-inner .report a:hover {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: block;
 }
}
/* section04
--------------------------------------- */
#sec04 {
 padding: 30px;
 background: url('../../img/sec04bg_01.png') no-repeat bottom center #00561f;
 height: 200px;
}
#sec04 h2 {
 margin: 0 auto;
 text-align: center;
}
#sec04 .btn02 a {
 display: block;
 color: #000;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 width: 50%;
 border-radius: 30px; /* CSS3草案 */
 -webkit-border-radius: 30px; /* Safari,Google Chrome用 */
 -moz-border-radius: 30px; /* Firefox用 */
 padding: 15px;
 margin: 20px auto 0;
 background: #fff;
}
#sec04 .btn02 a:hover {
 background: #fff000;
}
@media screen and (max-width: 480px) {
 #sec04 {
  background: url('../../img/sec04bg_01.png') no-repeat bottom center #56a68b;
  background-size: 100%;
  width: 100%;
  padding: 10px 0 0;
  height: 200px;
  margin: 50px 0 0;
 }
 #sec04 h2 img {
  width: 100%;
 }
 #sec04 .btn02 a {
  font-size: 16px;
  line-height: 2;
  width: 80%;
 }
}
/* ojt01
--------------------------------------- */
#ojt01 {
 background: #e3007f;
 padding: 30px;
 /* height: 210px; */
}
#ojt01 a {
 display: block;
 text-decoration: none;
}
#ojt01 a h3 {
 width: 800px;
 margin: 0 auto 10px;
}
#ojt01 a p {
 color: #000;
 text-align: center;
 font-weight: bold;
 width: 50%;
 border-radius: 30px; /* CSS3草案 */
 -webkit-border-radius: 30px; /* Safari,Google Chrome用 */
 -moz-border-radius: 30px; /* Firefox用 */
 padding: 15px;
 margin: 10px auto 0;
 background: #fff;
 line-height: 1.5;
}
#ojt01 a p em {
 font-size: 12px;
 font-weight: normal;
 color: #e3007f;
}
#ojt01 .txt {
 text-align: center;
 color: #fff;
}
@media screen and (max-width: 480px) {
 #ojt01 {
  background: #e3007f;
  padding: 10px 0;
  height: auto;
 }
 #ojt01 a h3 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
 }
 #ojt01 a h3 img {
  width: 100%;
 }
 #ojt01 a p {
  width: 80%;
  margin: 0 auto;
 }
 #ojt01 .txt {
  font-size: 12px;
  ;
  margin: 10px;
 }
}
/* section05
--------------------------------------- */
#sec05 h2 {
 text-align: center;
 margin: 0 0 80px;
}
#sec05 {
 margin: 50px auto 0;
 padding-bottom: 20px;
 /* background: #000; */
}
#ojt01 + h2 {
 margin: 100px auto 30px;
 text-align: center;
}
#sec05 h3 {
 margin: 0 auto 20px;
 text-align: center;
 position: relative;
 z-index: 555;
}
#sec05 h3 img {
 margin-top: -72px;
}
#sec05 .list_inr {
 background: #fff;
 margin: -80px 0 20px;
 position: relative;
 z-index: 0;
 border: solid 10px #dfe8e3;
}
.sec05_point01 {
 position: absolute;
 top: 10px;
 right: 50px;
}
.sec05_point02 {
 width: 300px;
 clear: both;
 float: left;
 text-align: center;
}
#sec05 .list_inr:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
.soubiTable01 {
 width: 30%;
 float: left;
 margin: 100px 15px 50px;
}
.soubiTable01 th {
 padding: 10px;
 border-radius: 10px; /* CSS3草案 */
 -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
 -moz-border-radius: 10px; /* Firefox用 */
 text-align: center;
 font-weight: bold;
 color: #fff;
}
.soubiTable02 {
 width: 650px;
 margin: 10px 15px;
}
.soubiTable02 th {
 width: 10px;
 padding: 10px;
 border-radius: 10px; /* CSS3草案 */
 -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
 -moz-border-radius: 10px; /* Firefox用 */
 text-align: center;
 font-weight: bold;
 color: #fff;
}
table.soubi th {
 background-color: #90c320;
}
table.wear th {
 background-color: #58c4f2;
}
table.komono th {
 background-color: #ee89b5;
}
table.tuika th {
 background-color: #ffa200;
 vertical-align: middle;
}
table.tuika td.space {
 width: 10px;
}
.soubiTable01 td, .soubiTable02 td {
 padding: 10px;
 font-size: 18px;
 border-bottom: 1px solid #efefef;
}
.soubiTable01 td.list, .soubiTable02 td.list {
 background: url('../../img/ico_02.png') no-repeat center left;
 padding-left: 30px;
 font-size: 14px;
}
table.soubi td {
 color: #90c320;
}
table.wear td {
 color: #58c4f2;
}
table.komono td {
 color: #ee89b5;
}
table.tuika td {
 color: #ffa200;
}
#sec05 .btn02 a {
 display: block;
 color: #000;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 width: 40%;
 border-radius: 30px; /* CSS3草案 */
 -webkit-border-radius: 30px; /* Safari,Google Chrome用 */
 -moz-border-radius: 30px; /* Firefox用 */
 padding: 15px;
 margin: 0 auto;
 background: #fff;
}
#sec05 .btn02 a:hover {
 background: #fff000;
}
#sec05 .btn02 a img {
 margin: 0 0 -5px 5px;
}
@media screen and (max-width: 480px) {
 #sec05 h2 img {
  width: 120%;
  margin-left: -40px;
 }
 #sec05 .list_inr {
  width: 92%;
  background: #fff;
  margin: -80px auto 20px;
  z-index: 0;
 }
 .sec05_point01 {
  position: static;
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
 }
 .sec05_point02 {
  width: 100%;
  float: none;
  text-align: center;
 }
 .soubiTable01, .soubiTable02 {
  width: 90%;
  float: none;
  margin: 20px auto;
 }
 .soubiTable01.sp td.list {
  width: 250px;
 }
 #sec05 .btn02 a {
  width: 60%;
  line-height: 2;
 }
}
/* point
--------------------------------------- */
.point {
 width: 800px;
 height: 147px;
 margin: 30px auto 40px;
 background: url('../../img/sec05bg_01.jpg') no-repeat center top;
 padding: 30px;
 text-align: center;
}
.point p {
 font-size: 14px;
 line-height: 1.8;
}
.point h3 {
 font-size: 18px;
 font-weight: bold;
 color: #ff0000;
 margin-bottom: 10px;
}
.point h3 br {
 display: none;
}
@media screen and (max-width: 480px) {
 .point {
  width: 90%;
  margin: 30px auto 0;
  background: url('../../img/sec05bg_01sp.jpg') no-repeat center top;
  background-size: 100%;
  padding: 20px 10px 110px;
  text-align: center;
 }
 .point p {
  font-size: 12px;
  line-height: 1.5;
 }
 .point h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 10px;
 }
 .point h3 br {
  display: block;
 }
}
/* section06
--------------------------------------- */
#sec06 {
 background: #efefef;
 height: 500px;
 padding-top: 70px;
}
.point + h2 {
 margin: 0 auto;
 text-align: center;
 margin: 150px auto -50px;
}
.point + h2 img {
 margin-top: -100px;
}
/* カルーセル */
#sec06 .slider {
 width: 900px;
 float: right;
 margin: 30px 50px 0 0;
}
.sec06slider ul.slides li {
 background: #fff;
 height: 330px;
}
.sec06slider ul.slides li .image {
 width: 150px;
 height: 150px;
 text-align: center;
 margin: 0 auto;
}
.sec06slider ul.slides li h4 {
 text-align: center;
 padding: 3px;
 font-size: 12px;
 color: #fff;
 letter-spacing: 2px;
}
.sec06slider ul.slides li h4.point01 {
 background: #c02215;
}
.sec06slider ul.slides li h4.point02 {
 background: #006835;
}
.sec06slider ul.slides li h4.point03 {
 background: #85a22c;
}
.sec06slider ul.slides li h4.point04 {
 background: #005bac;
}
.sec06slider ul.slides li h4.point05 {
 background: #c8005a;
}
.sec06slider ul.slides li h4.point06 {
 background: #cc3f03;
}
.sec06slider ul.slides li .item {
 text-align: center;
 margin: 10px 0 0;
 min-height: 30px;
 font-size: 14px;
 color: #000;
}
.sec06slider ul.slides li .txt {
 text-align: center;
 margin: 10px 0;
 font-size: 12px;
 line-height: 1.4;
 color: #999;
 min-height: 50px;
}
.sec06slider ul.slides li .btn03 a {
 display: block;
 background: #fff000;
 color: #000;
 text-decoration: none;
 padding: 10px;
}
@media screen and (max-width: 480px) {
 .point + h2 img {
  width: 120%;
  margin-left: -20px;
 }
 .sec06_point01 {
  width: 138px;
  float: none;
  margin: 0 auto;
  display: block;
 }
 #sec06 .slider {
  width: 100%;
  float: none;
  margin: 30px auto;
 }
 .sec06slider ul.slides li {
  background: #fff;
  height: 350px;
 }
}
/* section07
--------------------------------------- */
#sec07 {
 margin-top: -100px;
 padding-top: 100px;
}
#sec07 h2 {
 margin: 0 auto;
 padding: 70px 0 30px;
 text-align: center;
}
#tags {
 background: #efefef;
 padding: 20px;
}
#tags:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
#tags h5 {
 width: 100px;
 float: left;
 font-weight: bold;
 letter-spacing: 2px;
}
#tags span {
 width: 300px;
 margin: 0 10px;
 border: 2px #fff solid;
 border-radius: 8px; /* CSS3草案 */
 -webkit-border-radius: 8px; /* Safari,Google Chrome用 */
 -moz-border-radius: 8px; /* Firefox用 */
 padding: 5px 20px;
 cursor: pointer;
}
#tags .select {
 background: #fff;
}
#tags #koshinetu {
 background: #e8c9fe;
}
#tags #kanto {
 background: #ffc7c6;
}
#tags #chubu {
 background: #fef995;
}
#tags #kansai {
 background: #c9f5fe;
}
#tags #chushikoku {
 background: #c9fed2;
}
#tags #kyushu {
 background: #e8c9fe;
}
ul.bikou {
 border: 1px solid #efefef;
 margin: 10px auto;
 padding: 20px;
}
ul.bikou li {
 list-style-type: disc;
 font-size: 12px;
 margin: 0 0 10px 20px;
 line-height: 1.8;
}
#school .koshinetu, #school .kanto, #school .kansai, #school .chubu, #school .kyushu, #school .chushikoku {
 width: 30%;
 min-height: 270px;
 float: left;
 margin: 5px 0 0 10px;
 padding: 8px;
 border: 1px #ccc solid;
 font-size: 14px;
 line-height: 1.5;
 position: relative;
}
#school:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
#school p {
 margin: 5px 0;
}
#school .tenpo {
 padding: 8px;
 text-align: center;
 font-size: 16px;
 letter-spacing: 2px;
 color: #000;
 border-radius: 10px; /* CSS3草案 */
 -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
 -moz-border-radius: 10px; /* Firefox用 */
}
#school .koshinetu .tenpo {
 background: #e8c9fe;
}
#school .kanto .tenpo {
 background: #ffc7c6;
}
#school .chubu .tenpo {
 background: #fef995;
}
#school .kansai .tenpo {
 background: #c9f5fe;
}
#school .chushikoku .tenpo {
 background: #c9fed2;
}
#school .kyushu .tenpo {
 background: #e8c9fe;
}
#school .date {
 font-size: 18px;
 font-weight: bold;
 padding: 5px;
}
#school .date .mini {
 font-size: 14px;
 font-weight: normal;
 border-radius: 5px; /* CSS3草案 */
 -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
 -moz-border-radius: 5px; /* Firefox用 */
 padding: 2px 5px;
 border: 1px solid #efefef;
}
#school .guide {
 background: #efefef;
 padding: 2px 10px 2px 5px;
 font-size: 12px;
 text-align: right;
}
#school .price {
 font-size: 12px;
 padding-right: 10px;
}
#school .btn03 a {
 background: #fff000;
 padding: 8px;
 text-align: center;
 display: block;
 color: #000;
 text-decoration: none;
}
#school .btn03 a:hover {
 background: #000;
 color: #fff;
}
#school .end {
 background: #ccc;
 padding: 8px;
 text-align: center;
 display: block;
 color: #000;
 text-decoration: none;
}
#school .koshinetu .ico_ojt, #school .kanto .ico_ojt, #school .kansai .ico_ojt, #school .chubu .ico_ojt, #school .kyushu .ico_ojt, #school .chushikoku .ico_ojt {
 position: absolute;
 top: -5px;
 left: 15px;
}
@media screen and (max-width: 480px) {
 #sec07 h2 img {
  width: 100%;
 }
 #tags h5 {
  width: 100px;
  float: none;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px auto;
 }
 #tags span {
  width: 400px;
  margin: 0 10px;
  border: 2px #fff solid;
  border-radius: 8px; /* CSS3草案 */
  -webkit-border-radius: 8px; /* Safari,Google Chrome用 */
  -moz-border-radius: 8px; /* Firefox用 */
  padding: 5px 30px;
  cursor: pointer;
  line-height: 3;
 }
 ul.bikou {
  width: 92%;
  border: 1px solid #efefef;
  margin: 10px auto;
  padding: 10px;
 }
 ul.bikou li {
  list-style-type: disc;
  font-size: 12px;
  margin: 0 0 5px 10px;
  line-height: 1.8;
 }
 #school {
  width: 98%;
  margin: 0 auto;
 }
 #school .koshinetu, #school .kanto, #school .kansai, #school .chubu, #school .kyushu, #school .chushikoku {
  width: 46%;
  min-height: 350px;
  float: left;
  margin: 5px 2px;
  padding: 3px;
  border: 1px #ccc solid;
  font-size: 12px;
  line-height: 1.5;
 }
}
/* section08
--------------------------------------- */
#sec08 {
 margin-top: 150px;
 background: url('../../img/sec08bg_01.jpg') repeat-x top center;
}
#sec08:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
#sec08 h2 {
 text-align: center;
}
#sec08 h2 img {
 margin: 0 auto 20px;
}
#sec08 .womensList {
 width: 400px;
 float: left;
 background: #fff;
 margin: 20px auto;
}
#sec08 .mensList {
 width: 400px;
 float: right;
 background: #fff;
 margin: 20px auto;
}
#sec08 .womensList h4, #sec08 .mensList h4 {
 text-align: center;
 background: #efefef;
 padding: 10px 0;
 margin: 10px auto;
}
.sec08slider ul.slides li {
 background: #fff;
 height: 380px;
}
.sec08slider ul.slides li .image {
 width: 180px;
 height: 180px;
 text-align: center;
 margin: 0 auto;
}
.sec08slider ul.slides li h5 {
 text-align: center;
 padding: 3px;
 margin-bottom: 5px;
 background: #000;
 font-size: 12px;
 color: #fff;
 letter-spacing: 2px;
}
.sec08slider ul.slides li .item {
 text-align: center;
 margin: 10px 0 0;
 min-height: 50px;
 font-size: 14px;
 line-height: 1.8;
 color: #000;
}
.sec08slider ul.slides li .brand {
 text-align: center;
 margin: 10px 0;
 font-size: 12px;
 color: #999;
 min-height: 20px;
}
.sec08slider ul.slides li .btn03 a {
 display: block;
 background: #fff000;
 color: #000;
 text-decoration: none;
 padding: 10px;
 text-align: center;
 font-size: 12px;
}
@media screen and (max-width: 480px) {
 #sec08 h2 img {
  width: 100%;
 }
 #sec08 .womensList {
  width: 100%;
  float: none;
  margin: 20px auto;
 }
 #sec08 .mensList {
  width: 100%;
  float: none;
  margin: 20px auto;
 }
 .sec08slider ul.slides li {
  background: #fff;
  height: 350px;
 }
 .sec08slider ul.slides li .image {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 5px auto 0;
 }
}