@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  padding: 10px;
  font-size: 14px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cmn-breadcrumb a{
  color: #356b86;
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #297e76;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #297e76;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #297E39;
  border: 1px solid #297E39;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #181818;
  opacity: 1;
}
.pager .next a{
  background: #297e76;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #297e76;
  color: #181818;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #356b86;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #f4fbff;
  border: 1px solid #356b86;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #7fb288;
}
.singlehead h2{
  border-bottom: 3px solid #cfebd4;
  position: relative;
  color: #297E39;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 20px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #297E39;
  border: 1px solid #297E39;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #297E39;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

/******************************
  inner
******************************/
.header_inner{
  margin: 0 auto;
  max-width: 100%;
  padding: 0 5%;
}
@media screen and (max-width: 1180px) {
  .header_inner{
    padding: 0 0%;
  }
}

.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .inner1,
  .inner2,
  .inner3{
    padding: 0 1rem;
  }
}



.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@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: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexbox4{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.title-type01 {
  margin: 0 auto 20px;
}
.title-type01 .ttl-main {
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 820px) {
  .title-type01 {
    text-align: center;
}
  .title-type01 .ttl-main {
    font-size: 22px;
  }
}
.title-type01 .ttl-sub {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0px;
  font-weight: 400;
  color: #61b0d8;
}
/* title-type01 Ver.2 */
.checklist_style .title-type01 {
  text-align: left;
  margin: 0 auto 10px;
}
.checklist_style .title-type01 .ttl-main {
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 1.4;
  position: relative;
  padding-left: 50px;
}
.checklist_style .title-type01 .ttl-main::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/check_item.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 7px;
  z-index: 0;
  transform: translate(50%);
}
 @media screen and (max-width: 820px) {
.checklist_style .title-type01 .ttl-main {
  font-size: 22px;
  padding-left: 35px;
}
.checklist_style .title-type01 .ttl-main::before {
  width: 20px;
  height: 20px;
  left: 0px;
  top: 5px;
}
 }





/* title-type02*/
.title-type02 {
  text-align: left;
  margin: 0 auto 20px;
}
.title-type02 .ttl-main {
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 1.8;
  position: relative;
  /* border-bottom: 4px dotted #DEA5C5; */
}
@media screen and (max-width: 767px) {
  .title-type02 .ttl-main {
    font-size: 22px;
  }
}
.dotted02{
  background-image : linear-gradient(to right, #DEA5C5 3px, transparent 3px);
  background-size: 10px 3px;
  background-repeat: repeat-x; 
  background-position: left bottom;
}


/* h3見出し */
.ttl_type03{
  margin-bottom: 30px;
}
.ttl_type03 h3{
  border-bottom: 3px solid #282828;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: .5em;
  position: relative;
  line-height: 1.5;
}
.ttl_type03 h3::after{
  content: "";
  width: 4em;
  height: 3px;
  background: #C30A01;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@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) {
  .ttl_type03 h3{
    font-size: 18px;
  }
}


/******************************
  btn
******************************/

/******************************
  TABLE
******************************/
table{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
table th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EAEFF0;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}
table td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
table ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  table th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  table td{
      padding: 10px;
      display: block;
  }
}

/******************************
  header
******************************/
.header01_area{
  align-items: center;
}

.cmnhead{
  background: none;
  padding: 10px 0 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

}
@media screen and (max-width: 1024px) {
  .cmnhead{
    padding: 5px 80px 5px 0;
  }
}

.cmnhead.on{
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}

.topsec,.pagehead{
    position: relative;
}

.topsec::before,.pagehead::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/header_bgitem.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  aspect-ratio: 5 / 4;
  width: 30%;
  height: auto;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.cmn-main{
  position: relative;
}
.cmn-main::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/header_bgitem02.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  aspect-ratio: 2 / 1;
  width: 25%;
  height: auto;
  right: 0px;
  top: -75px;
  z-index: 0;
  }
@media screen and (max-width: 820px) {
.cmn-main::before {
  display: none;
  }
}

.cmnhead .logo{
  max-width: 330px;
  margin-left: 10px;
  transition: 0.5s;
}
.cmnhead .logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .cmnhead .logo{
    max-width: 65px;
    margin-left: 10px;
    transition: 0.5s;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
    background: #fff;
  }
}
.footer_logo{
  transition: 0.5s;
}
.footer_logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}


