@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .pagehead{
    margin-bottom: 30px;
  }
}


.pagehead-bg,.pagehead-bg-epoch{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 141px;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .pagehead-bg,.pagehead-bg-epoch{
    margin-top: 136px;
  }
}
@media screen and (max-width: 1024px) {
  .pagehead-bg,.pagehead-bg-epoch{
    margin-top: 96px;
  }
}
@media screen and (max-width: 820px) {
  .pagehead-bg,.pagehead-bg-epoch{
    margin-top: 156px;
  }
}
@media screen and (max-width: 600px) {
  .pagehead-bg,.pagehead-bg-epoch{
    margin-top: 136px;
  }
}

.pagehead-bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name:GradietionAnimation;
  animation-iteration-count:infinite;
  animation-duration:400s;
  animation-timing-function:linear;
  background: url(../images/common/b_item.png) repeat;
  background-size: 70px 70px;
  opacity: 0.7;
}
@keyframes GradietionAnimation {
  from {
      background-position: 0 0;
  }
  to {
      background-position: 5000px -5000px;
}
}

.pagehead-bg-epoch::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: GradietionAnimation;
  animation-iteration-count: infinite;
  animation-duration:400s;
  animation-timing-function: linear;
  background: url(../images/common/epoch_item.png) repeat;
  background-size: 160px 64px;
  opacity: 0.4;
  z-index: 0;
}
@keyframes GradietionAnimation {
  from {
      background-position: 0 0;
  }
  to {
      background-position: 5000px -5000px;
}
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  padding: 0px;
  color: #345678;
  position: absolute;
  top: 40px;
  left: 10%;
}
.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: 50px;
    left: 25px;
  }
  .pagehead-ttl h2 {
    font-size: 22px;
  }
  .pagehead-ttl p {
    font-size: 16px;
  }
}
/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  margin: 3rem 0 1rem;
  font-size: 22px;
  line-height: 1.6;
  padding: 5px 10px 5px 15px;
  color: #345678;
  border-left: 4px solid #345678;
}
.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;
  }
}
.sign_txt{
  text-align: right;
  font-size: 20px;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}


/*****************************
  サイトマップ
*****************************/
.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: #297E39;
color: #181818;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #297E39;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #297E39;
}
.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: #297E39;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}
/*****************************
  フォーム
*****************************/
.formbox{
max-width: 1024px;
margin: 30px auto;
}
.formbox .fomin {
  background: #e9f5fb;
border-bottom: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-left: 1px solid #c7c7c7;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.formbox .fomin:first-of-type {
border-top: 1px solid #c7c7c7;
}
.formbox .fomttl{
padding: 0 1rem;
text-align: left;
width: 300px;
}
.formbox .fomttl .required{
  background: #d61a35;
  /* border-radius: 6px; */
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
  padding: 2px 10px 4px;
}
.formbox .fomttl .any{
  background: #282828;
  /* border-radius: 6px; */
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
  padding: 2px 10px 4px;
}
.formbox .fomcontent{
  background: #fff;
  padding: 3rem 3rem;
  width: calc(100% - 300px);
}
.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-check .horizontal-item + .horizontal-item {
margin-left: 0;
}
.formbox .input-check .horizontal-item{
display: inline-block;
margin-right: 1rem;
}
.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-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #ffffff;
  border: 1px solid #CCC;
  border-radius: 3px;
  width: 100%;
  height: 300px;
}

.formbox .input-txt input:focus-visible,
.formbox .input-num input:focus-visible,
.formbox .input-age input:focus-visible,
.formbox .input-zip input:focus-visible,
.formbox .input-txtarea textarea:focus-visible,
.formbox .input-select select:focus-visible{
  outline: 2px solid #005CC8;
  border-radius: 3px;
}


