@charset "UTF-8";
/* CSS Document */

.el_bg_white {
  background: #fff;
}

.el_bg_orange {
  background: #F8B62D;
}

.el_pageTtl {
  width: 420px;
  height: 66px;
  border-radius: 33px;
  background: #F5A549;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  line-height: 66px;
  margin: 0 auto 15px;
}

.el_pageTtl.rev {
  background: #FFF;
  color: #F5A549;
}

.el_pageTtl.val2 {
  background: #FFF;
  color: #F5A549;
  border: solid 5px #F5A549;
  line-height: 56px;
}

.el_desc {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .el_pageTtl {
    font-size: 20px;
    width: 100%;
    max-width: 315px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 25px;
  }

  .el_pageTtl.val2 {
    border: solid 3px #F5A549;
    line-height: 35px;
  }
  .el_desc {
    font-size: 13px;
  }
}

.sec_topHero {
  background: #FFF051;
  height: 1060px;
}

.sec_topHero .mv {
  background: url(assets/images/mv_pc.png) center 100px no-repeat;
  background-size: 1375px 945px;
  height: 1060px;
}

@media screen and (max-width: 480px) {
  .sec_topHero {
    background: #FFF051;
    height: 112vw;
  }
  .sec_topHero .mv {
    background: url(assets/images/mv_sp.png) center center no-repeat;
    background-size: 90%,90%;
    height: 112vw;
  }
}

.sec_about {
  padding: 95px 0 85px;
}

.uni_aboutbox {
  width: 912px;
  margin: 0 auto;
}

.uni_aboutbox .img {
  width: 295px;
}

.uni_aboutbox .info {
  padding-top: 35px;
  width: 575px;
  color: #fff;
}

.uni_aboutbox .info .el_desc {
  font-size: 16px;
}

.uni_aboutbox .info .el_desc .f_size_med {
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .sec_about {
    padding: 30px 0 10px;
  }

  .uni_aboutbox {
    width: 100%;
  }

  .uni_aboutbox .img {
    width: 245px;
    margin: 0 auto;
  }

  .uni_aboutbox .info {
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
  }

  .uni_aboutbox .info .el_desc {
    font-size: 13px;
  }

  .uni_aboutbox .info .el_desc .f_size_med {
    font-size: 11px;
  }
}

.sec_information {
}

.sec_information .el_pageTtl {
  margin-bottom: 45px;
}

.sec_information .ly_inner {
  padding-top: 110px;
  position: relative;
  background-color: #fff,#fff;
  background-image: url(assets/images/bg_item_left.png),url(assets/images/bg_item_right.png);
  background-position: 80px 580px,right 87px top 580px;
  background-repeat: no-repeat,no-repeat;
  background-size: 192px 907px,158px 894px;
  margin-bottom: 255px;
}

.sec_information .ly_inner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 600px 0 600px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -140px;
  left: 0;
}

.uni_azimu {
  width: 800px;
  margin: 0 auto 105px;
}

.uni_azimu .img {
  width: 310px;
}

.uni_azimu .info {
  width: 440px;
  color: #604C3F;
  position: relative;
}

.uni_azimu .info .ico {
  width: 270px;
  position: absolute;
  top: 122px;
  right: -165px;
  display: block;
}

.uni_azimu .info .link {
  display: block;
  padding: 20px 0;
  font-size: 24px;
  background: #F5B2B2;
  text-align: center;
  color: #604C3F;
  margin: 20px auto;
  width: 310px;
}

.sec_information .caution {
  color: #EE762B;
  transform: translateY(-40px);
}

.sec_information .caution br {
  display: none;
}

.uni_item_lists {
  width: 680px;
  margin: 0 auto;
}

.uni_item {
  width: 50%;
  text-align: center;
  color: #604C3F;
  font-size: 20px;
  margin-bottom: 65px;
}

.uni_item img {
  width: 255px;
  margin-bottom: 35px;
}

.uni_services {
  width: 1000px;
  margin: 0 auto 20px;
}

.uni_service {
  width: 28%;
  position: relative;
}

.uni_service:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 28px;
  border-color: transparent transparent transparent #F5A549;
  content: "";
  position: absolute;
  top: 100px;
  right: -50px;
}

.uni_service:last-child:after {
  display: none;
}

.uni_service .img {
  margin-bottom: 50px;
  height: 205px;
  text-align: center;
  position: relative;
}

.uni_service .img img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.uni_service:first-child img {
  width: 230px;
}

.uni_service:nth-child(2) img {
  width: 275px;
}


.uni_service:last-child img {
  width: 236px;
}


