body {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #585858;
  letter-spacing: 0.03em;
  z-index: 1;
}
body.home::before {
  background: url("../img/bg_header.jpg") top center/cover;
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 28px;
  }
}
body:not(.home) #header .logo{
	display: none;
}
#header {
  background: none;
}
#header .logo {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  width: 143px;
}
#header .header_menu {
  position: absolute;
  top: 28px;
  right: 0px;
  width: 55%;
  max-width: 740px;
  min-width: 600px;
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 92px;
    top: 16px;
    left: 16px;
  }
  #header .header_menu {
    position: relative;
    inset: 0;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}

#header .header_menu {
  padding: 0px 2% 28px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  z-index: 1;
}
#header .header_menu .g_nav ul {
  display: flex;
  justify-content: space-between;
}
#header .header_menu .g_nav li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#header .header_menu .g_nav li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .header_menu {
    padding: 0px;
    border-bottom: none;
    position: unset;
  }
  #header .header_menu .g_nav {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgb(247, 197, 30) 0%, rgb(247, 138, 30) 100%);
    padding: 16px 0px 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
  }
  #header .header_menu .g_nav .menu-logo {
    width: 92px;
    margin: 0px 0px 4vw 16px;
  }
  #header .header_menu .g_nav ul {
    width: 85%;
    margin: 0px auto 12vw;
    display: block;
  }
  #header .header_menu .g_nav li a {
    display: block;
    font-size: 16px;
    padding: 12px 0px;
    text-align: left;
    border-bottom: 1px solid #5F3900;
    font-weight: 400;
  }
  #header .header_menu .g_nav .menu-box {
    box-sizing: border-box;
    background: #5F3900;
    padding: 16vw 6% 16vw;
    color: #fff;
  }
  #header .header_menu .g_nav .menu-box h3 {
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
  }
  #header .header_menu .g_nav .menu-box h3 span {
    font-size: 45px;
    font-weight: 100;
  }
  #header .header_menu .g_nav .menu-box .menu-txt1 {
    text-align: center;
    font-size: 15px;
    font-size: 500;
    margin: 6vw 0px 3vw;
  }
  #header .header_menu .g_nav .menu-box .menu-listbtn {
    margin: 0px 0px 10vw;
  }
  #header .header_menu .g_nav .menu-box .menu-listbtn p {
    width: 49%;
  }
}

.kv {
  position: relative;
}
.kv .kv-box {
  position: absolute;
  bottom: 10%;
  width: 650px;
  left: 4%;
  color: #fff;
  z-index: 1;
}
.kv .kv-box h2 {
  font-size: 64px;
  font-weight: 300;
  line-height: 84px;
  letter-spacing: 0;
  margin: 0px 0px 2px;
}
.kv .kv-box .kv-txt {
  font-size: 20px;
  font-weight: 500;
}
.kv .key{
    line-height: 1;
}
.kv .key p img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 550px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .kv .kv-box {
    width: 270px;
    left: 5%;
    bottom: 30px;
  }
  .kv .kv-box h2 {
    font-size: 40px;
    line-height: 53px;
    margin: 0px 0px 8px;
  }
  .kv .kv-box .kv-txt {
    font-size: 16px;
    line-height: 24px;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: unset !important;
  display: block !important;
  width: 100% !important;
}

.ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #F7C51E;
  line-height: 50px;
}
.ttl span {
  font-size: 64px;
  font-weight: 100;
  color: #5F3900;
  letter-spacing: 0;
  display: block;
  line-height: 1;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 16px;
    line-height: 40px;
  }
  .ttl span {
    font-size: 48px;
    line-height: 63px;
    margin-bottom: -16px;
  }
}

