@charset "UTF-8";
/*===============================================================================
調整
===============================================================================*/
ol,
ul,
table,
li,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px; }

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5 {
  font-weight: normal;
  line-height: 1.3em; }

/*===============================================================================
SCSS
===============================================================================*/
/*===============================================================================
ベース
===============================================================================*/
body {
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif; }
  body a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: hand !important;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    body a:hover {
      opacity: 0.8;
      text-decoration: none;
      color: #66af3f; }
  body .container {
    position: relative;
    z-index: 2; }
  body section h2:before {
    content: " ";
    margin-top: -120px;
    height: 120px;
    display: block;
    visibility: hidden; }
  body #contents section:nth-child(odd) {
    padding: 0px 0px 50px 0px;
    margin: 0px 0px 0px 0px; }
  body #contents section:nth-child(even) {
    background: #f2f2f2;
    padding: 0px 0px 50px 0px;
    margin: 0px 0px 0px 0px; }
  body .wrap01 {
    max-width: 798px;
    margin: 0px auto; }

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); }

@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); }

.flex {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flexcenter {
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: wrap; }

.col2 {
  width: 48%; }

.col3 {
  width: 30%; }

.col4 {
  width: 21%; }

.col5 {
  width: 63%; }

.sp {
  display: none; }

.pc {
  display: inline-block; }

.btnlist {
  margin-bottom: 50px;
  position: relative;
  z-index: 10000; }
  .btnlist ul {
    justify-content: center; }
    .btnlist ul li {
      min-width: 300px;
      margin: 10px;
      list-style: none; }
      .btnlist ul li.middle {
        min-width: 400px; }
      .btnlist ul li.long {
        min-width: 500px; }
      .btnlist ul li a {
        display: block;
        border: solid 2px #c9caca;
        padding: 10px 10px 10px 0px;
        text-align: center;
        background: #FFF;
        color: #6cbb5a;
        border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        position: relative; }
        .btnlist ul li a::after {
          margin-left: 10px;
          content: " \f061";
          font-family: FontAwesome;
          left: 87%;
          position: absolute;
          top: 25%; }
  .btnlist.anchor ul li a::after {
    margin-left: 10px;
    content: " \f063";
    font-family: FontAwesome;
    left: 87%;
    position: absolute;
    top: 25%; }
  .btnlist ul li a[target="_blank"]:after {
    margin-left: 10px;
    content: " \f24d";
    font-family: FontAwesome;
    position: absolute;
    top: 25%; }
  .btnlist ul li a[href$=".pdf"]::after {
    margin-left: 10px;
    content: " \f1c1";
    font-family: FontAwesome;
    position: absolute;
    top: 25%; }
  .btnlist ul li a:hover {
    background: #6cbb5a;
    border: solid 2px #6cbb5a;
    color: #FFF;
    text-decoration: none; }
  .btnlist.color2 ul li a {
    color: #212529; }
    .btnlist.color2 ul li a:hover {
      color: #FFF;
      background: #66af3f;
      border: solid 2px #66af3f; }

.center {
  text-align: center; }

.sp {
  display: none; }

/*===============================================================================
タイトルあしらい
===============================================================================*/
.container .title {
  text-align: center; }
  .container .title p {
    text-align: left; }
  .container .title h2 {
    display: inline-block;
    margin-top: -50px; }
  .container .title.top {
    margin-top: -50px; }
    .container .title.top h2 {
      margin-top: 0px; }
  .container .title h1,
  .container .title h2,
  .container .title h3 {
    min-width: 400px; }
  .container .title h1 {
    text-align: center;
    font-size: 40px;
    color: #6cbb5a;
    background: #FFF;
    padding: 30px;
    position: relative;
    display: inline-block;
    z-index: 10;
    border-radius: 400px 400px 400px 400px/ 400px 400px 400px 400px; }

@media (max-width: 767px) {
  .container .title.top {
    margin-top: -50px; }
  .container .title h2 {
    margin-top: -30px; }
  .container .title h1,
  .container .title h2,
  .container .title h3 {
    min-width: 200px; }
  .container .title h1 {
    font-size: 26px; }
    .container .title h1 span {
      font-size: 20px; }
  .container .title img {
    width: 110px;
    height: auto; }
  .container .title h2 {
    font-size: 24px; }
    .container .title h2.s {
      font-size: 24px; }
    .container .title h2 span {
      font-size: 18px; }
  .container h2.center {
    font-size: 20px; }
  .container h4 {
    font-size: 18px; } }

@media (max-width: 767px) {
  body #contents {
    background: url(../img/bk02.png) center top repeat-y;
    background-size: 120%; } }

body #contents section:nth-child(even) .title h1 {
  background: #f2f2f2; }

.container .title h1 span {
  font-size: 26px;
  display: block;
  color: #222; }

.container .title h2 {
  text-align: center;
  font-size: 36px;
  color: #6cbb5a;
  background: #FFF;
  padding: 30px;
  position: relative;
  display: inline-block;
  z-index: 10000;
  border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px; }

body #contents section:nth-child(even) .title h2 {
  background: #f2f2f2; }

.container .title h2.s {
  font-size: 26px; }

.container .title h2 span {
  font-size: 26px;
  display: block;
  color: #222; }

.container h2.center {
  font-size: 26px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.container h3 {
  background: #FFF;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center; }

.container h4 {
  font-size: 20px;
  margin-bottom: 10px; }

.container p {
  margin-bottom: 40px;
  line-height: 1.8em; }

/*===============================================================================
共通
===============================================================================*/
.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

/*スライダー調整*/
.bxslider li {
  display: none; }
  .bxslider li:first-child {
    display: block; }

/*空き状況*/
.aki {
  margin-bottom: 40px; }
  .aki h4 {
    font-size: 18px;
    text-align: center;
    border-bottom: dashed 1px #ccc;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px; }
  .aki dl {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px; }
    .aki dl dt {
      background: #FFF;
      padding: 10px; }

body #contents section:nth-child(2n+1) .aki dl dt {
  border: solid 1px #ddd; }

.aki dl dd {
  background: #fdcd0c;
  padding: 10px; }
  .aki dl dd.none {
    background: #a2d7d4; }

/*お知らせ*/
.news dl {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 40px;
  border-bottom: 1px #ddd solid; }
  .news dl dt,
  .news dl dd {
    padding: 15px 0px; }
  .news dl dt {
    width: 25%;
    font-weight: normal; }
  .news dl dd {
    width: 72%; }
  .news dl dt span {
    padding: 5px 10px;
    margin-right: 30px;
    color: #FFF;
    text-align: center;
    border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px; }
  .news dl dt .cate01 {
    background: #7ecef4; }
  .news dl dt .cate02 {
    background: #fdcd0c; }
  .news dl dt .cate03 {
    background: #f19db1; }
  .news dl dt .cate04 {
    background: #6cbb5a; }
  .news dl dt .cate05 {
    background: #d9ad5a; }
  .news dl dd a {
    color: #212529;
    position: relative; }
    .news dl dd a:hover {
      text-decoration: none;
      color: #66af3f; }

/*イラスト*/
.illust ul li {
  position: absolute;
  z-index: 1;
  list-style: none;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px); }
  .illust ul li:nth-child(1) {
    top: -60px;
    left: 10%; }
  .illust ul li:nth-child(2) {
    top: -10px;
    left: 0px; }
  .illust ul li:nth-child(3) {
    top: -60px;
    right: 10%; }
  .illust ul li:nth-child(4) {
    top: -10px;
    right: 0px; }
  .illust ul li.mv {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  @media (max-width: 767px) {
    .illust ul li img {
      width: 40px;
      height: auto; } }

/*テーブル*/
table.table {
  margin: 0px 0px 50px 0px;
  border-collapse: separate;
  border-spacing: 0px 15px; }
  table.table th,
  table.table td {
    padding: 10px;
    border: none; }
  table.table th {
    background: #6cbb5a;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #FFF;
    font-weight: normal;
    font-size: 15px; }
    table.table th:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-left-color: #6cbb5a;
      border-width: 10px;
      margin-top: -10px; }
  table.table td {
    background: #f8f8f8;
    padding-left: 20px; }

/* firefox */
body #contents section:nth-child(2n) table.table td {
  background: #FFF; }

/*テーブルボーダー*/
table.border {
  margin: 0px 0px 50px 0px;
  background: #FFF;
  border-collapse: collapse;
  border-bottom: solid 1px #ddd !important; }
  table.border tbody {
    width: 100%; }
  table.border tr {
    width: 100%;
    border-bottom: solid 1px #ddd; }
    table.border tr:last-child {
      border: none; }
  table.border th,
  table.border td {
    padding: 10px 10px;
    vertical-align: center;
    font-weight: normal;
    text-align: center; }
  table.border th {
    vertical-align: top; }
    table.border th span {
      display: inline-block;
      padding: 3px;
      min-width: 80px;
      color: #FFF;
      border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px; }
  table.border .color00 {
    background: #f6ad3c; }
  table.border .color01 {
    background: #ec6d61; }
  table.border .color02 {
    background: #ba79b1; }
  table.border .color03 {
    background: #5bc2d9; }
  table.border .color04 {
    background: #36b592; }
  table.border .color05 {
    background: #8fc31f; }

table.list {
  margin: 0px 0px 50px 0px;
  background: #FFF;
  border-collapse: collapse; }
  table.list tr:nth-child(even) {
    background: #f2f2f2; }
  table.list th,
  table.list td {
    padding: 10px; }
  table.list tr:nth-child(even) th {
    border-right: solid 1px #FFF; }
  table.list th {
    border-right: solid 1px #f2f2f2;
    text-align: center;
    font-weight: normal; }

table ~ ul {
  margin-top: -60px; }
  table ~ ul.none {
    margin-top: 0px; }

/*テーブルリスト*/
/*リスト*/
ul.list li {
  list-style-position: outside;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 40px; }

/*フォトリスト*/
.photolist {
  margin-bottom: 50px; }
  .photolist dl img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }

/*フロー*/
.flow {
  margin-bottom: 50px; }

#contents .flow .next h3 {
  background: none;
  position: relative; }

.flow .next h3::after {
  content: " \f017";
  font-family: FontAwesome;
  left: 0%;
  top: 0%;
  font-size: 30px;
  position: absolute; }

.flow .cont {
  margin-bottom: 30px; }
  .flow .cont h3 {
    background-size: 30px;
    padding: 0px 0px 0px 40px;
    margin: 0px 0px 10px 0px; }

.flow img {
  width: 100%;
  height: auto; }

.flow .next {
  position: relative;
  padding-bottom: 60px; }
  .flow .next::after {
    content: "\f063";
    font-family: FontAwesome;
    left: 23%;
    bottom: 0%;
    font-size: 40px;
    color: #e95383;
    position: absolute; }
  .flow .next:last-child {
    padding: 0px; }
    .flow .next:last-child::after {
      content: ""; }

/*イベント*/
.event {
  margin-bottom: 50px; }
  .event .cal {
    margin-bottom: 30px; }
    .event .cal .img {
      position: relative; }
      .event .cal .img img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      .event .cal .img .month {
        position: absolute;
        top: -10px;
        left: -10px;
        background: #e95383;
        border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px;
        color: #FFF;
        width: 55px;
        height: 55px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Comic Sans MS'; }
        .event .cal .img .month span {
          font-size: 30px;
          padding-right: 2px; }
    .event .cal h3 {
      background: none;
      padding-left: 0px; }
    .event .cal p {
      margin-bottom: 10px; }

/*資料ダウンロード*/
.filelist {
  margin-bottom: 50px; }
  .filelist a {
    position: relative;
    color: #212529;
    display: block; }
  .filelist dl {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .filelist dl:last-child {
      padding: 0px;
      margin: 0px;
      border: none; }
    .filelist dl dt {
      padding-left: 60px; }
    .filelist dl dd {
      padding-left: 70px; }
    .filelist dl dd {
      font-size: 12px;
      font-weight: bold; }
    .filelist dl dt span {
      position: relative;
      padding-left: 90px;
      background: #f2f2f2;
      border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
      padding: 10px 10px 10px 30px;
      margin-bottom: 10px;
      display: block; }
      section:nth-child(even) .filelist dl dt span {
        background: #FFF; }
      .filelist dl dt span.s {
        font-size: 12px;
        background: none;
        padding: 0px; }
        .filelist dl dt span.s::after {
          content: ""; }
      .filelist dl dt span::after {
        margin-right: 10px;
        content: " \f061";
        font-family: FontAwesome;
        left: 10px;
        top: 10px;
        position: absolute; }

a[target="_blank"]:after {
  margin-left: 10px;
  content: " \f24d";
  font-family: FontAwesome;
  position: absolute;
  top: 25%; }

a[href$=".pdf"]::after {
  margin-left: 10px;
  content: " \f1c1";
  font-family: FontAwesome;
  position: absolute;
  top: 25%; }

.filelist a[href$=".pdf"]::after {
  margin-right: 10px;
  content: " \f1c1";
  font-family: FontAwesome;
  position: absolute;
  font-size: 30px;
  top: 0px; }

/*リンクあしらい*/
a[target="_blank"]:after {
  margin-left: 10px;
  content: " \f24d";
  font-family: FontAwesome;
  position: absolute;
  top: 25%; }

a[href$=".pdf"]::after {
  margin-left: 10px;
  content: " \f1c1";
  font-family: FontAwesome;
  position: absolute;
  top: 25%; }

@media (max-width: 767px) {
  /*空き状況*/
  .aki .col2 {
    width: 100%; }
  /*お知らせ*/
  .news dl {
    display: block; }
    .news dl dt,
    .news dl dd {
      width: 100%;
      text-align: left;
      padding: 0px 0px 0px 0px; }
    .news dl dt {
      padding: 20px 0px 10px 0px; }
    .news dl dd {
      padding-bottom: 20px;
      border-bottom: 1px solid #f2f2f2; }
  .sp {
    display: block; }
  .pc {
    display: none; }
  .second dl.tellist dt,
  .second dl.tellist dd {
    width: 100%; }
  .second dl.tellist dt {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-bottom: 0px; } }

/*===============================================================================
グローバルナビ　ヘッダー
===============================================================================*/
.inner {
  margin: 0 auto; }
  .inner:after {
    content: "";
    clear: both;
    display: block; }

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 0px 0 0;
  line-height: 1;
  z-index: 999;
  color: #000;
  text-decoration: none; }
  #top-head a {
    color: #000;
    text-decoration: none; }
  #top-head .inner {
    position: relative;
    padding-bottom: 0px;
    z-index: 100000000; }
  #top-head .logoimg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    background: #FFF; }
    @media (max-width: 767px) {
      #top-head .logoimg {
        display: block;
        padding: 10px; } }
    #top-head .logoimg h1 {
      font-size: 16px;
      margin: 0px 10px; }
      #top-head .logoimg h1 span {
        font-size: 26px; }
      @media (max-width: 767px) {
        #top-head .logoimg h1 {
          margin: 0px;
          padding: 0px;
          font-size: 14px; }
          #top-head .logoimg h1 span {
            font-size: 18px; } }

#global-nav ul {
  list-style: none;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #805621; }
  @media (max-width: 767px) {
    #global-nav ul {
      display: block; } }
  #global-nav ul li {
    float: left; }
    #global-nav ul li a {
      padding: 10px 40px 10px 40px;
      color: #FFF;
      display: block; }
      @media (max-width: 1100px) {
        #global-nav ul li a {
          padding-left: 20px;
          padding-right: 20px; } }
  #global-nav ul.toplink li a {
    padding: 0px 30px 0px 30px; }
    #global-nav ul.toplink li a:last-child {
      padding: 0px 20px 0px 30px; }
  #global-nav ul li a span {
    padding: 10px 0px;
    position: relative;
    display: inline-block; }
    #global-nav ul li a span::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      background-color: #FFF;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    #global-nav ul li a span:hover::after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.95);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in; }
  #top-head.fixed .logo p {
    display: none; }
  #top-head.fixed #global-nav ul {
    bottom: 15px; }
    #top-head.fixed #global-nav ul.toplink {
      bottom: 50px; }
    #top-head.fixed #global-nav ul li a {
      padding: 0 20px; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }
  #nav-toggle p {
    font-size: 8px;
    margin: -8px 0px 5px 0px;
    padding: 0px;
    text-align: center; }
  #nav-toggle div {
    position: relative; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 11px; }
    #nav-toggle span:nth-child(3) {
      top: 22px; }

/*ドロップダウンメニュー*/
.dropmenu {
  *zoom: 1;
  padding: 0; }
  .dropmenu:before {
    content: "";
    display: table; }
  .dropmenu:after {
    content: "";
    display: table;
    clear: both; }
  .dropmenu li {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center; }
    .dropmenu li ul {
      list-style: none;
      position: absolute;
      z-index: 9999;
      top: 100%;
      bottom: 0px;
      left: -50px;
      margin: auto auto; }
      .dropmenu li ul li {
        width: 100%; }
        .dropmenu li ul li a {
          display: block;
          padding: 12px !important;
          background: #ffe7ef;
          text-align: center;
          min-width: 200px;
          color: #e95383;
          border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px; }
          .dropmenu li ul li a:hover {
            background: #e95383;
            color: #FFF !important; }

/*フリップ*/
#dropmenu li ul {
  display: block; }
  #dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .2s; }

#dropmenu li:hover ul li {
  overflow: visible;
  height: 39px; }

#dropmenu li ul li a {
  font-size: 14px; }

@media (max-width: 1100px) {
  #top-head .logo {
    padding-left: 20px; }
  global-nav ul li {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; } }

@media (max-width: 767px) {
  #global-nav ul li a {
    padding: 0 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  #global-nav ul.toplink li a {
    padding: 0 30px; }
    #global-nav ul.toplink li a:last-child {
      padding: 0 20px 0 30px; } }

