@charset "utf-8";
/*
Theme Name: arkhe_child
Template: arkhe
Version: 1.6
*/
/* .noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
/*color-header_bc----------------------------------------------------------------------------*/
h1 img {
  width: 600px;
  margin: 0px auto;
  display: block;
  padding: 20px 20px;
  box-sizing: content-box;
  background-color: #0000004f;
  /* border-radius: 50px;
  border: 15px double #ffffff; */
  box-sizing: border-box;
}
header#underlayer_header {
  width: 100%;
  background-color: #fff8e3;
  height: 88px;
}
header#underlayer_header div#underlayer {
  width: 1440px;
  height: 88px;
  background-color: #fff8e3;
  margin: 0 auto;
  display: block;
  position: relative;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
header#underlayer_header div#underlayer::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  background-image: url(../arkhe_child/images/color-header_bc.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  /* bottom: 260px; */
  margin-top: 60px;
}
header#underlayer_header div#rogo_hader {
  margin-left: 10px;
  margin-right: 0;
  margin-top: 4px;
}
header#underlayer_header div#insta_icon {
  /* margin: 27px 30px 30px 200px; */
  position: absolute;
  right: 150px;
  top: 26px;
  z-index: 10000;
}
div#underlayer_photo {
  background-image: url(../arkhe_child/images/top01.png);
  width: auto;
  height: 696px;
  margin: 0 auto;
  position: relative;
  z-index: -2;
  background-size: cover;
  background-position: bottom;
}
.underlayer_photo {
  padding: 40px 0px;
}
body.is-fixed-pagetop header#underlayer_header {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 87px;
  z-index: 1000;
}
div#top_area {
  padding: 120px 0;
  width: 100%;
  background-color: #fff8e3;
  position: relative;
  z-index: -2;
}
div#top_backnum {
  padding: 0px 0px 100px;
  width: 100%;
  background-color: #fff8e3;
  position: relative;
  z-index: 1;
}
div#top_backnum img {
    display: block;
    margin: 0 auto;
}
div#top_area::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  background-image: url(../arkhe_child/images/color-bc1.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  top: -48px;
  /* margin-top: 60px; */
  left: 0;
}
div#top_backnum_warp::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;

  z-index: 1;
  top: -48px;
  /* margin-top: 60px; */
  left: 0;
}
div.top_area_warp {
  background-image: url(../arkhe_child/images/biwako.png);
  width: 1050px;
  height: 620px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  color: #0D3048;
}
div#top_area .top_area_warp h2.rogo_img {
  width: 350px;
  margin: 0 auto 0 25%;
}
div#top_area .top_area_warp h2.rogo_txt {
  text-align: center;
  font-size: 36px;
  font-weight: bolder;
  width: 100%;
  /* margin-left: 10%; */
  margin-top: -20px;
}
div#top_area .top_area_warp ul {
  display: flex;
  padding: 70px 0;
}
div#top_area .top_area_warp ul li {
  list-style: none;
  width: 33.3%;
  text-align: center;
}
div#top_area .top_area_warp ul li:nth-child(2) {
  padding: 20px 0;
}
div#top_area .top_area_warp ul li:nth-child(3) {
  padding: 20px 0;
}
.top_area_warp p {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  line-height: 2.5em;
  font-size: 20px;
  /* font-weight: bolder; */
}
div#announcement {
    padding: 100px 0 0;
    width: 100%;
    background-color: #fff8e3;
    position: relative;

}
div.announcement_area_warp {
    background-image: url(../arkhe_child/images/announcement_bc.png);
    width: 1050px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    color: #0D3048;
}
div#announcement .announcement_area_warp h2.rogo_img img {
    width: 500px;
    margin: 0 auto;
    display: block;
}
div#announcement .announcement_area_warp h2.rogo_txt {
    text-align: center;
    color: red;
    font-weight: bold;
    margin-top: 10px;
}
a.bth6.announcement_mar {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width:1050px) {
div.announcement_area_warp {
    width: 100%;
    background-size: contain;
    height: auto;
}
}

@media screen and (max-width:600px) {
div#announcement .announcement_area_warp h2.rogo_img {
    width: 70%;
    margin: 0 auto;
}
div#announcement .announcement_area_warp h2.rogo_img img{
    width: 100%;
    margin: 0 auto;
}
a.bth6.announcement_mar {
    margin-top: 50px;
    margin-bottom: 0px;
}
    div.announcement_area_warp {
        width: 100%;
        background-size: 150%;
        height: auto;
    }
div#announcement {
    padding: 100px 0 30px;
}
}

/*footer-------------------------------------------------------------------------------*/
footer {
  background-color: #0D3048;
  height: 260px;
}
.footer_warp {
  width: 1050px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}