.uni_service .ttl {
  text-align: center;
  font-size: 20px;
  color: #604C3F;
  margin-bottom: 10px;
}

.uni_service .desc {
  font-size: 16px;
  color: #604C3F;
  width: 235px;
  margin: 0 auto;
  line-height: 1.5;
}

.uni_service .caution {
  font-size: 14px;
  transform: translateY(0);
  color: #EE762B;
  width: 235px;
  margin: 0 auto;
  padding-right: 0;
  line-height: 1.75;
}

.uni_service .caution br {
  display: none;
}

.el_lineBlock {
  border: solid 10px #F5A549;
  border-radius: 40px;
  width: 960px;
  margin: 0 auto;
  padding: 20px 50px;
}

.el_lineBlock h3 {
  width: 290px;
  margin: 0 auto;
}

.el_lineBlock .img {
  width: 138px;
  vertical-align: middle;
}

.el_lineBlock .info {
  font-size: 16px;
  color: #604C3F;
  line-height: 1.75;
  width: 390px;
  vertical-align: middle;
  padding-top: 10px;
}

.el_lineBlock .qr {
  width: 156px;
  vertical-align: middle;
}

.el_lineBlock .links {
  width: 122px;
  vertical-align: middle;
}


.el_lineBlock .links .ico {
  display: block;
}

.el_lineBlock .links .ico img {
  width: 75px;
  margin-bottom: 5px;
}

.el_lineBlock .links a {
  margin-bottom: 5px;
  display: block;
}

.el_lineBlock .links .id {
  display: block;
}

.el_lineBlock.sp {
  display: none;
}

.uni_form_links {
  text-align: center;
  padding-bottom: 105px;
  position: relative;
}

.uni_form_links:before,
.uni_form_links:after {
  content: "";
}

.uni_form_links:before {
  width: 340px;
  height: 243px;
  background: url(assets/images/ico_form01.png) center center no-repeat;
  background-size: 340px 243px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-612px);
}

.uni_form_links:after {
  width: 368px;
  height: 262px;
  background: url(assets/images/ico_form02.png) center center no-repeat;
  background-size: 368px 262px;
  position: absolute;
  top: -115px;
  left: 50%;
  transform: translateX(240px);
}