@media (max-width: 767px) {
  .dropmenu li ul li a {
    border: none;
    background: #4d4d4d !important;
    border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px; }
    .dropmenu li ul li a:hover {
      background: #222222 !important; }
  #top-head {
    width: 100%;
    padding: 0; }
    #top-head.fixed #global-nav ul.toplink li a:last-child,
    #top-head.fixed #global-nav ul li a:last-child {
      padding-right: 0px; }
  .inner {
    width: 100%;
    padding: 0; }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0; }
    #top-head .inner {
      background: rgba(255, 255, 255, 0.95); }
    #top-head .logo {
      margin: 0px;
      padding: 0px;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      #top-head .logo img {
        width: 200px;
        height: auto; }
    #top-head.fixed {
      padding-top: 0;
      background: transparent; }
  /* Fixed reset */
  #mobile-head {
    background: #fff;
    width: 100%;
    z-index: 9999999;
    position: relative; }
  #top-head .logo p {
    display: none; }
  #top-head.fixed .logo,
  #top-head .logo {
    color: #333;
    margin: 0px 0px 0px 0px; }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px 0px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      margin: 10px 0px 0px 0px;
      padding: 0px;
      background: none; }
      #global-nav ul.toplink {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px; }
      #global-nav ul li {
        float: none;
        position: static; }
        #global-nav ul li a span {
          width: 100%;
          display: block;
          padding: 20px 0px; }
          #global-nav ul li a span::after {
            background: #FFF; }
      #global-nav ul.toplink {
        margin: 0px;
        padding: 0px; }
        #global-nav ul.toplink li a {
          padding: 0px !important; }
        #global-nav ul.toplink li.home, #global-nav ul.toplink li.news, #global-nav ul.toplink li.recruit {
          background: none; }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 0px 0;
    background: none; }
  #global-nav ul.toplink li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 0px 0;
    background: none; }
  #nav-toggle {
    display: block;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); }
  /* #global-nav スライドアニメーション */
  /*「お知らせ・コラム」「採用情報」を一番下に移動*/ }

