@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  word-wrap: break-word; }
  body:before {
    height: 153px;
    width: 300px;
    position: absolute;
    left: 0;
    content: url(../images/common/lefttop.png); }
    @media screen and (max-width: 1200px) {
      body:before {
        display: none; } }
  body:after {
    height: 84px;
    width: 84px;
    position: absolute;
    left: 10%;
    bottom: -40%;
    content: url(../images/common/leftbottom.png); }
    @media screen and (max-width: 1200px) {
      body:after {
        display: none; } }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0; }

@media screen and (max-width: 1200px) {
  #main {
    width: 79.16667%; } }

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%; } }

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important; } }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: 500; }

b {
  font-weight: 500; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1200px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
header#global_header {
  width: 100%;
  min-width: 100%; }

#header {
  width: 100%;
  height: inherit !important;
  position: fixed;
  top: 0;
  left: 0;
  height: 180px;
  background: #fff !important;
  z-index: 1000; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header {
      height: inherit !important;
      position: static; } }
  @media only screen and (max-width: 468px) {
    #header {
      height: inherit !important;
      position: static; } }
  #header #siteID2 {
    position: absolute;
    top: -100px; }
  #header #siteID {
    font-size: 30px;
    margin: 30px 0 10px 0; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header #siteID {
        position: fixed;
        z-index: 55;
        top: -20px;
        left: 10px; }
        #header #siteID a {
          color: #fff !important;
          font-size: 22px; } }
    @media only screen and (max-width: 468px) {
      #header #siteID {
        position: fixed;
        z-index: 55;
        top: -20px;
        left: 10px; }
        #header #siteID a {
          color: #fff !important;
          font-size: 18px; } }
    #header #siteID a {
      text-decoration: none;
      color: #333; }

body header #local-keyvisual {
  position: relative;
  margin-top: 140px;
  margin-bottom: 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    body header #local-keyvisual {
      margin-top: 50px; } }
  @media only screen and (max-width: 468px) {
    body header #local-keyvisual {
      margin-top: 50px; } }

body header #local-keyvisual h1 {
  color: #529f8f;
  font-size: 2.3em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 70px 0;
  line-height: 70px;
  z-index: 10;
  position: relative; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    body header #local-keyvisual h1 {
      padding: 50px 0;
      line-height: 50px; } }
  @media only screen and (max-width: 468px) {
    body header #local-keyvisual h1 {
      padding: 40px 0;
      line-height: 40px;
      font-size: 1.6em; } }

body header #local-keyvisual #local-keyvisual-bg, body header #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center center; }

#appear1 {
  position: absolute;
  top: -100px; }

#appear2 {
  position: absolute;
  top: -100px;
  right: 60px; }

/*スクロールしたときの動き*/
#header.autofix.fixed .inner {
  position: absolute;
  display: none; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header.autofix.fixed .inner {
      position: static;
      display: block; } }
  @media only screen and (max-width: 468px) {
    #header.autofix.fixed .inner {
      position: static;
      display: block; } }
#header.autofix.fixed #appear1 {
  position: absolute;
  display: block;
  top: 10px;
  right: 30px;
  transition: 0.5s; }
  #header.autofix.fixed #appear1 img {
    width: 60%; }
#header.autofix.fixed #appear2 {
  position: absolute;
  display: block;
  top: 10px;
  right: 70px;
  transition: 0.5s; }
  #header.autofix.fixed #appear2 img {
    width: 60%; }
#header.autofix.fixed #siteID2 {
  position: absolute;
  top: 15px;
  left: 20px;
  transition: 0.5s; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header.autofix.fixed #siteID2 {
      display: none; } }
  @media only screen and (max-width: 468px) {
    #header.autofix.fixed #siteID2 {
      display: none; } }
  #header.autofix.fixed #siteID2 a {
    text-decoration: none;
    color: #333;
    font-weight: bold; }
