@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-family: "genju";
  font-weight: 400;
  src: url(../fonts/genju-r.eot) format("eot"), url(../fonts/genju-r.woff) format("woff"); }
@font-face {
  font-family: "genju";
  font-weight: 500;
  src: url(../fonts/genju-m.eot) format("eot"), url(../fonts/genju-m.woff) format("woff"); }
@font-face {
  font-family: "genju";
  font-weight: 700;
  src: url(../fonts/genju-b.eot) format("eot"), url(../fonts/genju-b.woff) format("woff"); }
* {
  -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.7;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: genju, sans-serif;
  font-size: 16px;
  word-wrap: break-word; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } }

a {
  text-decoration: none; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1120px; }

@media screen and (max-width: 1120px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 480px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #104480;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0;
  background: #fff;
  max-width: 100%; }
  #contents a {
    transition: .3s; }
    #contents a:hover {
      opacity: 0.7; }

#main {
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 1120px) {
    #main {
      width: 100%; } }

#main #col_main {
  width: 100%; }
  @media screen and (max-width: 1120px) {
    #main #col_main {
      width: 100%; } }

@media screen and (max-width: 1120px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1120px) {
  #side aside {
    width: 100% !important; } }

.map {
  margin: 0 auto;
  max-width: 1120px; }

.map li {
  border-left: 3px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }
  .map li:last-child {
    display: none; }

.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 {
  margin-bottom: -1px !important;
  padding: 15px !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: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1120px) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1120px;
  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: 1120px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 480px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 480px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
.fwb {
  font-weight: bold; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs25 {
  font-size: 25px; }

.fs26 {
  font-size: 26px; }

.fs27 {
  font-size: 27px; }

.fs28 {
  font-size: 28px; }

.fs29 {
  font-size: 29px; }

.fs30 {
  font-size: 30px; }

.fs31 {
  font-size: 31px; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto; }

.dsnone {
  display: none; }

.not_page {
  font-size: 32px; }

.pankuzu {
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .pankuzu {
      display: none; } }

header#global_header {
  max-width: 100%; }

#header {
  width: 100%;
  padding: 20px 0 0;
  border-bottom: 1px solid #eee; }
  @media screen and (max-width: 1000px) {
    #header {
      padding: 20px 20px 0; } }
  @media screen and (max-width: 768px) {
    #header {
      padding-top: 70px; } }

.h_wrap {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .h_wrap {
      margin: 0 auto 15px; } }
  .h_wrap #siteID {
    float: left; }
    @media screen and (max-width: 640px) {
      .h_wrap #siteID {
        float: none; } }
  .h_wrap .h_right {
    float: right;
    text-align: right;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .h_wrap .h_right {
        float: none;
        text-align: center;
        margin: 20px 0 0; } }
    .h_wrap .h_right .tel {
      font-weight: 400;
      font-size: 28px;
      display: inline-block;
      position: relative;
      margin-left: 110px; }
      .h_wrap .h_right .tel::before {
        content: '予約優先制';
        font-weight: bold;
        font-size: 16px;
        background: #22a8e5;
        color: #fff;
        padding: 3px 10px;
        border-radius: 5px;
        position: absolute;
        top: 5px;
        left: -110px; }

#nav_global {
  width: 100%; }
  #nav_global ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li ul {
        position: absolute;
        width: 500px;
        top: 50px;
        left: -35px;
        z-index: 1000; }
        #nav_global ul li ul li {
          background: rgba(153, 179, 27, 0.8);
          transition: .3s; }
          #nav_global ul li ul li a {
            color: #fff; }
          #nav_global ul li ul li:hover {
            background: rgba(245, 245, 245, 0.4); }
          #nav_global ul li ul li::before {
            background-color: #fff; }
          #nav_global ul li ul li:last-child::after {
            display: none; }
          #nav_global ul li ul li:first-child::before {
            display: none; }
      #nav_global ul li::before {
        content: '';
        position: absolute;
        top: 32%;
        left: 0;
        display: inline-block;
        width: 1px;
        height: 18px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #99b31b; }
      #nav_global ul li:last-child::after {
        content: '';
        position: absolute;
        top: 32%;
        right: 0;
        display: inline-block;
        width: 1px;
        height: 18px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #99b31b; }
      #nav_global ul li a {
        color: #262626;
        padding: 15px 0;
        font-weight: 500;
        text-decoration: none;
        display: block;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #nav_global ul li a span {
          font-size: 12px;
          color: #aaa;
          display: block;
          -webkit-transition: all .3s;
          transition: all .3s; }
        #nav_global ul li a:hover {
          color: #22a8e5 !important; }

#main_image {
  margin: 0 auto; }

#mainArea {
  width: 100% !important;
  background: #f3f3f3;
  padding: 15px 0; }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1120px) {
    #mainArea {
      width: auto !important; } }

