@charset "UTF-8";
/*黒*/
/*赤*/
/*薄い黄色*/
/*線の色*/
/*紫*/
/*ピンク*/
/*黄色*/
/*スマホメニューの色*/
/*スマホメニューの色*/
BODY {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #231815;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
}

a {
  outline: none;
  cursor: pointer;
}

a:link {
  color: #231815;
  text-decoration: none;
}

a:visited {
  color: #231815;
}

a:hover {
  color: #231815;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  color: #231815;
  text-decoration: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 10px;
  width: 65px;
  height: 65px;
}
#pageTop p {
  display: block;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border-radius: 50%;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

p {
  text-align: left;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .col3_2box {
  width: 66%;
}
.flexbox .col3_1box {
  width: 30%;
}
.flexbox .col5_2box {
  width: 40%;
}
.flexbox .col5_3box {
  width: 56%;
}
.flexbox .col2box {
  width: 48%;
}
.flexbox .col3box {
  width: 31%;
}
.flexbox .col4box {
  width: 22%;
}
.flexbox .col5box {
  width: 18%;
}
.flexbox .col2fullbox {
  width: 50%;
}
.flexbox .col3fullbox {
  width: calc(100% /3);
}
.flexbox .col4fullbox {
  width: calc(100% /4);
}

.site-navigation-pc {
  padding: 20px 0;
}
.site-navigation-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-navigation-pc li {
  width: calc(100% / 4);
}
.site-navigation-pc li a {
  display: block;
}

header {
  width: 100%;
}
header #headerinner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}
header #headerinner .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #headerupper {
  background-color: #000;
  color: #fff;
}
header #logo {
  width: 300px;
  margin-bottom: 5px;
}
header #logo h1 {
  line-height: 1;
}
header #logo2 {
  width: 600px;
}
header .site-navigation-pc {
  width: 100%;
}

footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
footer .swiper-slide {
  height: 200px;
}

#wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.contentsinner {
  max-width: 1200px;
  margin: 0 auto;
}

.contentsinner2 {
  max-width: 920px;
  margin: 0 auto;
}

table.bacetable {
  width: 100%;
  border: 1px #3B693F solid;
}
table.bacetable th {
  border: 1px #3B693F solid;
  padding: 10px 20px;
  background-color: #d7e1d9;
  font-weight: 500;
  text-align: left;
}
table.bacetable td {
  border: 1px #3B693F solid;
  padding: 10px;
  text-align: left;
}

#mainimg .mainimginner {
  max-width: 1200px;
  position: relative;
  height: 530px;
  margin: 0 auto;
}
#mainimg .mainimginner h2 {
  position: absolute;
  left: 0;
  bottom: 100px;
}

p {
  text-align: left;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  display: block;
}

.swiper-button-next:after {
  background: url(../images/common/icon01.svg) 0 0 no-repeat;
  background-size: contain;
}

.swiper-button-prev:after {
  background: url(../images/common/icon02.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  footer #footerinner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentsinner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentsinner2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 880px) {
  header {
    padding-left: 0px;
    padding-right: 0px;
  }
  header #logo {
    width: 80%;
  }
  header #logo2 {
    width: 100%;
  }
  header #headerinner .flexbox {
    display: block;
  }
  header .site-navigation-pc {
    width: 100%;
  }

  #mainimg .mainimginner h2 {
    left: 20px;
  }
}
@media screen and (max-width: 812px) {
  .flexbox {
    display: block;
  }
  .flexbox .col2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col2box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col4box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col4box:last-child {
    margin-bottom: 0px;
  }
  .flexbox .col3_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col3_1box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_2box {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexbox .col5_3box {
    width: 100%;
    margin-bottom: 40px;
  }

  header {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  header #headerinner {
    margin: 0 10px;
    padding-right: 100px;
  }
  header #headbtn li {
    width: 48%;
  }
  header #logo {
    margin-top: 10px;
  }
  header #logo a {
    height: 40px;
    background-size: contain;
  }
  header .site-navigation-pc {
    display: none;
  }

  .footaddress {
    padding: 38px 0;
  }

  footer {
    padding-bottom: 120px;
    padding-top: 0;
  }
  footer #footerinner {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .snsblock li {
    margin: 0 10px;
  }

  #footernav .site-navigation-pc {
    height: auto;
  }
  #footernav .site-navigation-pc ul {
    display: block;
  }
  #footernav .site-navigation-pc li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: none;
    border-bottom: 1px #fff solid;
  }
  #footernav .site-navigation-pc li:last-child {
    border-bottom: none;
  }
  #footernav .site-navigation-pc li a {
    padding: 10px 0;
    border-left: none;
    border-right: none;
  }

  #mainimg .mainimginner {
    height: 300px;
  }
  #mainimg .mainimginner h2 {
    left: 20px;
    bottom: 50px;
  }
}
@media screen and (max-width: 420px) {
  header #headbtn {
    width: 100%;
    margin-top: 10px;
  }
  header #headbtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header #headbtn li {
    width: 50%;
  }
  header #headerinner {
    padding-right: 20px;
  }

  footer {
    padding-bottom: 40px;
  }
  footer .snsblock .snstitle {
    background-size: cover;
  }

  .pagelinkblock {
    padding: 0 20px;
  }
  .pagelinkblock li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }

  .btnbox a {
    width: 100%;
  }
}