@media only screen and (max-width: 1400px) {
  #header.autofix.fixed #nav_global ul li {
    display: inline-block !important;
    width: inherit;
    float: inherit;
    margin-right: 2%; }
    #header.autofix.fixed #nav_global ul li:nth-child(1) {
      margin-left: 100px; }
    #header.autofix.fixed #nav_global ul li a {
      font-size: 14px !important; } }

.fltR {
  background-color: #f38c16;
  padding: 10px 20px;
  margin: 10px 0; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .fltR {
      display: none; } }
  @media only screen and (max-width: 468px) {
    .fltR {
      display: none; } }
  .fltR #nav_header img {
    width: 50%;
    margin: 0 0 0 30px;
    border: solid 2px #fff;
    padding: 6px;
    border-radius: 3px; }
  .fltR li {
    color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left; }
    .fltR li:nth-of-type(1) {
      margin: 15px 25px 0 0; }
    .fltR li a {
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      letter-spacing: 0.1em;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      float: left; }
      .fltR li a span {
        display: block;
        color: #fff;
        font-weight: 500;
        font-size: 13px; }

/*お問い合わせのオレンジボタン*/
.sp_cont {
  background-color: #f38c16;
  padding: 0 20px;
  margin: 10px !important;
  color: #fff;
  display: none; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .sp_cont {
      display: block;
      margin: 10px 70px; } }
  @media only screen and (max-width: 468px) {
    .sp_cont {
      display: block;
      margin: 10px 70px;
      padding: inherit; } }
  .sp_cont li {
    margin: 0 auto;
    color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left; }
    .sp_cont li:nth-child(1) {
      width: 30% !important;
      font-size: 18px;
      font-weight: 500;
      padding-top: 28px; }
      @media only screen and (max-width: 468px) {
        .sp_cont li:nth-child(1) {
          width: 28% !important;
          font-size: 14px;
          padding-top: 25px;
          white-space: nowrap; } }
    .sp_cont li:nth-child(2) {
      width: 70% !important;
      white-space: nowrap; }
      .sp_cont li:nth-child(2) a:nth-of-type(1) {
        width: 80%;
        display: block;
        text-align: center; }
        @media only screen and (max-width: 468px) {
          .sp_cont li:nth-child(2) a:nth-of-type(1) {
            width: 80%;
            font-size: 16px; } }
        .sp_cont li:nth-child(2) a:nth-of-type(1) span {
          display: block;
          margin-top: -20px;
          font-size: 14px; }
          @media only screen and (max-width: 468px) {
            .sp_cont li:nth-child(2) a:nth-of-type(1) span {
              margin-top: -28px; } }
      .sp_cont li:nth-child(2) a:nth-of-type(2) {
        width: 15%; }
        @media only screen and (max-width: 468px) {
          .sp_cont li:nth-child(2) a:nth-of-type(2) {
            width: 20%; } }
    .sp_cont li a {
      font-weight: bold;
      font-size: 25px;
      line-height: 50px;
      letter-spacing: 0.1em;
      color: #fff;
      text-decoration: none;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      float: left; }
      .sp_cont li a span {
        font-size: 18px;
        font-weight: normal; }
        @media only screen and (max-width: 468px) {
          .sp_cont li a span {
            display: block; } }
      .sp_cont li a img {
        width: 70%;
        border: solid 2px #fff;
        padding: 6px;
        border-radius: 3px;
        margin-top: 15px; }
        @media only screen and (max-width: 468px) {
          .sp_cont li a img {
            width: 100%;
            margin-top: 10px; } }

#nav_global {
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #529f8f;
  border-bottom: 2px solid #529f8f; }
  #nav_global ul {
    max-width: 1200px;
    margin: 0 auto; }
    #nav_global ul li {
      width: 13.55%;
      /* IE11 */
      float: left;
      position: relative; }
      #nav_global ul li:hover {
        background-color: #529f8f;
        font-weight: bold; }
        #nav_global ul li:hover a {
          color: #fff; }
      #nav_global ul li ul {
        width: 100% !important;
        position: absolute;
        top: 50px;
        z-index: 10; }
        #nav_global ul li ul li {
          width: 100% !important;
          top: 0px;
          left: 0px;
          float: none; }
          #nav_global ul li ul li:last-child {
            border-bottom: none; }
          #nav_global ul li ul li a {
            display: block;
            background-color: #529f8f;
            color: #fff;
            text-decoration: none;
            font-size: 14px; }
      #nav_global ul li a {
        display: block;
        width: 100% !important;
        line-height: 50px;
        font-weight: bold;
        color: #529f8f;
        text-decoration: none; }