.mean-container .mean-bar {
  background: #99b31b !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #99b31b !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  min-width: 100%; }

#footer {
  padding: 40px 0 0;
  font-weight: 500;
  background: #f3f3f3; }
  #footer .tel {
    font-size: 20px; }
    #footer .tel a {
      color: #333; }

.flogo {
  margin: 0 0 30px; }

.subnav {
  max-width: 1120px;
  margin: 30px auto 40px;
  font-size: 14px; }
  @media screen and (max-width: 1000px) {
    .subnav {
      padding: 0 20px; } }
  .subnav ul {
    margin-right: -15px; }
    .subnav ul li {
      display: inline-block;
      margin-right: 15px; }
      .subnav ul li a {
        color: #333;
        transition: .3s; }
        .subnav ul li a:hover {
          color: #22a8e5; }

.copy {
  background: #99b31b;
  color: #fff;
  padding: 3px 0; }
  .copy small {
    font-size: 14px; }

#contents_wrap {
  padding: 40px 0 100px; }
  @media screen and (max-width: 1120px) {
    #contents_wrap {
      padding: 60px 20px 80px; } }
  @media screen and (max-width: 480px) {
    #contents_wrap {
      padding: 20px 10px 50px; } }

/* TOP */
.title01 {
  font-size: 18px;
  line-height: 2.0; }
  @media screen and (max-width: 480px) {
    .title01 {
      font-size: 14px; } }
  .title01 h1 {
    font-size: 28px;
    font-weight: bold;
    color: #99b31b;
    letter-spacing: 0.1em;
    line-height: 1.4;
    display: inline-block;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 480px) {
      .title01 h1 {
        font-size: 22px; }
        .title01 h1 br {
          display: none; } }
  .title01 h2 {
    font-size: 28px;
    font-weight: bold;
    color: #262626;
    position: relative; }
    .title01 h2::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 3px;
      background: #22a8e5;
      top: 60px;
      left: 0;
      right: 0;
      margin: auto; }
    @media screen and (max-width: 480px) {
      .title01 h2 {
        font-size: 22px; }
        .title01 h2::before {
          top: 45px; } }

.title02 h1 {
  font-size: 28px;
  font-weight: bold;
  color: #262626;
  position: relative; }
  .title02 h1::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #22a8e5;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto; }
  @media screen and (max-width: 480px) {
    .title02 h1 {
      font-size: 22px; }
      .title02 h1::before {
        top: 45px; } }
.title02 h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ccc; }
  @media screen and (max-width: 480px) {
    .title02 h2 {
      font-size: 20px; } }

.title03 h2 {
  font-size: 22px;
  font-weight: bold;
  color: #99b31b;
  letter-spacing: 0.1em;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .title03 h2 {
      font-size: 20px; } }

.flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: -2.60% !important; }
  @media screen and (max-width: 768px) {
    .flexbox {
      display: block;
      margin-right: -2% !important; } }
  @media screen and (max-width: 480px) {
    .flexbox {
      margin-right: 0 !important; } }
  .flexbox .box01 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 30.43%;
    margin-right: 2.60% !important; }
    @media screen and (max-width: 768px) {
      .flexbox .box01 {
        float: left;
        width: 48%;
        margin-right: 2% !important;
        margin-bottom: 30px !important; } }
    @media screen and (max-width: 480px) {
      .flexbox .box01 {
        float: none;
        width: 100%;
        margin-right: 0 !important; }
        .flexbox .box01 img {
          width: 100% !important; } }
    .flexbox .box01 td {
      border: none !important;
      padding: 0 !important; }
      .flexbox .box01 td.btn {
        padding-top: 20px !important; }
      .flexbox .box01 td.tbl_text {
        padding-top: 15px !important; }
      .flexbox .box01 td h2 {
        font-size: 20px;
        font-weight: bold;
        color: #99b31b;
        display: inline-block;
        line-height: 1.4;
        padding: 18px 0; }
        @media screen and (max-width: 480px) {
          .flexbox .box01 td h2 {
            font-size: 18px; } }
      .flexbox .box01 td h3 {
        font-size: 20px;
        font-weight: bold;
        color: #99b31b;
        display: inline-block;
        border-bottom: 2px solid #99b31b;
        width: 100%;
        line-height: 1.4; }
        @media screen and (max-width: 480px) {
          .flexbox .box01 td h3 {
            font-size: 18px; } }
      .flexbox .box01 td .btn01 {
        color: #767676;
        text-align: center;
        display: block;
        border: 2px solid #767676;
        font-weight: bold;
        padding: 15px 0;
        position: relative;
        transition: .3s; }
        .flexbox .box01 td .btn01::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f105';
          position: absolute;
          right: 10px;
          top: 13px;
          margin: auto;
          font-size: 18px; }
        .flexbox .box01 td .btn01:hover {
          color: #22a8e5;
          border: 2px solid #22a8e5; }

.con_bg {
  background: url(../images/contents/top_bg.jpg) top center no-repeat;
  background-size: cover;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }
  .con_bg .con_inner {
    max-width: 1120px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 60px; }
    @media screen and (max-width: 480px) {
      .con_bg .con_inner {
        padding: 30px; } }

.tbl_btn td {
  padding: 0 !important;
  border: none !important; }
  .tbl_btn td.btn02 a {
    background: #22a8e5;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 15px;
    padding: 45px 0;
    transition: .3s; }
    .tbl_btn td.btn02 a:hover {
      opacity: 0.7; }
    @media screen and (max-width: 768px) {
      .tbl_btn td.btn02 a {
        font-size: 18px; } }

.news_wrap {
  max-height: 400px;
  overflow-y: auto; }
  .news_wrap td {
    padding: 30px 0 !important;
    border: none !important;
    border-bottom: 1px dashed #ccc !important; }
    @media screen and (max-width: 768px) {
      .news_wrap td {
        display: block !important; } }
    .news_wrap td.day {
      width: 13.16%; }
      @media screen and (max-width: 1120px) {
        .news_wrap td.day {
          width: 15%; } }
      @media screen and (max-width: 1000px) {
        .news_wrap td.day {
          width: 17%; } }
      @media screen and (max-width: 864px) {
        .news_wrap td.day {
          width: 20%; } }
      @media screen and (max-width: 768px) {
        .news_wrap td.day {
          width: 100%; } }
      .news_wrap td.day span {
        background: #99b21b;
        border-radius: 5px;
        font-weight: bold;
        color: #fff;
        padding: 3px 10px; }
      @media screen and (max-width: 768px) {
        .news_wrap td.day {
          border: none !important;
          padding-bottom: 0 !important; } }
    .news_wrap td.news_title {
      padding-left: 2% !important; }
      @media screen and (max-width: 768px) {
        .news_wrap td.news_title {
          padding: 15px 0 20px 0 !important; } }

.btn03 {
  width: 31.25%; }
  @media screen and (max-width: 768px) {
    .btn03 {
      width: 100%; } }
  .btn03 a {
    color: #767676;
    text-align: center;
    display: block;
    border: 2px solid #767676;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    transition: .3s; }
    .btn03 a::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f105';
      position: absolute;
      right: 10px;
      top: 13px;
      margin: auto;
      font-size: 18px; }
    .btn03 a:hover {
      color: #22a8e5;
      border: 2px solid #22a8e5; }

@media screen and (max-width: 880px) {
  .img_emp img {
    display: none; } }

.topics {
  border: 5px solid #eee; }
  .topics h2 {
    font-size: 20px;
    font-weight: bold; }

.imgL {
  margin-right: 30px; }
  @media screen and (max-width: 480px) {
    .imgL {
      margin: 0 auto 10px; } }

@media screen and (max-width: 480px) {
  td.spcenter {
    text-align: center !important; } }

.staff td {
  padding: 0 !important;
  border: none !important; }
  .staff td span {
    font-size: 18px;
    font-weight: bold; }

.leftbox01 {
  float: left;
  width: 32%; }
  @media screen and (max-width: 480px) {
    .leftbox01 {
      float: none;
      width: 100%;
      margin-bottom: 15px; } }

.rightbox01 {
  float: right;
  width: 65%; }
  @media screen and (max-width: 480px) {
    .rightbox01 {
      float: none;
      width: 100%; } }

.leftbox02 {
  float: left;
  width: 65%; }
  @media screen and (max-width: 480px) {
    .leftbox02 {
      float: none;
      width: 100%; } }

.rightbox02 {
  float: right;
  width: 32%; }
  @media screen and (max-width: 480px) {
    .rightbox02 {
      float: none;
      width: 100%;
      margin-bottom: 15px; } }

.point td {
  padding: 20px !important; }

.p_wrap {
  margin-right: -2.60%; }
  @media screen and (max-width: 480px) {
    .p_wrap {
      margin-right: 0; } }
  .p_wrap .policy {
    float: left;
    width: 47.39%;
    margin-right: 2.60%;
    margin-bottom: 2.60%;
    border: 2px solid #ddd;
    padding: 20px; }
    @media screen and (max-width: 480px) {
      .p_wrap .policy {
        float: none;
        width: 100%;
        margin-right: 0; } }
    .p_wrap .policy h2 {
      color: #99b31b;
      font-size: 20px;
      font-weight: bold;
      border-bottom: 1px dashed #99b31b;
      display: inline-block;
      width: 100%;
      margin: 0 0 10px 0; }

.question {
  position: relative;
  padding: 0 0 0 70px;
  font-size: 20px;
  color: #99b31b;
  font-weight: bold; }
  .question::before {
    content: url(../images/contents/icon_q.png);
    position: absolute;
    top: -12px;
    left: 0px; }

.answer {
  position: relative;
  padding: 0 0 40px 70px;
  border-bottom: 1px dashed #ccc; }
  .answer::before {
    content: url(../images/contents/icon_a.png);
    position: absolute;
    top: -5px;
    left: 0px; }

@media screen and (max-width: 480px) {
  .tbl_scroll table {
    table-layout: auto !important; } }