.home #sec1 {
  background: url("../img/top/sec1_bg.jpg") center/cover;
  padding: 74px 0px 64px;
}
.home #sec1 .sec1-txt1 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 32px 0px 40px;
}
.home #sec1 .sec1-list {
  width: 100%;
  max-width: 882px;
  margin: 0px auto;
  justify-content: center;
}
.home #sec1 .sec1-list li {
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  border-radius: 50%;
  flex-direction: column;
}
.home #sec1 .sec1-list li span {
  color: #F78A1E;
  font-weight: 700;
}
.home #sec1 .sec1-list li:nth-child(1) {
  background: url("../img/top/sec1_item1.png") center/cover, #fff;
}
.home #sec1 .sec1-list li:nth-child(2) {
  margin: 0px -40px;
  background: url("../img/top/sec1_item2.png") center/cover, #fff;
}
.home #sec1 .sec1-list li:nth-child(3) {
  background: url("../img/top/sec1_item3.png") center/cover, #fff;
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  .home #sec1 .sec1-list li {
    width: 240px;
    height: 240px;
    font-size: 15px;
    line-height: 30px;
  }
  .home #sec1 .sec1-list li:nth-child(2) {
    margin: 0px -30px;
  }
}
@media screen and (max-width: 767px) {
  .home #sec1 {
    background-image: url("../img/top/sec1_bg.jpg");
    padding: 58px 0px 64px;
  }
  .home #sec1 .sec1-txt1 {
    font-size: 16px;
    line-height: 32px;
    margin: 32px 0px;
  }
  .home #sec1 .sec1-list li {
    width: calc(100vw - 60px);
    height: calc(100vw - 60px);
    max-width: 320px;
    max-height: 320px;
    margin: 0px auto;
  }
  .home #sec1 .sec1-list li:nth-child(2) {
    margin: -40px auto;
  }
}

.home #sec2 {
  margin: 74px auto 80px;
  width: calc(100% - 86px);
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  padding: 74px 0px 88px;
}
.home #sec2 h2 {
  margin: 0px 0px 60px;
}
.home #sec2 .sec2-img {
  width: 50%;
  overflow: hidden;
  border-radius: 16px;
}
.home #sec2 .sec2-box {
  width: 46%;
  align-self: center;
}
.home #sec2 dl {
  align-items: center;
  margin: 0px 0px 24px;
}
.home #sec2 dl dt {
  font-size: 64px;
  font-weight: 100;
  width: 95px;
  letter-spacing: 0;
  color: #5F3900;
}
.home #sec2 dl dt span {
  color: #F78A1E;
}
.home #sec2 dl dd {
  width: calc(100% - 95px);
  font-size: 32px;
  font-weight: 500;
  color: #5F3900;
  line-height: 48px;
}
.home #sec2 .sec2-row2 {
  flex-direction: row-reverse;
  margin: 40px 0px;
}
.home #sec2 .sec2-row2 dl dt span {
  color: #96C57D;
}
.home #sec2 .sec2-row3 dl dt span {
  color: #C1272D;
}
.home #sec2 .sec2-row {
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .home #sec2 {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .home #sec2 {
    width: calc(100% - 60px);
    margin: 30px auto;
    padding: 48px 0px 40px;
  }
  .home #sec2 .wrap {
    padding: 0px 20px;
  }
  .home #sec2 h2 {
    margin: 0px 0px 30px;
  }
  .home #sec2 .sec2-img {
    width: 100%;
  }
  .home #sec2 .sec2-box {
    width: 100%;
    margin: 16px 0px 0px;
  }
  .home #sec2 dl {
    text-align: center;
    margin: 0px 0px 16px;
  }
  .home #sec2 dl dt {
    width: 100%;
    font-size: 24px;
    font-weight: 300;
  }
  .home #sec2 dl dd {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }
  .home #sec2 .sec2-row2 {
    margin: 32px 0px;
  }
}