/*===============================================================================
フッター
===============================================================================*/
body #contents section.info {
  padding: 50px 0px 0px 0px; }

.info .wrap01 {
  margin: 0px auto; }

.info h2,
.info .tel {
  font-size: 30px; }

.info .col2 {
  min-width: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center; }

.info .tel {
  background: url(../img/icon04.png) 0% 0px no-repeat;
  background-size: 20px;
  padding: 0px 0px 0px 30px;
  font-family: 'Times New Roman';
  line-height: 1em; }
  .info .tel span {
    font-size: 16px; }
  .info .tel a {
    color: #212529; }

.info h2.tit {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px; }
  .info h2.tit span {
    display: inline; }
  .info h2.tit br {
    display: none; }
    @media (max-width: 767px) {
      .info h2.tit br {
        display: block; } }

.info h2 span {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em; }

footer {
  margin: -20px 0px 0px 0px; }
  footer .footerlink {
    background-size: 700px;
    padding: 25px 0px 0px 0px; }
    footer .footerlink ul {
      display: flex;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      background: #805621; }
      footer .footerlink ul li {
        list-style: none; }
        footer .footerlink ul li.mascot {
          margin: 10px 0px; }
        footer .footerlink ul li a {
          color: #FFF;
          font-size: 14px;
          display: block;
          padding: 5px 30px; }
          footer .footerlink ul li a:hover {
            color: #FFF;
            background: #603d10;
            border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px; }
  footer .group {
    padding: 30px 0px; }
    footer .group h3 {
      border-bottom: dashed 1px #ccc;
      background: none;
      padding: 0px 0px 10px 0px;
      margin: 0px 0px 10px 0px;
      text-align: center; }
      footer .group h3 a {
        color: #66af3f;
        font-size: 18px;
        font-weight: normal;
        display: block;
        position: relative; }
        footer .group h3 a::after {
          content: " \f061";
          font-family: FontAwesome;
          left: 96%;
          top: 17%;
          margin: 0px;
          padding: 0px;
          position: absolute; }
        footer .group h3 a:hover {
          color: #fdcd0c; }
    footer .group .btnlist {
      margin-bottom: 30px; }
      footer .group .btnlist ul {
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      footer .group .btnlist li {
        width: 49%;
        margin: 0px;
        min-width: inherit; }
      footer .group .btnlist ul li a[target="_blank"]::after {
        left: 80%; }
  footer .copy {
    display: flex;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 14px; }
    footer .copy li {
      list-style: none;
      margin: 0px 20px; }
      footer .copy li a {
        color: #212529;
        text-decoration: underline; }
        footer .copy li a:hover {
          color: #66af3f; }

@media (max-width: 1100px) {
  footer .footerlink ul li.mascot {
    width: 100%;
    text-align: center; } }

@media (max-width: 1100px) {
  footer .footerlink ul {
    padding-bottom: 30px; }
    footer .footerlink ul li {
      margin: 5px;
      width: 40%;
      text-align: center; } }

@media (max-width: 1100px) {
  footer .group .btnlist li {
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  footer .group .col2 {
    width: 100%; }
    footer .group .col2 .btnlist {
      margin-bottom: 20px; }
  .info .col2 {
    width: 100%;
    text-align: center;
    justify-content: center; }
  .info .tel {
    background-position: 0% 3px; }
  footer .footerlink ul {
    padding-bottom: 20px; }
    footer .footerlink ul li.mascot {
      width: 100%;
      text-align: center;
      margin: 20px 0px; } }

/*===============================================================================
トップページ
===============================================================================*/
/*スライダー*/
.topimg {
  margin-top: 120px;
  height: 500px;
  z-index: 1 !important; }

#toppage .container .title.top {
  margin-top: -60px; }

#toppage .bxslider img {
  width: 100%;
  height: 500px;
  object-fit: cover; }

@media (max-width: 767px) {
  .topimg {
    margin-top: 60px; } }

.bx-wrapper {
  box-shadow: none;
  border: none;
  position: relative; }

.bxslider img {
  width: 100%;
  height: auto; }

.bx-wrapper .bx-caption {
  background: none;
  position: absolute;
  top: 30%;
  left: 4%; }
  .bx-wrapper .bx-caption span {
    font-size: 50px;
    font-family: "Yu Gothic";
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

@media (max-width: 1100px) {
  .bx-wrapper .bx-caption span {
    font-size: 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; } }

/*スライダーend*/
.illustbox {
  position: relative; }

#toppage .illustbox ul img {
  width: auto;
  border-radius: 0px; }

#toppage .img01 img {
  width: 100%;
  height: auto;
  border-radius: 300px 300px 300px 300px/ 300px 300px 300px 300px; }

@media (max-width: 767px) {
  #toppage .bxslider img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  #toppage .topimg {
    height: 300px; } }

#toppage .unei {
  position: relative;
  z-index: 100; }
  #toppage .unei h3 {
    min-width: auto; }
    @media (max-width: 767px) {
      #toppage .unei h3 {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    #toppage .unei .col2 {
      width: 100%; } }
  #toppage .unei img {
    width: 100%;
    height: auto; }
  #toppage .unei p {
    text-align: center;
    margin: 0px; }
    @media (max-width: 1100px) {
      #toppage .unei p {
        margin-bottom: 20px; } }
  #toppage .unei .btnlist a[target="_blank"]::after {
    margin-left: 0px; }
  #toppage .unei .btnlist {
    margin-bottom: 10px; }
    #toppage .unei .btnlist ul li {
      min-width: auto;
      width: 100%;
      margin: 10px 0px 0px 0px; }
      @media (max-width: 767px) {
        #toppage .unei .btnlist ul li a {
          font-size: 14px; }
          #toppage .unei .btnlist ul li a::after {
            left: 80%; } }

