@charset "UTF-8";
.myMainvisual {
  max-width: 1280px;
  margin: 0 auto 40px;
}

.myMainvisual .slide {
  text-align: center;
}

.myMainvisual .slide img {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .myMainvisual .pc {
    display: none;
  }
}

.myMainvisual .sp {
  display: none;
}

@media only screen and (max-width: 480px) {
  .myMainvisual .sp {
    display: block;
  }
}

.myNews {
  margin-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  .myNews {
    margin-bottom: 50px;
  }
}

.myNews .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .myNews .list {
    display: block;
    padding: 0 25px;
  }
}

.myNews .list::after {
  content: "";
  display: block;
  width: 30%;
}

@media only screen and (max-width: 768px) {
  .myNews .list::after {
    display: none;
  }
}

.myNews .list::before {
  content: "";
  display: block;
  width: 30%;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 768px) {
  .myNews .list::before {
    display: none;
  }
}

.myNews .list .item {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .myNews .list .item {
    width: auto;
  }
  .myNews .list .item + .item {
    margin-top: 20px;
  }
}

.myNews .list a.item {
  text-decoration: none;
}

.myNews .list .image {
  width: 45%;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myNews .list .image {
    width: 30%;
  }
}

.myNews .list .detail {
  -ms-flex: 1;
  flex: 1;
  padding-top: 15px;
  padding-left: 18px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 480px) {
  .myNews .list .detail {
    font-size: 10px;
    font-size: 1rem;
  }
}

.myNews .list .date {
  margin-bottom: 10px;
}

.myAbout {
  margin-bottom: 50px;
}

.myAbout .lead {
  position: relative;
  margin-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .myAbout .lead {
    margin-bottom: 50px;
  }
}

.myAbout .lead::before {
  content: "";
  background-color: #FEF4E8;
  position: absolute;
  top: 174px;
  bottom: -34px;
  left: 86px;
  right: -60px;
}

@media only screen and (max-width: 768px) {
  .myAbout .lead::before {
    display: none;
  }
}

.myAbout .lead .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .myAbout .lead .inner {
    display: block;
  }
}

.myAbout .lead .detail {
  width: 246px;
  padding-right: 15px;
  padding-top: 70px;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 768px) {
  .myAbout .lead .detail {
    width: auto;
    padding-right: 0;
    padding-top: 0;
  }
}