#mainArea {
  width: 100% !important;
  position: relative !important; }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    #mainArea {
      width: auto !important; } }

#main_image {
  margin-top: 144px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #main_image {
      margin-top: 50px !important; } }
  @media only screen and (max-width: 468px) {
    #main_image {
      margin-top: 50px; } }
  @media only screen and (max-width: 468px) {
    #main_image #slider {
      margin-left: -80px; } }
  @media only screen and (max-width: 468px) and (max-width: 468px) {
    #main_image #slider li img {
      max-width: 120%;
      margin-top: 10px; } }

.mean-container .mean-bar {
  background: #529f8f !important;
  position: fixed !important;
  z-index: 50 !important; }

.mean-container .mean-nav {
  background: #fff !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #529f8f !important;
  padding: 8px 5% !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.mean-nav ul li:last-child {
  border-bottom: 1px solid #529f8f !important; }
.mean-nav ul li a {
  color: #529f8f !important; }

.mean-container .mean-nav ul li ul {
  background-color: #529f8f; }
  .mean-container .mean-nav ul li ul li {
    border-bottom: 1px solid #fff; }
    .mean-container .mean-nav ul li ul li:last-child {
      border-bottom: none; }
    .mean-container .mean-nav ul li ul li a {
      color: #fff !important; }

footer#global_footer {
  max-width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 100%; }
  footer#global_footer a {
    color: #333333;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  footer .inner {
    padding-top: 30px; }
  footer #nav_footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 80px; }
    @media only screen and (max-width: 468px) {
      footer #nav_footer {
        display: none; } }
    footer #nav_footer li {
      line-height: 23px;
      text-align: left;
      color: #fff; }
      footer #nav_footer li a {
        padding: 0 10px;
        color: #fff;
        text-decoration: none;
        font-size: 14px; }
        footer #nav_footer li a span {
          display: block;
          margin-top: 8px; }
        footer #nav_footer li a:hover {
          opacity: 0.6; }
    footer #nav_footer .col3 li:nth-of-type(1) {
      line-height: 14px; }
      footer #nav_footer .col3 li:nth-of-type(1) span {
        padding-left: 30px; }
    footer #nav_footer .col3 li:nth-of-type(2) {
      margin-top: -10px; }
  footer #pagetop {
    display: block;
    width: 85px;
    height: 85px;
    background-color: #529f8f;
    position: fixed;
    bottom: 360px;
    right: 30px;
    border-radius: 50%;
    z-index: 100 !important; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer #pagetop {
        display: block;
        width: 65px;
        height: 65px;
        right: 10px;
        z-index: 100 !important; } }
    @media only screen and (max-width: 468px) {
      footer #pagetop {
        display: block;
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 250px;
        z-index: 100 !important; } }
    footer #pagetop a {
      display: block;
      color: #fff;
      margin-top: 5px; }
      @media only screen and (max-width: 468px) {
        footer #pagetop a {
          font-size: 14px;
          line-height: 30px; } }
      footer #pagetop a span {
        display: block;
        color: #fff;
        font-weight: bold; }
        @media only screen and (max-width: 468px) {
          footer #pagetop a span {
            display: none; } }
  footer small {
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    footer small a {
      color: #fff !important; }
  footer .footer_siteID {
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    footer .footer_siteID li:nth-of-type(1) {
      margin-top: 50px; }
    footer .footer_siteID li:nth-of-type(2) {
      font-size: 36px;
      color: #fff;
      padding: 10px 0; }
      footer .footer_siteID li:nth-of-type(2) a {
        color: #fff !important; }
        @media only screen and (max-width: 468px) {
          footer .footer_siteID li:nth-of-type(2) a {
            font-size: 25px; } }
  @media screen and (max-width: 768px) {
    footer .fltL, footer .fltR {
      float: none; } }
  footer #copy a {
    text-decoration: none; }
    footer #copy a:hover {
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      footer #copy a {
        line-height: 60px; } }

#contents_wrap {
  padding: 0 70px;
  padding-bottom: 70px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents_wrap {
      padding: 0 10px; } }
  @media only screen and (max-width: 468px) {
    #contents_wrap {
      padding: 0 10px; } }