/*===============================================================================
セカンド共通
===============================================================================*/
.second .topimg {
  position: relative;
  height: 200px; }
  .second .topimg h1 {
    position: absolute;
    font-weight: normal;
    z-index: 1000;
    top: 35%;
    left: 10%;
    color: #FFF;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

.second .bxslider img {
  width: 100%;
  height: 200px;
  object-fit: cover; }
  .second .bxslider img.secondimg01 {
    object-position: 0 50%; }
  .second .bxslider img.secondimg02 {
    object-position: 0 100%; }
  .second .bxslider img.secondimg03, .second .bxslider img.secondimg04 {
    object-position: 0 20%; }
  .second .bxslider img.secondimg06 {
    object-position: 0 50%; }
  .second .bxslider img.secondimg07, .second .bxslider img.secondimg08, .second .bxslider img.secondimg09 {
    object-position: 0 30%; }

.second .img01 img {
  width: 100%;
  height: auto;
  border-radius: 300px 300px 300px 300px/ 300px 300px 300px 300px; }

.second .box01 {
  padding: 20px;
  background: #f0f7eb;
  text-align: left;
  margin-bottom: 50px;
  border-radius: 10px 10px 10px 10px/ 10px 10px 10px 10px; }
  .second .box01 h2 {
    font-size: 22px;
    color: #6cbb5a;
    background: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: left; }
  .second .box01 p:last-child {
    margin-bottom: 0px; }

.second .box02 {
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 50px;
  background: #FFF; }

.second dl.tellist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .second dl.tellist dt {
    width: 50%;
    font-weight: normal; }
  .second dl.tellist dd {
    width: 50%;
    font-size: 30px;
    font-family: 'Times New Roman'; }
    .second dl.tellist dd span {
      font-size: 20px;
      padding-right: 10px; }

.second h3 {
  background: none;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 10px 0px;
  color: #6cbb5a;
  text-align: left;
  background: url(../img/icon_green.png) 10px no-repeat;
  background-size: 25px; }

@media (max-width: 767px) {
  .btnlist ul li.long {
    width: 100%;
    min-width: inherit; }
    .btnlist ul li.long a {
      padding-left: 20px;
      padding-right: 50px; }
  .second .topimg h1 {
    position: absolute;
    z-index: 1000;
    top: 35%;
    font-size: 30px;
    left: 5%;
    color: #FFF; }
  .second .illust {
    display: none; }
  .second .aki .col3 {
    width: 100%; }
    .second .aki .col3 .col3 {
      width: 30%; }
  .scroll {
    overflow-x: scroll; }
    .scroll img,
    .scroll table {
      width: 500px !important;
      max-width: 500px !important;
      height: auto !important; }
  /*フォトリスト*/
  .photolist .col3 {
    width: 48%; }
    .photolist .col3 h3 {
      background: none;
      padding: 0px;
      font-size: 18px; }
  /*フロー*/
  .flow .next {
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px; }
    .flow .next::after {
      left: 48%;
      bottom: 0%;
      font-size: 30px; }
  .flow .col2 {
    width: 100%; }
    .flow .col2 img {
      margin-bottom: 10px; }
  /*イベント*/
  .event .cal {
    width: 100%; }
  /*テーブル*/
  .table th,
  .table td {
    width: 100%;
    display: block; }
  table.table th:after {
    left: 50%;
    top: 110%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #6cbb5a;
    border-top: 15px solid #6cbb5a;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent; } }

/*===============================================================================
よくある質問 faq
===============================================================================*/
#faq #accordion {
  margin-bottom: 50px; }
  #faq #accordion dt {
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    font-weight: normal;
    padding: 7px 45px 15px 15px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background: #FFF;
    border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px; }
    #faq #accordion dt:first-letter {
      font-size: 2em;
      color: #e95383;
      font-weight: bold;
      margin-right: 10px; }
    #faq #accordion dt.over:first-letter {
      color: #e95383; }
    #faq #accordion dt::after {
      content: " \f067";
      font-family: FontAwesome;
      right: 15px;
      top: 25%;
      position: absolute;
      font-size: 1.5em; }
  #faq #accordion dd {
    display: none;
    padding: 0px 10px 20px 10px; }
  #faq #accordion dt.active::after {
    content: " \f056";
    font-family: FontAwesome; }
  #faq #accordion dt.over {
    background-color: #ffe7ef;
    color: #e95383;
    border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px; }