.home #sec3 {
  position: relative;
  background: #fff;
  padding: 74px 0px 0px;
}
.home #sec3 h2 {
  margin: 0px 0px 64px;
}
.home #sec3 .sec3-box1 {
  position: relative;
  width: 48%;
}
.home #sec3 .sec3-box1 .sec3-img1 {
  overflow: hidden;
  border-radius: 16px;
}
.home #sec3 .sec3-box1 .sec3-box11 {
  flex-wrap: wrap;
  align-items: center;
  margin: 16px 0px 0px;
}
.home #sec3 .sec3-box1 .sec3-box11 h3 {
  font-size: 32px;
  font-weight: 500;
  color: #5F3900;
  line-height: 26px;
  width: calc(100% - 64px);
  order: 1;
}
.home #sec3 .sec3-box1 .sec3-box11 h3 span {
  position: relative;
  display: inline-block;
  color: #F7C51E;
  padding: 0px 12px;
  font-weight: 400;
  font-size: 14px;
}
.home #sec3 .sec3-box1 .sec3-box11 h3 span::before, #sec3 .sec3-box1 .sec3-box11 h3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 3px;
  height: 2px;
  border-top: 1px solid #F7C51E;
  transform: translateY(-50%);
}
.home #sec3 .sec3-box1 .sec3-box11 h3 span::after {
  left: auto;
  right: 0px;
}
.home #sec3 .sec3-box1 .sec3-box11 .sec3-txt1 {
  order: 3;
  width: 100%;
  margin: 24px 0px 0px;
}
.home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 {
  order: 2;
  width: 64px;
  height: 64px;
}
.home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(247, 197, 30) 0%, rgb(247, 138, 30) 100%);
}
.home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url("../img/top/arrow.png") center/cover;
}
.home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 a span {
  display: none;
}
.home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 a:hover {
  opacity: 0.8;
}
.home #sec3 .sec3-row2 {
  margin: 48px 0px 0px;
}
.home #sec3 .sec3-box2 {
  width: 32%;
}
.home #sec3 .sec3-box2 .sec3-img2 {
  overflow: hidden;
  border-radius: 16px;
}
.home #sec3 .sec3-box2 .sec3-box21 {
  flex-wrap: wrap;
  align-items: center;
  margin: 16px 0px 0px;
}
.home #sec3 .sec3-box2 .sec3-box21 h4 {
  font-size: 24px;
  font-weight: 500;
  color: #5F3900;
  line-height: 26px;
  width: calc(100% - 56px);
  order: 1;
}
.home #sec3 .sec3-box2 .sec3-box21 h4 span {
  position: relative;
  display: inline-block;
  color: #F7C51E;
  padding: 0px 12px;
  font-weight: 400;
  font-size: 14px;
}
.home #sec3 .sec3-box2 .sec3-box21 h4 span::before, .home #sec3 .sec3-box2 .sec3-box21 h4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 3px;
  height: 2px;
  border-top: 1px solid #F7C51E;
  transform: translateY(-50%);
}
.home #sec3 .sec3-box2 .sec3-box21 h4 span::after {
  left: auto;
  right: 0px;
}
.home #sec3 .sec3-box2 .sec3-box21 .sec3-txt2 {
  order: 3;
  width: 100%;
  margin: 16px 0px 0px;
  font-size: 14px;
  line-height: 24px;
}
.home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 {
  order: 2;
  width: 56px;
  height: 56px;
}
.home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(247, 197, 30) 0%, rgb(247, 138, 30) 100%);
}
.home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url("../img/top/arrow.png") center/cover;
}
.home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 a span {
  display: none;
}
.home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 a:hover {
  opacity: 0.8;
}
.home #sec3 .sec3-slide {
  height: 360px;
  width: 100%;
  margin: -86px 0px 0px;
  position: relative;
  z-index: 1;
  bottom: -184px;
}
.home #sec3 .sec3-slide .infiniteslide p {
  margin-right: -30px;
}
.home #sec3 .sec3-slide .infiniteslide img {
  height: 360px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .home #sec3 {
    padding: 48px 0px 0px;
  }
  .home #sec3 h2 {
    margin: 0px 0px 32px;
  }
  .home #sec3 .sec3-box1 {
    width: 100%;
    margin: 0px 0px 48px;
  }
  .home #sec3 .sec3-box1 .sec3-img1 {
    border-radius: 8px;
  }
  .home #sec3 .sec3-box1 .sec3-box11 {
    margin: 24px 0px 0px;
  }
  .home #sec3 .sec3-box1 .sec3-box11 h3 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 25px;
  }
  .home #sec3 .sec3-box1 .sec3-box11 h3 span {
    font-size: 14px;
  }
  .home #sec3 .sec3-box1 .sec3-box11 .sec3-txt1 {
    margin: 8px 0px 40px;
    font-size: 16px;
    line-height: 28px;
  }
  .home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    border-radius: 8px;
    padding: 0px 5%;
    text-align: left;
  }
  .home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 a span {
    display: inline-block;
  }
  .home #sec3 .sec3-box1 .sec3-box11 .sec3-btn1 a::before {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  .home #sec3 .sec3-box2 {
    width: 100%;
    margin: 0px 0px 48px;
  }
  .home #sec3 .sec3-box2 .sec3-img2 {
    border-radius: 8px;
  }
  .home #sec3 .sec3-box2 .sec3-box21 {
    margin: 24px 0px 0px;
  }
  .home #sec3 .sec3-box2 .sec3-box21 h4 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 25px;
  }
  .home #sec3 .sec3-box2 .sec3-box21 h4 span {
    font-size: 14px;
  }
  .home #sec3 .sec3-box2 .sec3-box21 .sec3-txt2 {
    margin: 8px 0px 40px;
    font-size: 16px;
    line-height: 28px;
  }
  .home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 56px;
    border-radius: 8px;
    padding: 0px 5%;
    text-align: left;
  }
  .home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 a::before {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  .home #sec3 .sec3-box2 .sec3-box21 .sec3-btn2 a span {
    display: inline-block;
  }
  .home #sec3 .sec3-slide {
    height: 160px;
    margin: -75px 0px 0px;
    bottom: -86px;
  }
  .home #sec3 .sec3-slide .infiniteslide p {
    margin-right: -10px;
  }
  .home #sec3 .sec3-slide .infiniteslide img {
    height: 160px;
  }
}