.formbox .input-age input,
.formbox .input-num input{
max-width: 60px;
}
.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 {
height: 36px;
padding: 0 .5em;
}
.formbox .input-date input{
margin: .5rem 0;
}
.formbox .input-select select{
appearance: auto;
}
.formbox .input-txtarea textarea {
padding: .5em;
}
.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;
}

.formbox .fominadd .input-zip input{
max-width: 100px;
}
.formbox .fominadd .input-zip span{
  color: #345678;
  margin-left: 10px;
}
.formbox .fominadd .input-txt{
margin: 1rem 0;
}

.fomb {
margin: 0 auto;
max-width: 200px;
position: relative;
text-align: center;
z-index: 1;
}
.fomb input {
  background: #d61a35;
border: 1px solid #fff;
color: #fff;
display: inline-block;
padding: 1.5rem 2rem;
transition: .5s;
}
.fomb:hover input {
background: #fff;
border: 1px solid #d61a35;
color: #d61a35;
opacity: 1;
}
.fomb::before,
.fomb::after{
content: "";
/* border: 1px solid #0E1822; */
height: 50%;
position: absolute;
width: calc(100% + 0.8rem);
z-index: -1;
}
.fomb::before{
border-bottom: 0px;
left: -0.5rem;
top: -0.5rem;
}
.fomb::after {
border-top: 0px;
left: -0.5rem;
bottom: -0.5rem;
}

.contact_sec{
position: relative;
margin-top: 60px;
}
.contact_sec-complete{
background: none;
}
.contact_sec .inner1{
position: relative;
}
.contact_sec .txtbox{
margin: 0 auto 2rem;
max-width: 800px;
padding: 1rem;
position: relative;
text-align: center;
}
.contact_sec .box{
margin-top: 2rem;
position: relative;
padding-top: 1rem;
}
.contact_sec .formlinks{
text-align: center;
}
.contact_sec .formlinks a{
text-decoration: underline;
}
.contact_sec .fombcheck {
display: none;
}
.contact_sec-check .fombcheck {
display: inline-block;
}
.contact_sec-check .input-txt,
.contact_sec-check .input-txtarea,
.contact_sec-check .input-select{
background: #f3f3f3;
padding: .5rem;
}
.contact_sec .fomb {
margin-top: 2rem;
}
.contact_sec .ppbox{
margin-top: 2rem;
text-align: center;
}
.contact_sec .ppbox a{
text-decoration: underline;
}
.contct_txt{
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
@media only screen and (max-width: 1180px) {

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

}
@media only screen and (max-width: 820px) {
.contact_sec .ob5{
    left: -9rem;
}

.contact_sec-complete .ob1 {
    left: 9rem;
}
.contact_sec-complete .ob5 {
    bottom: -18rem;
}
.contact_sec-complete .ob2 {
    top: 11rem;
}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {
.formbox .fomttl {
  padding: 1.5rem 1rem;
    text-align: left;
    width: 100%;
}
.formbox .fomcontent{
    width: 100%;
}
.formbox .fomin {
    margin: 1rem auto;
}
.formbox .fominadd .input-zip span{
    display: block;
}
}

.error {
  color: #B70000;
}

.top_back{
  text-align: center;
  margin-top: 30px;
}

.top_back a {
  background: #255500;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 3px;
  transition: 0.5s;
  line-height: 1.4;
  font-size: 16px;
}
.top_back a:hover{
background-color: #345678;
    opacity: 1;
    transition: 0.5s;
}

.event_schedule_style p{
  color: #0c55aa;
  font-size: 16px;
}
/* 終了時 */
.event_schedule_style_end p{
  color: #777;
  font-size: 16px;
}

.event_schedule_style p span{
  color: #0c55aa;
  margin-right: 7px;
  font-size: 14px;
  border: 1px solid #0c55aa;
  padding: 0px 5px 1px 7px;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 1px;
  vertical-align: baseline;
  background: #fff;
}
/* 終了時 */
.event_schedule_style_end p span{
  color: #777;
  margin-right: 7px;
  font-size: 14px;
  border: 1px solid #777;
  padding: 0px 5px 1px 7px;
  letter-spacing: 2px;
  line-height: 1;
  border-radius: 1px;
  vertical-align: baseline;
  background: #fff;
}

.seminar_page_style{
  padding: 10px;
  background: #f7fcff;
  border: 1px solid #eee;
}
/* 終了時 */
.seminar_page_style_end{
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
}
.page_seminarbox {
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .page_seminarbox {
    padding: 0px 0px;
  }
}
.red_color_style{
  color: #FF2323;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 3px;
  margin-right: 3px;
}
.blue_color_style{
  color: #345678;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 3px;
  margin-right: 3px;
}


/*****************************
サーチページスタイル
*****************************/
.ul-post{
  padding-left: 30px;
  list-style-type: disc;
}
.ul-post li {
  padding: 10px 0 5px;
  border-bottom: 1px solid #cacaca;
}
.ul-post li::marker {
  color: #345678;
  font-size: 18px;
}

.ul-post li a{
  color: #0000EE;
  transition: 0.5s;
}
.ul-post li a:hover {
  transition: 0.5s;
  color: #551A8B;
  opacity: 1;
}
/*****************************
サーチページスタイル END
*****************************/

.gmap-access {
  height: 0;
  overflow: hidden;
  padding-bottom: 77%;
  position: relative;
  }
  @media screen and (max-width: 1180px) {
    .gmap-access {
    padding-bottom: 50%;
      }
    }
  @media screen and (max-width: 767px) {
  .gmap-access {
  padding-bottom: 100%;
    }
  }
  .gmap-access iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }


  /*****************************
Gカレンダー
*****************************/
.cal_box{
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cal_box{
    width: 95%;
    margin: 0 auto;
  }
}
.cal_box #calendar1{
  margin: 30px 0;
  background: #fff;
}
.cal_box #calendar2{
  margin: 30px 0;
  background: #fff;
 }


