@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  padding-top: 0px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: rgb(105,105,105,0.46);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 300px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 184px;
  left: 100px;
}
.pagehead-ttl h2 {
  font-size: 26px;
}
.pagehead-ttl p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagehead-ttl {
    top: 148px;
    left: 6px;
  }
  .pagehead-ttl h2 {
    font-size: 20px;
  }
  .pagehead-ttl p {
    font-size: 14px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.top_sec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 30px 0 40px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0px 0;
    padding: 60px 0 60px;
  }
}


/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  border-left: 5px solid #092545;
  color: #092545;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: .8rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
  margin-bottom: 60px;
}
.sitemaplist {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}
.sitemaplist li {
  width: 47%;
  list-style: none;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .sitemaplist li {
    width: 100%;
    list-style: none;
  }
}
.sitemaplist li a{
  display: block;
  border: 1px solid;
  padding: 10px 20px;
  position: relative;
  border-color: #583822;
  color: #181818;
  opacity: 1;
}
.sitemaplist li a:hover{
  display: block;
  border: 1px solid;
  padding: 10px 20px;
  position: relative;
  background: #583822;
  color: #fff;
}
.sitemaplist li a::after {
  content: ">";
  display: block;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 8px;
  color: #583822;
}
.sitemaplist li a:hover::after {
  content: ">";
  display: block;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 8px;
  color: #fff;
}
.sitemap-current a{
  color: #fff !important;
  border: 1px solid;
  background: #583822;
}
.sitemap-current a::after {
  content: ">";
  display: block;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 8px;
  color: #fff !important;
}

/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  max-width: 800px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 800px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #003da5;
  border-bottom: 1px solid #003da5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  background: #B22D35;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomttl span.any{
  background: #004AAB;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #003da5;
  border: 1px solid #003da5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}

@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}

/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}

.top_flex_3col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_3col li{
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 820px) {
  .top_flex_3col li{
    width: calc(100% / 2);
    padding: 10px;
  }
}

/*****************************
  scroll to TOP
*****************************/
.page_top {
  margin-top: 20px;
  text-align: center;
  background: url(../images/common/dotdot.png) repeat;
}
.page_top a{
  background-color: #F7F1EC;
  border-top: 1px solid #fff3e3;
  z-index: 1000;
  color: #7c6547;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}
.page_top a::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  position: relative;
  transition: 0.5s;
  top: 0;
  padding-right: 10px;
  vertical-align: top;
}
.page_top a:hover{
  opacity: 1;
  color: #FF2B2B;
transition: 0.5s;
}
.page_top a:hover:before {
  color: #FF2B2B;
  top: -3px;
}

/******************************
  tbl
******************************/
.company_tbl{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
}
.company_tbl th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  box-sizing: border-box;
  background-color: #583822;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  width: 25%;
  min-width: 180px;
}
.company_tbl td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
.company_tbl ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company_tbl th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  .company_tbl td{
      padding: 10px;
      display: block;
  }
}

/******************************
  ABOUT
******************************/
.abflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.abfbox{
  width: calc(100% / 2 - 10px);
}
.calenderbox iframe{
  height: 580px;
  width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 820px) {
  .abfbox{
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .calenderbox iframe{
    height: 400px;
  }
}

.aboutimgbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.aboutimg{
  width: calc(100% / 4);
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .aboutimg{
    width: calc(100% / 2);
    padding: 4px;
  }
}

/******************************
  RECRUIT
******************************/
.recruittxt{
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
  .recruittxt{
    text-align: left;
  }
}

.recbtnflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
}
.recbtnfbox{
  width: calc(100% / 2);
}
.recbtn{
  text-align: center;
}
.recbtn a{
  background: #FF2B2B;
  border: 1px solid #FF2B2B;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  transition: .5s;
  width: 300px;
}
.recbtn a:hover{
  background: #fff;
  color: #FF2B2B;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .recbtnfbox{
    width: 100%;
    margin-bottom: 20px;
  }
}

.telbox{
  text-align: center;
}
.contxt{
  font-size: 20px;
}
.telcont a{
  font-size: 40px;
  color: #583822;
}

/******************************
  CONTACT
******************************/
.page-contact .top_sec{
  padding: 30px 0;
}
@media only screen and (max-width: 767px){
  .page-contact .contxt{
    text-align: left;
    margin-bottom: 10px;
  }
}

/******************************
  MENU
******************************/
.menutxt{
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}

/******************************
  MENU ID JUMP
******************************/
.pagejump{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.pjbox{
  width: calc(100% / 4);
  padding: 20px;
}
.pjbox a{
  background: #FF2B2B;
  border: 1px solid #FF2B2B;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 250px;
  padding: 5px 20px;
  transition: .5s;
}
.pjbox a:hover{
  background: #fff;
  color: #FF2B2B;
  opacity: 1;
}
@media only screen and (max-width: 820px) {
  .pjbox a{
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .pjbox{
    width: calc(100% / 2);
  }
  .pjbox a{
    width: 140px;
  }
}

/******************************
  MENU 見出し
******************************/
.ttl_type03{
  margin-bottom: 30px;
}
.ttl_type03 h3{
  border-bottom: 3px solid #282828;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  line-height: 1.5;
}
.ttl_type03 h3::after{
  content: "";
  width: 4em;
  height: 3px;
  background: #FF2B2B;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .ttl_type03 h3{
    font-size: 18px;
  }
}

/******************************
  MENU TABLE
******************************/
.menutbl{
  border-collapse: collapse;
  width: 100%;
}
.menutbl th {
  border-bottom: 1px solid #c7c7c7;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  width: 50%;
  min-width: 200px;
}
.menutbl td {
  border-bottom: 1px solid #c7c7c7;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .menutbl th{
    width: 100%;
    display: block;
    padding: 5px 10px;
    border-bottom: none;
    background: #f3f3f3;
  }
  .menutbl td{
    padding: 10px;
    display: block;
  }
}

.pricetxt{
  margin-top: 30px;
}