



.main {
  background-color: #fff;
  color: #656565;
  font-size: 100%;
  line-height: 1.8em;
}
.main a {
  text-decoration: none;
}
.main a:link,
.main a:visited {

}
.main a:hover,
.main a:active {

}
.main .figure {
  margin: 0;
  padding: 0;
}
.address li {
  float: left;
}
.columnleft {
  float: left;
  width: 25%;
}
.okinawadiaryimg {
  width: 100%;
  height: auto;
}
.columnright {
  padding-left: 0;
  width: 70%;
  float: right;
}
.tab-cont-alignR {
  text-align: right;
  margin: 10px 10px 0 10px;
}
/* ----------
 width 768~ TB,PC
---------- */
.main {
  width: 1024px;
  margin: 0 auto;
  background-color: #fff;
  color: #666659;
  font-size: 100%;
  overflow: hidden;
}
.main * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.main .couses_contents {
  background: url("../../src/static/courses/bg_base.jpg") left top repeat;
}
.main .couses_contents .content-header {
  background: url("../../src/static/courses/bg_flag.png") left top repeat-x;
}
.main .couses_contents a {
  text-decoration: none;
}
.main .couses_contents a:link,
.main .couses_contents a:visited {
  color: #ddd;
}
.main .couses_contents a:hover,
.main .couses_contents a:active {
  color: #e2e2e2;
}
.main .couses_contents .pink {
  color: #d8658c;
}
.main .couses_contents .orange {
  color: #eaa530;
}
.main .couses_contents .green {
  color: #8abf33;
}
.main .couses_contents .blue {
  color: #4aacb8;
}
.main .couses_contents .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px;
  text-align: center;
}
.main .couses_contents .btn-pink {
  -webkit-box-shadow: #ecb2c5 1px 1px 0px;
  box-shadow: #ecb2c5 1px 1px 0px;
}
.main .couses_contents .btn-pink:link,
.main .couses_contents .btn-pink:visited {
  background-color: #c42057;
}
.main .couses_contents .btn-pink:hover,
.main .couses_contents .btn-pink:active {
  background-color: #dd316b;
}
.main .couses_contents .btn-orange {
  -webkit-box-shadow: #f4d298 1px 1px 0px;
  box-shadow: #f4d298 1px 1px 0px;
}
.main .couses_contents .btn-orange:link,
.main .couses_contents .btn-orange:visited {
  background-color: #d28500;
}
.main .couses_contents .btn-orange:hover,
.main .couses_contents .btn-orange:active {
  background-color: #e18f00;
}
.main .couses_contents .btn-green {
  -webkit-box-shadow: #c5e395 1px 1px 0px;
  box-shadow: #c5e395 1px 1px 0px;
}
.main .couses_contents .btn-green:link,
.main .couses_contents .btn-green:visited {
  background-color: #5d9800;
}
.main .couses_contents .btn-green:hover,
.main .couses_contents .btn-green:active {
  background-color: #68aa00;
}
.main .couses_contents .btn-blue {
  -webkit-box-shadow: #a4d5db 1px 1px 0px;
  box-shadow: #a4d5db 1px 1px 0px;
}
.main .couses_contents .btn-blue:link,
.main .couses_contents .btn-blue:visited {
  background-color: #008999;
}
.main .couses_contents .btn-blue:hover,
.main .couses_contents .btn-blue:active {
  background-color: #0099ab;
}
.main .couses_contents .text-shadow-pink {
  color: #fff;
  text-shadow: #d65d86 0px 0px 4px;
}
.main .couses_contents .text-shadow-orange {
  color: #fff;
  text-shadow: #da9116 0px 0px 4px;
}
.main .couses_contents .text-shadow-green {
  color: #fff;
  text-shadow: #83b530 0px 0px 4px;
}
.main .couses_contents .text-shadow-blue {
  color: #fff;
  text-shadow: #45a4b0 0px 0px 4px;
}
.index.main .couses_contents .content-header {
  position: relative;
  padding-top: 10px;
}
.index.main .couses_contents .content-header .main-img {
  background: url("../../src/static/courses/top/main_img.png") right top no-repeat;
  width: 1024px;
  height: 490px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.index.main .couses_contents .content-header .title {
  margin: 55px 0px 0px 45px;
  padding: 0;
  position: relative;
}
.index.main .couses_contents .content-header .sub-title {
  margin: 10px 0px 0px 45px;
  padding: 0;
  position: relative;
}
.index.main .couses_contents .content-header p.text {
  //margin: 35px 0px 0px 45px;
  margin: 35px 150px 0px 45px;
  position: relative;
  //font-size: 100%;
  line-height: 1.8em;
  color: #666;
  margin-bottom: 30px;
}
.index.main .couses_contents .content-header p.text .line-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../../src/static/courses/header_text_border.png") left bottom repeat-x;
  padding: 0px 2px 4px 2px;
  margin-bottom: 8px;
}
.index.main .couses_contents .content-header .pink,
.index.main .couses_contents .content-header .orange,
.index.main .couses_contents .content-header .green,
.index.main .couses_contents .content-header .blue {
  font-weight: bold;
}
.index.main .couses_contents .content-menu {
  width: 950px;
  height: 850px;
  background: url("../../src/static/courses/top/menu_bg.png") left top no-repeat;
  position: relative;
  margin:0 auto;
}
.index.main .couses_contents .content-menu .btn-list {
  zoom: 1;
  margin-top: 10px;
}
.index.main .couses_contents .content-menu .btn-list:before,
.index.main .couses_contents .content-menu .btn-list:after {
  content: "";
  display: table;
}
.index.main .couses_contents .content-menu .btn-list:after {
  clear: both;
}
.index.main .couses_contents .content-menu .btn-list li {
  float: left;
  margin: 0px 4px 4px 0px;
}
.index.main .couses_contents .content-menu .menu1 {
  position: absolute;
  top: -10px;
  left: 90px;
  width: 370px;
}
.index.main .couses_contents .content-menu .menu1 .title {
  margin: 0px 0px 0px 0px;
}
.index.main .couses_contents .content-menu .menu1 .sub-title {
  margin: -45px 0px 0px 6px;
}
.index.main .couses_contents .content-menu .menu1 .text {
  width: 310px;
  margin: 10px;
 // font-size: 100%;
  line-height: 1.8em;
}
.index.main .couses_contents .content-menu .menu1 .btn-list {
  margin-left: 35px;
}
.index.main .couses_contents .content-menu .menu2 {
  position: absolute;
  top: 34px;
  left: 533px;
  width: 370px;
}
.index.main .couses_contents .content-menu .menu2 .title {
  margin: 0px 0px 0px 0px;
}
.index.main .couses_contents .content-menu .menu2 .sub-title {
  margin: -36px 0px 0px 1px;
}
.index.main .couses_contents .content-menu .menu2 .text {
  width: 350px;
  margin: 10px 10px 10px -8px;
  font-size: 100%;
  line-height: 1.8em;
}
.index.main .couses_contents .content-menu .menu2 .btn-list {
  margin-left: 35px;
}
.index.main .couses_contents .content-menu .menu2 .btn-list li:nth-child(4) {
  margin-left: 60px;
}
.index.main .couses_contents .content-menu .menu3 {
  position: absolute;
  top: 383px;
  left: 84px;
  width: 370px;
}
.index.main .couses_contents .content-menu .menu3 .title {
  margin: 0px 0px 0px 0px;
}
.index.main .couses_contents .content-menu .menu3 .sub-title {
  margin: -8px 0px 0px -11px;
}
.index.main .couses_contents .content-menu .menu3 .text {
  width: 310px;
  margin: 10px;
  font-size: 100%;
  line-height: 1.8em;
}
.index.main .couses_contents .content-menu .menu3 .btn-list {
  margin-left: 35px;
}
.index.main .couses_contents .content-menu .menu4 {
  position: absolute;
  top: 452px;
  left: 538px;
  width: 390px;
}
.index.main .couses_contents .content-menu .menu4 .title {
  margin: 0px 0px 0px 0px;
}
.index.main .couses_contents .content-menu .menu4 .sub-title {
  margin: -42px 0px 0px -1px;
}
.index.main .couses_contents .content-menu .menu4 .text {
  width: 340px;
  margin: 10px 10px 10px -8px;
  font-size: 100%;
  line-height: 1.8em;
}
.index.main .couses_contents .content-menu .menu4 .btn-list {
  margin-left: 35px;
}
.index.main .main-text {
  margin: 20px 0;
  font-size: 75%;
  line-height: 1.8em;
}
.index.main .link {
  margin: 20px 0;
  text-align: left;
}
.index.main .link ul li {
  font-size: 75%;
  line-height: 1.8em;
}
.index.main .top-nav {
  margin: 50px auto 20px;
  zoom: 1;
}
.index.main .top-nav:before,
.index.main .top-nav:after {
  content: "";
  display: table;
}
.index.main .top-nav:after {
  clear: both;
}
.index.main .top-nav li {
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  border: 1px solid #cdc0ad;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.index.main .top-nav li:nth-child(3n) {
  margin-right: 0px;
}
.index.main .top-nav li a {
  display: block;
/*
					background-size auto
					background-position 30px center
					background-repeat no-repeat

					width 100%
					height 50px
					color #FFF
					background-color #f2b722

					background-repeat repeat-x
					background-image url('../../../src/static/courses/bg_mainnav.gif')

					*/
  width: 268px;
  height: 41px;
  border: 1px solid #faf7ee;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #1a1a1a !important;
  font-family: 'Hiragino Mincho Pro', '繝偵Λ繧ｮ繝取?譛? Pro W3', 'MS PMincho', '?ｭ?ｳ 譏取悃', 'Times New Roman', serif;
  text-decoration: none;
  background-repeat: repeat-x;
  background-image: url("../../../src/static/courses/bg_topnav.gif");
/*
					*/
}
.index.main .top-nav li a:link,
.index.main .top-nav li a:visited {
  background-position: 0 0;
}
.index.main .top-nav li a:active,
.index.main .top-nav li a:hover {
  background-position: 0 -41px;
}
.index.main .top-nav li a .title {
  display: block;
  text-align: left;
  padding-left: 45px;
  padding-top: 8px;
}
.index.main .top-nav li a .title img {
  width: 200px;
  height: 50px;
  margin-top: 2px;
}
.index.main .top-nav li a .title:before {
  content: '';
  width: 35px;
  height: 35px;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 4px;
  left: 5px;
}
.index.main .top-nav li a .title:after {
  content: '';
  width: 16px;
  height: 15px;
  -webkit-background-size: 16px 15px;
  -moz-background-size: 16px 15px;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../../src/static/courses/pc_icon_mainnav.png");
  position: absolute;
  top: 16px;
  right: 8px;
}
.index.main .top-nav li:nth-child(1) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no1.png");
}
.index.main .top-nav li:nth-child(2) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no2.png");
}
.index.main .top-nav li:nth-child(3) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no3.png");
}
.index.main .top-nav li:nth-child(4) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no4.png");
}
.index.main .top-nav li:nth-child(5) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no5.png");
}
.index.main .top-nav li:nth-child(6) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no6.png");
}
.index.main .top-nav li:nth-child(7) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no7.png");
}
.index.main .top-nav li:nth-child(8) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no8.png");
}
.index.main .top-nav li:nth-child(9) a .title:before {
  background-image: url("../../../src/static/courses/pc_nav_icon_no9.png");
}
.main.detail .couses_contents .content-header {
  padding-top: 10px;
}
.main.detail .couses_contents .content-header .title {
  margin: 20px 0px 0px 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main.detail .couses_contents .content-header .title img {
  vertical-align: top;
}
.main.detail .couses_contents .content-header .sub-title {
  margin: 20px 0px 0px 0px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main.detail .couses_contents .content-header .sub-title img {
  vertical-align: top;
}
.main.detail .couses_contents .content-header .main-menu {
  zoom: 1;
  margin: 0px 15px;
}
.main.detail .couses_contents .content-header .main-menu:before,
.main.detail .couses_contents .content-header .main-menu:after {
  content: "";
  display: table;
}
.main.detail .couses_contents .content-header .main-menu:after {
  clear: both;
}
.main.detail .couses_contents .content-header .main-menu li {
  float: left;
  width:25%;
}
.main.detail .couses_contents .content-title {
  position: relative;
  width: 1024px;
  //height: 270px;
  height: 291px;
}
.main.detail .couses_contents .content-title:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: 35px;
  left: 5px;
}
.main.detail .couses_contents .content-title .title {
  position: absolute;
  top: 50px;
  left: 200px;
}
.main.detail .couses_contents .content-title .btn-list {
  position: absolute;
  top: 65px;
  left: 550px;
  zoom: 1;
}
.main.detail .couses_contents .content-title .btn-list:before,
.main.detail .couses_contents .content-title .btn-list:after {
  content: "";
  display: table;
}
.main.detail .couses_contents .content-title .btn-list:after {
  clear: both;
}
.main.detail .couses_contents .content-title .btn-list li {
  float: left;
  margin: 0px 4px 4px 0px;
}
.main.detail .couses_contents .content-title .text {
  position: absolute;
  top: 130px;
  left: 200px;
  width: 720px;
  font-size: 100%;
  line-height: 1.8em;
}
.main.detail .couses_contents .route .title {
  margin: 20px 0px 0px 0px;
}
.main.detail .couses_contents .route .image {
  text-align: center;
}
.main.detail .couses_contents .route .text {
  margin: 30px 50px;
  font-size: 121%;
  line-height: 1.8em;
}
.main.detail .couses_contents .route #Map .noboder {
  border: none;
  outline: none;
}
.main.detail .couses_contents .course {
  zoom: 1;
  position: relative;
  padding-bottom: 20px;
}
.main.detail .couses_contents .course:before,
.main.detail .couses_contents .course:after {
  content: "";
  display: table;
}
.main.detail .couses_contents .course:after {
  clear: both;
}
.main.detail .couses_contents .course .course-title {
  width: 910px;
  margin-top: 20px;
  margin-left: 40px;
}
.main.detail .couses_contents .course .photo {
  width: 530px;
}
.main.detail .couses_contents .course .right {
  float: right;
}
.main.detail .couses_contents .course .left {
  float: left;
}
.main.detail .couses_contents .course .left.photo2 {
  width: 500px;
  margin-left: -20px;
}
.main.detail .couses_contents .course .right.photo2 {
  width: 500px;
  margin-left: -30px;
}
.main.detail .couses_contents .course .left.photo3 {
  width: 500px;
  margin-left: 0px;
}
.main.detail .couses_contents .course .right.photo3 {
  width: 500px;
  margin-left: -80px;
  margin-right: 30px;
}
.main.detail .couses_contents .course .text-area .text {
  font-size: 100%;
  line-height: 1.8em;
  padding: 50px 30px 0px;
}
.main.detail .couses_contents .course .text-area .catch {
  padding: 50px 25px 0px;
}
.main.detail .couses_contents .course .text-area .catch+.text {
  padding-top: 15px;
}
.main.detail .couses_contents .course .text-area.left {
  width: 380px;
  height: 258px;
  margin-top: 110px;
  margin-left: 40px;
  margin-bottom: 50px;
}
.main.detail .couses_contents .course .text-area.right {
  width: 380px;
  height: 258px;
  margin-right: 40px;
  margin-top: 120px;
}
.main.detail .couses_contents .course .text-area.all {
  width: 873px;
  height: 163px;
  margin-left: 38.5px;
  margin-bottom: 10px;
  clear: both;
}
.main.detail .couses_contents .course .text-area.all .text {
  padding-top: 40px;
}
.main.detail .couses_contents .course .text-area.all .catch {
  padding-top: 33px;
  padding-left: 28px;
}
.main.detail .couses_contents .course .text-area.all .catch+.text {
  padding-top: 7px;
}
.main.detail .couses_contents .course .illust {
  position: absolute;
}