.cmnnav{
  width: 100%;
}
.navlist{
  padding: 3px 0 0;
}
.cmnhead.on .navlist{
  padding: 3px 0 10px;
}

.navlist .flexbox1 li{
  text-align: center;
  margin-right: 18px;
}
/* .navlist .flexbox1 li:nth-child(1){
  display: none;
} */
@media screen and (max-width: 1024px) {
  .navlist{
    background: #ffffff;
    padding: 30px 10px;
  }
  .navlist .flexbox1 li{
    width: calc(100% / 1);
    text-align: left;
    border-left: 0px dotted #dcdcdc;
    margin-right: 0px;
  }
  /* .navlist .flexbox1 li:nth-child(1){
    display: block;
  } */
}

/* .navlist .flexbox1 li:last-child{
  border-right: 2px dotted #dcdcdc;
}
@media only screen and (max-width: 1024px) {
  .navlist .flexbox1 li:last-child{
    border-right: 0px dotted #dcdcdc;
  }
} */

.navlist a{
  display: block;
  padding: 0.5rem;
  font-size: 16px;
  border-bottom: 3px solid rgb(255, 255, 255, 0);
}
.navlist .nowpage a{
  opacity: 1;
  border-bottom: 3px solid #a8d1e6;
  position: relative;
}
/* .navlist .nowpage a::after {
  content: "";
  position: absolute;
  border-top: 7px solid #345678;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-left: 0%;
  bottom: -23px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
} */

.navlist .nowpage a span{
  font-weight: 500;
}

.navlist a:hover{
  /* color: #a8d1e6; */
  opacity: 1;
  border-bottom: 3px solid #a8d1e6;
  position: relative;
}
.navlist a:hover span{
  font-weight: 500;
}

/* .navlist a:hover::after {
  content: "";
  position: absolute;
  border-top: 7px solid #345678;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  margin-left: 0%;
  bottom: -23px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
} */

@media screen and (max-width: 1180px) {
  .navlist a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .navlist a{
    transition: 0s;
  }
  .navlist a:hover{
    transition: 0s;
  }
}

/* .navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #8B968D;
  opacity: 1;
} */

.flexbox2 .head_logo_area{
  width: 330px;
}
.flexbox2 .head_info_area{
  display: flex;
  flex-direction: column;
  width: calc(100% - 330px);
}
.flexbox2 .head_logo_area p{
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flexbox2 .head_logo_area{
    width: 70px;
  }
  .flexbox2 .head_info_area{
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
  }
}


.flexbox2 .head_info_area .topnavi{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .flexbox2 .head_info_area .topnavi{
    flex-direction: column;
  }
}

.flexbox2 .head_info_area .lowernavi{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}




/* header_btn01 */