#contents {
  width: 100%;
  min-width: 100%;
  max-width: inherit;
  background-color: #fff; }

h1 {
  font-size: 30px;
  color: #529f8f; }

.com_tb {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .com_tb h2 {
    font-weight: bold; }
  .com_tb td {
    padding: 10px !important;
    vertical-align: top; }
    @media only screen and (max-width: 468px) {
      .com_tb td {
        height: 200px; }
        .com_tb td img {
          width: 100% !important; } }
    .com_tb td:nth-of-type(1) {
      /*padding-left: 40px !important;*/ }
    .com_tb td:nth-of-type(3) {
      text-align: center; }

.btn {
  background-color: #529f8f;
  text-align: center !important;
  width: 100%;
  display: inline-block;
  margin-top: -10px; }
  .btn a {
    display: block;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: url(../images/common/yazirusi.png) no-repeat 95% center/6%; }

.menu_tb {
  border: solid 2px #529f8f;
  padding: 15px 20px;
  height: auto; }
  .menu_tb a {
    color: #529f8f;
    font-weight: bold;
    display: block;
    width: 100%;
    text-decoration: none;
    background: url(../images/common/yazirusi_gr.png) no-repeat 95% center/6%; }
  @media only screen and (max-width: 468px) {
    .menu_tb {
      float: none !important; } }
  .menu_tb h3 {
    font-size: 18px;
    color: #529f8f;
    text-align: center; }
  .menu_tb tr:nth-of-type(1) td:nth-of-type(1) {
    border-bottom: 2px solid #529f8f !important; }
  .menu_tb tr:nth-of-type(2) td {
    padding: 5px 0 !important; }
  .menu_tb tr:nth-of-type(3), .menu_tb tr:nth-of-type(4), .menu_tb tr:nth-of-type(5) {
    background-color: #d7e6e2;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #529f8f; }
  .menu_tb td {
    text-align: center;
    padding: 15px !important; }

.common_h2 {
  font-size: 30px;
  color: #529f8f; }
  @media only screen and (max-width: 468px) {
    .common_h2 {
      margin-top: 90px;
      font-size: 24px;
      line-height: 30px; }
      .common_h2 h2 {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-weight: bold; } }
    @media only screen and (max-width: 468px) and (max-width: 468px) {
      .common_h2 h2 {
        font-size: 20px; } }

.com_tb td:nth-of-type(3) {
  text-align: left !important; }
  .com_tb td:nth-of-type(3) div {
    margin-bottom: 20px; }

@media only screen and (max-width: 468px) {
  .com_tb td {
    height: inherit !important; } }

.news {
  border: solid #529f8f 3px;
  padding: 25px !important; }

.news_txt {
  border-bottom: solid #ddd 1px;
  padding: 0 0 0 0 !important; }

/* side */
/*左サイド*/
#col_side1 {
  width: 29% !important;
  margin-right: 1% !important;
  max-width: 330px !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #col_side1 {
      float: none !important;
      width: 100% !important;
      max-width: 100% !important; } }
  #col_side1 h2 {
    font-size: 25px;
    margin-bottom: 20px; }
  #col_side1 address {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500; }
  #col_side1 a {
    color: #529f8f;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 70px; }
  #col_side1 #left_1,
  #col_side1 #left_2,
  #col_side1 #left_3,
  #col_side1 #left_4,
  #col_side1 #left_5,
  #col_side1 #left_6 {
    border: solid 2px #529f8f;
    text-align: center;
    margin-bottom: 8px; }
  #col_side1 #left_4 {
    margin-bottom: 8px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #col_side1 #left_4 {
        text-align: center; } }
    @media only screen and (max-width: 468px) {
      #col_side1 #left_4 img {
        width: 100%; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #col_side1 #left_8 h2 {
      text-align: center; } }
  @media only screen and (max-width: 468px) {
    #col_side1 #left_8 h2 {
      text-align: center; } }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #col_side1 #left_8 address {
      text-align: center; } }
  @media only screen and (max-width: 468px) {
    #col_side1 #left_8 address {
      text-align: center; } }
  #col_side1 #left_9,
  #col_side1 #left_10 {
    text-align: center;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
    background-color: #f38c16; }
    #col_side1 #left_9 a,
    #col_side1 #left_10 a {
      color: #fff;
      text-decoration: none;
      text-align: center;
      line-height: 50px; }