/*****************************
pc_none_area
*****************************/
.pc_none_area{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none_area{
    display: block;
  }
}

/*****************************
サイトマップ
*****************************/

.sitemap_list_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sitemap_list_flex .sitemap_list {
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 1180px) {
  .sitemap_list_flex .sitemap_list {
    width: calc(100% / 2);
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap_list_flex .sitemap_list {
    width: calc(100% / 1);
    padding: 10px;
  }
}





.sitemap_list_flex .sitemap_list li {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px;
}


.sitemap_list_flex .sitemap_list li a {
  color: #0066c0;
  text-decoration:underline;
  font-size: 16px;
  transition: 0.3s;
}
.sitemap_list_flex .sitemap_list li a:hover {
  color: #FF9326;
  opacity: 1;
  transition: 0.3s;
}


.sitemap_list_flex .sitemap_list li:first-child{
  display: inline-block;
  background: #f7fcff;
  border-top: 1px solid #eee;
}
.sitemap_list_flex .sitemap_list li:first-child a {
  color: #19448e;
  font-weight: bold;
  font-size: 20px;
  text-decoration:none;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .sitemap_list_flex .sitemap_list li:first-child a {
    font-size: 18px;
  }
}


.sitemap_list_flex .sitemap_list li:first-child a:hover {
  color: #FF9326;
  opacity: 1;
  transition: 0.3s;
}

.sitemap_list_flex .sitemap_list li:first-child a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 3px #19448e;
  border-right: solid 3px #19448e;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 15px;
  transition: 0.3s;
}
.sitemap_list_flex .sitemap_list li:first-child a:hover::after {
  border-top: solid 3px #FF9326;
  border-right: solid 3px #FF9326;
  opacity: 1;
  transition: 0.3s;
}

.sitemap_list_flex .sitemap_list li:not(:first-child) a{
  margin-left: 10px;
}
.sitemap_list li{
 position: relative; 
}
