@charset "UTF-8";

/*****************************
  pagehead
*****************************/
.head-restaurant .phcmn{
  background-image: url(../../images/head/head_restaurant.webp) ;
}

/*****************************
headsec
*****************************/
.headsec .fimgbox{
  aspect-ratio: 1051 / 628;
  background: url(../../images/page/open-campus/head.webp) no-repeat center / cover;
  position: relative;
  width: 54.7%;
}
.headsec .fimgbox::before{
  content: "";
  background: linear-gradient(90deg, transparent, #fff 60%);
  position: absolute;
  top: 0;
  right: -1rem;
  height: 100%;
  width: 40%;
}
.headsec .fbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50.4%;
}
.headsec .fbox .ttlimg{
  text-align: center;
}
.headsec .fbox .point{
  background: #fff;
  border: 3px solid #E6B5B5;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5rem auto 0;
  max-width: 460px;
  padding: 5rem 0 4rem;
  position: relative;
  width: 80%;
}
.headsec .fbox .point .ttl{
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: -3rem;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.headsec .fbox .point .ttl::before{
  content: "";
  aspect-ratio: 1/1;
  background: #E6B5B5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 75px;
  z-index: -1;
}

@media only screen and (max-width: 1180px) {
  .headsec .fimgbox{
    aspect-ratio: 10 / 7;
  }
}
@media only screen and (max-width: 1024px) {
  .headsec .fbox .point {
    margin: 4rem auto 0;
    padding: 3rem 0 2rem;
  }
  .headsec .fbox .point .ttl {
    font-size: 2rem;
    top: -2rem;
  }
  .headsec .fbox .point .ttl::before {
    width: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .headsec .fimgbox {
    aspect-ratio: 10 / 6;
    background-position-x: -15rem;
    width: 100%;
  }
  .headsec .fimgbox::before {
    right: 0;
    width: 80%;
  }
  .headsec .fbox {
    background: linear-gradient(90deg, transparent, #fff 60%);
    padding-left: 3rem;
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .headsec .fimgbox {
    background-position: center;
  }
  .headsec .fimgbox::before {
    display: none;
  }
  .headsec .fbox {
    background: none;
    padding: 3rem 2rem 0;
    position: static;
    height: auto;
    width: 100%;
  }

  .headsec .fbox .point {
    padding: 5rem 1.5rem 4rem;
    width: 100%;
  }
  .headsec .fbox .point .ttl {
    font-size: 2.2rem;
    top: -2rem;
  }
}

/*****************************
pagesec-time
*****************************/
.pagesec-time{
  padding-bottom: 10rem;
}
/* .timelist {
  margin-top: 4rem;
} */
.timelist li{
  clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
  text-align: center;
  width: calc(100% / 5 - 1rem);
}
.timelist li:not(:first-of-type) {
  margin-left: -1rem;
}
.timelist li:first-of-type{
  background: #E5BCCE;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
.timelist li:nth-of-type(2){
  background: #E5BCCE;
}
.timelist li:nth-of-type(3){
  background: #CCC1E6;
}
.timelist li:nth-of-type(4){
  background: #9B86CE;
}
.timelist li:last-of-type{
  background: #BAA4F1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
}
.timelist li p{
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
.timelist li .time {
  color: #fff;
  font-size: 2.2rem;
  text-shadow: none;
}
@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) {
  .timelist {
    margin: 4rem auto 0;
    max-width: 280px;
  }
  .timelist li{
    clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    padding: 4rem 0 3rem;
    width: 100%;
  }
  .timelist li:not(:first-of-type) {
    margin: -1rem 0 0;
  }
  .timelist li:first-of-type{
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0) ;
    padding: 2rem 0 5rem;
  }
  .timelist li:last-of-type{
    clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0) ;
    padding: 5rem 0 2rem;
  }
}

/*****************************
pagesec-event
*****************************/
.pagesec-event{
  padding-bottom: 10rem;
}
.pagesec-event .oclist{
  margin-top: 4rem;
}
.pagesec-event .morebtn1{
  margin-top: 4rem;
}

@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) {
  .oclist {
    gap: 1rem;
  }
  .oclist li{
    padding: 1rem;
    width: calc(50% - .5rem);
  }
  .oclist li .ttl{
    font-size: 1.6rem;
  }
}

/*****************************
pagesec-online
*****************************/
.pagesec-online .ttlbox2 .ttl{
  display: inline-block;
  z-index: 1;
}
.pagesec-online .ttlbox2 .ttl::before,
.pagesec-online .ttlbox2 .ttl::after,
.pagesec-online .ob{
  position: absolute;
}
.pagesec-online .ttlbox2 .ttl::before,
.pagesec-online .ttlbox2 .ttl::after{
  content: "";
  top: 0;
  z-index: -1;
}
.pagesec-online .ttlbox2 .ttl::before{
  aspect-ratio: 41/23;
  background: url(../../images/ob/ob_pot.svg) no-repeat center / contain;
  left: -11rem;
  width: 120px;
}
.pagesec-online .ttlbox2 .ttl::after{
  aspect-ratio: 65/69;
  background: url(../../images/ob/ob_spatula.svg) no-repeat center / contain;
  right: -6rem;
  width: 70px;
}
.pagesec-online .ob1{
  aspect-ratio: 79/68;
  background: url(../../images/ob/ob_pasta2.svg) no-repeat center / contain;
  top: 0;
  left: 0;
  width: 300px;
}
.pagesec-online .ob2{
  aspect-ratio: 190/101;
  background: url(../../images/ob/ob_soup.svg) no-repeat center / contain;
  right: 0;
  bottom: 0;
  width: 250px;
}
.pagesec-online .subttl{
  font-size: 2rem;
  font-weight: bold;
}
.pagesec-online .content{
  margin: 6rem 0;
  padding: 6rem 0;
}
.pagesec-online .content .main{
  z-index: 1;
}
.pagesec-online .content .imgttl{
  text-align: center;
}
.pagesec-online .content ul{
  margin: 4rem auto;
  max-width: 360px;
}
.pagesec-online .content ul li{
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 5rem;
  position: relative;
}
.pagesec-online .content ul li::before{
  content: "";
  aspect-ratio: 47/40;
  background: url(../../images/ob/ob_check.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
.pagesec-online .content .fimgbox{
  background: #fff;
  box-shadow: 3PX 3PX 6px rgba(0, 0, 0, .16);
  padding: 1rem;
  position: absolute;
  max-width: 300px;
}
.pagesec-online .content .fimgbox:first-of-type{
  bottom: 0;
  left: -5rem;
  transform: rotate(-10deg);
}
.pagesec-online .content .fimgbox:last-of-type{
  top: 0;
  right: -4rem;
  transform: rotate(10deg);
}

.pagesec-online .mov{
  margin: 4rem auto;
  max-width: 800px;
  text-align: center;
}
.pagesec-online .mov iframe{
  aspect-ratio: 16/9;
  height: auto ;
  width: 100%;
}
.pagesec-online .movttl {
  margin-bottom: 3rem;
}
.pagesec-online .movttl .ttl{
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.pagesec-online .movttl .ttl::before{
  content: "";
  background: #F4E5E8;
  position: absolute;
  bottom: 0;
  left: -1rem;
  height: 50%;
  width: calc(100% + 2rem);
  z-index: -1;
}
.pagesec-online .howto{
  background: #F4E5E8;
  margin: 0 auto 5rem;
  max-width: 880px;
  padding: 4rem 6rem;
}
.pagesec-online .howto::before,
.pagesec-online .howto::after {
  content: "";
  background: #F4E5E8;
  mask-image: url(../../images/ob/note_triangle_white.svg);
  mask-repeat: repeat-y;
  mask-size: contain;
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
}
.pagesec-online .howto::before {
  left: -19px;
  transform: scale(-1, -1);
}
.pagesec-online .howto::after {
  right: -19px;
}
.pagesec-online .howto .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.pagesec-online .howto .txt{
  margin: 2rem 0;
  text-align: center;
}
.pagesec-online .howto .btngr{
  gap: 2rem;
}
.pagesec-online .howto .applybtn a{
  background: linear-gradient(190deg, rgba(240, 170, 200, .4) 20%, rgba(126, 176, 227, .4) 130%);
  border: 1px solid #46463E;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  padding: 1.5rem 2rem;
  position: relative;
  transition: .3s;
}
.pagesec-online .howto .applybtn a::before{
  content: "";
  position: absolute;
  background: #46463E;
  aspect-ratio: 1/1;
  border-radius: 0 0 4px 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 5px;
  bottom: 5px;
  width: 15px;
  transition: .3s;
}
.pagesec-online .howto .applybtn a:hover{
  background: linear-gradient(10deg, rgba(240, 170, 200, .9) 20%, rgba(126, 176, 227, .9) 130%);
  color: #fff;
  opacity: 1;
}
.pagesec-online .howto .applybtn a:hover::before{
  background: #fff;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .pagesec-online .content .fimgbox {
    max-width: 200px;
  }
  .pagesec-online .content .fimgbox:first-of-type {
    left: 3rem;
  }
  .pagesec-online .content .fimgbox:last-of-type {
    right: 2rem;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec-online .content .fimgbox:first-of-type {
    left: -3rem;
  }
  .pagesec-online .content .fimgbox:last-of-type {
    right: -2rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-online .content .fimgbox{
    position: static;
  }
  .pagesec-online .ob1 {
    left: -9rem;
    width: 240px;
  }
  .pagesec-online .ob2 {
    bottom: -2rem;
    width: 180px;
  }
  .pagesec-online .ttlbox2 .ttl::before {
    left: -6rem;
    width: 90px;
  }
  .pagesec-online .ttlbox2 .ttl::after {
    top: 2rem;
    width: 70px;
  }
  .pagesec-online .subttl {
    font-size: 1.6rem;
  }
  .pagesec-online .content {
    margin: 4rem 0;
    padding: 4rem 0;
  }
  .pagesec-online .content ul li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    padding-left: 4rem;
  }
  .pagesec-online .content ul li::before {
    top: 1px;
    width: 30px;
  }
  .pagesec-online .movttl .ttl {
    font-size: 1.9rem;
  }
  .pagesec-online .movttl .ttl::before {
    left: -.5rem;
    width: calc(100% + 1rem);
  }
  .pagesec-online .howto {
    padding: 3rem 2rem;
  }
  .pagesec-online .howto .ttl {
    font-size: 2.2rem;
  }
  .pagesec-online .howto .txt{
    margin: 1rem 0 2rem;
    text-align: left;
  }
}

/*****************************
pagesec-faq
*****************************/
.qalist{
  margin: 4rem auto;
  max-width: 800px;
}
.qalist .qa {
  border-radius: 40px;
  cursor: pointer;
  margin: 3rem 0;
  padding: 1.8rem 3rem ;
  position: relative;
}
.qalist .qa::before,
.qalist .qa::after{
  content: "";
  border: 4px solid #7EB0E3;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  height: 36px;
  width: 100%;
  z-index: 1;
}
.qalist .qa::before {
border-bottom: none;
border-top-left-radius: 70px 60px;
border-top-right-radius: 70px 60px;
top: 0;
}
.qalist .qa::after {
  border-top: none;
  border-bottom-left-radius: 70px 60px;
  border-bottom-right-radius: 70px 60px;
  bottom: 0;
}
.qalist .qa.open::before,
.qalist .qa.open::after{
  border-color: #F0AAC8;
}
.qalist dt,
.qalist dd {
  padding: 1rem 2rem 1rem 6rem;
  position: relative;
}
.qalist dd {
  display: none;
  height: auto;
}
.qalist dt::before,
.qalist dt::after{
  content: '';
  background: #7EB0E3;
  position: absolute;
  top: 45%;
  right: 2rem;
  width: 20px;
  height: 3px;
}
.qalist dt::after{
  transform: rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qalist .open dt::after{
  background: #F0AAC8;
  transform: rotate(360deg);
}
.qalist dt .qa-ttl{
  display: block;
  font-size: 1.8rem;
}
.qalist dt .qa-q,
.qalist dd .qa-a {
  color: #7EB0E3;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  top: 8px;
  left: 15px;
}
.qalist dd .qa-a{
  color: #F0AAC8;
  top: 5px;
}
.qalist .open dd {
  display: block;
}
.qalist dd p {
  font-size:1.6rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.qalist dd p:last-child{
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .qalist .qa {
    padding: 1.8rem 1rem;
  }
  .qalist dt .qa-ttl{
    font-size: 1.6rem;
    padding: 1rem 1.5rem 1rem 0;
  }
  .qalist dt::before,
  .qalist dt::after {
    right: 1.5rem;
    width: 15px;
  }
  .qalist dt,
  .qalist dd {
    padding: 0 2rem 0 4rem;
    position: relative;
  }
  .qalist dd {
    padding: 1rem 1rem 1rem 4rem;
  }
  .qalist dt .qa-q,
  .qalist dd .qa-a {
    top: 14px;
    left: 10px;
    line-height: 1;
  }
}

/* OC ブログ詳細ボタン */
.blogbtn a{
  background: #b69ef0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-top: 1rem;
  padding: .5rem;
  text-align: center;
  width: 100%;
}

.ampmtime{
  color: rgb(230, 97, 167);
  font-weight: 600;
  margin-top: 4rem;
}
.ampmtime span{
  color: #101010;
  margin-left: 3px;
}
@media only screen and (max-width: 767px){
  .ampmtime{
    text-align: center;
  }
}

/*****************************
  体験談
*****************************/
.pesec{
  margin: 60px 0;
}
.pettl{
  width: 80%;
  margin-bottom: 10px;
}
.peflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.pefbox{
  width: 50%;
  padding: 10px;
}
.pepflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.pepfbox{
  width: 50%;
  padding: 10px;
}
.pepfbox p{
  margin-top: 10px;
}
@media only screen and (max-width: 820px) {
  .pefbox{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pettl{
    width: 100%;
  }
  .pepfbox{
    width: 100%;
  }
}

.tsimgbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.tsimg{
  width: calc(100% / 5 - 16px);
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .tsimg {
    width: calc(100% / 2);
    padding: 8px 10px;
  }
}

.timeimgbox{
  margin-top: 20px;
}