.main.detail .couses_contents .course .map-link {
  float: right;
  margin: 10px 65px 0 0;
}
.main.detail .couses_contents .course .map-link img {
  vertical-align: middle;
  margin-right: 10px;
}



.main.detail .couses_contents .course .map-link .text {
  margin-right: 10px;
}
.main.detail .couses_contents .column {
  zoom: 1;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  width: 890px;
  margin: 30px auto;
}
.main.detail .couses_contents .column:before,
.main.detail .couses_contents .column:after {
  content: "";
  display: table;
}
.main.detail .couses_contents .column:after {
  clear: both;
}
.main.detail .couses_contents .column .column-title {
  margin: 60px 0px 10px 45px;
}
.main.detail .couses_contents .column .photo {
  width: 420px;
}
.main.detail .couses_contents .column .illust {
  position: absolute;
}
.main.detail .couses_contents .column .right {
  float: right;
  margin-right: 25px;
}
.main.detail .couses_contents .column .left {
  float: left;
  margin-left: 25px;
}
.main.detail .couses_contents .column .text-area .catch {
  padding-top: 20px;
}
.main.detail .couses_contents .column .text-area .text {
  font-size: 100%;
  line-height: 1.8em;
  padding: 10px 0px 0px;
}
.main.detail .couses_contents .column .text-area.left {
  width: 380px;
  margin-top: 20px;
  margin-left: 40px;
}
.main.detail .couses_contents .column .text-area.right {
  width: 380px;
  margin-right: 40px;
  margin-top: 20px;
}
.main.detail .couses_contents .column .text-area.all {
  width: 790px;
  margin: 0px auto;
  clear: both;
}
.main.detail .couses_contents .course .mt10,
.main.detail .couses_contents .column .mt10 {
  margin-top: 10px !important;
}
.main.detail .couses_contents .course .mt20,
.main.detail .couses_contents .column .mt20 {
  margin-top: 20px !important;
}
.main.detail .couses_contents .course .mt30,
.main.detail .couses_contents .column .mt30 {
  margin-top: 30px !important;
}
.main.detail .couses_contents .course .mt40,
.main.detail .couses_contents .column .mt40 {
  margin-top: 40px !important;
}
.main.detail .couses_contents .course .mt50,
.main.detail .couses_contents .column .mt50 {
  margin-top: 50px !important;
}
.main.detail .couses_contents .course .mt-10,
.main.detail .couses_contents .column .mt-10 {
  margin-top: -10px !important;
}
.main.detail .couses_contents .course .mt-20,
.main.detail .couses_contents .column .mt-20 {
  margin-top: -20px !important;
}
.main.detail .couses_contents .course .mt-30,
.main.detail .couses_contents .column .mt-30 {
  margin-top: -30px !important;
}
.main.detail .couses_contents .course .mt-40,
.main.detail .couses_contents .column .mt-40 {
  margin-top: -40px !important;
}
.main.detail .couses_contents .course .mt-50,
.main.detail .couses_contents .column .mt-50 {
  margin-top: -50px !important;
}
.main.detail .couses_contents .course .mt-60,
.main.detail .couses_contents .column .mt-60 {
  margin-top: -60px !important;
}
.main.detail .couses_contents .course .mb10,
.main.detail .couses_contents .column .mb10 {
  margin-bottom: 10px !important;
}
.main.detail .couses_contents .course .mb20,
.main.detail .couses_contents .column .mb20 {
  margin-bottom: 20px !important;
}
.main.detail .couses_contents .course .mb30,
.main.detail .couses_contents .column .mb30 {
  margin-bottom: 30px !important;
}
.main.detail .couses_contents .course .mb40,
.main.detail .couses_contents .column .mb40 {
  margin-bottom: 40px !important;
}
.main.detail .couses_contents .course .mb50,
.main.detail .couses_contents .column .mb50 {
  margin-bottom: 50px !important;
}
.main.detail .couses_contents .border {
  margin: 0;
  padding: 0;
}
.main.detail .couses_contents .border img {
  vertical-align: top;
}
.main.detail .couses_contents .pager {
  margin: 0px auto;
  padding: 40px 0px 100px;
  text-align: center;
}
.pager2{
  padding: 40px 0px 100px;
  text-align:center;
}
btn btn-pink.feature_top {
    width: 50%;
    font-weight: bold;
    font-size: 17px;
    padding: 1.7%;
}
.pager2 ul li{
 background-color: #c42057;
 color:white;
 float:left;
 padding:1%;
 margin:1%;
 border-radius: 5px;
 width:21%;
 text-align: center;
}
.pager2 ul li a{
 text-decoration:none;
}
.pager3 {
    text-align: center;
}
.pager3 li {
    float: left;
    padding: 10% 1% 0;
    width: 31%;
}