.myAbout .lead .catch {
  margin-bottom: 60px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .myAbout .lead .catch {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
  .myAbout .lead .catch br {
    display: none;
  }
}

.myAbout .lead .list {
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .myAbout .lead .list {
    padding: 0 30px;
  }
}

.myAbout .lead .list li {
  border-bottom: solid 1px #5C3021;
  background-position: 8px center;
  background-size: 11px auto;
  background-repeat: no-repeat;
  padding: 0 12px 5px 32px;
  margin-bottom: 30px;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
  .myAbout .lead .list li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.myAbout .lead .list li:nth-child(1) {
  background-image: url(../img/top/num_about01.png);
}

.myAbout .lead .list li:nth-child(2) {
  background-image: url(../img/top/num_about02.png);
  background-position: 6px center;
  background-size: 15px auto;
}

.myAbout .lead .list li:nth-child(3) {
  background-image: url(../img/top/num_about03.png);
  background-position: 6px center;
  background-size: 15px auto;
}

@media only screen and (max-width: 768px) {
  .myAbout .lead .btn {
    width: 60%;
    margin: 0 auto;
  }
}

.myAbout .lead .btn .modBtn01 {
  background-color: rgba(255, 255, 255, 0.4);
}

.myAbout .lead .btn .modBtn01:hover {
  background-color: #5C3021;
}

.myAbout .lead .image {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-order: 2;
  order: 2;
  margin-right: -130px;
}

@media only screen and (max-width: 768px) {
  .myAbout .lead .image {
    margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.myAbout .header {
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.4;
}

.myAbout .header .sub {
  margin-bottom: 5px;
  font-family: "Julius Sans One";
  font-size: 9px;
  font-size: 0.9rem;
}

@media only screen and (max-width: 480px) {
  .myAbout .header .sub {
    margin-bottom: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.myAbout .header .title {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 480px) {
  .myAbout .header .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myAbout .support {
  margin-bottom: 64px;
}

.myAbout .support .image {
  max-width: 751px;
  margin: 0 auto;
  text-align: center;
}

.myAbout .support .image img {
  width: 100%;
}

.myAbout .point {
  margin-bottom: 130px;
}

@media only screen and (max-width: 480px) {
  .myAbout .point {
    margin-bottom: 50px;
  }
}

.myAbout .point .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 790px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .myAbout .point .list {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 480px) {
  .myAbout .point .list {
    padding: 0 25px;
  }
}

.myAbout .point .list li {
  width: 25%;
  margin-top: 46px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .myAbout .point .list li {
    width: 46%;
    margin-top: 25px;
  }
}

.myAbout .point .list li:nth-child(-n + 4) {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .myAbout .point .list li:nth-child(3), .myAbout .point .list li:nth-child(4) {
    margin-top: 25px;
  }
}

.myAbout .point .list .image {
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .myAbout .point .list .txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.myAbout .foot {
  text-align: center;
}

.myAbout .foot img {
  width: 100%;
}

.myDepartment {
  margin-bottom: 210px;
}

@media only screen and (max-width: 480px) {
  .myDepartment {
    margin-bottom: 80px;
  }
}

.myDepartment .box .btn a {
  display: block;
  text-decoration: none;
}

.myDepartment .box .btn .image {
  text-align: center;
}

.myDepartment .box .btn .title {
  margin-left: 34px;
  padding: 15px 0 15px 20px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .myDepartment .box .btn .title {
    padding-bottom: 0;
  }
}

.myDepartment .box .btn .title::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #AE9790;
}

.myDepartment .box .btn .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95px;
  height: 1px;
  background-color: #AE9790;
}

@media only screen and (max-width: 480px) {
  .myDepartment .box .btn .title::after {
    width: 80px;
  }
}

.myDepartment .box .btn .title .sub, .myDepartment .box .btn .title .main {
  display: block;
  line-height: 1.4;
}

.myDepartment .box .btn .title .sub {
  font-family: "Julius Sans One";
  font-size: 9px;
  font-size: 0.9rem;
}

@media only screen and (max-width: 480px) {
  .myDepartment .box .btn .title .sub {
    font-size: 10px;
    font-size: 1rem;
  }
}

.myDepartment .box .btn .title .main {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 480px) {
  .myDepartment .box .btn .title .main {
    font-size: 20px;
    font-size: 2rem;
  }
}

.myDepartment .box .btn .title .main::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background-color: #AE9790;
  transform: rotate(45deg);
}

.myDepartment .column02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .myDepartment .column02 {
    display: block;
  }
}

.myDepartment .column02 .box {
  width: 48%;
}

@media only screen and (max-width: 480px) {
  .myDepartment .column02 .box {
    width: auto;
  }
  .myDepartment .column02 .box + .box {
    margin-top: 40px;
  }
}

.myDepartment .box + .column02 {
  margin-top: 50px;
}

.myDepartment .linkList {
  padding: 0 30px;
}

@media only screen and (max-width: 480px) {
  .myDepartment .linkList {
    padding: 0 8px;
  }
}

.myDepartment .linkList ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -0.5% 0;
}

@media only screen and (max-width: 768px) {
  .myDepartment .linkList ul {
    margin: 30px -3% 0;
  }
}

.myDepartment .linkList li {
  width: 15.6%;
  margin: 0 0.5%;
}

@media only screen and (max-width: 768px) {
  .myDepartment .linkList li {
    width: 44%;
    margin: 30px 3% 0;
  }
  .myDepartment .linkList li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.myDepartment .linkList a {
  border: solid 1px #5C3021;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  padding: 8px 10px;
  border-radius: 9999px;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  font-family: "Julius Sans One", "游ゴシック", YuGothic, "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 480px) {
  .myDepartment .linkList a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myDepartment .linkList a:hover {
  background-color: #5C3021;
  color: #fff;
  opacity: 1;
}

.myDepartment .linkList a::after {
  content: "";
  background-image: url(../img/common/icon_blank.svg);
  background-position: 0 0;
  background-size: 9px 18px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 6px;
}

.myDepartment .linkList a:hover::after {
  background-position: 0 -9px;
}

.myGroup {
  margin-bottom: 80px;
}

.myGroup .list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myGroup .list li {
  width: 33.3%;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .myGroup .list li {
    width: auto;
    float: none;
  }
}

.myGroup .list a {
  display: block;
}

.myGroup .list img {
  width: 100%;
}

.myInformaton {
  margin-bottom: 90px;
}

.myInformaton .body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .myInformaton .body {
    display: block;
  }
}

.myInformaton .detail {
  width: 60%;
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .myInformaton .detail {
    width: auto;
    padding-right: 0;
    margin-bottom: 45px;
  }
}

.myInformaton .info {
  margin-bottom: 30px;
}

.myInformaton .info .title {
  margin-bottom: 15px;
}

.myInformaton .info table {
  table-layout: fixed;
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.myInformaton .info table thead th {
  width: 30%;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myInformaton .info table thead th {
    width: 11em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}

.myInformaton .info table thead th div {
  background-color: #5C3021;
  color: #fff;
}

.myInformaton .info table thead td {
  padding-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .myInformaton .info table thead td {
    padding-bottom: 10px;
  }
}

.myInformaton .info table thead td.sat {
  color: #00AFEC;
}

.myInformaton .info table thead td.sun {
  color: #E03657;
}

.myInformaton .info table tbody th, .myInformaton .info table tbody td {
  padding: 14px 3px;
  border-top: dotted 1px #5C3021;
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .myInformaton .info table tbody th, .myInformaton .info table tbody td {
    padding: 10px 6px;
  }
}

.myInformaton .info table tbody th {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myInformaton .info table tbody th {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}

.myInformaton .info table tbody td img {
  width: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myInformaton .info table tbody td img {
    width: 18px;
  }
}

.myInformaton .info .caution {
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
}

.myInformaton .myBlockCaution {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.myInformaton .myBlockCaution dl {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .myInformaton .myBlockCaution dl {
    display: block;
  }
}

.myInformaton .myBlockCaution dt {
  display: inline-block;
  padding: 3px 15px;
  border: solid 1px #5C3021;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (max-width: 480px) {
  .myInformaton .myBlockCaution dt {
    display: block;
    margin-bottom: 5px;
  }
}

.myInformaton .myBlockCaution dd {
  display: inline;
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 480px) {
  .myInformaton .myBlockCaution dd {
    display: block;
    margin-left: 0;
    text-align: left;
  }
}

.myInformaton .contact {
  margin-bottom: 30px;
  text-align: center;
}

.myInformaton .contact .tel {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Julius Sans One";
  line-height: 1.3;
}

@media only screen and (max-width: 480px) {
  .myInformaton .contact .tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myInformaton .contact .tel a {
  text-decoration: none;
}

.myInformaton .contact .mail {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myInformaton .contact .mail {
    font-size: 10px;
    font-size: 1rem;
  }
}

.myInformaton .contact .mail a {
  text-decoration: none;
}

.myInformaton .contact .mail a:hover {
  text-decoration: underline;
}

.myInformaton .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
}

.myInformaton .link li {
  width: 48%;
}

.myInformaton .map {
  -ms-flex: 1;
  flex: 1;
  margin-right: -130px;
}

@media only screen and (max-width: 768px) {
  .myInformaton .map {
    margin-right: 0;
  }
}

.myInformaton .map .inner {
  position: relative;
  width: 100%;
  padding-top: 80%;
}

.myInformaton .map .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.myBrnList {
  padding: 70px 0;
  background-color: #FEF4E8;
}

@media only screen and (max-width: 480px) {
  .myBrnList {
    padding: 25px 0;
  }
}

.myBrnList ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 480px) {
  .myBrnList ul {
    padding: 0 20px;
    display: block;
  }
}

.myBrnList ul li {
  width: 32.3%;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myBrnList ul li {
    width: auto;
  }
  .myBrnList ul li + li {
    margin-top: 15px;
  }
}

 .limit_banner {
  display: none;
  border-radius: 50%;
  position: fixed;
  bottom: 190px;
  right: 30px;
  width: 220px;
  height: 40px;
  z-index: 1;
  font-size:8px;
  line-height:10pt;
}


@media only screen and (max-width: 480px) {
   .limit_banner {
    right: 20px;
    bottom: 123px;
    width: 130px;
    height: 50px;
	z-index: 1;
   font-size:0px;
 }
}

/*# sourceMappingURL=maps/top.css.map */