/*お問い合わせ電話アイコン*/
#left_12 img {
  width: 7%;
  margin-right: 2%;
  margin-bottom: 5%; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #left_12 img {
      width: 3%;
      margin-right: 1%;
      margin-bottom: 2%; } }
  @media only screen and (max-width: 468px) {
    #left_12 img {
      width: 5%;
      margin-right: 2%;
      margin-bottom: 4.5%; } }

@media screen and (min-width: 469px) and (max-width: 768px) {
  #left_13 {
    text-align: center; } }
@media only screen and (max-width: 468px) {
  #left_13 img {
    width: 100%; } }

.wakusen {
  border: solid #ddd 1px;
  padding: 15px;
  padding-bottom: 0px; }

.wakusen2 {
  border: solid #fff 1px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .wakusen2 {
      width: 330px;
      margin: 0 auto; } }
  @media only screen and (max-width: 468px) {
    .wakusen2 {
      width: 330px !important;
      margin: 0 auto !important;
      float: none !important; } }

#main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

#main #col_main {
  padding: 30px;
  border: solid #eee 2px;
  width: 70%;
  max-width: 850px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  #main #col_main h1 {
    display: none; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #main #col_main {
      float: none;
      width: 100%; } }
  @media only screen and (max-width: 468px) {
    #main #col_main {
      padding: 5px;
      margin-bottom: 10px; } }