/*===============================================================================
お問い合わせ
===============================================================================*/
#inquiry .text {
  border: none;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  width: 100%; }

#inquiry th {
  width: 20%; }
  @media (max-width: 767px) {
    #inquiry th {
      width: 100%; } }

#inquiry i {
  font-size: 20px;
  margin-right: 5px; }

#inquiry textarea {
  min-height: 300px;
  width: 100%;
  border: none;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px; }
  #inquiry textarea.address {
    min-height: 100px; }

#inquiry .form {
  width: 100% !important; }
  #inquiry .form textarea {
    width: 100% !important; }

#inquiry .btnlist ul li {
  min-width: 250px; }

#inquiry .btnlist input {
  display: block;
  border: solid 2px #c9caca;
  padding: 10px 10px 10px 0px;
  text-align: center;
  background: #FFF;
  width: 100%;
  color: #6cbb5a;
  border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative; }
  #inquiry .btnlist input:hover {
    background: #6cbb5a;
    border: solid 2px #6cbb5a;
    color: #FFF;
    text-decoration: none; }

#inquiry .error_message {
  margin-top: 10px;
  display: block;
  color: #e95383;
  font-size: 12px; }

#inquiry table pre {
  white-space: pre-wrap; }

#inquiry .soyinquiry_address_form td {
  white-space: nowrap; }
  @media (max-width: 767px) {
    #inquiry .soyinquiry_address_form td {
      white-space: normal; } }