.main.detail .couses_contents .pager .btn-list {
  zoom: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
}
.main.detail .couses_contents .pager .btn-list:before,
.main.detail .couses_contents .pager .btn-list:after {
  content: "";
  display: table;
}
.main.detail .couses_contents .pager .btn-list:after {
  clear: both;
}
.main.detail .couses_contents .pager .btn-list li {
  float: left;
  margin: 0px 10px 4px 0px;
}
.main.detail .couses_contents .bg1 {
  background: url("../../src/static/courses/bg_course1.png") left top no-repeat;
}
.main.detail .couses_contents .bg2 {
  background: url("../../src/static/courses/bg_course2.png") left top no-repeat;
}
.main.detail .couses_contents .bg3 {
  background: url("../../src/static/courses/bg_course3.png") left top no-repeat;
}
.main.detail .couses_contents .bg4 {
  background: url("../../src/static/courses/bg_course4.png") left top no-repeat;
}
.main.detail .couses_contents .bg5 {
  background: url("../../src/static/courses/bg_course5.png") left top no-repeat;
}
.main.beginner .content-title {
  background: url("../../src/static/courses/beginner/bg_title.png") left top no-repeat;
}
.main.beginner .content-title:before {
  background-image: url("../../src/static/courses/beginner/icon.png");
}
.main.beginner .course .text-area.left {
  background: url("../../src/static/courses/beginner/bg_text_left.png") left top no-repeat;
}
.main.beginner .course .text-area.right {
  background: url("../../src/static/courses/beginner/bg_text_right.png") left top no-repeat;
}
.main.beginner .course .text-area.right.text-bg2 {
  background: url("../../src/static/courses/beginner/bg_text_right2.png") left top no-repeat;
  height: 308px;
  margin-top: 85px;
}
.main.beginner .course .text-area.all {
  background: url("../../src/static/courses/beginner/bg_text_all.png") left top no-repeat;
}
.main.beginner .course .map-link {
  text-align: right;
}
.main.beginner .course .map-link a:link,
.main.beginner .course .map-link a:visited {
  color: #da8aa7;
}
.main.beginner .course .map-link a:hover,
.main.beginner .course .map-link a:active {
  color: #ee9ebb;
}
.main.beginner1 .course .illust1 {
  top: 74px;
  left: 650px;
}
.main.beginner1 .course .illust2 {
  top: 70px;
  left: 215px;
}
.main.beginner1 .course .illust3 {
  top: 100px;
  left: 560px;
}
.main.beginner1 .course .illust4 {
  top: 390px;
  left: 330px;
}
.main.beginner1 .course .illust5 {
  top: 160px;
  left: 510px;
}
.main.beginner1 .course .illust6 {
  top: 60px;
  left: 160px;
}
.main.beginner2 .couses_contents .course .illust1 {
  top: 48px;
  left: 557px;
}
.main.beginner2 .couses_contents .course .illust2 {
  top: 70px;
  left: 176px;
}
.main.beginner2 .couses_contents .course .illust3 {
  top: 131px;
  left: 496px;
}
.main.beginner2 .couses_contents .course .illust4 {
  top: 80px;
  left: 549px;
}
.main.beginner2 .couses_contents .course .illust5 {
  top: 376px;
  left: 558px;
}
.main.beginner2 .couses_contents .course .illust6 {
  top: 387px;
  left: 553px;
}
.main.beginner2 .couses_contents .pager div a:first-child {
  margin-right: 60px;
}
.main.beginner3 .couses_contents .course .illust2 {
  top: 379px;
  left: 672px;
}
.main.area .content-title {
  background: url("../../src/static/courses/area/bg_title.png") left top no-repeat;
}
.main.area .content-title:before {
  background-image: url("../../src/static/courses/area/icon.png");
}
.main.area .course .text-area.left {
  background: url("../../src/static/courses/area/bg_text_left.png") left top no-repeat;
}
.main.area .course .text-area.right {
  background: url("../../src/static/courses/area/bg_text_right.png") left top no-repeat;
}
.main.area .course .text-area.all {
  background: url("../../src/static/courses/area/bg_text_all.png") left top no-repeat;
}
.main.area .course .map-link {
  text-align: right;
}
.main.area .course .map-link a:link,
.main.area .course .map-link a:visited {
  color: #e3b464;
}
.main.area .course .map-link a:hover,
.main.area .course .map-link a:active {
  color: #f7c878;
}
.main.area .column.column-bg1 {
  height: 750px;
  background-image: url("../../src/static/courses/area/bg_column_750.png");
}
.main.area .column.column-bg2 {
  height: 490px;
  background-image: url("../../src/static/courses/area/bg_column_490.png");
}
.main.area .column.column-bg3 {
  height: 570px;
  background-image: url("../../src/static/courses/area/bg_column_570.png");
}
.main.area .column.column-bg4 {
  height: 630px;
  background-image: url("../../src/static/courses/area/bg_column_630.png");
}
.main.area .column.column-bg5 {
  height: 710px;
  background-image: url("../../src/static/courses/area/bg_column_710.png");
}
.main.area .column.column-bg6 {
  height: 536px;
  background-image: url("../../src/static/courses/area/bg_column_536.png");
}
.main.area .column .text-area .text {
  color: #ad791f;
}
.main.area .map-link-column {
  text-align: right;
  margin: -20px 80px 20px auto;
}
.main.area .pager {
  margin: 0px !important;
}
.main.area .pager .btn-list {
  width: 90% !important;
  margin: 0 5% !important;
}
.main.area .pager .btn-list li {
  width: 24% !important;
  margin: 0 0.5% !important;
}
.main.area1 .course .illust1 {
  top: 367px;
  left: 725px;
}
.main.area1 .course .illust2 {
  top: 370px;
  left: 753px;
}
.main.area1 .course .illust3 {
  top: 107px;
  left: 514px;
}
.main.area1 .course .illust4 {
  top: 167px;
  //left: 504px;
  
  left: 574px;
}
.main.area1 .column .illust1 {
  top: -25px;
  left: 665px;
}
.main.area2 .course .illust1 {
  top: 70px;
  left: 544px;
}
.main.area2 .course .illust2 {
  top: 92px;
  left: 240px;
}
.main.area2 .course .illust3 {
  top: 40px;
  left: 500px;
}
.main.area3 .course .illust1 {
  top: 100px;
  left: 550px;
}
.main.area3 .course .illust2 {
  top: 86px;
  left: 230px;
}
.main.area3 .course .illust3 {
  top: 380px;
  left: 750px;
}
.main.area3 .course .illust4 {
  top: 370px;
  left: 590px;
}
.main.area3 .course .illust5 {
  top: 160px;
  left: 510px;
}
.main.area3 .course .illust6 {
  top: 60px;
  left: 160px;
}
.main.area3 .column .illust1 {
  top: -25px;
  left: 665px;
}
.main.area3 .column .illust2 {
  top: 407px;
  left: 75px;
}
.main.area4 .course .illust1 {
  top: 85px;
  left: 557px;
}
.main.area4 .course .illust3 {
  top: 92px;
  left: 180px;
}
.main.area4 .course .illust4 {
  top: 44px;
  left: 566px;
}
.main.area4 .course .illust5 {
  top: 364px;
  left: 578px;
}
.main.area4 .course .illust6 {
  top: 112px;
  left: 241px;
}
.main.area5 .course .illust2 {
  top: 346px;
  left: 711px;
}
.main.area5 .course .illust3 {
  top: 282px;
  left: 754px;
}
.main.area5 .course .illust5 {
  top: 346px;
  left: 554px;
}
.main.area5 .column .illust2 {
  top: 0;
  left: 580px;
}
.main.bus .content-title {
  background: url("../../src/static/courses/bus/bg_title.png") left top no-repeat;
}
.main.bus .content-title:before {
  background-image: url("../../src/static/courses/bus/icon.png");
}
.main.bus .course .text-area.left {
  background: url("../../src/static/courses/bus/bg_text_left.png") left top no-repeat;
}
.main.bus .course .text-area.right {
  background: url("../../src/static/courses/bus/bg_text_right.png") left top no-repeat;
}
.main.bus .course .text-area.all {
  background: url("../../src/static/courses/bus/bg_text_all.png") left top no-repeat;
}
.main.bus .course .map-link a:link,
.main.bus .course .map-link a:visited {
  color: #a0c861;
}
.main.bus .course .map-link a:hover,
.main.bus .course .map-link a:active {
  color: #b4dc75;
}
.main.bus .column.column-bg1 {
  height: 740px;
  background-image: url("../../src/static/courses/bus/bg_column_740.png");
}
.main.bus .column .text-area .text {
  color: #6c804d;
}
.main.bus .map-link-column {
  text-align: right;
  margin: -20px 80px 20px auto;
}
.main.bus .map-link-access {
  text-align: right;
  margin: 0px 80px 20px auto;
}
.main.bus .access {
  position: relative;
  padding-bottom: 30px;
}
.main.bus .access a:link,
.main.bus .access a:visited {
  color: #5b9f0a;
  text-decoration: underline;
}
.main.bus .access a:hover,
.main.bus .access a:active {
  color: #6dbf0c;
  text-decoration: underline;
}
.main.bus .access .access-title {
  margin: 10px auto;
  text-align: center;
}
.main.bus .access:before {
  content: '';
  display: block;
  width: 180px;
  height: 180px;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url("../../src/static/courses/bus/icon2.png");
  position: absolute;
  top: 110px;
  left: 35px;
}
.main.bus .access .text {
  width: 650px;
  margin-left: 230px;
  font-size: 100%;
  line-height: 1.8em;
  color: #59504a;
}
.main.bus .access .access-bus1,
.main.bus .access .access-bus2,
.main.bus .access .access-bus3 {
  width: 877px;
  margin: 20px auto;
}
.main.bus .access .access-bus1 .access-subtitle,
.main.bus .access .access-bus2 .access-subtitle,
.main.bus .access .access-bus3 .access-subtitle {
  text-align: center;
  padding: 9px 0;
}
.main.bus .access .access-bus1 .text-area,
.main.bus .access .access-bus2 .text-area,
.main.bus .access .access-bus3 .text-area {
  width: 820px;
  margin: 20px auto 0px;
  text-align: left;
}
.main.bus .access .access-bus1 .text-area p,
.main.bus .access .access-bus2 .text-area p,
.main.bus .access .access-bus3 .text-area p {
  width: auto;
  vertical-align: middle;
  font-size: 110%;
  line-height: 1.4em;
}
.main.bus .access .access-bus1 dl.table,
.main.bus .access .access-bus2 dl.table,
.main.bus .access .access-bus3 dl.table {
  display: table;
  width: 820px;
  margin: 22px auto 50px;
}
.main.bus .access .access-bus1 dl.table dt,
.main.bus .access .access-bus2 dl.table dt,
.main.bus .access .access-bus3 dl.table dt {
  display: table-cell;
  width: 160px;
  vertical-align: middle;
  font-size: 110%;
  line-height: 1.4em;
  text-align: center;
  padding: 10px 0;
}
.main.bus .access .access-bus1 dl.table dd,
.main.bus .access .access-bus2 dl.table dd,
.main.bus .access .access-bus3 dl.table dd {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  font-size: 110%;
  line-height: 1.4em;
  padding-left: 15px;
}
.main.bus .access .access-bus1 dl.table .title1,
.main.bus .access .access-bus2 dl.table .title1,
.main.bus .access .access-bus3 dl.table .title1 {
  color: #ffd;
  text-shadow: #cf7406 0px 0px 4px;
  background-color: #f48807;
}
.main.bus .access .access-bus1 dl.table .title2,
.main.bus .access .access-bus2 dl.table .title2,
.main.bus .access .access-bus3 dl.table .title2 {
  color: #ffd;
  text-shadow: #1c5bad 0px 0px 4px;
  background-color: #216bcc;
}
.main.bus .access .access-bus1 dl.table .title3,
.main.bus .access .access-bus2 dl.table .title3,
.main.bus .access .access-bus3 dl.table .title3 {
  color: #ffd;
  text-shadow: #438a27 0px 0px 4px;
  background-color: #4fa22e;
}
.main.bus .access .access-bus1 dl.table+.text-area,
.main.bus .access .access-bus2 dl.table+.text-area,
.main.bus .access .access-bus3 dl.table+.text-area {
  margin-top: -2px;
}
.main.bus .access .access-bus1 {
  background: url("../../src/static/courses/bus/bg_access1.png") left top no-repeat;
  height: 346px;
  margin-top: 40px;
}
.main.bus .access .access-bus2 {
  background: url("../../src/static/courses/bus/bg_access2.png") left top no-repeat;
  height: 166px;
  margin-top: 20px;
}
.main.bus .access .access-bus3 {
  background: url("../../src/static/courses/bus/bg_access3.png") left top no-repeat;
  height: 206px;
  margin-top: 20px;
}
.main.bus1 .course .illust1 {
  top: 385px;
  left: 700px;
}
.main.bus1 .course .illust2 {
  top: 80px;
  left: 520px;
}
.main.bus1 .course .illust4 {
  top: 370px;
  left: 565px;
}
.main.shopping .content-title {
  background: url("../../src/static/courses/shopping/bg_title.png") left top no-repeat;
}
.main.shopping .content-title:before {
  background-image: url("../../src/static/courses/shopping/icon.png");
}
.main.shopping .route {
  padding-bottom: 20px;
}
.main.shopping .course .text-area.left {
  background: url("../../src/static/courses/shopping/bg_text_left.png") left top no-repeat;
  height: 380px !important;
}
.main.shopping .course .text-area.right {
  background: url("../../src/static/courses/shopping/bg_text_right.png") left top no-repeat;
  height: 370px !important;
}
.main.shopping .course .text-area.all {
  background: url("../../src/static/courses/shopping/bg_text_all.png") left top no-repeat;
  margin-bottom: 20px;
}
.main.shopping .course .map-link a:link,
.main.shopping .course .map-link a:visited {
  color: #74b9c1;
}
.main.shopping .course .map-link a:hover,
.main.shopping .course .map-link a:active {
  color: #88cdd5;
}
.main.shopping .couses_contents {
  padding-bottom: 40px;
}
.main.shopping .course .illust2 {
  top: 394px;
  left: 608px;
}
.main.shopping .course .illust3 {
  top: 360px;
  left: 470px;
}
.main.shopping .course .illust4 {
  top: 380px;
  left: 730px;
}
.main.shopping .course .illust5 {
  top: 375px;
  left: 120px;
}
.main.shopping .course .illust6 {
  top: 400px;
  left: 72px;
}