.home #sec4 {
  background: url("../img/top/sec4_bg.jpg") center/cover;
  padding: 230px 0px 80px;
}
.home #sec4 h2 {
  margin: 0px 0px 64px;
}
.home #sec4 .sec4-img {
  align-self: flex-start;
  width: 50%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.home #sec4 .sec4-img img {
  width: 73% !important;
  margin: 0px auto;
  display: block;
}
.home #sec4 .sec4-img .sec4-box1 {
  width: 160px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px;
  left: 16px;
  border-radius: 16px;
  padding: 20px;
}
.home #sec4 .sec4-img .sec4-box1 p {
  color: #5F3900;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 2px;
}
.home #sec4 .sec4-img .sec4-box1 dl {
  line-height: 30px;
}
.home #sec4 .sec4-img .sec4-box1 dl dt {
  font-size: 14px;
  font-weight: 500;
}
.home #sec4 .sec4-img .sec4-box1 dl dd {
  font-size: 16px;
}
.home #sec4 .sec4-box2 {
  width: 46%;
  margin: 52px 0px 0px;
}
.home #sec4 .sec4-btn a {
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
  line-height: 56px;
  padding: 0px 5%;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(135deg, rgb(247, 197, 30) 0%, rgb(247, 138, 30) 100%);
  margin: 40px 0px 0px;
  border-radius: 16px;
}
.home #sec4 .sec4-btn a:hover {
  opacity: 0.8;
}
.home #sec4 .sec4-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 9px;
  height: 12px;
  background: url("../img/top/arrow.png") center/cover;
}
@media screen and (max-width: 767px) {
  .home #sec4 {
    background-image: url("../img/top/sec4_bg_sp.jpg");
    padding: 120px 0px 64px;
  }
  .home #sec4 h2 {
    margin: 0px 0px 32px;
  }
  .home #sec4 .sec4-img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  .home #sec4 .sec4-img .sec4-box1 {
    width: 128px;
    top: 0px;
    right: 0px;
    left: auto;
    bottom: auto;
    padding: 14px;
  }
  .home #sec4 .sec4-img .sec4-box1 p {
    font-size: 10px;
    margin-bottom: 3px;
  }
  .home #sec4 .sec4-img .sec4-box1 dl {
    line-height: 30px;
  }
  .home #sec4 .sec4-box2 {
    width: 100%;
    margin: 16px 0px 0px;
  }
  .home #sec4 .sec4-txt {
    font-size: 16px;
    line-height: 28px;
  }
  .home #sec4 .sec4-btn a {
    margin: 40px 0px 0px;
    font-size: 16px;
  }
}