/*===============================================================================
お知らせ
===============================================================================*/
#information article.entry {
  margin-bottom: 30px; }
  #information article.entry.top {
    margin-top: 50px; }
  #information article.entry h2 {
    margin: 0px 0px 20px 0px;
    margin-top: -50px;
    padding-top: 50px; }
    #information article.entry h2 a {
      display: block;
      font-size: 20px;
      padding: 10px 0px 10px 40px;
      color: #212529;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      position: relative; }
      #information article.entry h2 a:before {
        position: absolute;
        top: 10px;
        left: 0px;
        content: " \f040";
        font-size: 30px;
        font-family: FontAwesome; }
  #information article.entry.top .more {
    margin-top: -250px;
    padding-top: 250px; }
  #information article.entry.top h2 {
    font-size: 26px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
  #information article.entry h2 a {
    display: block;
    font-size: 20px;
    padding: 10px 0px 10px 40px;
    color: #212529;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative; }
    #information article.entry h2 a:before {
      position: absolute;
      top: 10px;
      left: 0px;
      content: " \f040";
      font-size: 30px;
      font-family: FontAwesome; }
  #information article.entry .links {
    text-align: left;
    position: relative;
    padding: 0px 0px 0px 20px;
    display: block;
    text-align: right; }
    #information article.entry .links::before {
      content: " \f073";
      font-family: FontAwesome;
      right: 90px;
      top: 0px;
      position: absolute; }