/* ----------
 width ~767 SP
---------- */
@media screen and (max-width: 1023px) {

  .sphonedisnone {
    display: none;
  }
  #portal,
  #page,
  #global-nav {
    width: 100%;
    border: none;
  }
  #header {
    padding: 0 0 10px 0;
    width: 100%;
  }
  #header #site-id {
    margin: 0;
    padding: 0 0 0 10px;
    width: 30%;
    float: left;
    height: auto;
  }
  #header #site-id img {
    width: 90%;
    height: auto;
  }
  #header #common-nav {
    display: none;
  }
  #contents {
    width: 96%;
    margin: 0 2%;
  }
  #nav-contents,
  #main-contents,
  #sub-contents {
    width: 100%;
    float: none;
    padding: 0 0 0 0 !important;
    margin: 0 0 15px 0 !important;
  }
  #global-nav ul {
    background: #ff6202;
    text-algin: center;
    margin: 0 auto;
  }
  #global-nav li {
    width: 33.3333%;
  }
  #global-nav li img {
    width: 100%;
    height: auto;
  }
  #category_menu {
    display: none;
  }
  #nav-contents {
    width: 100%;
    float: none !important;
    margin: 15px 0;
    padding: 20px 0 0 0 !important;
  }
  #nav-contents .tourism-nav {
    margin: 0;
    border: 1px solid #ff6202;
    background: #fff;
    width: 98%;
  }
  .tokusyubnr {
    width: 90%;
  }
  .tokusyubnr img {
    width: 100%;
    height: auto;
  }
  .main-contents-topbnr img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .update-nav {
    margin: 0 0 15px 0 !important;
    padding: 0 0 10px 0 !important;
    border: 1px solid #f60;
    width: 98% !important;
  }
  .tabContainer {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .tabList {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .tabList li {
    width: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
  }
  .tabList li img {
    width: 100%;
    height: auto;
  }
  .tab-cont {
    padding: 15px 0 0 15px;
  }
  .tab-cont-alignR {
    text-align: right;
    margin: 10px 10px 0 10px;
  }
  #contents dl.date-list01 dd a {
    display: block !important;
    border-bottom: 1px dotted #ccc;
    padding: 2px 10px 5px 10px !important;
  }
  #tokusyu {
    border: 1px solid #f60;
    width: 98%;
  }
  .tourism-title {
    background: #f60;
  }
  .tourism-title img {
    width: 200px;
    height: auto;
  }
  #footer {
    width: 100%;
    margin: 0;
  }
  #footer ul.eke-nav li {
    width: 47%;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px dotted #ccc;
    display: block !important;
    float: left;
    font-size: 0.625;
    font-weight: bold;
    margin: 0 0 0 0;
  }
  #footer ul.eke-nav li a {
    position: relative;
    display: block !important;
    background: url("../../portal/images/top/linkorange.gif") center right no-repeat;
    -webkit-background-size: auto 12px;
    -moz-background-size: auto 12px;
    background-size: auto 12px;
    padding: 5px 0 5px 10px !important;
  }
  .tie-nav {
    padding: 0 5px !important;
    font-size: 0.625;
  }
  .address {
    clear: both;
    margin: 0;
    padding: 0 5px !important;
    font-size: 9px !important;
  }
  #footer .copyright {
    clear: both;
    margin: 0;
    padding: 0 5px !important;
    font-size: 9px !important;
  }
  .main {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  .main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main img {
    max-width: 100%;
    height: auto;
  }
  .main .topic_path {
    display: none;
  }
  .main .go-top {
    text-align: right;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0 !important;
  }
  .main .go-top a {
    font-size: 87.5%;
    line-height: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
    padding: 10px 0 !important;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../../../src/static/courses/sp_icon_top.png");
  }
  .main .couses_contents .course .text-area {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .index.main .couses_contents .content-header {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .index.main .couses_contents .content-header .main-img {
    display: none;
  }
  .index.main .couses_contents .content-header .title {
    margin: 40px 0px 20px 0px;
    padding: 0px;
  }
  .index.main .couses_contents .content-header .title img {
    width: 80%;
    height: auto;
  }
  .index.main .couses_contents .content-header .sub-title {
    margin: 0px;
    padding: 0px;
  }
  .index.main .couses_contents .content-header p.text {
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 2.4em;
  }
  .index.main .couses_contents .content-header p.text .line-block {
    display: inline;
  }
  .index.main .couses_contents .content-menu {
    width: auto;
    height: auto;
    background-image: none;
  }
  .index.main .couses_contents .content-menu .btn-list {
    zoom: 1;
    margin-top: 10px;
  }
  .index.main .couses_contents .content-menu .btn-list:before,
  .index.main .couses_contents .content-menu .btn-list:after {
    content: "";
    display: table;
  }
  .index.main .couses_contents .content-menu .btn-list:after {
    clear: both;
  }
  .index.main .couses_contents .content-menu .btn-list li {
    float: left;
    margin: 0px 4px 4px 0px;
  }
  .index.main .couses_contents .content-menu .menu1,
  .index.main .couses_contents .content-menu .menu2,
  .index.main .couses_contents .content-menu .menu3,
  .index.main .couses_contents .content-menu .menu4 {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 20px;
  }
  .index.main .couses_contents .content-menu .menu1 .title,
  .index.main .couses_contents .content-menu .menu2 .title,
  .index.main .couses_contents .content-menu .menu3 .title,
  .index.main .couses_contents .content-menu .menu4 .title {
    margin: 0px 0px 0px 0px;
  }
  .index.main .couses_contents .content-menu .menu1 .sub-title,
  .index.main .couses_contents .content-menu .menu2 .sub-title,
  .index.main .couses_contents .content-menu .menu3 .sub-title,
  .index.main .couses_contents .content-menu .menu4 .sub-title {
    margin: 0px 0px 0px 0px;
  }
  .index.main .couses_contents .content-menu .menu1 .text,
  .index.main .couses_contents .content-menu .menu2 .text,
  .index.main .couses_contents .content-menu .menu3 .text,
  .index.main .couses_contents .content-menu .menu4 .text {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 0;
  }
  .index.main .couses_contents .content-menu .menu1 .btn-list,
  .index.main .couses_contents .content-menu .menu2 .btn-list,
  .index.main .couses_contents .content-menu .menu3 .btn-list,
  .index.main .couses_contents .content-menu .menu4 .btn-list {
    margin: 0px;
  }
  .index.main .couses_contents .content-menu .menu1 .btn-list li,
  .index.main .couses_contents .content-menu .menu2 .btn-list li,
  .index.main .couses_contents .content-menu .menu3 .btn-list li,
  .index.main .couses_contents .content-menu .menu4 .btn-list li {
    margin: 0 4px 4px 0 !important;
  }
  .index.main .couses_contents .content-menu .menu1 .btn-list li a,
  .index.main .couses_contents .content-menu .menu2 .btn-list li a,
  .index.main .couses_contents .content-menu .menu3 .btn-list li a,
  .index.main .couses_contents .content-menu .menu4 .btn-list li a {
    padding: 10px 10px !important;
  }
  .index.main .couses_contents .content-menu .menu1 .btn-list li a img,
  .index.main .couses_contents .content-menu .menu2 .btn-list li a img,
  .index.main .couses_contents .content-menu .menu3 .btn-list li a img,
  .index.main .couses_contents .content-menu .menu4 .btn-list li a img {
    width: 80%;
    height: auto;
  }
  .index.main .couses_contents .content-menu .menu1 {
    background: url("../../src/static/courses/sp_bg_pink.jpg") left top repeat;
  }
  .index.main .couses_contents .content-menu .menu1 .sub-title {
    margin-top: -30px;
    margin-left: 10px;
  }
  .index.main .couses_contents .content-menu .menu2 {
    background: url("../../src/static/courses/sp_bg_orange.jpg") left top repeat;
  }
  .index.main .couses_contents .content-menu .menu2 .sub-title {
    margin-top: -30px;
    margin-left: 10px;
  }
  .index.main .couses_contents .content-menu .menu3 {
    background: url("../../src/static/courses/sp_bg_green.jpg") left top repeat;
  }
  .index.main .couses_contents .content-menu .menu3 .sub-title {
    margin-left: 10px;
  }
  .index.main .couses_contents .content-menu .menu4 {
    background: url("../../src/static/courses/sp_bg_blue.jpg") left top repeat;
  }
  .index.main .couses_contents .content-menu .menu4 .sub-title {
    margin-top: -30px;
    margin-left: 10px;
  }
  .main.detail .couses_contents .content-header {
    padding-top: 10px;
  }
  .main.detail .couses_contents .content-header .title {
    margin: 20px 0px 0px 10px;
    display: block;
  }
  .main.detail .couses_contents .content-header .sub-title {
    margin: -30px 0px 0px 0px;
    display: block;
  }
  .main.detail .couses_contents .content-header .main-menu li {
    width: 25%;
  }
  .main.detail .couses_contents .content-title {
    position: relative;
    width: auto;
    height: auto;
    padding: 20px;
  }
  .main.detail .couses_contents .content-title:before {
    width: 16%;
    max-width: 80px;
    height: 0;
    padding-top: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .main.detail .couses_contents .content-title .title {
    position: relative;
    top: 0;
    left: 0;
    width: 84%;
    margin-left: 16%;
    margin-bottom: 20px;
  }
  .main.detail .couses_contents .content-title .btn-list {
    position: relative;
    top: 0;
    left: 0;
  }
  .main.detail .couses_contents .content-title .btn-list li {
    margin: 0 4px 4px 0 !important;
  }
  .main.detail .couses_contents .content-title .btn-list li a {
    padding: 10px 10px !important;
  }
  .main.detail .couses_contents .content-title .btn-list li a img {
    width: 80%;
    height: auto;
  }
  .main.detail .couses_contents .content-title .text {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin-top: 20px;
  }
  .main.detail .couses_contents .route .text {
    margin: 0px;
    padding: 20px;
    font-size: 93.75%;
    line-height: 1.8em;
  }
  .main.detail .couses_contents .course .course-title {
    width: auto;
    margin: 20px 0px 0px 10px;
  }
  .main.detail .couses_contents .course .photo {
    width: auto;
  }
  .main.detail .couses_contents .course .right {
    float: none;
  }
  .main.detail .couses_contents .course .left {
    float: none;
  }
  .main.detail .couses_contents .course .left.photo2 {
    width: auto;
    margin: 0px 0px 0px 0px;
  }
  .main.detail .couses_contents .course .right.photo2 {
    width: auto;
    margin: -30px 0px 0px 0px;
  }
  .main.detail .couses_contents .course .left.photo3 {
    width: auto;
    margin: 0px 0px 0px 0px;
  }
  .main.detail .couses_contents .course .right.photo3 {
    width: auto;
    margin: 0px 0px 0px 0px;
  }
  .main.detail .couses_contents .course .text-area .text {
    font-size: 100%;
    line-height: 1.8em;
    padding: 20px !important;
  }
  .main.detail .couses_contents .course .text-area .catch {
    padding: 20px !important;
  }
  .main.detail .couses_contents .course .text-area .catch+.text {
    padding-top: 0px !important;
  }
  .main.detail .couses_contents .course .text-area.left,
  .main.detail .couses_contents .course .text-area.right,
  .main.detail .couses_contents .course .text-area.all {
    width: auto !important;
    height: auto !important;
    margin: 10px 20px 20px;
  }
  .main.detail .couses_contents .course .illust {
    display: none;
  }
  .main.detail .couses_contents .column {
    width: auto;
    height: auto;
  }
  .main.detail .couses_contents .column .column-title {
    width: auto;
    height: auto;
    margin: 0 20px;
    padding: 20px 0 0 0;
  }
  .main.detail .couses_contents .column .photo {
    width: 46%;
  }
  .main.detail .couses_contents .column .text-area {
    width: auto;
    height: auto;
  }
  .main.detail .couses_contents .column .illust {
    display: none;
  }
  .main.detail .couses_contents .column .right {
    float: left;
    margin: 2%;
  }
  .main.detail .couses_contents .column .left {
    float: left;
    margin:2%;
  }
  .main.detail .couses_contents .column .text-area .catch {
    padding-top: 20px;
    margin: 0 20px;
  }
  .main.detail .couses_contents .column .text-area .text {
    font-size: 100%;
    line-height: 1.8em;
    padding: 20px;
  }
  .main.detail .couses_contents .column .text-area.left {
    width: auto;
    height: auto;
    margin: 0;
  }
  .main.detail .couses_contents .column .text-area.right {
    width: auto;
    height: auto;
    margin: 0;
  }
  .main.detail .couses_contents .column .text-area.all {
    width: auto;
    height: auto;
    margin: 0;
  }
  .main.detail .couses_contents .border {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
  .main.detail .couses_contents .border img {
    width: 200%;
    max-width: 200%;
  }
  .main.detail .couses_contents .pager {
    margin: 0px 40px;
    padding: 20px 0px 30px;
    text-align: center;
  }
  .main.detail .couses_contents .pager img {
    width: 80%;
  }
  .main.detail .couses_contents .pager .btn-list {
    zoom: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
  }
  .main.detail .couses_contents .pager .btn-list:before,
  .main.detail .couses_contents .pager .btn-list:after {
    content: "";
    display: table;
  }
  .main.detail .couses_contents .pager .btn-list:after {
    clear: both;
  }
  .main.detail .couses_contents .pager .btn-list li {
    float: left;
    margin: 0px 4px 4px 0px;
  }
  .main.detail .couses_contents .pager .btn-list li a {
    padding: 5px 0;
  }
  .main.detail .couses_contents .bg1,
  .main.detail .couses_contents .bg2,
  .main.detail .couses_contents .bg3 {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  .main.beginner .content-title {
    background: url("../../src/static/courses/sp_bg_pink.jpg") left top repeat;
  }
  .main.beginner .course .text-area.left,
  .main.beginner .course .text-area.right,
  .main.beginner .course .text-area.right.text-bg2,
  .main.beginner .course .text-area.all {
    background: url("../../src/static/courses/sp_bg_pink.jpg") left top repeat;
  }
  .main.beginner2 .couses_contents .pager div a:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main.area .content-title {
    background: url("../../src/static/courses/sp_bg_orange.jpg") left top repeat;
  }
  .main.area .course .text-area.left,
  .main.area .course .text-area.right,
  .main.area .course .text-area.all {
    background: url("../../src/static/courses/sp_bg_orange.jpg") left top repeat;
  }
  .main.area .column.column-bg1,
  .main.area .column.column-bg2,
  .main.area .column.column-bg3,
  .main.area .column.column-bg4,
  .main.area .column.column-bg5,
  .main.area .column.column-bg6 {
    height: auto;
    background: url("../../src/static/courses/sp_bg_yellow.jpg") left top repeat;
  }
  .main.area .map-link-column {
    margin-top: 0px;
  }
  .main.bus .content-title {
    background: url("../../src/static/courses/sp_bg_green.jpg") left top repeat;
  }
  .main.bus .content-title:before {
    width: 13% !important;
    top: 8px !important;
  }
  .main.bus .course .text-area.left,
  .main.bus .course .text-area.right,
  .main.bus .course .text-area.all {
    background: url("../../src/static/courses/sp_bg_green.jpg") left top repeat;
  }
  .main.bus .column.column-bg1,
  .main.bus .column.column-bg2 {
    height: auto;
    background: url("../../src/static/courses/sp_bg_green2.jpg") left top repeat;
  }
  .main.bus .column .left,
  .main.bus .column .right {
    margin: 0px !important;
  }
  .main.bus .map-link-column {
    margin-top: 0px;
  }
  .main.bus .access {
    padding-bottom: 10px;
    word-wrap: break-word;
  }
  .main.bus .access .access-title {
    margin: 10px auto;
    text-align: center;
  }
  .main.bus .access:before {
    display: none;
  }
  .main.bus .access .text {
    width: auto;
    margin: 10px 20px;
  }
  .main.bus .access .text:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url("../../src/static/courses/bus/icon2.png");
    float: left;
  }
  .main.bus .access .access-bus1,
  .main.bus .access .access-bus2,
  .main.bus .access .access-bus3 {
    width: auto;
    margin: 20px auto;
  }
  .main.bus .access .access-bus1 .access-subtitle,
  .main.bus .access .access-bus2 .access-subtitle,
  .main.bus .access .access-bus3 .access-subtitle {
    text-align: center;
    padding: 9px 0;
    background: url("../../src/static/courses/sp_bg_green.jpg") left top repeat;
  }
  .main.bus .access .access-bus1 .access-subtitle img,
  .main.bus .access .access-bus2 .access-subtitle img,
  .main.bus .access .access-bus3 .access-subtitle img {
    width: 80%;
  }
  .main.bus .access .access-bus1 .text-area,
  .main.bus .access .access-bus2 .text-area,
  .main.bus .access .access-bus3 .text-area {
    width: auto;
    text-align: left;
    margin: 20px;
    padding: 0px;
  }
  .main.bus .access .access-bus1 .text-area p,
  .main.bus .access .access-bus2 .text-area p,
  .main.bus .access .access-bus3 .text-area p {
    width: auto;
    font-size: 100%;
    line-height: 1.4em;
  }
  .main.bus .access .access-bus1 dl.table,
  .main.bus .access .access-bus2 dl.table,
  .main.bus .access .access-bus3 dl.table {
    display: block;
    width: auto;
    margin: 20px;
    padding: 0px;
  }
  .main.bus .access .access-bus1 dl.table dt,
  .main.bus .access .access-bus2 dl.table dt,
  .main.bus .access .access-bus3 dl.table dt {
    display: inline-block;
    width: auto;
    margin: 0px 5px 0px 0px;
    padding: 3px;
    float: left;
    font-size: 68.75%;
    line-height: 1.2em;
  }
  .main.bus .access .access-bus1 dl.table dd,
  .main.bus .access .access-bus2 dl.table dd,
  .main.bus .access .access-bus3 dl.table dd {
    display: inline;
    width: auto;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    line-height: 1.4em;
  }
  .main.bus .access .access-bus1 dl.table .title1,
  .main.bus .access .access-bus2 dl.table .title1,
  .main.bus .access .access-bus3 dl.table .title1 {
    color: #ffd;
    text-shadow: #cf7406 0px 0px 4px;
    background-color: #f48807;
  }
  .main.bus .access .access-bus1 dl.table .title2,
  .main.bus .access .access-bus2 dl.table .title2,
  .main.bus .access .access-bus3 dl.table .title2 {
    color: #ffd;
    text-shadow: #1c5bad 0px 0px 4px;
    background-color: #216bcc;
  }
  .main.bus .access .access-bus1 dl.table .title3,
  .main.bus .access .access-bus2 dl.table .title3,
  .main.bus .access .access-bus3 dl.table .title3 {
    color: #ffd;
    text-shadow: #438a27 0px 0px 4px;
    background-color: #4fa22e;
  }
  .main.bus .access .access-bus1 dl.table+.text-area,
  .main.bus .access .access-bus2 dl.table+.text-area,
  .main.bus .access .access-bus3 dl.table+.text-area {
    margin-top: -2px;
  }
  .main.bus .access .access-bus1,
  .main.bus .access .access-bus2,
  .main.bus .access .access-bus3 {
    background: none;
    height: auto;
    margin: 10px auto;
  }
  .main.shopping .content-title {
    background: url("../../src/static/courses/sp_bg_blue.jpg") left top repeat;
  }
  .main.shopping .course .text-area.left,
  .main.shopping .course .text-area.right,
  .main.shopping .course .text-area.all {
    background: url("../../src/static/courses/sp_bg_blue.jpg") left top repeat;
  }
  .main.shopping .couses_contents {
    padding-bottom: 20px;
  }
}



/***************************全体調整*************************/
/* ----------
common
---------- */

.main.detail .couses_contents .route .text {
font-size:121%;
}



/* ----------
 min 768 PC
---------- */
@media screen and (min-width: 768px) {
/*横幅100％コンテンツ用に左右マージンを調整*/

.contents_column_wrapper,
.contents_inner {
padding-right: 0 !important;
padding-left: 0 !important;
}

/*調整*/
.main.detail .couses_contents .content-header .main-menu {
width:100%;
margin: 0px auto;
}

.main.detail .couses_contents .content-title {
box-sizing:border-box;
padding:2% 3%;
margin-top: 2%;
}

.main.detail .couses_contents .border {
    margin: 0 auto;
    width:950px;
}

.main.detail .couses_contents .course .text-area.all {
margin:0 auto 10px auto;
}

.pc_950 {/*PC表示ではコンテンツエリアを950PXセンタリング*/
width:950px;
margin:0 auto;
}


.map-link-column a,
.main.detail .couses_contents .course .map-link a {
display:inline !important;
}
.main.detail .couses_contents .course .map-link .text {
font-size:121%;
}

}/*min-768px*/


/* ----------
 width ~767 SP
---------- */
@media screen and (max-width: 1023px) {

/*横幅100％コンテンツ用に左右マージンを調整*/

.contents_column_wrapper,
.contents_inner {
padding-right: 0 !important;
padding-left: 0 !important;
}
.breadcrumb {
padding-right: 3% !important;
padding-left: 3% !important;
}
.map-link-column a,
.main.detail .couses_contents .course .map-link a {
display:inline !important;
}

.pc_950 {
width:100%;
margin:0 auto;
}




.main.detail .couses_contents .course .text-area.all {
width: auto !important;
height: auto !important;
margin: 10px 20px 20px;
}

}/*max-767px*/