.uni_form_links a {
  font-size: 29px;
  color: #F5A549;
  display: inline-block;
  background: #fff;
  padding: 45px 75px;
}
@media screen and (max-width: 480px) {

  .sec_information {
  }

  .sec_information .el_pageTtl {
    margin-bottom: 30px;
  }

  .sec_information .ly_inner {
    padding-top: 35px;
    position: relative;
    background-color: #fff,#fff;
    background-image: none;
    margin-bottom: 0;
  }

  .sec_information .ly_inner:after {
    display: none;
  }

  .sec_information .caution br {
    display: block;
  }

  .uni_azimu {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45px;
  }

  .uni_azimu .img {
    width: 200px;
    margin: 0 auto 20px;
  }

  .uni_azimu .info {
    width: 90%;
    margin: 0 auto;
  }

  .uni_azimu .info .ico {
    width: 105px;
    top: inherit;
    bottom: -35px;
    right: 0px;
  }

  .uni_azimu .info .link {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    margin: 10px auto;
    width: 250px;
  }

  .sec_information .caution {
    padding-right: 0;
    transform: translateY(-20px);
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
  }

  .uni_service .caution br {
    display: block;
  }

  .uni_item_lists {
    width: 90%;
  }

  .uni_item {
    width: 100%;
    text-align: center;
    color: #604C3F;
    font-size: 15px;
    margin: 15px auto 40px;
  }

  .uni_item .img {
    width: 192px;
    margin: 0 auto;
  }

  .uni_services {
    width: 90%;
    margin: 0 auto 20px;
  }

  .uni_service {
    width: 100%;
    padding-left: 120px;
    margin-bottom: 50px;
  }

  .uni_service:after {
    border-width: 20px 14px 0 14px;
    border-color: #F5A549 transparent transparent transparent;
    content: "";
    position: absolute;
    top: inherit;
    bottom: -35px;
    left: 10px;
    right: inherit;
  }

  .uni_service:last-child:after {
    display: none;
  }

  .uni_service .img {
    margin-bottom: 0;
    height: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
  }

  .uni_service .img img {
    position: static;
    left: 0;
    transform: translateX(0%);
  }

  .uni_service:first-child img {
    width: 100px;
  }

  .uni_service:nth-child(2) img {
    width: 100px;
  }


  .uni_service:last-child img {
    width: 100px;
  }


  .uni_service .ttl {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
  }

  .uni_service .desc {
    font-size: 12px;
    width: auto;
  }

  .uni_service .caution {
    font-size: 12px;
    text-align: left;
    transform: translateY(0);
    width: auto;
  }

  .el_lineBlock {
    border: solid 5px #F5A549;
    border-radius: 30px;
    width: 90%;
    padding: 40px 30px;
  }

  .el_lineBlock .img {
    width: 44%;
    line-height: 1.5;
  }

  .el_lineBlock .img a {
    margin: 10px auto;
    display: block;
  }

  .el_lineBlock .qr {
    width: 55%;
    vertical-align: middle;
  }

  .el_lineBlock .info {
    font-size: 13px;
    width: 100%;
  }

  .el_lineBlock.pc {
    display: none;
  }

  .el_lineBlock.sp {
    display: block;
  }

  .uni_form_links {
    text-align: center;
    padding-bottom: 0;
    position: relative;
    background: #fff;
    width: 95%;
    padding-top: 150px;
    margin: 0 auto;
  }

  .uni_form_links:before,
  .uni_form_links:after {
    content: "";
  }

  .uni_form_links:before {
    width: 147px;
    height: 105px;
    background: url(assets/images/ico_mosue.png) center center no-repeat;
    background-size: 147px 105px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .uni_form_links:after {
    display: none;
  }

  .uni_form_links a {
    font-size: 20px;
    color: #fff;
    background: #F5A549;
    padding: 0;
    width: 265px;
    shape-inside: 83px;
    line-height: 83px;
  }
}

.sec_restaurant {
  padding-top: 95px;
}

.sec_restaurant .el_pageTtl img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.uni_restaurant {
  width: 790px;
  margin: 30px auto 0;
  color: #604C3F;
}

.uni_restaurant .desc {
  width: 485px;
  font-size: 19px;
  line-height: 1.5;
}

.uni_restaurant .fb {
  text-align: center;
  color: #604C3F;
  font-size: 15px;
}

.uni_restaurant .sub {
  padding-top: 10px;
}

.uni_restaurant .desc .min {
  font-size: 15px;
}

.uni_restaurant .desc .min br {
  display: none;
}
@media screen and (max-width: 480px) {
  .sec_restaurant {
    background: #F8B62D;
    padding-top: 0;
  }
  .sec_restaurant .ly_inner {
    background: #fff;
    width: 95%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 250px;
  }

  .sec_restaurant .el_pageTtl img {
    width: 15px;
  }

  .uni_restaurant {
    width: 90%;
    margin: 30px auto 0;
    color: #604C3F;
  }

  .uni_restaurant .desc {
    width: 100%;
    font-size: 15px;
  }

  .uni_restaurant .desc br.non_sp {
    display: none;
  }

  .uni_restaurant .fb {
    text-align: center;
    color: #604C3F;
    font-size: 15px;
    padding: 10px 0;
  }

  .uni_restaurant .fb iframe {
    margin: 0 auto;
    display: block;
  }

  .uni_restaurant .sub {
    padding-top: 10px;
  }

  .uni_restaurant .desc .min {
    font-size: 15px;
  }

  .uni_restaurant .desc .min br {
    display: block;
  }
}

.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal_overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_content {
  overflow-y: scroll;
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: right;
  top: 0;
  transform: translateX(-50%);
  max-width: 750px;
  width: 100%;
  padding: 175px 80px;
  background: #F8B62D;
}

.modal_content .el_logo {
  width: 320px;
  margin: 0 auto 100px;
}

.el_label {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  display: block;
  padding: 30px 0;
}

.el_input {
  border: none;
  padding: 25px 15px;
  font-size: 20px;
  line-height: 1.75;
  width: 100%;
}

.el_privacy {
  font-weight: 400;
  background: #FAEE00;
  color: #604C3F;
  padding: 40px 30px;
  font-size: 25px;
  line-height: 1.75;
  text-align: left;
}

.el_submit {
  width: 415px;
  height: 92px;
  line-height: 92px;
  color: #fff;
  background: #604C3F;
  text-align: center;
  font-size: 25px;
  border: none;
  margin: 40px auto;
  display: block;
  cursor: pointer;
}

.modal_close {
  font-size: 24px;
  position: fixed;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 480px) {
  .modal_content {
    padding: 90px 40px;
  }

  .modal_content .el_logo {
    width: 70%;
    margin: 0 auto 100px;
  }

  .el_label {
    font-size: 13px;
    padding: 15px 0;
  }

  .el_input {
    border: none;
    padding: 15px 10px;
    font-size: 13px;
  }

  .el_privacy {
    padding: 20px 15px;
    font-size: 16px;
  }

  .el_submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 20px auto;
  }
}