.btn_common {
  text-align: center; }
  .btn_common td {
    background-color: #d7e6e2;
    color: #529f8f;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .btn_common td a {
      text-decoration: none;
      color: #529f8f;
      display: block;
      width: 100%;
      padding: 20px 0 !important; }
  .btn_common tr:nth-of-type(1) td:nth-of-type(1) {
    background: url(../images/common/ken.png) no-repeat #d7e6e2 13% center/15%; }
  .btn_common tr:nth-of-type(1) td:nth-of-type(2) {
    background: url(../images/common/jaz.png) no-repeat #d7e6e2 15% center/10%; }
  .btn_common tr:nth-of-type(2) td:nth-of-type(1) {
    background: url(../images/common/fura.png) no-repeat #d7e6e2 13% center/13%; }
  .btn_common tr:nth-of-type(2) td:nth-of-type(2) {
    background: url(../images/common/hanyou_dance.png) no-repeat #d7e6e2 13% center/12%; }

.btn_common3 {
  text-align: center; }
  .btn_common3 td {
    background-color: #d7e6e2;
    color: #529f8f;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .btn_common3 td a {
      text-decoration: none;
      color: #529f8f;
      display: block;
      width: 100%;
      padding: 20px 0 !important; }
  .btn_common3 tr:nth-of-type(1) td:nth-of-type(1) {
    background: url(../images/common/yoga.png) no-repeat #d7e6e2 13% center/18%; }
  .btn_common3 tr:nth-of-type(1) td:nth-of-type(2) {
    background: url(../images/common/book.png) no-repeat #d7e6e2 15% center/14%; }
  .btn_common3 tr:nth-of-type(2) td:nth-of-type(1) {
    background: url(../images/common/hanyou_dance.png) no-repeat #d7e6e2 13% center/11%; }
  .btn_common3 tr:nth-of-type(2) td:nth-of-type(2) {
    background: url(../images/common/hanyou_dance.png) no-repeat #d7e6e2 13% center/11%; }

.sample td {
  background: url(../images/common/hanyou_dance.png) no-repeat #d7e6e2 13% center/12% !important; }

.btn_3 td:nth-of-type(1) {
  background: url(../images/common/yoga.png) no-repeat #d7e6e2 15% center/18%; }
.btn_3 td:nth-of-type(2) {
  background: url(../images/common/book.png) no-repeat #d7e6e2 15% center/18%; }

.btn_common2 {
  text-align: center; }
  .btn_common2 table {
    border-collapse: inherit !important; }
  .btn_common2 td {
    background-color: #529f8f;
    padding: 20px 0 !important;
    color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .btn_common2 td a {
      text-decoration: none;
      color: #fff; }

.back_border {
  position: relative;
  display: block;
  padding: 0 55px;
  width: 350px;
  margin: 10px auto !important;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .back_border {
      width: 234px;
      line-height: 20px; } }

.back_border:before, .back_border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black; }

.back_border:before {
  left: 0; }

.back_border:after {
  right: 0; }

/* 下層共通 */
.pankuzu {
  font-size: 13px; }

.btn2 a {
  text-decoration: none;
  background-color: #f38c16;
  color: #fff;
  padding: 15px 100px; }

.btn3 a {
  text-decoration: none;
  background-color: #f38c16;
  color: #fff;
  width: 100%;
  display: block;
  padding: 15px 0; }

.btn3_2 a {
  text-decoration: none;
  background-color: #529f8f;
  color: #fff;
  width: 97.555%;
  display: block;
  padding: 20px 0;
  margin: 0 auto; }

table td {
  padding: 10px !important; }

.btn_tb a {
  background-color: #f38c16;
  color: #fff;
  text-decoration: none;
  padding: 15px 120px;
  display: block;
  width: 100%; }

/* 社交ダンス */
.shakou_tb tr:nth-of-type(1) {
  border-top: 1px solid #ddd !important; }
.shakou_tb td {
  border-bottom: 1px solid #ddd !important;
  padding: 15px 0 !important; }

.performance_tb td {
  border: none;
  border-bottom: 1px solid #ccc; }
  .performance_tb td:nth-of-type(1) {
    width: 15%;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 468px) {
      .performance_tb td:nth-of-type(1) {
        background-color: #eee;
        font-weight: bold;
        color: #333; } }
  @media only screen and (max-width: 468px) {
    .performance_tb td {
      border: none; } }

/* 講師紹介 */
.artist_tb {
  border: 2px solid #ccc; }
  .artist_tb table {
    height: 200px !important; }
    .artist_tb table tr:nth-of-type(3) td a {
      text-decoration: none;
      background-color: #f38c16;
      color: #fff;
      padding: 10px 50px;
      border-radius: 5px; }
    .artist_tb table td {
      text-align: center; }
      .artist_tb table td h3 {
        color: #333;
        font-weight: bold; }

.class_h3 h3 {
  font-weight: 500;
  font-size: 20px;
  color: #529f8f;
  background-color: #d7e6e3;
  padding: 8px 0 8px 5px;
  border-left: 2px solid #529f8f; }

.news {
  width: 100%;
  margin: 50px auto;
  margin-bottom: 100px;
  font-size: 15px;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden; }

.news_top {
  width: 100%;
  margin: 50px auto;
  margin-bottom: 100px;
  font-size: 15px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 3px #529f8f;
  padding: 10px; }

/* 教室案内 */
@media only screen and (max-width: 468px) {
  .feature_tb {
    margin-bottom: 20px !important;
    text-align: center; } }
.feature_tb table {
  height: 250px !important; }
  .feature_tb table tr td {
    border: none; }
  .feature_tb table tr:nth-of-type(1) {
    height: 60px;
    text-align: center;
    background-color: #529f8f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em; }
  .feature_tb table tr:nth-of-type(2) {
    background-color: #d7e6e3; }
  .feature_tb table tr span {
    font-weight: bold; }

@media only screen and (max-width: 468px) {
  .feature_tb2 {
    margin: inherit !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 468px) {
  .gallery {
    margin: inherit !important;
    margin-bottom: 10px !important; } }
@media only screen and (max-width: 468px) {
  .gallery div {
    margin: inherit !important;
    text-align: center !important; }
    .gallery div img {
      width: 100%; } }

@media only screen and (max-width: 468px) {
  .movie {
    margin: inherit !important; } }
@media only screen and (max-width: 468px) {
  .movie div {
    margin-bottom: 20px !important; } }

.btn_common2 td {
  padding: 10px 0 !important; }
  .btn_common2 td a {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: url(../images/common/yazirusi.png) no-repeat 95% center/6%; }

/*その他ダンス*/
@media only screen and (max-width: 468px) {
  .hiphop_tb table {
    margin-bottom: 60px; } }
.hiphop_tb table tr:nth-of-type(1) {
  background-color: #d7e6e3; }
  .hiphop_tb table tr:nth-of-type(1) td {
    color: #529f8f; }
    .hiphop_tb table tr:nth-of-type(1) td h3 {
      font-weight: bold; }
.hiphop_tb table tr:nth-of-type(2) td, .hiphop_tb table tr:nth-of-type(3) td {
  border-bottom: 1px solid #ddd !important;
  padding: 15px 0 !important; }
  @media only screen and (max-width: 468px) {
    .hiphop_tb table tr:nth-of-type(2) td, .hiphop_tb table tr:nth-of-type(3) td {
      text-align: center;
      border-bottom: inherit !important; } }
  .hiphop_tb table tr:nth-of-type(2) td:nth-of-type(1), .hiphop_tb table tr:nth-of-type(3) td:nth-of-type(1) {
    color: #333;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 468px) {
      .hiphop_tb table tr:nth-of-type(2) td:nth-of-type(1), .hiphop_tb table tr:nth-of-type(3) td:nth-of-type(1) {
        background-color: #eee;
        padding: 8px 0 !important; } }

.hiphop_tb td:nth-of-type(1) {
  width: 16% !important; }
  @media only screen and (max-width: 468px) {
    .hiphop_tb td:nth-of-type(1) {
      width: 100% !important; } }

.time_money_tb table tr td,
.info_tb table tr td {
  border-bottom: 1px solid #ddd !important;
  padding: 15px 0 !important; }
  @media only screen and (max-width: 468px) {
    .time_money_tb table tr td,
    .info_tb table tr td {
      border-bottom: inherit !important;
      text-align: center; } }
  .time_money_tb table tr td:nth-of-type(1),
  .info_tb table tr td:nth-of-type(1) {
    color: #333;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 468px) {
      .time_money_tb table tr td:nth-of-type(1),
      .info_tb table tr td:nth-of-type(1) {
        background-color: #eee; } }

@media only screen and (max-width: 468px) {
  .none_box {
    display: none !important; } }

/*.a_tb{
	table{
		tr{
			&:nth-of-type(4){
				td{
					text-align: justify;
					font-weight: normal;
				}
			}
			td{
				&:nth-of-type(1){
					width: 30%;
				}
			}
		}
	}
}*/
@media only screen and (max-width: 468px) {
  .dance_bnr1 {
    text-align: center !important;
    margin-bottom: 20px; } }

@media only screen and (max-width: 468px) {
  .bnr_box {
    margin-top: -20px !important; } }

@media only screen and (max-width: 468px) {
  .bnr {
    margin: inherit !important;
    margin-top: 10px !important; } }

@media only screen and (max-width: 468px) {
  .teacher {
    text-align: center; } }
@media only screen and (max-width: 468px) {
  .teacher table td {
    border: none; } }
.teacher table tr:nth-of-type(1) {
  font-size: 24px; }
  .teacher table tr:nth-of-type(1) h3 {
    background-color: #eee;
    padding: 5px 0 5px 3px;
    font-size: 1rem; }
.teacher table tr:nth-of-type(2) td {
  text-align: justify; }
  @media only screen and (max-width: 468px) {
    .teacher table tr:nth-of-type(2) td {
      background-color: #eee; } }
.teacher h3 {
  font-weight: bold;
  color: #333; }
  @media only screen and (max-width: 468px) {
    .teacher h3 {
      text-align: center; } }

.waribiki {
  background-color: #fff352;
  padding: 15px 5px;
  font-weight: bold; }

@media only screen and (max-width: 468px) {
  .artist_tb {
    float: none;
    margin: inherit !important;
    margin-top: 20px !important; } }

/* 受付 */
.info_tb td:nth-of-type(1) {
  width: 16%;
  text-align: left !important; }

/* よくあるご質問 */
.question {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dashed #529f8f; }

/* 大阪街歩きガイド */
.common_h3 {
  padding-bottom: 10px;
  font-size: 20px; }
  @media only screen and (max-width: 468px) {
    .common_h3 h3 {
      text-align: center; } }

.osaka_img {
  text-align: center !important; }
  @media only screen and (max-width: 468px) {
    .osaka_img img {
      width: 100% !important; } }

/* お問い合わせ */
.contact_h2 {
  font-size: 30px; }
  @media only screen and (max-width: 468px) {
    .contact_h2 {
      font-size: 20px; } }

.tel_info {
  font-size: 30px;
  color: #f38c16; }
  .tel_info span {
    display: block;
    margin-top: 10px;
    font-size: 20px; }
  .tel_info a {
    text-decoration: none;
    color: #f38c16;
    font-weight: 500; }

@media only screen and (max-width: 468px) {
  .cont_box .contact_h2 {
    font-size: 20px; } }
@media only screen and (max-width: 468px) {
  .cont_box .tel {
    font-size: 18px; } }
.cont_box .tel a {
  font-weight: bold; }

/* プライバシーポリシー */
.policy h2 {
  font-size: 20px;
  border-bottom: 1px dashed #529f8f;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #529f8f; }
.policy p {
  margin-top: 10px !important;
  font-size: 15px; }

.intro_policy {
  padding-bottom: 20px; }

/*ページ内リンクのずれの調整*/
#recruit,
#gallery2,
#News,
#jazz,
#simai,
#fula,
#yoga,
#roudoku,
#koube,
#hiphop_jr,
#hiphop_40,
#party_dance,
#bridal,
#license,
#need,
#beginner,
#otamesi,
#kozin,
#dantai,
#friend,
#hiphop_dance,
#business_trip,
#shibu,
#chia,
#jiriki,
#pira {
  margin-top: -90px;
  padding-top: 90px; }

.top_h1 h1 {
  display: block !important; }
  @media only screen and (max-width: 468px) {
    .top_h1 h1 {
      font-size: 20px; } }

@media only screen and (max-width: 468px) {
  #left_5 img {
    width: 100%; } }

@media screen and (min-width: 469px) and (max-width: 768px) {
  #left_15 a {
    text-align: center !important; } }
@media only screen and (max-width: 468px) {
  #left_15 a {
    text-align: center !important; } }

/* title */
@media screen and (max-width: 768px) {
  .midashi {
    width: 20% !important; } }
@media screen and (max-width: 468px) {
  .midashi {
    width: 100% !important; } }
.midashi h2 {
  color: #333;
  line-height: 1.5;
  font-size: 40px;
  padding: 10px 0; }

/* box */
.home_td {
  margin-left: -20px !important; }
  @media screen and (max-width: 768px) {
    .home_td {
      margin-left: -2.5641% !important; } }
  @media screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    float: left;
    width: 240px;
    margin: 0 0 20px 20px !important; }
    @media screen and (max-width: 768px) {
      .home_td .box {
        width: 47.4358%;
        margin: 0 0 2.5641% 2.5641% !important; } }
    @media screen and (max-width: 468px) {
      .home_td .box {
        width: 100%;
        margin: 0 0 20px 0 !important; } }
    .home_td .box img {
      width: 100% !important; }

/*# sourceMappingURL=common.css.map */