.home #sec5 {
  background: url("../img/top/sec5_bg.png") no-repeat top right/42%, #fff;
  padding: 48px 0px;
}
.home #sec5 h2 {
  color: #5F3900;
  font-size: 32px;
  margin: 0px 0px 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home #sec5 {
    background-image: url("../img/top/sec5_bg_sp.png");
    background-size: 100%;
    padding: 40px 0px;
  }
  .home #sec5 h2 {
    font-size: 24px;
    margin: 0px 0px 16px;
  }
  .home #sec5 .sec5-txt {
    font-size: 16px;
  }
}

.home #sec6 {
  padding: 48px 0px;
  color: #fff;
}
.home #sec6 h2 {
  color: #fff;
}
.home #sec6 h2 span {
  color: #fff;
}
.home #sec6 .sec6-row {
  align-items: center;
}
.home #sec6 .sec6-box1 {
  width: 290px;
  text-align: center;
}
.home #sec6 .sec6-txt1 {
  margin: 24px 0px 0px;
}
.home #sec6 .sec6-listbtn {
  width: 380px;
}
.home #sec6 .sec6-listbtn .sec6-contact {
  margin: 8px 0px 0px;
}
@media screen and (max-width: 767px) {
  .home #sec6 {
    padding: 48px 0px 64px;
  }
  .home #sec6 .sec6-txt1 {
    margin: 32px 0px 24px;
    font-size: 16px;
  }
  .home #sec6 .sec6-box1 {
    width: 100%;
  }
  .home #sec6 .sec6-listbtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home #sec6 .sec6-listbtn p {
    width: 48%;
    margin: 0px !important;
  }
}

.home #sec7 {
  background: #fff;
  padding: 48px 0px 40px;
}
@media screen and (max-width: 767px) {
  .home #sec7 {
    padding: 48px 0px 33px;
  }
}

.home .sec7-row {
  background: #fff;
  padding: 0px 0px 72px;
}
.home .sec7-row .elementor-row {
  width: 100%;
  box-sizing: border-box;
  max-width: 1120px;
  padding: 0px 20px;
  margin: 0px auto;
}
.home .sec7-row .sec7-left {
  width: 95%;
}
.home .sec7-row .post-box {
  width: 96%;
  margin: 0px 0px 0px auto;
}
@media screen and (max-width: 767px) {
 .home  .sec7-row {
    padding: 0px 0px 32px;
  }
  .home .sec7-row .elementor-row {
    padding: 0px 30px;
  }
  .home .sec7-row .sec7-left {
    width: 100%;
  }
  .home .sec7-row .post-box {
    width: 100%;
    margin: 0px auto;
  }
}

.box-table1 {
  font-style: normal;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}

.box-table1 .timetable th, .box-table1 .timetable td {
  font-size: 17px;
  line-height: 30px;
}

.box-table1 .timetable tbody tr td:first-child {
  padding-top: 10px;
}

.box-table1 .txt {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #B5B5B5;
}

.box-table1 tbody td:first-child {
  padding-left: 20px;
}