#information .pager {
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  #information .pager a {
    color: #e95383; }
  #information .pager span {
    display: inline-block; }
    #information .pager span a {
      background: #ffe7ef;
      border-radius: 100px 100px 100px 100px/ 100px 100px 100px 100px;
      display: inline-block;
      margin: 5px;
      color: #e95383;
      padding: 3px 10px; }

#information #contents h2 a {
  color: #e95383; }

#information .centernavi {
  text-align: center;
  margin-top: 30px; }
  #information .centernavi a {
    color: #e95383; }

@media (max-width: 1100px) {
  .sp {
    display: block; }
  .pc {
    display: none; } }

/*===============================================================================
ごあいさつ
===============================================================================*/
#message .pict {
  float: right;
  margin: 0px 0px 10px 10px; }
  @media (max-width: 767px) {
    #message .pict {
      width: 50%;
      height: auto; }
      #message .pict img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; } }

#message .name {
  text-align: center; }

/*===============================================================================
ポリシー
===============================================================================*/
#policy .list {
  margin-bottom: 40px; }

/*===============================================================================
情報公開
===============================================================================*/
#disclosure .btnlist.anchor li {
  min-width: 350px; }

#disclosure .btnlist.anchor a {
  max-width: 450px; }

/*===============================================================================
採用情報
===============================================================================*/
#recruit .table td p:last-child {
  margin-bottom: 0px; }