.header_btn01{
  text-align: center;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.header_btn01 p{
  display: block;
  max-width: 100%;
  background: linear-gradient(0deg, #ee6e72 0%, #f89497 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: 0.5s;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .header_btn01{
   display: none;
  }
}


.header_btn01_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.header_btn01_flex li:first-child {
  width: 35px;
}
.header_btn01_flex li:first-child img {
  width: 27px;
  vertical-align: text-top;
}
.header_btn01_flex li:last-child {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 18px;
}
/* header_btn02 */

.header_btn02{
  text-align: center;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.header_btn02 a{
  display: block;
  max-width: 100%;
  background: linear-gradient(0deg, #06BA43 0%, #0ACD6A 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: 0.5s;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .header_btn02 a{
    padding: 2px 15px;
    border-radius: 0px;
    margin-bottom: 3px;
    width: 100%;
  }
}


.header_btn02_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.header_btn02_flex li:first-child {
  width: 35px;
}
.header_btn02_flex li:first-child img {
  width: 25px;
  vertical-align: sub;
}
.header_btn02_flex li:last-child {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 16px;
}

/* header_btn03 */

.header_btn03{
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header_btn03{
    text-align: center;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .header_btn03{
    margin-right: 0px;
  }
}

.header_btn03 a{
  display: block;
  max-width: 100%;
  background: linear-gradient(0deg, #61b0d8 0%, #a8d1e6 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: 0.5s;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .header_btn03 a{
    padding: 2px 15px;
    border-radius: 0px;
    width: 100%;
  }
}


.header_btn03_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.header_btn03_flex li:first-child {
  width: 35px;
}
.header_btn03_flex li:first-child img {
  width: 25px;
  vertical-align: sub;
}
.header_btn03_flex li:last-child {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 16px;
}

/******************************
  logo切り替え
******************************/
/* パソコンで見たときは"pcimg"のclassがついた画像が表示される */
.pclogoimg { display: block !important; }
.splogoimg { display: none !important; }
 
/* スマートフォンで見たときは"spimg"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
    .pclogoimg { display: none !important; }
    .splogoimg { display: block !important; }
}



.spbtn{
  background: #654f34;
  border-radius: 3px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}
@media screen and (max-width: 600px) {
  .spbtn{
    top: 10px;
    right: 10px;
  }
}

.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn p {
  font-size: 12px;
  position: absolute;
  bottom: 8px;
  left: 11px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.spbtn p::after {
  content: "MENU";
}

.spbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 13px;
  transform: translateY(6px) rotate(-135deg);
  width: 55%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 25px;
  left: 13px;
  transform: translateY(-6px) rotate(135deg);
  width: 55%;
}
.spbtn.active p {
  letter-spacing: 0px;
}
.spbtn.active p::after {
  content: "CLOSE";
}

.splogo{
  display: none;
}

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

  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.5s;
  }
  .cmnnav.active {
    background: #fff;
    height: 100dvh;
    overflow-y: scroll;
    position: fixed;
    display: block;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 10px auto;
    max-width: 300px;
    text-align: center;
  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 0px;
    max-width: 100%;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
    padding: 5px 0px;
  }
  .cmnnav.active .navlist li a{
    padding: 10px 20px 10px 20px;
    border-bottom: 1px dashed #ccc;
    display: block;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
    color: #444;
  }
  /* .cmnnav.active .navlist li a::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #665035;
    border-right: 2px solid #654f34;
    transform: rotate(45deg);
    transition: 0.5s;
} */
.cmnnav.active .navlist li a span {
  font-weight: 500;
  letter-spacing: 1px;
}
  .cmnnav.active .navlist li a:hover{
    opacity: 1;
    background: #61b0d8;
    color: #fff;
    border-bottom: 1px solid #a8d1e6;
    transition: 0.5s;
  }
  /* .cmnnav.active .navlist li.nowpage a{
    opacity: 1;
    background: #a8d1e6;
    color: #fff;
    border-bottom: 1px solid #a8d1e6;
    transition: 0.5s;
  } */
  .cmnnav.active .navlist li a:hover::after,
  .cmnnav.active .navlist li.nowpage a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media screen and (max-width: 767px) {
.cmnnav.active .splogo{
  display: block;
  margin: 15px 10px;
  max-width: 250px;
  text-align: left;
}
}


/* .head_info_second{
  display: none;
}
@media only screen and (max-width: 1024px) {
  .head_info_second{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .head_info_second .left_area,.head_info_second .right_area{
    padding: 3px 8px;
  }
  .head_info_second .left_area{
    width: calc(100% / 2);
    text-align: center;
    background-color: #f7f7f7;
    border: 2px solid #fff;
  }
.head_info_second .right_area{
    width: calc(100% / 2);
    text-align: center;
    background: #255500;
    border: 2px solid #fff;
  }
} */

/* .headtel_second{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.headtel_second a {
  font-size: 20px;
  line-height: 1.1;
  display: block;
  color: #255500;
  font-weight: 500;
}
.headtel_second span {
  font-size: 12px;
  color: #181818;
  font-weight: 500;
} */
/* .h_membership_box_second{
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.h_membership_box_second a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  letter-spacing: 1px;
  color: #fff;
} */

/******************************
cmnhead on
******************************/
@media only screen and (max-width: 1024px) {
.cmnhead.on .cmnnav {
  top: 0px;
  transition: 0.5s;
  }
}
@media only screen and (max-width: 600px) {
  .cmnhead.on .cmnnav {
    top: 2px;
    transition: 0.5s;
  }
}

/* .cmnhead.on .header01_area {
  padding: 0px 0 5px;
  transition: 0.5s;
} */

.cmnhead.on .logo{
  max-width: 280px;
  margin-left: 10px;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
.cmnhead.on .logo {
  max-width: 65px;
  margin-left: 10px;
  transition: 0.5s;
  }
}
/* @media screen and (max-width: 600px) {
  .cmnhead.on .logo {
    max-width: 150px;
    padding: 0px 0 10px;
    transition: 0.5s;
  }
} */

.cmnhead.on .h_membership_box a {
  font-size: 14px;
  padding: 5px 10px;
  transition: 0.5s;
}


.cmnhead.on .headtel a{
  font-size: 2.5rem;
  line-height: 1.2;
}
.cmnhead.on .headtel p{
  font-size: 12px;
}

.cmnhead.on .h_access_box{
  padding: 3px 3px 3px 3px;
  width: 80px;
}
.cmnhead.on .h_access_box p{
  font-size: 12px;
}
.cmnhead.on .h_access_box img{
  width: 15px;
}

@media screen and (max-width: 600px) {
  .cmnhead.on .h_access_box {
      width: 55px;
      padding: 10px 3px 10px 3px;
      border: 0px solid #CCC;
      margin-left: 5px;
  }
  .cmnhead.on .h_access_box p{
    font-size: 10px;
  }
}

.cmnhead.on .h_contact_box{
  padding: 3px 3px 3px 3px;
  width: 80px;
}
.cmnhead.on .h_contact_box p{
  font-size: 12px;
}
.cmnhead.on .h_contact_box img{
  width: 22px;
  margin-bottom: 3px;
}
@media screen and (max-width: 600px) {
  .cmnhead.on .h_contact_box{
    width: 67px;
    padding: 10px 3px 10px 3px;
    border: 0px solid #CCC;
    margin-left: 5px;
    margin-right: 77px;
  }
  .cmnhead.on .h_contact_box p{
    font-size: 10px;
  }
}



/******************************
  footer copyright
******************************/
.fotcopy {
  background: #356b86;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
/******************************
  header sp_navi_option
******************************/
.sp_navi_option{
  display: none;
}
@media screen and (max-width: 1024px) {
.sp_navi_option{
  display: block;
}
}
/* sp_option_btn01 */

.sp_option_btn01{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_option_btn01 p{
  display: block;
  max-width: 100%;
  background: linear-gradient(0deg, #ee6e72 0%, #f89497 100%);
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 50px;
  letter-spacing: 1px;
  line-height: 1.6;
}

.sp_option_btn01_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.sp_option_btn01_flex li:first-child {
  width: 35px;
}
.sp_option_btn01_flex li:first-child img {
  width: 27px;
  vertical-align: text-top;
}
.sp_option_btn01_flex li:last-child {
  width: calc(100% - 35px);
  color: #fff;
  font-size: 24px;
}
/******************************
  タイムテーブルA
******************************/

.a-timetable {
  margin: 2rem 0 1rem;
  width: 100%;
  position: relative;
  background: #fff;
  color: #66635f;
}
.a-timetable table {
  margin: 0 auto;
  width: 100%;
}
.a-timetable table tr {
  margin: 0;
  border-bottom: 1px solid #fff;
}
.a-timetable table tr:first-child {
  border-top: 1px solid #61b0d8;
  background: #fbf4ea;
}
.a-timetable table tr > th {
  margin: 0;
  padding: 10px 0 10px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .a-timetable table tr > th {
    font-weight: bold;
  }
}
.a-timetable table tr > th:first-child {
  width: 30%;
  min-width: 130px;
  font-size: 14px;
  line-height: 1.3;
  background: #61b0d8;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}
.a-timetable table tr > th:first-child > span {
  font-size: 0.7rem;
}
.a-timetable table tr:first-child > td {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  border-right: 1px solid #fff;
  color: #fff;
  background: #61b0d8;
  border-bottom: 1px solid #fff;
  
}
.a-timetable table tr:first-child > td:last-child {
  border-right: 1px solid #61b0d8;
}
.a-timetable table tr > td {
  width: 10%;
  padding: 0.5rem 0 0.5rem;
  text-align: center;
  margin: 0;
  border-right: 1px solid #61b0d8;
  position: relative;
  display: table-cell;
  border-bottom: 1px solid #61b0d8;
  color: #61b0d8;
  line-height: 0.7;
  align-content: center;
}
.a-timetable table tr > td > span {
font-size: 10px;
  color: #ee6e72;
}

/******************************
  タイムテーブルB
******************************/

.b-timetable {
  margin: 2rem 0 0.5rem;
  width: 100%;
  position: relative;
  background: #fff;
  color: #66635f;
}
.b-timetable table {
  margin: 0 auto;
  width: 100%;
}
.b-timetable table tr {
  margin: 0;
  border-bottom: 1px solid #fff;
}
.b-timetable table tr:first-child {
  border-top: 1px solid #a8d1e6;
  background: #fbf4ea;
}
.b-timetable table tr > th {
  margin: 0;
  padding: 10px 0 10px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-timetable table tr > th {
    font-weight: bold;
  }
}
.b-timetable table tr > th:first-child {
  width: 30%;
  min-width: 130px;
  font-size: 14px;
  line-height: 1.3;
  background: #61b0d8;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}
.b-timetable table tr > th:first-child > span {
  font-size: 0.7rem;
}
.b-timetable table tr:first-child > td {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  border-right: 1px solid #fff;
  color: #fff;
  background: #61b0d8;
  border-bottom: 1px solid #fff;
}
.b-timetable table tr:first-child > td:last-child {
  border-right: 1px solid #a8d1e6;
}
.b-timetable table tr > td {
  width: 10%;
  padding: 0.5rem 0 0.5rem;
  text-align: center;
  margin: 0;
  border-right: 1px solid #a8d1e6;
  position: relative;
  display: table-cell;
  border-bottom: 1px solid #a8d1e6;
  color: #61b0d8;
  line-height: 0.7;
  align-content: center;
}
.b-timetable table tr > td > span {
font-size: 10px;
  color: #ee6e72;
}

/******************************
  タイムテーブルC
******************************/

.c-timetable {
  margin: 2rem 0 3rem;
  width: 100%;
  position: relative;
  background: #fff;
  color: #66635f;
}
.c-timetable table {
  margin: 0 auto;
  width: 100%;
}
.c-timetable table tr {
  margin: 0;
  border-bottom: 1px solid #bdbdbd;
}
.c-timetable table tr:first-child {
  border-top: 1px solid #bdbdbd;
  background: #E4F6F3;
}
.c-timetable table tr > th {
  margin: 0;
  padding: 10px 0 10px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-timetable table tr > th {
    font-weight: bold;
  }
}
.c-timetable table tr > th:first-child {
  width: 30%;
  min-width: 130px;
  font-size: 14px;
  line-height: 1.3;
  background: #E4F6F3;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.c-timetable table tr > th:first-child > span {
  font-size: 0.7rem;
}
.c-timetable table tr:first-child > td {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  border-right: 1px solid #bdbdbd;
}
.c-timetable table tr:first-child > td:last-child {
  border-right: 1px solid #bdbdbd;
}
.c-timetable table tr > td {
  width: 10%;
  padding: 0.5rem 0 0.5rem;
  text-align: center;
  margin: 0;
  border-right: 1px solid #bdbdbd;
  position: relative;
  display: table-cell;
  line-height: 0.7;
  align-content: center;
}
.c-timetable table tr > td > span {
  font-size: 10px;
  color: #ee6e72;
}

/******************************
  タイムテーブル　END
******************************/

/******************************
  各バックグラウンド設定
******************************/
.svg_area{
  font-size: 0;/* 必須 */
  margin-top: -30px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.bg_01{
  background: #E4F6F3;
  margin: 0px 0 !important;
}
.bg_02{
  background: #f4fbff;
  margin: 0px 0 !important;
}

.bg_brown{
  background-image: url(../images/top/bg_brown_img.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
.bg_brown{
  background-image: url(../images/top/bg_brown_imgsp.webp);
}
}

.bg_brown02{
  background-image: url(../images/top/bg_brown_img02.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
.bg_brown{
  background-image: url(../images/top/bg_brown_imgsp.webp);
}
}



.bg_pink{
  background: #E4F6F3;
  margin: 0px 0 !important;
}
/* .bg_pink_grad{
  background: linear-gradient(0deg, #ebf4f8 90%, #ffffff 100%);
  margin: 0px 0 !important;
} */