.box-table1 tbody td:first-child {
  padding-left: 20px !important;
}

.box-table1 .txt {
  padding-top: 18px;
}

.box-table1 thead th {
  padding: 10px 0;
  border-bottom: 1px solid #333333;
  text-align: center;
}

.box-table1 thead th:first-child {
  text-align: left;
  width: 30%;
  font-size: 20px;
}

.box-table1 tbody tr:last-child {
  border-bottom: 1px solid #8D5F4A;
}

.box-table1 tbody tr:last-child td {
  padding: 10px 0 10px;
}

.timetable tbody tr:last-child td {
  border-bottom: 1px solid #333333;
}

.box-table1 tbody td {
  padding: 10px 0 10px;
  text-align: center;
  border-bottom: 1px solid #333333;
}

.box-table1 tbody td:first-child {
  padding-left: 13px;
  text-align: left;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .box-table1 thead th:first-child {
    font-size: 18px;
  }
  .box-table1 .timetable th, .box-table1 .timetable td {
    font-size: 15px;
  }
  .box-table1 tbody td:first-child {
    padding-left: 0px !important;
  }
  .box-table1 .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .box-table1 thead th:first-child {
    text-align: left;
    width: 30%;
    font-size: 13px;
  }
  .box-table1 .timetable th, .box-table1 .timetable td {
    font-size: 13px;
    line-height: 16px;
  }
  .box-table1 tbody td:first-child {
    padding-left: 0 !important;
    font-size: 14px;
    letter-spacing: 0 !important;
  }
  .box-table1 .txt {
    font-size: 15px;
    padding-top: 12px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #B5B5B5;
  }
}
.post-box {
  max-width: 1080px;
  padding-top: 9px;
  margin: 0;
}

.post-box__summary-link {
  font-size: 15px;
  color: #333333;
  text-decoration: underline !important;
  transition: all 0.3s ease;
}

.post-box__summary-link:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.post-box dl dt .new-label {
  background: #855A15;
}

.post-box__content {
  padding: 0 20px;
  height: 226px;
  position: relative;
  overflow: auto;
}

.post-box__content dl {
  padding: 23px 0;
  border-bottom: 1px dashed #CBCAC9;
  display: flex;
}

.post-box__content dl dt {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  width: 160px;
  color: #72706E;
  display: block;
}

.post-box__content dl dd {
  display: block;
  width: calc(100% - 170px);
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}

.post-box__content dl dd a {
  position: relative;
  top: -2px;
}

.post-box__header {
  position: relative;
  padding: 0 0 40px;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .post-box__content dl {
    padding: 15px 0;
    display: block;
  }
  .post-box__content dl dt {
    font-size: 15px;
    width: 100%;
  }
  .post-box__content dl dd {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-box__summary-link {
    font-size: 12px;
  }
  .post-box__header {
    border-bottom: 2px solid #333333;
  }
  .post-box__content dl {
    padding: 15px 0;
    display: block;
  }
  .post-box__content dl dt {
    font-size: 14px;
    width: 100%;
  }
  .post-box__content dl dd {
    width: 100%;
    font-size: 14px;
    color: #38475D;
  }
  .post-box__content {
    padding: 0;
    height: 165px;
    position: relative;
    overflow: auto;
    margin-bottom: 40px;
  }
}
.list-top {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.list-top dl {
  display: flex;
}

.list-top dl dt {
  color: #855A15;
  width: 90px;
}

.list-top dl dd {
  width: calc(100% - 90px);
}

.list-top dl + dl {
  margin-top: 5px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .list-top {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list-top {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 25px;
  }
  .list-top dl + dl {
    margin-top: 2px;
  }
}
.gg-map {
  width: 100%;
  height: 365px;
}

.gg-map .box {
  width: 100%;
  height: 100%;
}

.gg-map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .gg-map {
    width: 100%;
    height: 312px;
  }
  .gg-map .box {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=index.css.map */