#recruit .table .btnlist {
  margin-bottom: 0px; }
  #recruit .table .btnlist ul {
    justify-content: flex-start; }
    #recruit .table .btnlist ul li {
      margin: 10px 0px 0px 0px; }

/*===============================================================================
法人概要
===============================================================================*/
@media (max-width: 767px) {
  #overview .table td {
    padding: 10px; } }

#overview .unei {
  position: relative;
  z-index: 100;
  width: 70%; }
  @media (max-width: 767px) {
    #overview .unei {
      width: 100%; } }
  @media (max-width: 1100px) {
    #overview .unei .col2 {
      width: 100%; } }
  #overview .unei img {
    width: 100%;
    height: auto; }
  #overview .unei p {
    text-align: center;
    margin: 0px; }
    @media (max-width: 1100px) {
      #overview .unei p {
        margin-bottom: 20px; } }
  #overview .unei .btnlist {
    margin-bottom: 10px; }
    #overview .unei .btnlist ul li {
      min-width: auto;
      width: 100%;
      margin: 10px 0px 0px 0px; }
      #overview .unei .btnlist ul li a[target="_blank"]::after {
        margin-left: 0px; }
      @media (max-width: 767px) {
        #overview .unei .btnlist ul li a {
          font-size: 14px; }
          #overview .unei .btnlist ul li a::after {
            left: 80%; } }
    @media (max-width: 767px) and (max-width: 767px) {
      #overview .unei .btnlist ul li a::after {
        left: 90%; } }

/*# sourceMappingURL=layout.css.map */