@charset "UTF-8";
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
#content {
  position: relative;
  display: block;
  overflow: hidden;
}
.news_box {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 80px;
  max-width: 1200px;
}
.news_box ul {
  width: 100%;
  margin: 20px auto 30px;
  background: #fff;
  padding: 30px 20px;
}
.news_box ul li {
  width: 80%;
  padding: 10px 20px;
  border-bottom: 1px dashed #392424;
  margin: 5px auto;
}
.news_box ul li span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding-right: 20px;
}
.news_box ul li a {
  text-decoration: underline;
}
.news_box ul li:last-child {
  border: none;
}
.news_box ul li .red {
  font-weight: bold;
  color: #DF334E;
  text-decoration: underline;
  padding: 0;
}
@media screen and (max-width: 924px) {
  .news_box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_box {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }
  .news_box ul {
    width: 100%;
    margin: 10px auto 30px;
    background: #fff;
    padding: 10px;
  }
  .news_box ul li {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px dashed #392424;
    margin: 5px auto;
  }
  .news_box ul li span {
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding-right: 0;
    padding-bottom: 5px;
  }
  .news_box ul li .red {
    display: inline-block;
    font-weight: bold;
    color: #DF334E;
    text-decoration: underline;
    padding: 0;
  }
}
/****sec02****/
.sec02 {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 0;
}
.sec02 .inner {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec02 .inner .list-btn {
  display: block;
  width: 100%;
  margin: 60px auto 80px;
}
.sec02 .inner .list-btn ul {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sec02 .inner .list-btn ul li {
  width: 12.6%;
  margin: 2%;
  float: left;
  text-align: center;
}
.sec02 .inner .list-btn ul li .image {
  width: 100%;
  text-align: center;
}
.sec02 .inner .list-btn ul li .image img {
  width: 100%;
  height: auto;
}
.sec02 .inner button {
  display: block;
  margin-top: 25px;
  padding: 0 25px;
  background: #bce7e2;
  color: #323232;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.sec02 .inner button:before {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec02 .inner button {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
    background: #bce7e2;
    color: #323232;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .sec02 .inner button:before {
    font-family: FontAwesome;
    content: "\f0a9";
    margin-right: 5px;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 35px 0;
  }
  .sec02 .inner {
    position: relative;
    display: block;
    width: 100%;
  }
  .sec02 .inner .list-btn {
    margin: 30px auto;
  }
  .sec02 .inner .list-btn ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sec02 .inner .list-btn ul li {
    width: 30.3%;
    margin: 1.5%;
    float: left;
    text-align: center;
  }
}
.inners {
  display: block;
  width: 100%;
  padding: 150px 0 100px;
}
@media screen and (max-width: 1000px) {
  .inners {
    display: block;
    width: 100%;
    padding: 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .inners {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
}
.box50 {
  width: 100%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box50 .memo {
  padding: 20px 0 0;
}
.box50 .left {
  width: 45%;
  float: left;
  padding: 0;
}
.box50 .left img {
  width: 100%;
  height: auto;
}
.box50 .right {
  width: 55%;
  padding: 0 50px;
  float: right
}
.box50.even .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .box50.even {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .box50 {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    display: block;
  }
  .box50 .left {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .box50 .right {
    width: 100%;
    padding: 10px;
    float: none
  }
}
.boxs-1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.boxs-1 .boxs-in {
  position: relative;
  background: #fff;
  padding: 30px;
}
.boxs-1 .boxs-in .box_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxs-1 .boxs-in .box_inner .left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.b-tit {
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 10px;
  font-size: 105%;
}
@media screen and (max-width: 768px) {
  .b-tit {
    text-align: center;
  }
}
.note {
  font-size: 95%;
}
.boxs-1 .boxs-in .box_inner .right {
  width: 50%;
  float: right;
  text-align: center;
}
.boxs-1 .boxs-in .box_inner .right img {
  width: 100%;
  height: auto;
}
.boxs-2 {
  position: relative;
  display: block;
  width: 80%;
  margin: 30px auto;
  /*padding-bottom: 100px;*/
}
.boxs-2 .boxs-in {
  position: relative;
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  webkit-box-shadow: 0 10px 8px -6px #e68153;
  -moz-box-shadow: 0 10px 8px -6px #e68153;
  box-shadow: 0 10px 8px -6px #e68153;
  border-bottom: 2px solid #e68153;
  border-right: 2px solid #e68153;
}
.boxs-2 .boxs-in .left {
  width: 70%;
  float: left;
  padding-right: 20px;
}
.boxs-2 .boxs-in .left .b-tit {
  margin-top: 25px;
}
.boxs-2 .boxs-in .right {
  width: 30%;
  float: right;
  text-align: center;
}
.boxs-2 .boxs-in .right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .boxs-1 .boxs-in {
    position: relative;
    background: #fff;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .boxs-1 .boxs-in .box_inner {
    position: relative;
    display: block;
  }
  .boxs-1 .boxs-in .box_inner .left {
    width: 100%;
    float: none;
    padding: 0 10px 20px;
  }
  .boxs-1 .boxs-in .box_inner .right {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .boxs-2 {
    position: relative;
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  .boxs-2 .boxs-in {
    position: relative;
    background: #fff;
    padding: 20px 10px;
    display: block;
    webkit-box-shadow: 0 10px 8px -6px #e68153;
    -moz-box-shadow: 0 10px 8px -6px #e68153;
    box-shadow: 0 10px 8px -6px #e68153;
    border-bottom: 2px solid #e68153;
    border-right: 2px solid #e68153;
  }
  .boxs-2 .boxs-in .left {
    width: 100%;
    float: none;
    padding: 20px 15px;
  }
  .boxs-2 .boxs-in .left .b-tit {
    margin-top: 25px;
  }
  .boxs-2 .boxs-in .right {
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.boxs-3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.boxs-3 .boxs-in {
  position: relative;
  background: #fff;
  padding: 30px;
  display: block;
}
.orange {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 120%;
  color: #e78913;
  text-align: center;
}
.mt25 {
  margin-top: 50px;
}
.boxs-3 .boxs-in ul.box40 {
  display: block;
  width: 100%;
}
.boxs-3 .boxs-in ul.box40 li {
  width: 24%;
  margin: 0.5%;
  float: left;
}
.boxs-3 .boxs-in ul.box40 li .image {
  width: 100%;
  text-align: center;
}
.boxs-3 .boxs-in ul.box40 li .image img {
  width: 100%;
  height: auto;
}
.boxs-3 .boxs-in ul.box40 li .tit {
  display: block;
  background: #fffddc;
  padding: 5px;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 105%;
  text-align: center;
  line-height: 1.3;
}
.boxs-3 .boxs-in ul.box40 li .memo {
  font-size: 90%;
  line-height: 1.5;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .boxs-3 {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .orange {
    margin: 0 auto 5px;
    font-size: 115%;
  }
  .boxs-3 .boxs-in {
    position: relative;
    background: #fff;
    padding: 20px 10px;
    display: block;
  }
  .boxs-3 .boxs-in ul.box40 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .boxs-3 .boxs-in ul.box40 li {
    width: 100%;
    margin: 0 auto 25px;
    float: none;
  }
  .boxs-3 .boxs-in ul.box40 li .image {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .boxs-3 .boxs-in {
    position: relative;
    background: #fff;
    padding: 20px;
    display: block;
  }
  .boxs-3 .boxs-in ul.box40 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .boxs-3 .boxs-in ul.box40 li {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }
}
ul.box33 {
  display: block;
  width: 100%;
}
ul.box33 li {
  width: 30.3%;
  margin: 1.5%;
  float: left;
}
ul.box33 li:nth-child(3n+ 1) {
  clear: both;
}
ul.box33 li .image {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
ul.box33 li .image img {
  width: 100%;
  height: auto;
}
ul.box33 li .tit {
  display: block;
  background: #fffddc;
  padding: 5px;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 105%;
  text-align: center;
  line-height: 1.3;
}
ul.box33 li .memo {
  display: block;
  font-size: 90%;
  line-height: 1.5;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  ul.box33 {
    width: 90%;
    margin: 0 auto;
  }
  ul.box33 li {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
}
/****sec03****/
.sec03 {
  position: relative;
  display: block;
  width: 96%;
  max-width: 2000px;
  margin: 130px auto;
}
.sec03 .inner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sec03 ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px auto;
}
.sec03 ul li {
  position: relative;
  width: 31.3%;
  margin: 1.0%;
  float: left;
}
.sec03 ul li .image {
  position: relative;
  width: 100%;
}
.sec03 ul li .image img {
  width: 100%;
  height: auto;
}
.sec03 ul li .text {
  position: absolute;
  /*background: #fff;*/
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
}
.sec03 ul li .text h3 {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  padding: 0 0 15px;
}
.sec03 ul li .text p {
  text-align: center;
  padding: 5px 0;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1490px) {
  .sec03 ul li .text p {
    padding: 4px 0;
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1266px) {
  .sec03 ul li {
    position: relative;
    width: 32.3%;
    margin: 0.5%;
    float: left;
  }
}
@media screen and (max-width: 1117px) {
  .sec03 ul li:nth-child(1), .sec03 ul li:nth-child(2) {
    width: 49%;
    margin: 0.5%;
    float: left;
  }
  .sec03 ul li:nth-child(3) {
    width: 100%;
    margin: 5px auto 0;
    background: #fff;
  }
  .sec03 ul li .text {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    padding: 20px;
  }
  .sec03 ul li .text p {
    text-align: left;
    padding: 5px 0;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .sec03 {
    position: relative;
    display: block;
    width: 90%;
    margin: 80px auto;
  }
  .sec03 ul {
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .sec03 ul li .text h3 {
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.3;
    padding: 0 0 15px;
  }
  .sec03 ul li .text p {
    text-align: left;
    padding: 5px 0;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec03 {
    position: relative;
    display: block;
    width: 90%;
    margin: 40px auto;
  }
  .sec03 ul li .text h3 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0 0 10px;
  }
  .sec03 ul li .text p {
    text-align: left;
    padding: 5px 0;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.three {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.three ul {
  width: 100%;
  margin: 50px auto 0;
}
.three ul li {
  width: 30.3%;
  margin: 1.5%;
  float: left;
}
.three ul li .image {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.three ul li .image img {
  width: 100%;
  height: auto;
}
.three ul li .memo {
  padding: 20px 10px 0;
}
@media screen and (max-width: 930px) {
  .three {
    margin: 0 auto 100px;
  }
  .three ul li {
    width: 46%;
    margin: 2%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .three {
    margin: 0 auto 50px;
  }
  .three ul {
    width: 94%;
    margin: 30px auto 0;
  }
  .three ul li {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .three ul li .image {
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .three ul li:last-child {
    margin: 0 auto;
  }
  .three ul li .memo {
    padding: 10px 0 0;
  }
}
.box50 .tit {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto 25px;
  /*font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;*/
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 8px 0;
  border: dashed 2px #392424;
  /*background: #fff;*/
  text-align: center;
  line-height: 1.3;
  /*-webkit-font-smoothing: subpixel-antialiased;*/
  z-index: 5;
}
.icon01 {
  position: relative;
  background: #fff;
  background-image: url(../img/main/2-1.svg);
  background-size: 35px 34.74px;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  z-index: 6;
}
.icon02 {
  position: relative;
  background: #fff;
  background-image: url(../img/main/2-2.svg);
  background-size: 35px 31.229px;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  z-index: 6;
}
.icon03 {
  position: relative;
  background: #fff;
  background-image: url(../img/main/2-3.svg);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  z-index: 6;
}
.icon04 {
  position: relative;
  background: #fff;
  background-image: url(../img/main/2-4.svg);
  background-size: 40px 27.701px;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  z-index: 6;
}
.icon05 {
  position: relative;
  background: #fff;
  background-image: url(../img/main/2-5.svg);
  background-size: 33px 34.14px;
  background-repeat: no-repeat;
  background-position: 5% 50%;
  z-index: 6;
}
.icon06 {
  position: relative;
  background: #fff;
  background-image: url(../img/main/2-6.svg);
  background-size: 36px 33.114px;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  z-index: 6;
}
@media screen and (max-width: 1150px) {
  .icon01 {
    position: relative;
    background: #fff;
    background-image: url(../img/main/2-1.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    z-index: 6;
  }
  .icon02 {
    position: relative;
    background: #fff;
    background-image: url(../img/main/2-2.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    z-index: 6;
  }
  .icon03 {
    position: relative;
    background: #fff;
    background-image: url(../img/main/2-3.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    z-index: 6;
  }
  .icon04 {
    position: relative;
    background: #fff;
    background-image: url(../img/main/2-4.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    z-index: 6;
  }
  .icon05 {
    position: relative;
    background: #fff;
    background-image: url(../img/main/2-5.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    z-index: 6;
  }
  .icon06 {
    position: relative;
    background: #fff;
    background-image: url(../img/main/2-6.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10% 50%;
    z-index: 6;
  }
}
#list-1, #list-2, #list-3, #list-4, #list-5, #list-6 {
  border-top: 1px solid rgba(231, 137, 19, 0.2);
}
@media screen and (max-width: 768px) {
  #list-1, #list-2, #list-3, #list-4, #list-5, #list-6 {
    border-top: 1px dotted rgba(231, 137, 19, 0.5);
  }
  .box50 .tit {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto 20px;
    /*font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;*/
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 0;
    border: dashed 1px #392424;
    /*background: #fff;*/
    text-align: center;
    line-height: 1.2;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    z-index: 5;
  }
}
.bg-section {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bg-section img {
  width: 100%;
  height: auto;
}
.sec30 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.sec30 .inner {
  position: relative;
  display: block;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.sec30 .inner ul {
  position: relative;
  width: 100%;
  display: block;
  background: url(../img/main/foot.png) no-repeat;
  /*background-size:cover;*/
  background-position: center center;
  margin: 50px auto;
}
.sec30 .inner ul li {
  position: relative;
  width: 42%;
  margin: 4%;
  float: left;
}
.sec30 .inner ul li .image {
  position: relative;
  width: 100%;
  text-align: center;
}
.sec30 .inner ul li .image img {
  width: 100%;
  height: auto;
}
.sec30 .inner ul li .title {
  position: absolute;
  width: 50%;
  top: 15%;
  left: 25%;
  text-align: center;
  font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06rem;
  margin-left: -15px;
}
.sec30 .inner ul li .memo {
  position: absolute;
  width: 94%;
  bottom: 10%;
  left: 3%;
  text-align: center;
  font-size: 96%;
  line-height: 1.4;
}
.sec30 .inner ul li:nth-child(2), .sec30 .inner ul li:nth-child(4) {
  margin-top: 100px;
}
@media screen and (max-width: 1010px) {
  .sec30 .inner {
    width: 96%;
    padding: 30px 0;
  }
  .sec30 .inner ul li .memo {
    position: absolute;
    width: 94%;
    bottom: 8%;
    left: 3%;
    text-align: center;
    font-size: 96%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 860px) {
  .sec30 .inner {
    width: 96%;
    padding: 30px 0;
  }
  .sec30 .inner ul {
    position: relative;
    width: 100%;
    display: block;
    background: url(../img/main/foot.png) repeat-y;
    /*background-size:cover;*/
    background-position: right top;
    margin: 30px auto;
  }
  .sec30 .inner ul li {
    position: relative;
    width: 88%;
    margin: 0;
    margin-left: 2%;
    margin-bottom: 20px;
    float: left;
  }
  .sec30 .inner ul li .image {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .sec30 .inner ul li .image img {
    width: 100%;
    height: auto;
  }
  .sec30 .inner ul li .title {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    text-align: center;
    font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.06rem;
    margin-left: -10px;
  }
  .sec30 .inner ul li .memo {
    position: absolute;
    width: 94%;
    bottom: 10%;
    left: 3%;
    text-align: center;
    font-size: 100%;
    line-height: 1.5;
  }
  .sec30 .inner ul li:nth-child(2), .sec30 .inner ul li:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec30 .inner {
    width: 96%;
    padding: 30px 0;
  }
  .sec30 .inner ul {
    position: relative;
    width: 100%;
    display: block;
    /*background:url(../img/main/foot.png) repeat-y;
       background-position: right top;*/
    background: none;
    margin: 30px auto 10px;
  }
  .sec30 .inner ul li {
    position: relative;
    width: 94%;
    margin: 0;
    margin-left: 5%;
    margin-bottom: 20px;
    float: left;
  }
  .sec30 .inner ul li .image {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .sec30 .inner ul li .image img {
    width: 100%;
    height: auto;
  }
  .sec30 .inner ul li .title {
    position: absolute;
    width: 100%;
    top: 13%;
    left: 0;
    text-align: center;
    font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.06rem;
    margin-left: -8px;
  }
  .sec30 .inner ul li .memo {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 5px;
    text-align: center;
    font-size: 95%;
    line-height: 1.3;
  }
}
.sec04 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #e78913;
}
.sec04 h2 {
  color: #fff;
}
.sec04 .inner {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.sec04 .boxs-white {
  position: relative;
  width: 100%;
  margin: 80px auto;
  padding: 30px;
  background: #fff;
}
.sec04 .boxs-white .box01 {
  position: relative;
  display: block;
  width: 100%;
}
.sec04 .boxs-white .box01 .box01-in {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .boxs-white .box01 .box01-in .left {
  width: 50%;
  float: left;
}
.sec04 .boxs-white .box01 .box01-in .left img {
  width: 100%;
  height: auto;
  text-align: center;
}
.sec04 .boxs-white .box01 .box01-in .right {
  width: 50%;
  float: right;
  padding: 0 40px;
}
.sec04 .boxs-white .box01 .box01-in .right .memo {
  margin-top: 25px;
}
.sec04 .boxs-white .box01 .box01-in .right .sub {
  display: block;
  margin-top: 25px;
  text-align: right;
  font-size: 85%;
  line-height: 1.3;
}
.sec04 .boxs-white .box01 .box01-in .right .name {
  display: block;
  margin-top: 15px;
  text-align: right;
  font-size: 105%;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.sec04 .boxs-white .box01 .box01-in .right .name span {
  padding-left: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
}
.sec04 .boxs-white .box01 ul {
  background: #f6f6f6;
  display: block;
  width: 100%;
  margin: 30px auto 0;
  padding: 20px;
}
.sec04 .boxs-white .box01 ul li {
  width: 46%;
  margin: 2%;
  float: left;
}
.sec04 .boxs-white .box01 ul li .en-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .sec04 .inner {
    width: 94%;
    padding: 20px 0 30px;
  }
  .sec04 .boxs-white {
    position: relative;
    width: 100%;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
  }
  .sec04 .boxs-white:last-child {
    margin: 30px auto 20px;
    padding: 20px 20px 1px;
  }
  .sec04 .boxs-white .box01 {
    position: relative;
    display: block;
    width: 100%;
  }
  .sec04 .boxs-white .box01 .box01-in {
    position: relative;
    display: block;
  }
  .sec04 .boxs-white .box01 .box01-in .left {
    width: 100%;
    float: none;
  }
  .sec04 .boxs-white .box01 .box01-in .right {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .sec04 .boxs-white .box01 .box01-in .right .memo {
    margin-top: 20px;
  }
  .sec04 .boxs-white .box01 .box01-in .right .sub {
    display: block;
    margin-top: 15px;
    text-align: right;
    font-size: 85%;
    line-height: 1.3;
  }
  .sec04 .boxs-white .box01 .box01-in .right .name {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 105%;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  .sec04 .boxs-white .box01 .box01-in .right .name span {
    padding-left: 10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .sec04 .boxs-white .box01 ul {
    background: #f6f6f6;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 10px 10px;
  }
  .sec04 .boxs-white .box01 ul li {
    width: 90%;
    margin: 0 auto 10px;
    float: none;
  }
  .sec04 .boxs-white .box01 ul li .en-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .sec04 .boxs-white .box01 ul li .memo {
    padding: 5px 0;
    line-height: 1.3;
  }
}
.box20 {
  width: 100%;
  margin: 30px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box20 .memo {
  padding: 0;
}
.box20 .orange {
  text-align: left;
}
.box20 .left {
  width: 40%;
  float: left;
  padding: 0;
}
.box20 .left img {
  width: 100%;
  height: auto;
}
.box20 .right {
  width: 60%;
  padding: 0 50px;
  float: right
}
.box20.even .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 900px) {
  .box20.even {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .box20 {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    display: block;
  }
  .box20 .left {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .box20 .right {
    width: 100%;
    padding: 10px;
    float: none
  }
}
.w50 {
  width: 50%;
  float: left;
  padding: 20px;
}
.w50 .left {
  width: 45%;
  float: left;
}
.w50 .left img {
  width: 100%;
  height: auto;
}
.w50 .right {
  width: 55%;
  float: right;
  padding: 0 20px;
}
.w50 .right .memo {
  border-top: 1px solid #393434;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 95%;
  line-height: 1.3;
}
.w50 .right .sub {
  position: relative;
  display: block;
  margin-top: 25px;
  padding-left: 25px;
  font-size: 85%;
  line-height: 1.3;
}
.w50 .right .name {
  display: block;
  margin-top: 15px;
  font-size: 105%;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.w50 .right .name span {
  padding-left: 10px;
  font-family: 'Quicksand', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .w50 {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .w50 {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    padding: 0 20px 20px;
  }
  .w50 .left {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .w50 .right {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
}
.w50 .right .sub:before {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/main/navi.svg) no-repeat;
  background-size: contain;
}
.staff {
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.recruit {
  display: block;
  width: 50%;
  margin: 30px auto;
  text-align: center;
}
.staff .image, .recruit .image {
  width: 100%;
  text-align: center;
}
.staff .image img, .recruit .image img {
  width: 100%;
  height: auto;
}
.baby-boxs {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px auto;
}
.baby-boxs .image {
  position: relative;
  display: block;
  width: 100%;
}
.baby-boxs .image img {
  width: 100%;
  height: auto;
}
.baby-boxs .text-box {
  position: absolute;
  width: 60%;
  top: 30%;
  right: 3%;
}
.sec04 .boxs-white .baby-boxs .text-box .tit {
  font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06rem;
  color: #2462ca;
  text-align: left;
  padding-bottom: 25px;
}
.sec04 .boxs-white .baby-boxs .text-box .memo {
  font-weight: bold;
  color: #959595;
}
@media screen and (max-width: 1240px) {
  .baby-boxs .text-box {
    position: absolute;
    width: 60%;
    top: 20%;
    right: 2%;
  }
}
@media screen and (max-width: 1010px) {
  .sec04 .boxs-white .baby-boxs .text-box .tit {
    font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.06rem;
    color: #2462ca;
    text-align: left;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  .baby-boxs {
    display: block;
    position: relative;
    width: 100%;
    margin: 30px auto;
  }
  .baby-boxs .text-box {
    position: absolute;
    width: 80%;
    top: 10%;
    right: 10%;
  }
  sec04 .boxs-white .baby-boxs .text-box .tit {
    font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.06rem;
    color: #2462ca;
    text-align: left;
    padding: 0 0 15px;
  }
  .sec04 .boxs-white .baby-boxs .text-box .memo {
    padding: 0;
  }
  .baby-boxs .image2 {
    position: relative;
    display: block;
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
  }
  .baby-boxs .image2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .baby-boxs {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px auto;
  }
  .baby-boxs .text-box {
    position: absolute;
    width: 86%;
    top: 7%;
    right: 6%;
  }
  .sec04 .boxs-white .baby-boxs .text-box .tit {
    font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0;
    color: #2462ca;
    text-align: left;
    padding: 0 0 8px;
  }
  .sec04 .boxs-white .baby-boxs .text-box .memo {
    padding: 0;
    font-weight: normal;
    color: #444;
    font-size: 95%;
    line-height: 1.5;
  }
  .baby-boxs .image2 {
    position: relative;
    display: block;
    width: 50%;
    margin: 10px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .staff {
    display: block;
    width: 100%;
    margin: 25px auto;
    text-align: center;
  }
  .recruit {
    display: block;
    width: 80%;
    margin: 25px auto;
    text-align: center;
  }
}
.sec05 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.sec05 .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.sec05 .inner .box-a {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
  /*z-index: 10;*/
}
.sec05 .inner .box-a .image {
  position: relative;
  width: 90%;
  margin-left: 10%;
  text-align: center;
  /*z-index: 11;*/
}
.sec05 .inner .box-b {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 0;
  /*z-index: 10;*/
}
.sec05 .inner .box-b .image {
  position: relative;
  width: 90%;
  margin-right: 10%;
  text-align: center;
  /*z-index: 11;*/
}
.sec05 .inner .box-a .image img, .sec05 .inner .box-b .image img {
  width: 100%;
  height: auto;
}
.sec05 .inner .box-a .txt_box {
  position: relative;
  display: block;
  background: #fff;
  width: 50%;
  float: left;
  padding: 30px;
  margin-top: -200px;
  /* z-index: 12;*/
  box-shadow: 0 0 15px #E4E2D7;
}
.sec05 .inner .box-b .txt_box {
  position: relative;
  display: block;
  background: #fff;
  width: 50%;
  float: right;
  padding: 30px;
  margin-top: -200px;
  /*z-index: 12;*/
  box-shadow: 0 0 15px #E4E2D7;
}
@media screen and (max-width: 1180px) {
  .sec05 .inner .box-a .txt_box {
    width: 70%;
    float: left;
    padding: 35px 50px;
    margin-top: -150px;
  }
  .sec05 .inner .box-b .txt_box {
    width: 70%;
    float: right;
    padding: 35px 50px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .sec05 .inner .box-a, .sec05 .inner .box-b {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .sec05 .inner .box-a .image {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .sec05 .inner .box-b .image {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .sec05 .inner .box-a .txt_box {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding: 15px;
    margin-top: -50px;
    box-shadow: 0 0 4px #aaa;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  .sec05 .inner .box-b .txt_box {
    width: 90%;
    float: none;
    padding: 15px;
    margin: 0 auto;
    margin-top: -50px;
    box-shadow: 0 0 4px #aaa;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }
}
.inner .main {
  display: block;
  font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #F49B83;
  /*text-shadow: -1px -1px #392424, 1px 1px #392424;*/
  margin-bottom: 20px;
}
.sec05 ul {
  display: block;
  width: 80%;
  margin: 50px auto;
}
.sec05 ul li {
  width: 46%;
  margin: 2%;
  float: left;
  background: #fff;
  padding: 5px;
}
.sec05 ul li .image {
  width: 100%;
  text-align: center;
}
.sec05 ul li .image img {
  width: 100%;
  height: auto;
}
.sec05 ul li .b-tit {
  padding: 10px;
}
.sec05 ul li .memo {
  padding: 0 10px 10px;
}
@media screen and (max-width: 900px) {
  .sec05 ul {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .inner .main {
    display: block;
    font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05rem;
    color: #F49B83;
    text-shadow: none;
    padding: 5px 0 10px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #efefef;
  }
}
@media screen and (max-width: 640px) {
  .sec05 ul {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  .sec05 ul li {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
    background: #fff;
    padding: 5px;
  }
}
.sec06 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 150px;
}
.sec06 .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 50px;
  background: #fff;
}
.sec06 .inner .tit-box {
  display: block;
  padding: 0 10px;
  margin: 0 auto 80px;
}
.sec06 .inner .tit-box .main {
  text-align: center;
}
.sec06 .inner .tit-box .memo {
  text-align: center;
}
.sec06 .inner .boxs {
  position: relative;
  margin: 100px auto;
}
.gray {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  background: #eee;
}
.gray .in-box {
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.gray .in-box .left {
  width: 40%;
  float: left;
}
.gray .in-box .left img {
  width: 100%;
  height: auto;
}
.gray .in-box .right {
  width: 60%;
  float: right;
  padding: 0 20px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .sec06 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 100px;
  }
  .sec06 .inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 5px;
    background: #fff;
  }
  .sec06 .inner .tit-box {
    display: block;
    padding: 0 10px;
    margin: 0 auto 30px;
  }
  .sec06 .inner .tit-box .main {
    text-align: center;
  }
  .sec06 .inner .tit-box .memo {
    text-align: center;
  }
  .sec06 .inner .boxs {
    position: relative;
    margin: 50px auto;
  }
  .gray {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background: #eee;
  }
  .gray .in-box {
    width: 100%;
    background: #fff;
    position: relative;
    display: block;
    padding: 20px;
  }
  .gray .in-box .left {
    width: 100%;
    float: none;
  }
  .gray .in-box .right {
    width: 100%;
    float: none;
    padding: 20px 10px 0;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .sec06 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
}
/****sec07****/
.sec07 {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  padding: 80px 0;
}
.sec07 .inner {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.sec07 .inner .boxs {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
.sec07 .inner .left {
  width: 50%;
  float: left;
}
.sec07 .inner .right {
  width: 50%;
  float: right;
  padding: 0 20px;
}
.sec07 .inner .right .name {
  margin: 0 auto 20px;
  padding: 0 25px;
  text-align: center;
}
.sec07 .inner .right .name img {
  width: 100%;
  height: auto;
}
.sec07 .inner .right .topics {
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}
.center-box .add {
  text-align: center;
  font-weight: bold;
  font-size: 95%;
  line-height: 1.3;
}
.center-box .memo {
  text-align: center;
  font-weight: normal;
  font-size: 85%;
  padding: 5px 0 15px;
}
.sec07 .inner .right .topics img {
  width: 100%;
  height: auto;
}
.sec07 .inner .right .time {
  display: block;
  width: 100%;
}
.biz-hour {
  border-collapse: collapse;
  width: 100%;
}
.biz-hour th, .biz-hour td {
  padding: 10px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 640px) {
.biz-hour th, .biz-hour td {
padding: 6px;
font-size: 12px;
}
}
.biz-hour th {
  background: #e78913;
  font-weight: bold;
}
/*.biz-hour th.sat {
  color: #3db2da;
}

.biz-hour th.sun {
  color: #e66a6a;
}*/
.sec07 .inner .right .note {
  font-weight: normal;
  font-size: 85%;
  line-height: 1.3;
  padding-top: 20px;
}
.map-box {
  display: block;
  width: 100%;
  margin: 30px auto;
}
.last-box .memo {
  text-align: center;
}
.sec07 .inner ul {
  display: block;
  width: 90%;
  max-width: 700px;
  margin: 0 auto 50px;
}
.sec07 .inner ul {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.sec07 .inner ul li a {
  width: 46%;
  margin: 2%;
  float: left;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 0;
  text-align: center;
  font-size: 110%;
}
.sec07 .inner ul li a span {
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding-left: 5px;
  font-size: 120%;
}
.sec07 .inner ul li a.yellow {
  background: #fffddc;
  color: #392424;
}
.sec07 .inner ul li a.orange2 {
  background: #ffac5a;
  color: #fff;
}
.last-box {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.new-text {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .sec07 {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    padding: 30px 0;
  }
  .sec07 .inner {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sec07 .inner .boxs {
    width: 100%;
    position: relative;
    display: block;
    margin: 30px auto;
  }
  .sec07 .inner .left {
    width: 100%;
    float: none;
  }
  .sec07 .inner .right {
    width: 100%;
    float: none;
    padding: 20px 0 0;
  }
  .sec07 .inner .right .name {
    margin: 0 auto 20px;
    padding: 0 20px;
    text-align: center;
  }
  .sec07 .inner .right .name img {
    width: 100%;
    height: auto;
  }
  .sec07 .inner .right .topics {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
  }
  .center-box .add {
    text-align: center;
    font-weight: bold;
    font-size: 95%;
    line-height: 1.3;
  }
  .center-box .memo {
    text-align: center;
    font-weight: normal;
    font-size: 85%;
    padding: 5px 0 15px;
  }
  .sec07 .inner .right .topics img {
    width: 100%;
    height: auto;
  }
  .sec07 .inner .right .note {
    font-weight: normal;
    font-size: 85%;
    line-height: 1.3;
    padding-top: 20px;
  }
  .last-box .memo {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .sec07 .inner ul {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }
  .sec07 .inner ul li a {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    float: none;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 0;
    text-align: center;
    font-size: 110%;
  }
  .sec07 .inner ul li a span {
    font-family: 'Quicksand', sans-serif;
    font-weight: 800;
    letter-spacing: 0.1rem;
    padding-left: 5px;
    font-size: 120%;
  }
  .sec07 .inner ul li a.yellow {
    background: #fffddc;
    color: #392424;
  }
  .sec07 .inner ul li a.orange2 {
    background: #ffac5a;
    color: #fff;
  }
  .last-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .new-text {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
  }
}
.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendar .item {
  width: 49%;
}
.calendar .item table {
  border-collapse: collapse;
  width: 100%;
}
.calendar .item table tr th, .calendar .item table tr td {
	color: #333333;
    width: calc(100%/7);
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 5px;
    border: 1px solid #ccc;
    text-align: center;
}
.calendar .item table tr:nth-child(1) th {
  background: #e78913;
}
.calendar .item table tr th {
  background: #ffac5a;
  color: #392424;
}
.bg-orange {
  background: #fffddc !important;
}
.bg-special {
  background: #caebad !important;
}
.bg-pink {
  background: #ffe0e9 !important;
}

.bg-white {
  background: #fff !important;
}

.calendar .note-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .calendar {
    display: block;
  }
  .calendar .item {
    width: 100%;
  }
  .calendar .item:nth-child(1) {
    margin-bottom: 30px;
  }
}

/********20200803追加loadMore*********/

.news_box ul li{ 
	display:none; 
}

#more_btn {
	display: block;
    padding: 20px 0;
    text-align: center;
    background: #ffac5a;
    color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
	max-width: 322px;
	margin: 0 auto;
	width: 100%;
}


/*-----------------------20210916追加----*/

.covid {

}
.covid .inner{
    background: #fff;
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 60px 30px;
    border-radius: 10px;
}

.covid .co-head00{
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 0 0 15px;
    margin-bottom: 30px;
    color: #E58913;
}

.covid .flexBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.covid .flexBox .img{
  width: 40%;
}

.covid .flexBox .detail{
  width: 56%;
}

.covid .co-head01 span{
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.covid .co-head01 span:before{
    content: "";
    position: absolute;
    background: #dddddd;
    width: 45px;
    height: 1px;
    top: 50%;
    left: 0;
}

.covid .co-head02{
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 30px;
}

.covid .co-text{

}

.covid .flexList{
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.covid .flexList li{
  width: 28%;
  margin: 0 15px 20px;
}

.covid .flexList li .flex{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.covid .flexList li img{
  max-width: 100px;
  width: 100%;
  margin-right: 20px;
}

.covid .co-head03{
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    border: 0;
    line-height: 1.2;
    padding: 0;
    height: 0;
}

#sec-07 .sec07 .inner .parking{
  background: #e88913;
  margin: 90px auto 60px;
  padding: 30px 40px 60px;
  width: 85%;
}

#sec-07 .sec07 .inner .parking .flexBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#sec-07 .sec07 .inner .parking .detail{
  order: 1;
  width: 48%;
}

#sec-07 .sec07 .inner .parking .p-head img {
    margin-right: 15px;
    width: 60px;
}

#sec-07 .sec07 .inner .parking .p-head .ttl {
    width: calc(100% - 75px);
}

#sec-07 .sec07 .inner .parking .p-head{
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

#sec-07 .sec07 .inner .parking .p-head img{
    margin-right: 20px;
    width: 70px;
}

#sec-07 .sec07 .inner .parking .p-head .ttl{
    width: calc(100% - 90px);
}

#sec-07 .sec07 .inner .parking .p-head .ttl p{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}

#sec-07 .sec07 .inner .parking .p-head .ttl small{
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

#sec-07 .sec07 .inner .parking .p-head .ttl small span{
    font-size: 20px;
    font-size: 2.0rem;
}

#sec-07 .sec07 .inner .parking .text{
  color: #fff;
}

#sec-07 .sec07 .inner .parking .img{
  order: 2;
  width: 48%;
  margin-top: -70px;
}

#sec-07 .sec07 .inner .parking .img img{
  width: 100%;
}

@media screen and (max-width: 1010px) {
#sec-07 .sec07 .inner .parking {
    margin: 70px auto 50px;
    padding: 25px 30px;
}
}

@media screen and (max-width: 768px) {
.covid .flexList li {
    width: 45%;
    margin: 0 10px 20px;
}

.covid .co-head01 span {
    font-size: 1.4rem;
}    

.covid .co-head02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

#sec-07 .sec07 .inner .parking{
  padding: 25px 5%;
  width: 100%;
}

#sec-07 .sec07 .inner .parking .flexBox{
  display: block;
  margin-bottom: 20px;
}

#sec-07 .sec07 .inner .parking .detail{
  width: 100%;
}

#sec-07 .sec07 .inner .parking .img{
  margin-bottom: 25px;
  width: 100%;
}

#sec-07 .sec07 .inner .parking .p-head {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

#sec-07 .sec07 .inner .parking .p-head .ttl p {
    font-size: 18px;
    font-size: 1.8rem;
}

#sec-07 .sec07 .inner .parking .p-head .ttl small {
    font-size: 1.4rem;
}
}

@media screen and (max-width: 640px) {
.covid .inner {
    margin: 40px auto 40px;
    padding: 35px 5%;
}

.covid .co-head00 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.covid .flexBox {
    display: block;
    margin-bottom: 40px;
}  

.covid .flexBox .img {
    width: 100%;
    margin-bottom: 25px;
}

.covid .flexBox .detail {
    width: 100%;
}

.covid .co-head02 {
    font-size: 1.6rem;
}

.covid .flexList {
    display: flex;
    justify-content: space-between;
    margin: 0 0;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.covid .flexList li {
    margin: 0 0 20px;
    width: 48%;
}

.covid .flexList li .flex {
    display: block;
    margin-bottom: 45px;
}

.covid .flexList li img {
    max-width: 80px;
    width: 100%;
    margin: 0 auto 15px;
    display: block;
}

.covid .co-head03 {
    text-align: center;
    margin: 0 auto;
    display: inherit;
    font-size: 1.5rem;
}
}
.system-box {
text-align: center;
}
.system-box h2 {
font-size: 24px;
font-size: 2.4rem;
text-decoration: underline;
}
.system-box ul {
text-align: left;
}
.system-box ul li:first-child {
margin-top: 20px;
}

.system-box.last-box {
padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
.system-box {
text-align: left;
}
.system-box h2 {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 20px;
}
.sec07 .inner .system-box ul {
width: 100%;
}
.system-box.last-box {
padding-bottom: 0;
}
}


/* カレンダー（修正後）用 */
.cal_wrapper table.cal{
  height: 100%;
}
.cal_wrapper table.cal .cal_ui{
  display: none;
}
.cal_wrapper table.cal tr td div span{
  display: none !important;
}
.calendar .item .cal_wrapper table.cal td{
  padding: 0;
  height: 100%;
  width: calc(100% / 7);
}
.calendar .item .cal_wrapper table.cal .headline td,
.cal_wrapper table.cal td div{
  padding: 10px 5px;
  box-sizing: border-box;
}
.cal_wrapper table.cal td div{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cal_wrapper table.cal .headline td{
  background-color: #ffac5a;
  color: #392424;
  font-weight: 700;
}
.cal_wrapper table.cal .backward{
  color: #cccccc;
}
.cal_wrapper table.cal .Today{
  font-weight: 700;
}



/*インビザラインGo追加*/
.top_invisaligngo_02{
  display: block;
  max-width: 350px;
  width: 80%;
  margin-top: 1em;
}