footer .footer_warp_rogo {
  width: 200px;
  padding-top: 60px;
  float: left;
}
.footer_warp ul {
  /* float: right; */
  width: 700px;
  display: flex;
  position: absolute;
  right: 0;
  top: 60px;
}
.footer_warp ul li {
  list-style: none;
  width: 25%;
  text-align: right;
}
.footer_warp ul li a {
  color: #FFFFFF;
  text-decoration: unset;
}
p.footer_text {
  /* float: right; */
  color: #FFFFFF;
  font-size: 14px;
  width: 575px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  z-index: 10000000;
  position: fixed;
  bottom: 13px;
  right: 3%;
  background: #666;
  background: rgba(0, 0, 0, 0.6);
  animation-name: opa1;
  animation-duration: 1S;
  animation-fill-mode: both;
  border: 1px solid #FFFFFF;
}
body.is-fixed-pagetop div#underlayer::before {
  content: unset!important;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
  opacity: 0.8;
}
body .nav-fix-pos-pagetop a {
  display: none;
}
@media screen and (max-width:1400px) {
  header#underlayer_header div#underlayer {
    width: 100%;
  }
  header#underlayer_header div#rogo_hader img {
    width: 180px;
    margin-left: 10px;
    margin-top: 8px;
  }
  div#underlayer_photo {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  h1 img {
    box-sizing: content-box;
    /* background-color: unset; */
    /* border: none; */
    width: 530px;
  }
  div.top_area_warp {
    background-image: url(../arkhe_child/images/biwako.png);
    width: 100%;
    height: 620px;
  }
  div#sp-icon {
    right: 20px;
  }
  header#underlayer_header div#insta_icon {
    right: 110px;
  }
  footer .footer_warp_rogo {
    width: 100%;
    padding-top: 40px;
    float: unset;
  }
  footer .footer_warp_rogo a {
    text-align: center;
    display: block;
    width: 200px;
    height: 108px;
    margin: 0 auto;
  }
  .footer_warp ul {
    /* float: right; */
    width: 80%;
    position: unset;
    right: 0;
    top: 0;
    padding: 0px 0px;
    margin: 40px auto;
  }
  .footer_warp ul li {
    text-align: center;
  }
  p.footer_text {
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    position: unset;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 40px 0 0 0;
    padding-bottom: 80px;
  }
  footer {
    height: auto;
  }
  .footer_warp {
    width: 100%;
    height: auto;
  }
  div#top_area .top_area_warp h2.rogo_img {
    width: 100%;
    margin: 0 auto 0 0;
    text-align: center;
  }
  .top_area_warp p {
    width: 90%;
    margin: 0 auto;
    line-height: 2.5em;
    font-size: 18px;
  }
}
@media screen and (max-width:600px) {
  h1 img {
    width: 90%;
    padding: 5%;
    padding-top: 50px;
    box-sizing: border-box;
    border: none;
    background-color: unset;
  }
  .footer_warp ul {
    display: block;
  }
  .footer_warp ul li {
    margin-bottom: 10px;
    margin: 0 auto 10px;
    width: 100%;
  }
}
div#container {
  overflow: hidden;
}
/*top-------------------------------------------------------------------------------*/
.warp_photo {
  min-height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.warp_photo .t_photo_warp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.warp_photo .t_photo_warp {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.warp_photo .t_photo_warp .t_photo_left {
  width: 480px;
  margin-left: 70px;
}
.warp_photo .t_photo_warp .t_photo_right {
  width: 500px;
}
.warp_item, .warp_photocontent {
  min-height: 500px;
  width: 100%;
  background-color: #fff8e3;
  position: relative;
}
.warp_form {
  min-height: 500px;
  width: 100%;
  position: relative;
  background-color: #fff8e3;
}
.warp_recruitment {
  min-height: 500px;
  width: 100%;
  background-color: #fff8e3;
  position: relative;
}
.warp_insta {
  min-height: 500px;
  width: 100%;
  background-color: #fff8e3;
  position: relative;
}
.warp_sponsors {
  min-height: 300px;
  width: 100%;
  background-color: #fff8e3;
}
.shoplist_sponsors {
  min-height: 300px;
  width: 100%;
  background-color: #fff8e3;
}
.content1050 {
  width: 1050px;
  margin: 0 auto;
  padding: 100px 0;
}
h3.sty01 {
  text-align: left;
  font-size: 36px;
  font-weight: bolder;
  width: 100%;
  color: #0D3048;
  margin-bottom: 50px;
}
p.area01 {
  margin: 0 auto;
  line-height: 2.5em;
  font-size: 20px;
  color: #0D3048;
}
p.area02 {
  margin: 0 auto;
  line-height: 2em;
  font-size: 20px;
  color: #0D3048;
}
.txt-justify {
  text-align: justify;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: left;
}
.txt-center {
  text-align: center;
}
h3.sty02 {
  font-size: 36px;
  font-weight: bolder;
  width: 100%;
  color: #0D3048;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
h3.sty02::before {
  content: "";
  border-top: 2px solid #0D3048;
  width: 30%;
  height: 1px;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
}
h3.sty02::after {
  content: "";
  border-top: 2px solid #0D3048;
  width: 30%;
  height: 1px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
}
h3.sty03 {
  font-size: 36px;
  font-weight: bolder;
  width: 100%;
  color: #0D3048;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
h3.sty04 {
  font-size: 36px;
  font-weight: bolder;
  width: 100%;
  color: #0D3048;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
h3.sty05 {
  font-size: 36px;
  font-weight: bolder;
  width: 100%;
  color: #0D3048;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.mod_cont img.mo_img {
  margin: 0 auto;
  display: block;
}
.shopdate {
  background-color: #FFFFFF;
  padding: 0px;
  border-radius: 40px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  padding: 100px 50px 50px 50px;
}
.shopdate h3 {
  background-color: #0D3048;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 70px;
  line-height: 2em;
  letter-spacing: 0.2em;
  left: 0;
  top: 0;
}
.shopdate dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.shopdate dl dt h6 {
  font-size: 25px;
  /* border-bottom: 1px dotted #ddd; */
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
.shopdate dl dt h6::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #0d3048;
  border-right: 0;
  position: absolute;
  margin-top: 10px;
  left: 0;
}
.shopdate dl dt {
  width: 48%;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 4px double #0d3048;
  margin-left: 0;
  margin-right: 2%;
}
.shopdate dl dt:nth-child(2n) {
  margin-left: 2%;
  margin-right: 0;
}
.shopdate dl dt ul {
  list-style: inside;
  margin-top: 15px;
  margin-left: 0px;
  list-style: none;
}
.shopdate dl dt ul li {
  margin-bottom: 5px;
}
/* .shopdate dl dt a.link01 {
    right: 0px;
    position: absolute;
    width: 140px;
    height: 50px;
    background-color: aliceblue;
    font-size: 13px;
    text-decoration: unset;
    text-align: left;
    padding-left: 10px;
    line-height: 2.2em;
    border-radius: 10px;
    top: 60px;
    color: #0D3048;
    background-image: url(../arkhe_child/images/www.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center 6px;
    background-size: 35px;
    cursor: pointer;
} */
.shopdate dl dt a.link01 {
  /* right: 160px; */
  right: 0px;
  position: absolute;
  width: 60px;
  height: 50px;
  background-color: aliceblue;
  font-size: 13px;
  text-decoration: unset;
  text-align: left;
  line-height: 2.2em;
  border-radius: 10px;
  color: #0D3048;
  background-image: url(../arkhe_child/images/www.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 35px;
  cursor: pointer;
  top: 0;
  margin-top: 5px;
  text-indent: -99999px;
}
.shopdate dl dt a.link02 {
  right: 0px;
  position: absolute;
  width: 140px;
  height: 50px;
  background-color: aliceblue;
  font-size: 13px;
  text-decoration: unset;
  text-align: left;
  padding-left: 10px;
  line-height: 2.2em;
  border-radius: 10px;
  top: 60px;
  color: #0D3048;
  background-image: url(../arkhe_child/images/gift02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  cursor: pointer;
}
.shopdate dl dt a.link01:hover, .shopdate dl dt a.link02:hover {
  background-color: rgb(253, 208, 246);
}
.shopdate dl dd {
  width: 40%;
  margin-bottom: 30px;
}
a.bth {
  margin-top: 50px;
  display: block;
  width: 100%;
  background-color: #ff6cd7;
  color: #FFFFFF;
  text-align: center;
  height: 60px;
  line-height: 3em;
  text-decoration: unset;
  border-radius: 30px;
  font-size: 20px;
  background-image: url(../arkhe_child/images/icon05.png);
  background-repeat: no-repeat;
  background-position: 85% center;
}
a.bth:hover {
  opacity: 0.8;
  background-position: 90% center;
}
div.warp_photo::before {
  content: "";
  height: 70px;
  width: 100%;
  position: absolute;
  background-image: url(../arkhe_child/images/color-bc2.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  top: -68px;
  /* margin-top: 60px; */
  left: 0;
}
div.warp_item::before, div.warp_photocontent::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  background-image: url(../arkhe_child/images/color-bc1.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  top: -48px;
  /* margin-top: 60px; */
  left: 0;
}
.post-type-archive-item .warp_page_body::before, .post-type-archive-item div.warp_item::before {
  content: unset;
}
.post-type-archive-item main {
  background-color: #fff8e3;
}
.warp_item ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 200px 0px 50px;
}
.post-type-archive-item .warp_item ul {
  margin: 200px 0px 0px;
}
.post-type-archive-item .content1050 {
  padding: 50px 0;
}
.warp_item ul li:nth-child(3n+2) {
  margin: 0 30px auto 30px;
}
.warp_item ul li {
  width: 330px;
  background-color: #FFFFFF;
  border-radius: 170px 170px 0 0;
  position: relative;
  height: auto;
  padding: 50px 0 0;
  /* margin-bottom: 150px; */
}
.post-type-archive .warp_item ul li {
  margin-bottom: 150px;
}
.warp_item ul li span i {
  font-size: 40px;
  font-style: normal;
  display: inline-block;
  margin: 0 5px;
}
.warp_item ul li span {
  display: block;
  background-color: #ff6cd7;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  position: absolute;
  z-index: 1;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  line-height: 2.5em;
  top: -30px;
}
.warp_item ul p.show {
  width: 64px;
  height: 260px;
  position: absolute;
  right: 0;
  background-color: #0D3048;
  padding: 20px;
  box-sizing: border-box;
  top: -74px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  writing-mode: vertical-rl;
}
.warp_item ul p.com {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.warp_item ul li img {
  display: block;
  width: 85%;
  margin: 30px auto;
  /* margin-bottom: 50px; */
}
div.warp_form::before {
  content: "";
  height: 550px;
  width: 100%;
  z-index: 1;
  top: 0px;
  position: absolute;
  background-image: url(../arkhe_child/images/top_warp_form_bc.png);
  background-position: top;
  background-size: 150%;
  background-repeat: no-repeat;
}
div.warp_form::after {
  content: "";
  height: 550px;
  width: 100%;
  z-index: 1;
  bottom: 0px;
  position: absolute;
  background-image: url(../arkhe_child/images/top_warp_form_bc.png);
  background-position: bottom;
  background-size: 150%;
  background-repeat: no-repeat;
}
.warp_form .content1050 {
  position: relative;
  z-index: 10;
}
/*
.warp_form .content1050 h3.sty03::before {
  content: "";
  height: 105px;
  width: 120px;
  background-image: url(../arkhe_child/images/warp_form01.png);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  left: 20%;
  top: 0px;
}
.warp_form .content1050 h3.sty03::after {
  content: "";
  height: 70px;
  width: 120px;
  background-image: url(../arkhe_child/images/warp_form02.png);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  right: 20%;
  top: 0px;
}
*/
.warp_form ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 150px 0px 100px;
}
.warp_form ul li {
  width: 330px;
  box-sizing: border-box;
  border: 5px solid #0d3048;
  padding: 40px 20px;
  position: relative;
  border-radius: 50px;
  height: 350px;
}
.warp_form ul li:nth-child(3n+2) {
  margin: 0 30px;
}
.warp_form ul li span {
  width: 90px;
  height: 90px;
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  background-color: #0d3048;
  border-radius: 90px;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  line-height: 1.0em;
}
.warp_form ul li span i {
  font-size: 15px;
  display: block;
}
.warp_form ul li span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #0d3048;
  position: absolute;
  right: 0px;
  transform: rotate(113deg);
  top: 50px;
}
.warp_form ul li p {
  margin: 30px 0px;
}
.warp_form ul li:nth-child(1) {
  background-image: url(../arkhe_child/images/smallimage001.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 200px;
}
.warp_form ul li:nth-child(2) {
  background-image: url(../arkhe_child/images/mail.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center 210px;
}
.warp_form ul li:nth-child(3) {
  background-image: url(../arkhe_child/images/text.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center 210px;
}
p.bth2, a.bth2 {
  width: 380px;
  height: 80px;
  background-color: aliceblue;
  text-align: center;
  margin: 40px auto;
  border-radius: 60px;
  line-height: 3.7em;
  font-size: 20px;
  background: linear-gradient(#ff6cd7, #ff6cd7);
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  padding-left: 60px;
  text-decoration: unset;
}
p.bth2::before, a.bth2::before {
  content: "";
  height: 70px;
  width: 120px;
  background-image: url(../arkhe_child/images/camera.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 0px;
}
p.bth2 {
  opacity: 0.5;
}
a.bth2 {
  display: block;
}
p.bth5, a.bth5 {
  width: 380px;
  height: 80px;
  background-color: aliceblue;
  text-align: center;
  margin: 40px auto;
  border-radius: 60px;
  line-height: 3.7em;
  font-size: 20px;
  background: linear-gradient(#0072ff, #0a4aab);
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  padding-left: 60px;
  text-decoration: unset;
}
p.bth5::before, a.bth5::before {
  content: "";
  height: 70px;
  width: 120px;
  background-image: url(../arkhe_child/images/shop.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 0px;
}
p.bth5 {
  opacity: 0.5;
}
a.bth5 {
  display: block;
}
p.bth6, a.bth6 {
  width: 380px;
  height: 80px;
  background-color: aliceblue;
  text-align: center;
  margin: 40px auto;
  border-radius: 60px;
  line-height: 3.7em;
  font-size: 20px;
  background: linear-gradient(#0072ff, #0a4aab);
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  padding-left: 0px;
  text-decoration: unset;
}
p.bth6::before, a.bth6::before {
  content: "";
  height: 36px;
  width: 36px;
  background-image: url(../arkhe_child/images/icon05.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 40px;
}
p.bth6 {
  opacity: 0.5;
}
a.bth6 {
  display: block;
}
.warp_recruitment_bc01 {
  content: "";
  height: 400px;
  width: 400px;
  background-image: url(../arkhe_child/images/top_warp_recruitment_bc01.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -100px;
  top: 50px;
  border-radius: 300px;
}
.warp_recruitment_bc02 {
  content: "";
  height: 300px;
  width: 300px;
  background-image: url(../arkhe_child/images/top_warp_recruitment_bc02.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 150px;
  border-radius: 300px;
}
.warp_recruitment_bc03 {
  content: "";
  height: 300px;
  width: 300px;
  background-image: url(../arkhe_child/images/top_warp_recruitment_bc03.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: 200px;
  border-radius: 300px;
}
.warp_recruitment_bc04 {
  content: "";
  height: 400px;
  width: 400px;
  background-image: url(../arkhe_child/images/top_warp_recruitment_bc04.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -80px;
  bottom: 150px;
  border-radius: 300px;
}
.warp_recruitment ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 720px;
  margin: 0 auto;
  background-image: url(../arkhe_child/images/object.png);
  background-position: center;
  background-size: 130px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.warp_recruitment ul li {
  width: 300px;
  height: 300px;
  padding: 70px 50px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 300px;
  margin-bottom: 50px;
}
.warp_recruitment ul li:nth-child(2n) {
  margin-left: 120px;
}
.warp_recruitment ul li:nth-child(1), .warp_recruitment ul li:nth-child(2) {
  padding: 90px 50px;
}
.warp_recruitment ul li p span {
  font-size: 25px;
  font-weight: bold;
  color: #ff6cd7;
}
div.warp_insta::before {
  content: "";
  height: 1200px;
  width: 200%;
  position: absolute;
  z-index: 1;
  background-color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%) rotate3d(1, 1, 1, 350deg);
}
.warp_insta .content1050 {
  position: relative;
  z-index: 10;
}
.warp_insta_content {
  display: block;
  list-style: none;
  margin: 100px 0;
  border: 10px solid #0d3048;
  padding-left: 40%;
  padding: 50px 50px;
  background-color: #FFFFFF;
  border-radius: 30px;
  position: relative;
}
.warp_insta_content::before {
  content: "";
  height: 375px;
  width: 264px;
  position: absolute;
  background-image: url(../arkhe_child/images/insta_hand.png);
  background-position: bottom;
  background-size: 90%;
  background-repeat: no-repeat;
  bottom: -11px;
  left: 100px;
}
.warp_insta_content ul {
  list-style: none;
  margin-left: 450px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.warp_insta_content ul li {
  font-size: 20px;
  color: #0D3048;
  background-image: url(../arkhe_child/images/icons_check-fill02.png);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 60px;
  background-position: left top;
  padding-left: 40px;
}
.warp_insta_content p.txt001 {
  list-style: none;
  margin-left: 450px;
  font-size: 20px;
  color: #0D3048;
}
h4.txt002 {
  font-size: 30px;
  color: #0D3048;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
}
img.qrbox {
  text-align: center;
  display: block;
  margin: 0 auto;
}
h4.txt002::before {
  content: "";
  height: 50px;
  width: 50px;
  background-image: url(../arkhe_child/images/h4left.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 220px;
}
h4.txt002::after {
  content: "";
  height: 50px;
  width: 50px;
  background-image: url(../arkhe_child/images/h4right.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 220px;
}
h3.sty04::before {
  content: "";
  height: 50px;
  width: 50px;
  background-image: url(../arkhe_child/images/instagram.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 290px;
  top: 5px;
}
img.sponsors {
  margin: 50px auto;
  display: block;
}
.warp_sponsors dl {
  display: flex;
  flex-wrap: wrap;
  color: #0D3048;
  margin: 70px 0px;
}
.warp_sponsors dl dt {
  width: 30%;
  padding: 30px;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #0D3048;
  border-bottom: 1px solid #0D3048;
  margin-top: -1px;
}
.warp_sponsors dl dd {
  width: 70%;
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #0D3048;
  border-bottom: 1px solid #0D3048;
  margin-top: -1px;
}
.warp_sponsors dl dd ul {
  list-style-type: none;
}
.warp_sponsors dl dd ul li {
  font-size: 20px;
  color: #0D3048;
  background-image: url(../arkhe_child/images/icons_check-fill01.png);
  background-position: top;
  background-size: 30px;
  background-repeat: no-repeat;
  height: 50px;
  background-position: left top;
  padding-left: 40px;
}
.top_backnum_warp h3.sty01 {
    text-align: center;
    margin-bottom: 50px;
}
.top_backnum_warp a.bth{
    width: 50%;
    text-align: center;
    margin: 50px auto 0px;
}
@media screen and (max-width: 1200px) {
.top_backnum_warp a.bth{
    width: 80%;
    text-align: center;
    margin: 50px auto 0px;
}
}
@media screen and (max-width: 600px) {
    .top_backnum_warp a.bth {
        width: 100%;
        text-align: center;
        margin: 50px auto 0px;
        background-image: unset;
    }
}
.top_backnum_warp .content1050 {
    width: 96%;
    margin: 0 auto;
    padding: 0px 0;
}
.content800 {
  background-color: #FFFFFF;
  width: 800px;
  margin: 80px auto 100px;
  height: 200px;
  padding: 20px;
  text-align: center;
  border-radius: 40px;
}
.content800a {
  width: 800px;
  margin: 0px auto 100px;
  padding: 20px;
  text-align: center;
  border-radius: 40px;
}
.content800 h4 {
  color: #0D3048;
  font-size: 25px;
  margin-bottom: 25px;
}
.content800 a {
  color: #ff6cd7;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  text-decoration: unset;
  font-weight: bold;
}
@media screen and (max-width:1200px) {
  .warp_photo .t_photo_warp {
    width: 80%;
    margin: 0 auto;
  }
  .warp_photo .t_photo_warp .t_photo_right {
    width: 100%;
    text-align: center;
  }
  .warp_photo .t_photo_warp .t_photo_left {
    width: 80%;
    margin-left: 0px;
    margin: 40px auto;
  }
  .warp_item ul {
    width: 100%;
    margin: 150px auto 0;
  }
  .warp_item ul li:nth-child(3n+2) {
    margin: 0 0px;
    margin-bottom: 100px;
  }
  .warp_item ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .warp_item ul li {
    width: 48%;
    margin-bottom: 100px;
  }
  .post-type-archive .warp_item ul li {
    margin-bottom: 100px;
  }
  div.warp_insta::before {
    display: none;
  }
  .warp_insta {
    background-color: #ffffff;
    position: relative;
  }
}
@media screen and (max-width:1050px) {
  .content1050 {
    width: 96%;
    margin: 0 2%;
  }
  div.warp_form::before, div.warp_form::after {
    background-size: 200%;
    height: 2000px;
    display: none;
  }
  div.warp_form {
    background-color: #FFFFFF;
  }
  .warp_form ul {
    width: 500px;
    margin: 150px auto 0;
  }
  .warp_form ul li:nth-child(3n+2) {
    margin: 0 0px;
    margin-bottom: 100px;
  }
  .warp_form ul li {
    width: 500px;
    margin-bottom: 100px;
    height: 320px;
  }
  .warp_form ul li:nth-child(1) {
    background-size: 240px;
    background-position: center 180px;
  }
  .warp_form ul li:nth-child(2) {
    background-size: 100px;
    background-position: center 160px;
  }
  .warp_form ul li:nth-child(3) {
    background-size: 100px;
    background-position: center 160px;
  }
  .warp_recruitment_bc01 {
    content: "";
    height: 300px;
    width: 49%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    right: 0px;
    top: 0px;
    border-radius: 0px;
  }
  .warp_recruitment_bc02 {
    content: "";
    height: 300px;
    width: 49%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
    top: 0px;
    border-radius: 0px;
  }
  .warp_recruitment_bc03 {
    content: "";
    height: 300px;
    width: 49%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0;
    border-radius: 0px;
    top: 0;
  }
  .warp_recruitment_bc04 {
    content: "";
    height: 300px;
    width: 49%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    bottom: unset;
    border-radius: 0px;
    right: 0;
    top: 300px;
  }
  p.bth2, a.bth2 {
    margin: 0px auto;
  }
  p.bth5, a.bth5 {
    margin: 0px auto;
  }
  p.bth6, a.bth6 {
    margin: 0px auto;
  }
  h3.sty04::before {
    left: 46%;
    top: -50px;
  }
  .warp_insta_content ul {
    list-style: none;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .warp_insta_content p.txt001 {
    margin-left: 0px;
  }
  .warp_insta_content {
    display: block;
    list-style: none;
    border: 7px solid #0d3048;
    padding-left: 40%;
    background-color: #FFFFFF;
    border-radius: 30px;
    position: relative;
    width: 80%;
    margin: 50px auto 100px;
    padding: 50px 50px 100px 50px;
  }
  .warp_insta_content::before {
    content: "";
    height: 235px;
    width: 184px;
    position: absolute;
    background-image: url(../arkhe_child/images/insta_hand.png);
    background-position: bottom;
    background-size: 90%;
    background-repeat: no-repeat;
    bottom: -7px;
    left: unset;
    right: 40px;
  }
  h4.txt002::before {
    left: 15%;
  }
  h4.txt002::after {
    right: 15%;
  }
  p.area02 {
    font-size: 18px;
  }
  p.area01 {
    line-height: 2.5em;
    font-size: 18px;
    color: #0D3048;
  }
  .warp_recruitment ul li:nth-child(1), .warp_recruitment ul li:nth-child(2) {
    padding: 100px 50px;
  }
  p.warp_sponsors_p {
    width: 650px;
  }
  p.warp_sponsors_p br, p.warp_item_p br {
    display: none;
  }
  h3.sty02::before, h3.sty02::after {
    width: 20%;
  }
  .warp_sponsors dl {
    width: 90%;
    margin: 0 auto 70px;
  }
  .warp_sponsors dl dt {
    font-size: 20px;
  }
  .warp_sponsors dl dd ul li {
    font-size: 18px;
  }
  .warp_sponsors dl dd {
    font-size: 18px;
  }
  .content800 {
    background-color: #FFFFFF;
    width: 90%;
    margin: 50px auto 100px;
  }
  .content800a {
    width: 90%;
    margin: 50px auto 100px;
  }
  .content800 h4 {
    color: #0D3048;
    font-size: 20px;
  }
  .shopdate dl dt ul li span {
    display: block;
  }
}
@media screen and (max-width:1000px) {
  .shopdate dl dt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .shopdate dl dt:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:800px) {
  div#area {
    padding: 50px 0;
  }
  .warp_photo .t_photo_warp {
    width: 90%;
  }
  .warp_photo .t_photo_warp .t_photo_left {
    width: 90%;
    margin-left: 0px;
    margin: 40px auto;
  }
  h3.sty01 {
    text-align: center;
    font-size: 30px;
  }
  h3.sty02, h3.sty03 {
    font-size: 30px;
  }
  h3.sty02::before {
    width: 20%;
    left: 10px;
    top: 25px;
  }
  h3.sty02::after {
    width: 20%;
    right: 10px;
    top: 25px;
  }
  .warp_item ul {
    width: 90%;
    margin: 100px auto 0;
  }
  .post-type-archive .warp_item ul {
    width: 90%;
    margin: 50px auto 0;
  }
  .warp_item ul p.show {
    width: 100%;
    height: 60px;
    position: unset;
    right: 0;
    background-color: #0D3048;
    padding: 15px;
    box-sizing: border-box;
    top: -74px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    writing-mode: unset;
  }
  .warp_item ul li {
    width: 330px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0 0;
    position: relative;
    height: auto;
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
  .warp_item ul li span {
    display: block;
    background-color: #ff6cd7;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    line-height: 1.8em;
    top: 0px;
  }
  .warp_item ul li {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0 0;
    position: relative;
    height: auto;
    padding: 50px 0 0px;
    margin: 0 auto 50px;
  }
  .post-type-archive .warp_item ul li {
    margin: 0 auto 50px;
  }
  .post-type-archive .warp_item ul li :nth-child(2n) {
    margin: 0 auto 50px;
  }
  .warp_item ul li:nth-child(2n) {
    margin-bottom: 50px;
    margin: 0 auto 50px;
  }
  .warp_item ul li img {
    display: block;
    width: 90%;
    margin: 30px auto;
    /* margin-bottom: 50px; */
  }
  .warp_form ul {
    width: 80%;
    margin: 150px auto 0;
  }
  .warp_form ul li {
    width: 100%;
    margin-bottom: 100px;
    height: 300px;
    padding: 20px 20px;
    border-radius: 20px;
  }
  .warp_form ul li:nth-child(1) {
    background-size: 200px;
    background-position: center 160px;
  }
  .warp_form ul li:nth-child(2) {
    background-size: 100px;
    background-position: center 140px;
  }
  .warp_form ul li:nth-child(3) {
    background-size: 100px;
    background-position: center 140px;
  }
  .warp_item ul li span i {
    font-size: 30px;
  }
  .warp_form .content1050 h3.sty03::before {
    left: 5%;
  }
  .warp_form .content1050 h3.sty03::after {
    right: 5%;
  }
  .warp_recruitment ul {
    width: 100%;
    background-image: none;
  }
  .warp_recruitment ul li {
    width: 90%;
    height: unset;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    border: 2px dotted #ff6cd7;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .warp_recruitment ul li:nth-child(1), .warp_recruitment ul li:nth-child(2) {
    padding: 30px 20px;
  }
  .warp_recruitment ul li:nth-child(2n) {
    margin-left: auto;
  }
  .warp_recruitment ul li p span {
    font-size: 20px;
  }
  p.bth2, a.bth2 {
    margin: 50px auto 30px;
  }
  p.bth5, a.bth5 {
    margin: 50px auto 30px;
  }
  p.bth6, a.bth6 {
    margin: 50px auto 30px;
  }
  h3.sty04 {
    font-size: 30px;
  }
  p.warp_insta_p br {
    display: none;
  }
  .warp_insta_content {
    display: block;
    list-style: none;
    padding-left: 40%;
    border-radius: 20px;
    position: relative;
    width: 90%;
    margin: 50px auto 100px;
    padding: 50px 20px 300px 20px;
  }
  .warp_insta_content ul li {
    font-size: 18px;
    background-size: 30px;
    background-repeat: no-repeat;
    height: auto;
    margin-bottom: 30px;
  }
  .warp_insta_content::before {
    content: "";
    height: 285px;
    width: 215px;
    right: 24%;
  }
  .warp_insta_content p.txt001 {
    text-align: center;
    color: #ff6cd7;
    font-weight: bold;
  }
  h4.txt002 {
    font-size: 25px;
  }
  h4.txt002::before {
    left: 5%;
  }
  h4.txt002::after {
    right: 5%;
  }
  img.qrbox {
    width: 80%;
  }
  p.warp_sponsors_p {
    width: 90%;
  }
  .warp_sponsors dl dt {
    font-size: 20px;
    width: 100%;
    background-color: #0D3048;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 30px;
  }
  .warp_sponsors dl dd {
    width: 100%;
  }
  .shopdate dl {
    margin-top: 30px;
  }
  .shopdate {
    padding: 100px 20px 20px 20px;
  }
  .shopdate h3 {
    font-size: 25px;
    height: 60px;
    line-height: 2.5em;
  }
  .shopdate dl dt h6 {
    font-size: 20px;
  }
  .shopdate dl dt h6::before {
    margin-top: 5px;
  }
  .shopdate dl dt ul {
    margin-top: 5px;
  }
}
@media screen and (max-width:1000px) {
  div#underlayer_photo {
    background-image: url(../arkhe_child/images/22006446_m.jpg);
  }
}
@media screen and (max-width:480px) {
  div#underlayer_photo {
    height: 500px;
    background-size: 400%;
    background-repeat: no-repeat;
  }
  .underlayer_photo {
    padding: 30px 0px;
  }
  div#top_area {
    padding: 70px 0;
  }
  h2.rogo_img img {
    width: 60%;
  }
  .top_area_warp p {
    line-height: 2em;
  }
  p.area01 {
    line-height: 2em;
  }
  div#top_area .top_area_warp h2.rogo_txt {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
  }
  div#top_area .top_area_warp ul li img {
    width: 68%;
  }
  h3.sty01 {
    font-size: 25px;
  }
  .warp_photo .t_photo_warp .t_photo_left {
    width: 100%;
  }
  .warp_photo {
    margin-bottom: 0px;
  }
  h3.sty02, h3.sty03, h3.sty04 {
    font-size: 25px;
  }
  h3.sty02::before {
    width: 15%;
    left: 10px;
    top: 20px;
  }
  h3.sty02::after {
    width: 15%;
    right: 10px;
    top: 20px;
  }
  .warp_item ul {
    width: 90%;
    margin: 50px auto 0;
  }
  .warp_item ul li {
    width: 100%;
  }
  .warp_item ul li:nth-child(2n) {
    margin-bottom: 50px;
    margin-left: 0%;
  }
  .warp_item ul li {
    padding: 46px 0 0px;
  }
  .warp_item ul p.com {
    margin-bottom: 30px;
  }
  .warp_form .content1050 {
    padding: 50px 0;
  }
  .warp_form ul {
    width: 90%;
    margin: 150px auto 0;
  }
  .warp_form ul li:nth-child(3) {
    background-size: 100px;
    background-position: center 170px;
    margin-bottom: 50px;
  }
  .warp_form ul {
    width: 90%;
    margin: 80px auto 0;
  }
  p.bth2, a.bth2 {
    margin: 20px auto 30px;
  }
  p.bth5, a.bth5 {
    margin: 20px auto 30px;
  }
  p.bth6, a.bth6 {
    margin: 20px auto 30px;
  }
  .warp_recruitment_bc01 {
    height: 200px;
  }
  .warp_recruitment_bc02 {
    height: 200px;
  }
  .warp_recruitment_bc03 {
    height: 200px;
  }
  .warp_recruitment_bc04 {
    height: 200px;
    top: 200px;
  }
  h4.txt002 {
    font-size: 21px;
  }
  h4.txt002::before {
    left: -10px;
  }
  h4.txt002::after {
    right: -10px;
  }
  .warp_insta_content::before {
    content: "";
    height: 285px;
    width: 215px;
    right: 24%;
    bottom: -8px;
  }
  img.qrbox {
    width: 95%;
  }
  .warp_sponsors {
    padding-top: 0px;
  }
  .content800 {
    background-color: #FFFFFF;
    width: 90%;
    margin: 50px auto 50px;
    padding: 50px 20px;
    height: auto;
  }
  .content800a {
    width: 90%;
    margin: 50px auto 50px;
    padding: 50px 20px;
    height: auto;
  }
  .warp_insta_content {
    padding: 50px 10px 300px 10px;
  }
  div.top_area_warp {
    height: auto;
  }
  div#top_area::before, div.warp_photo::before, div.warp_item::before {
    background-size: 300%;
  }
  .warp_item ul li span {
    height: 46px;
  }
  p.bth2, a.bth2 {
    width: 90%;
  }
  p.bth5, a.bth5 {
    width: 90%;
  }
  p.bth6, a.bth6 {
    width: 90%;
  }
  p.footer_text {
    width: 80%;
    margin: 40px auto 0 auto;
  }
  .warp_sponsors dl dd {
    width: 100%;
    padding: 20px 10px;
  }
  .warp_sponsors dl {
    margin: 0 auto 50px;
  }
  h3.sty04::before {
    left: 43%;
  }
}
@media screen and (max-width:400px) {
  .warp_recruitment_bc01 {
    height: 170px;
  }
  .warp_recruitment_bc02 {
    height: 170px;
  }
  .warp_recruitment_bc03 {
    height: 170px;
  }
  .warp_recruitment_bc04 {
    height: 170px;
    top: 170px;
  }
  .content800 h4 {
    font-size: 18px;
  }
  .warp_insta_content::before {
    height: 285px;
    width: 215px;
    right: 17%;
    bottom: -8px;
  }
}
/*top kokuchi*/
a.bth3 {
  width: 600px;
  height: 80px;
  background-color: aliceblue;
  text-align: center;
  margin: 40px auto;
  border-radius: 60px;
  line-height: 3.7em;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-left: 60px;
  display: block;
  border: 1px solid #000000;
  text-decoration: unset;
}
a.bth3::before {
  content: "";
  height: 32px;
  width: 32px;
  background-image: url(../arkhe_child/images/mail3.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  top: 22px;
}
a.bth3:hover {
  opacity: 0.8;
}
@media screen and (max-width:800px) {
  a.bth3 {
    width: 90%;
    height: auto;
    margin: 0px auto 0px;
    padding-top: 15px;
    padding: 40px 20px 20px;
    min-height: max-content;
    border-radius: 10px;
    line-height: 1.5em;
    display: block;
    /* box-sizing: content-box; */
  }
  a.bth3::before {
    content: "";
    height: 32px;
    width: 32px;
    background-image: url(../arkhe_child/images/mail3.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
/*top kikan*/
.t_photo_kikan h3.sty01 {
  text-align: center;
}
.t_photo_kikan_content {
  width: 850px;
  margin: 0 auto;
}
.t_photo_kikan_content a.bth {
  width: 60%;
  margin: 100px auto;
}
h4.sty01 img {
  display: block;
  margin: 50px auto;
}
.t_photo_kikan iframe {
  width: 100%;
  height: 800px;
  border-radius: 49px;
}
.t_photo_kikan.content1050 {
  position: relative;
}
img.t_photo_kikan_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
p.area01.txt-center.pk_txt01 {
  margin: 20px;
  color: red;
  font-weight: bold;
}
p.area01.txt-center.pk_txt02 {
  font-size: 16px;
}
.warp_page_body {
  background-color: #FFFFFF;
  position: relative;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 0px;
  padding: 0px;
}
.warp_page_body::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  background-image: url(../arkhe_child/images/color-bc1.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  top: -48px;
  /* margin-top: 60px; */
  left: 0;
}
/* .warp_page_body::after {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  background-image: url(../arkhe_child/images/color-bc1.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: -10px;
  left: 0;
} */
.warp_page_body + .warp_sponsors {
  position: relative;
}
.warp_page_body + .warp_sponsors::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  background-image: url(../arkhe_child/images/color-bc1.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  top: -50px;
  /* margin-top: 60px; */
  left: 0;
}
.warp_page_body > div.warp_photocontent::before {
  content: none;
}
.warp_page_body > div.warp_photocontent {
  background-color: #ffffff;
}
.warp_photocontent ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 50px;
}
.warp_photocontent_body {
  width: 1050px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50px;
  padding: 50px;
  box-sizing: border-box;
}
.warp_photocontent .warp_photocontent_body::before {
  content: "";
  height: 56px;
  width: 152px;
  background-image: url(../arkhe_child/images/rectangle3.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -100px;
  left: 0%;
  position: absolute;
}
.warp_photocontent .warp_photocontent_body::after {
  content: "";
  height: 85px;
  width: 111px;
  background-image: url(../arkhe_child/images/rectangle4.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -85px;
  right: 50px;
}
.warp_photocontent ul li {
  background-color: #FFFFFF;
  width: 290px;
  margin-bottom: 40px;
  padding: 10px;
  box-sizing: border-box;
}
.warp_photocontent ul li.notdate {
    width: 100% !important;
    text-align: center;
    color: red;
    border-radius: 50px;
}
.warp_photocontent ul li:nth-child(3n+2) {
  margin: 0 40px 40px 40px;
}
.warp_photocontent ul li a {
  display: block;
}
.warp_photocontent + .warp_item {
  margin-top: -50px;
}
div#top_area_link {
  position: fixed;
  bottom: 100px;
  left: 100px;
  z-index: 50;
}
div#top_area_link a {
  display: block;
}
p.com.plink a {
  background-image: url(../arkhe_child/images/pencil.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px 3px;
}
p.com.plink2 {
  background-image: url(../arkhe_child/images/clock.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 5px 4px;
  padding-left: 40px;
}
p.com.plink a{
  text-decoration: unset;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 40px;
  border-bottom: 1px dotted #757575;
  padding-bottom: 8px;
}
p.com.plink2 {
  text-decoration: unset;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 40px;
  border-bottom: 1px dotted #757575;
  padding-bottom: 8px;
}
a.photo_more {
  width: 100px;
  background-color: #ff6cd7;
  /* margin-top: 20px; */
  text-align: center;
  text-decoration: unset;
  color: #FFFFFF;
  padding: 4px;
  line-height: 1.2em;
  border-radius: 5px;
  margin-left: auto;
  padding-right: 30px;
  background-image: url(../arkhe_child/images/icon05.png);
  background-position: 76px 8px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.photo_thum {
  height: 240px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  background-size: contain;
}
.photo_thum01 {
  height: 600px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
  background-size: contain;
}
.announcement_txt {
    background-color: #dfdede;
    padding: 10px;
    text-align: center;
}
.announcement_area {
    margin: 0 0 150px;
    position: relative;
}
.announcement_area h3 {
    width: 100%;
    height: 80px;
    /* position: absolute; */
    right: 0;
    background-color: #0D3048;
    padding: 20px;
    box-sizing: border-box;
    top: -74px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0px;
    text-align: center;
    padding-right: 30%;
    padding-left: 30%;
}
.announcement_area .title_area {
    margin: 30px 0;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.announcement_area .title_area span {

}
.announcement_area .name_area {
    text-align: center;
    margin: 20px 20px 80px;
    font-size: 25px;
    position: relative;
}
.announcement_area .name_area::before {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    /* background-color: red; */
    left: 45%;
    bottom: -19px;
    border-top: 5px dotted #5b5b5b;
}

.announcement_area h4 {
    display: block;
    background-color: #ff6cd7;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    line-height: 2.5em;
    top: -25px;
    right: 50px;
}
.announcement_area .title_area span {
    position: relative;
}
.announcement_area .title_area span::before {
    background-image: url(../arkhe_child/images/crown.png);
    content: "";
    font-size: 16px;
    display: block;
    width: 60px;
    height: 40px;
    text-align: center;
    background-size: 53px;
    background-repeat: no-repeat;
    margin-top: 0px;
    background-position: 0 bottom;
    position: absolute;
    left: -70px;
}
.announcement_area h4 span {
    font-size: 40px;
    font-style: normal;
    display: inline-block;
    margin: 0 5px;
}
.announcement_area .name_area p {
    color: red;
    font-size: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
p.area01.announcement_p {
    margin-bottom: 70px;
}
.announcement_area h3 {
        padding-right: 30%;
        padding-left: 5%;
        text-align: left;
        font-size: 24px;
        height: auto;
}
.announcement_txt {
    text-align: left;
    padding-left: 5%;
}
.announcement_area .title_area {
    font-size: 20px;
    margin: 30px 10px 30px 20px;
}
.announcement_area h4 {
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
    font-size: 10px;
    line-height: 3.5em;
}
.announcement_area h4 span {
    font-size: 28px;
}
.announcement_area .title_area span::before {
    font-size: 16px;
    width: 40px;
    height: 32px;
    background-size: 40px;
    left: -50px;
}
.announcement_area .name_area {
    font-size: 20px;
    font-weight: bold;
}
.announcement_area .name_area p {
    color: red;
    font-size: 16px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background-color: red;
    padding: 5px;
    border-radius: 10px;
}
.photo_thum01 {
    height: 350px;
}
.announcement_area {
    margin: 0 0 100px;
}
.announcement_area .name_area::before {
        bottom: -30px;
}
}
/*top 応募ページ*/
.warp_item, .warp_page {
  min-height: 200px;
  width: 100%;
  background-color: #fff8e3;
  position: relative;
}
/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 100%;
  margin: 0 auto 30px;
  border: 3px solid #e5e5e5;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
.single .entry-content table.CF7_table, .page .entry-content table.CF7_table {
  display: table;
}
span.wpcf7-form-control.wpcf7-radio {
  margin-bottom: 15px;
  display: block;
  margin-left: -10px;
  margin-top: 5px;
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
  border: 1px solid #d8d8d8;
}
.CF7_table ::placeholder {
  color: #797979;
}
/*「必須」文字*/
.CF7_req {
  font-size: .9em;
  padding: 5px;
  background: #f79034; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
table caption {
  margin-top: 0;
  opacity: unset;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #0D3048;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 10px;
}
.CF7_table textarea {
  width: 80%;
  height: 150px;
}
p.red_txt {
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
  background-color: #adadad;
  padding: 3px 10px !important;
  /* border-radius: 5px; */
  /* font-weight: bold; */
  margin-top: 0px;
  width: 500px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
}
p.red_txt:before, p.red_txt:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
p.red_txt:before {
  border-top: solid 3px #000;
  border-left: solid 3px #000;
  border-bottom: solid 3px #000;
  left: 0;
}

p.red_txt:after {
  content: '';
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
  right: 0;
}
.wpcf7 input[type="file"],.wpcf7 input[type="text"],.wpcf7 input[type="email"] {
  cursor: pointer;
  width: 500px;
}
.CF7_table textarea {
  width: 500px;
}
input.wpcf7-form-control.w30 {
  width: 100px;
}
.CF7_table input, .CF7_table textarea {
  padding: 0.75rem 0.75rem;
  font-size: 16px;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
  .CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  .CF7_table tr, .CF7_table td, .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  .CF7_table th {
    background-color: #ebedf5;
  }
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034;
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  width: 500px;
  padding: 20px;
  border-radius: 100px;
}
.CF7_btn {
  text-align: center;
  margin-top: 20px;
}
.wpcf7-spinner {
  width: 0;
  margin: 0;
}
.breadcrumbs {
  position: relative;
  z-index: 2;
  top: 20px;
  /* left: 10%; */
  width: 1050px;
  margin: 0 auto;
}
nav > a.bth2 {
  width: 90%;
  margin: 20px auto;
  /* padding: 0; */
  padding-left: initial;
}
nav > a.bth2::before {
  display: none;
}
div#top_area_link a.set2 {
  display: none;
}
div#top_area_link a.set3 {
  display: none;
}
@media screen and (max-width: 1480px) {
  div#top_area_link a.set1 {
    display: none;
  }
  div#top_area_link a.set2 {
    display: block;
    width: 350px;
    position: fixed;
    bottom: 15px;
    background-color: #ff6cd7;
    color: #FFFFFF;
    padding: 10px 10px;
    text-decoration: unset;
    left: 20px;
    height: 48px;
    border-radius: 30px;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
  }
  div#top_area_link a.set3 {
    display: block;
    width: 350px;
    position: fixed;
    bottom: 15px;
    background-color: #e92b82;
    color: #FFFFFF;
    padding: 10px 10px;
    text-decoration: unset;
    left: 20px;
    height: 48px;
    border-radius: 30px;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .breadcrumbs {
    width: 96%;
    margin: 0 2%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  div#top_area_link a.set2 {
    display: block;
    width: 260px;
    position: fixed;
    bottom: 15px;
    color: #FFFFFF;
    padding: 8px 10px;
    text-decoration: unset;
    left: 10px;
    height: 48px;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
  }
  div#top_area_link a.set3 {
    display: block;
    width: 260px;
    position: fixed;
    bottom: 15px;
    color: #FFFFFF;
    padding: 8px 10px;
    text-decoration: unset;
    left: 10px;
    height: 48px;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 2.6em;
  }
}
/*ページ*/
ul.ul_agreement {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  list-style-position: initial;
}
ul.ul_agreement2 {
  width: 100%;
  list-style-type: unset;
  color: red;
  margin-bottom: 50px;
  list-style-position: initial;
}
ul.ul_agreement li {
  margin-bottom: 10px;
}
ul.ul_agreement li ol {
  margin-top: 20px;
  padding-left: 50px;
}
ul.ul_agreement li ol li {
  list-style-type: square;
}
/*photoページ*/
h2.single01 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #0D3048;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}
h2.single01::after {
  content: "";
  width: 150px;
  /* height: 1px; */
  border-bottom: 4px solid;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-photo .name_area_box {
  position: relative;
  height: 70px;
}
.single-photo .name_area {
  min-width: 300px;
  /* width: 100%; */
  text-align: left;
  margin-bottom: 15px;
  /* height: 26px; */
  color: #0D3048;
  font-size: 18px;
  font-weight: bold;
  background-image: url(../arkhe_child/images/gridicons_camera.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left -1px;
  padding-left: 50px;
  border-bottom: 4px dotted #ddd;
  box-sizing: border-box;
  padding-bottom: 8px;
  display: inline-block;
  white-space: nowrap;
  margin-left: auto;
  position: absolute;
  right: 0;
}
.single-photo .date_area {
  width: 300px;
  text-align: left;
  margin-left: auto;
  margin-bottom: 15px;
  /* height: 26px; */
  color: #0D3048;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  background-image: url(../arkhe_child/images/clock.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 50px;
  border-bottom: 4px dotted #ddd;
  box-sizing: border-box;
  padding-bottom: 8px;
  /* padding-right: 200px; */
}
.single-photo .photo_area {
  margin-bottom: 50px;
  color: #0D3048;
  font-size: 18px;
  background-color: #F7F6F1;
  padding: 40px 0;
  border-radius: 50px;
}
.single-photo .photo_area img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.single-photo .comment_area {
  margin-bottom: 50px;
  color: #0D3048;
  font-size: 18px;
}
.single-photo .map_area {
  margin-bottom: 100px;
  color: #0D3048;
  font-size: 18px;
}
h4.single02 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0px auto 50px;
  position: relative;
}
h4.single02::before {
  content: "";
  border-top: 2px solid #0D3048;
  width: 30%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0%;
  top: 50%;
}
h4.single02::after {
  content: "";
  border-top: 2px solid #0D3048;
  width: 30%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0%;
  top: 50%;
}
h4.single02 span.set1 {
  background-image: url(../arkhe_child/images/single_vector.png);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 35%;
}
h4.single02 span.set2 {
  background-image: url(../arkhe_child/images/single_eva_pin-fill.png);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 35%;
}
/* div.name_area span.set3 {
  background-image: url(../arkhe_child/images/gridicons_camera.png);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}
div.date_area span.set4 {
  background-image: url(../arkhe_child/images/clock.png);
  background-position: center;
  background-size: 27px;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
} */
.single-photo .map_area iframe {
  width: 100%;
  height: 600px;
  border-radius: 50px;
  border: 4px solid #F7F6F1 !important;
}
.single-photo .content1050 p {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.single-photo .content1050 .comment_area p {
  margin-bottom: 100px;
}
.single-photo a.bthsl {
  margin: 0 auto 100px;
  display: block;
  width: 400px;
  background-color: #ff6cd7;
  color: #FFFFFF;
  text-align: center;
  height: 60px;
  line-height: 3em;
  text-decoration: unset;
  border-radius: 30px;
  font-size: 20px;
  background-image: url(../arkhe_child/images/icon06.png);
  background-repeat: no-repeat;
  background-position: 15% center;
}
.single-photo a.bthsl:hover {
  opacity: 0.8;
  background-position: 13% center;
}
.post-type-archive .warp_photocontent_body::before, .post-type-archive .warp_photocontent_body::after {
  content: unset;
}
.post-type-archive .warp_photocontent_body {
  background-color: #F7F6F1;
  position: relative;
}
nav.navigation.pagination {
  background-color: unset;
  border: none;
  position: relative;
  top: 0;
  z-index: 2;
  margin: 30px 0 30px;
  width: 100%;
  /* left: 0; */
  /* position: absolute; */
  transform: unset;
}
.post-type-archive .t_photo_kikan.content1050 {
  padding: 50px 0;
  margin-bottom: 150px;
}
br.sp {
  display: none;
}
@media screen and (max-width: 1050px) {
  .warp_photocontent_body {
    width: 100%;
  }
  .warp_photocontent ul li {
    margin-bottom: 40px;
    width: 47%;
  }
  .warp_photocontent ul li:nth-child(3n+2) {
    margin: unset;
  }
  .warp_photocontent ul li:nth-child(2n) {
    margin: 0 0px 40px 6%;
  }
  h4.single02 {
    margin-top: 100px;
  }
  h4.single02 span.set1 {
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  h4.single02 span.set2 {
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 800px) {
  .warp_photocontent .warp_photocontent_body::before, .warp_photocontent .warp_photocontent_body::after {
    content: unset;
  }
  .warp_photocontent_body {
    width: 98%;
    padding: 30px 2%;
  }
  .t_photo_kikan iframe {
    width: 100%;
    height: 500px;
    border-radius: 49px;
  }
  .t_photo_kikan_content {
    width: 100%;
    margin: 0 auto;
  }
  .warp_photocontent ul li {
    width: 100%;
  }
  .photo_thum {
    height: 300px;
  }
  .warp_photocontent ul li:nth-child(2n) {
    margin: 0 0px 40px 0;
  }
  .t_photo_kikan_content a.bth {
    width: 90%;
    margin: 100px auto;
  }
  br.sp {
    display: block;
  }
  img.t_photo_kikan_img {
    width: 90px;
  }
  p.area01.txt-center.pk_txt01 {
    text-align: center;
  }
  .t_photo_kikan iframe {
    border-radius: 20px;
  }
  .single-photo .date_area {
    margin-left: 0;
    width: 90%;
    margin: 0 auto 15px;
    display: block;
    font-size: 16px;
  }
  .single-photo .name_area {
    position: relative;
    width: 90%;
    margin: 0 auto 15px;
    display: block;
    white-space: unset;
    font-size: 16px;
  }
  .single-photo .name_area_box {
    position: relative;
    height: auto;
  }
  h4.single02::before, h4.single02::after {
    width: 25%;
  }
  .single-photo .content1050 p {
    width: 96%;
    margin: 0 2% 50px;
  }
  .single-photo .photo_area {
    border-radius: 30px;
  }
}
@media screen and (max-width:480px) {
  .warp_photocontent_body p.area01.txt-center {
    width: 95%;
    margin: 0 auto;
  }
  .post-type-archive .warp_photocontent_body {
    border-radius: 30px;
  }
  .t_photo_kikan_content p.area01 {
    font-size: 16px;
  }
  p.bth6::before, a.bth6::before {
    content: unset;
  }
  h4.single02::before, h4.single02::after {
    width: 15%;
  }
  .single-photo a.bthsl {
    width: 80%;
    background-image: unset;
  }
  h2.single01 {
    font-size: 22px;
  }
  .warp_page p.area01 {
    width: 96%;
  }
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
/*div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px*; border-radius:10px; margin:0 0 30px 0; }*/
div.wpcf7 {
    /* background: #fafafa; */
    /* border: 1px solid #ddd; */
    /* padding: 0px; */
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    /* border-radius: 10px; */
    /* margin: 0 0 30px 0; */
    width: 800px;
    margin: 0 auto;
};
div.wpcf7 p {
    margin-bottom: 10px;
}
div.wpcf7 p {
    padding: 0px 0 10px 0;
    margin: 0;
    font-size: 14px;
}
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:250px; }
div.wpcf7 input.wpcf7-submit {
cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:65px; margin:0 auto; display:block;
-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }


/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}

@media screen and (max-width:800px) {
div.wpcf7{
    width: 100%;
}
.wpcf7 input[type="file"], .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}
div.wpcf7 textarea {
    width: 100%;
    height: 300px;
    font-size: 16px;
}
}


.grid-container {
  width: 550px;
  height: 520px;
  background-image: url('/system/wp-content/themes/arkhe_child/images/areamap.jpg'); /* ←画像パスに変更 */
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

#grid-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

#grid-table th {
    background-color: #000000;
    text-align: center;
    width: 34px ;
    height: 32px;
    font-weight: bold;
    color: #FFF;
    padding: 0 !important;
}
#grid-table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 34px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

#grid-table td:hover {
  background-color: rgba(255, 200, 100, 0.5);
}

#grid-table td.selected {
  background-color: rgba(255, 100, 100, 0.6);
}
input#selected_grid_row, input#selected_grid_col {
    width: 120px;
}
.grid-container-txt p {
    text-align: center;
    background-color: #FF5722;
    display: block;
    padding: 5px 0 !important;
    color: #FFFFFF;
    margin-bottom: 10px !important;
}
input#selected_grid_col {
    margin-left: 20px;
}
@media screen and (max-width:768px) {
    #grid-table tr {
           display: table-row!important;

    }
    #grid-table td, #grid-table th {
           display: table-cell!important;
           line-height: 1.5em;
    }
.grid-container-txt p {
    padding: 0px 0 !important;
}
}
@media screen and (max-width:600px) {

.grid-container-sp {
        display: block;
        width: 400px;
        overflow-x: scroll !important;
        overflow: hidden;
        margin-bottom: 80px;
        scrollbar-width: thin;                /* 細く */
        scrollbar-color: #3498db #e0e0e0;     /* thumb 色 / track 色 */
}
.grid-container-sp::after {
    content: "→MAPを横にスクロールして下さい。";
    position: absolute;
    margin-top: 20px;
    background-color: #adadad;
    padding: 0 80px;
    font-size: 14px;
}
p.red_txt{
        width: 100%;
    line-height: 1.5em;
}
/* スクロールバーの全体（レール部分） */
.grid-container-sp:-webkit-scrollbar {
  width: 12px;               /* 縦スクロールの太さ */
  height: 12px;              /* 横スクロールの太さ */
}

/* スクロールバーのつまみ部分 */
.grid-container-sp::-webkit-scrollbar-thumb {
  background-color: #3498db;   /* 明るい青 */
  border-radius: 6px;
  border: 3px solid #ffffff;  /* 周囲に余白（背景色と同じに） */
}

/* スクロールバーの背景部分 */
.scroll-colored::-webkit-scrollbar-track {
  background-color: #e0e0e0;  /* グレー */
  border-radius: 6px;
}
}

@media screen and (max-width:500px) {
    .grid-container-sp {
        width: 330px;
        border: 2px solid;
    }
.grid-container-sp::after {
    padding: 0 20px;
}
}