@charset "UTF-8";
body {
  color: #333;
  background: #fff;
  font-size: 14px;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#site-wrapper {
  min-width: 320px;
  display: block;
}

a {
  color: #1997e2;
}

a img {
  opacity: 1;
  transition: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover img {
  opacity: .8;
}

article.hentry {
  margin-bottom: 0;
}

.btn {
  width: 260px;
  margin: 2em auto 0;
}

.btn a {
  display: block;
  padding: .8em 2em;
  width: 100%;
  background: #1997e2;
  color: #fff;
  border: 1px solid #1997e2;
  font-size: 14px;
  font-weight: bold !important;
  text-align: center;
  position: relative;
  transition: .3s;
}

@media (min-width: 768px) {
  .btn a {
    font-size: 15px;
  }
}

.btn a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -3px;
  transition: .3s;
}

.btn a:hover {
  background: #fff;
  color: #1997e2;
}

.btn a:hover::after {
  border-color: #1997e2;
  right: 3%;
}

.btn.red a {
  background: #c63f6b;
  color: #fff;
  border: 1px solid #c63f6b;
}

.btn.red a:hover {
  background: #fff;
  color: #c63f6b;
}

.btn.red a:hover::after {
  border-color: #c63f6b;
}

.tel_btn {
  width: 280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .tel_btn {
    display: none;
  }
}

.tel_btn a {
  display: block;
  width: 100%;
  padding: .7em 1em;
  background: #1997e2;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.tel_btn a span {
  padding-left: 30px;
  position: relative;
}

.tel_btn a span::before {
  display: block;
  content: "";
  background: url("../../uploads/top/ico_tel02.png") no-repeat center top;
  background-size: 100% auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/*-------------------------------------------------------------------
 header
--------------------------------------------------------------------*/
.header-fixed#site-header-main,
.header-fixed#site-header-main #access::after {
  box-shadow: none;
}

#masthead #site-header-main {
  border: none;
}

@media (max-width: 767px) {
  #masthead #site-header-main {
    background: #1997e2;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  #masthead #site-header-main {
    height: auto;
  }
}

@media (max-width: 800px) {
  #masthead.cryout #access {
    display: block;
  }
}

@media (max-width: 767px) {
  #masthead.cryout #access {
    display: none;
  }
}

@media (max-width: 800px) {
  .cryout #nav-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .cryout #nav-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  #site-header-main,
  #branding,
  #nav-toggle {
    height: 60px;
    line-height: 60px;
  }
}

#nav-toggle {
  color: #fff;
  background: #1997e2;
  padding: 0 .7em;
  position: fixed;
}

#site-title a {
  display: block;
  background: url("../../uploads/top/logo.svg") no-repeat center top;
  width: 150px;
  height: 41px;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
}

#site-title::before {
  display: none;
}

@media (min-width: 768px) {
  #branding {
    display: none;
  }
}

.hd_logo {
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 9999;
}

.hd_logo a {
  display: inline-block;
}

.hd_logo object {
  width: 200px;
  pointer-events: none;
}

.hd_sns {
  position: absolute;
  top: 30px;
  right: 35px;
  list-style: none;
  margin-bottom: 2em;
  z-index: 9999;
}

.hd_sns li {
  width: 40px;
  display: inline-block;
  padding: 0 .5vw;
  opacity: .6;
}

#access {
  float: left;
  padding-left: 1em;
}

#access ul li a {
  font-weight: bold;
  line-height: 1.4;
  padding: 2em 1em;
  color: #333;
}

#access ul li a:hover {
  color: #1997e2;
}

#access ul li a span {
  font-size: 14px;
  letter-spacing: 1px;
}

.cv_btn {
  float: right;
  list-style: none;
}

.cv_btn li {
  float: right;
}

.cv_btn li a {
  display: block;
  width: 120px;
  font-family: "Source Sans Pro";
  font-size: 90%;
  font-weight: bold;
  line-height: 1.4;
  padding: 2em 1em;
  color: #fff;
  text-align: center;
  transition: .3s;
}

.cv_btn li a:hover {
  color: #fff;
}

.cv_btn li a span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}

.cv_btn li.contact a {
  background: #c63f6b;
}

.cv_btn li.contact a:hover {
  background: #e1074e;
}

.cv_btn li.access a {
  background: #1997e2;
}

.cv_btn li.access a:hover {
  background: #019efc;
}

.add_box {
  float: right;
  text-align: right;
  line-height: 1;
  padding: 1.3em;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .add_box {
    font-size: 10px;
    width: 100%;
    background: #efefef;
  }
}

.add_box .tel {
  font-family: "din-condensed";
  font-size: 36px;
  display: inline-block;
  position: relative;
}

.add_box .tel::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../uploads/top/ico_tel.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .hd_logo,
  .hd_sns,
  .cv_btn,
  .add_box {
    display: none;
  }
}

#site-header-main-inside {
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
  overflow: hidden;
}

nav#mobile-menu {
  background: rgba(255, 255, 255, 0.97);
}

nav#mobile-menu > div {
  width: 100%;
  margin-top: 3.5em;
}

nav#mobile-menu > div > ul > li {
  padding: 0;
  line-height: 1;
}

nav#mobile-menu > div > ul > li > a {
  display: block;
  padding: 1em 1.3em;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: #333;
}

nav#mobile-menu > div > ul > li > a:hover {
  color: #1997e2;
}

nav#mobile-menu > div > ul > li > a::before {
  display: block;
  content: "";
  width: 13px;
  height: 2px;
  background: #1997e2;
  position: absolute;
  top: 47%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav#mobile-menu #nav-cancel {
  margin-top: 10px;
}

.bnr_l_top {
  width: 100%;
  list-style: none;
  position: absolute;
  bottom: 260px;
  left: 0;
  z-index: 2;
}

.bnr_l_top p {
  width: 280px;
  margin-left: 25px;
}

ul.top_bnr {
  width: 100%;
  list-style: none;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 2;
}

ul.top_bnr li {
  width: 280px;
  margin: 0 auto 15px;
}

ul.top_bnr li.bnr_l {
  float: left;
  margin-top: 15px;
  margin-left: 25px;
}

ul.top_bnr li.bnr_r {
  float: right;
  margin-right: 25px;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .bnr_l_top {
    display: block;
    bottom: 320px;
  }

  ul.top_bnr {
    display: block;
    bottom: 170px;
  }
}

ul.top_bnr::after {
  display: block;
  content: "";
  clear: both;
  width: 0;
  height: 0;
}

.top_bnr_sp {
  padding: 15px;
}

.top_bnr_sp ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}

.top_bnr_sp ul li {
  margin-bottom: 15px;
}

.top_bnr_sp ul li:last-child {
  margin-bottom: 0;
}

.top_bnr_sp ul li.zukan img {
  width: 100%;
}

.app_bnr {
  width: 182px;
  height: 182px;
  position: absolute;
  top: 18%;
  right: -1%;
  z-index: 2;
}

@media (max-width: 767px) {
  .app_bnr {
    width: 130px;
    height: 130px;
    top: auto;
    bottom: -1%;
    right: -2%;
  }
}

.app_bnr a {
  display: block;
  width: 100%;
  height: 100%;
}

.app_bnr a svg {
  width: 100%;
  height: auto;
  -webkit-animation: spin 30s linear infinite;
          animation: spin 30s linear infinite;
}

.app_bnr a img {
  width: 182px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .app_bnr a {
    width: 130px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.st_app {
  fill: #BFA147;
}

/*-------------------------------------------------------------------
 footer
--------------------------------------------------------------------*/
.footer-inside {
  text-align: center;
}

.footer-inside #prime_nav ul {
  list-style: none;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .footer-inside #prime_nav ul {
    border-top: 1px solid #666;
  }
}

.footer-inside #prime_nav ul li {
  display: block;
  padding: 0;
}

@media (min-width: 768px) {
  .footer-inside #prime_nav ul li {
    display: inline-block;
    margin: 0 .8vw;
    padding-left: 8px;
    position: relative;
  }
  .footer-inside #prime_nav ul li::before {
    display: block;
    content: "";
    width: 4px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.footer-inside #prime_nav ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-inside #prime_nav ul li a {
    display: block;
    width: 100%;
    padding: .7em;
    text-align: center;
    border-bottom: 1px solid #666;
  }
}

.footer-inside #prime_nav ul li a:hover {
  color: #1997e2;
}

.footer-inside .logo {
  opacity: .8;
  margin-bottom: .8em;
}

.footer-inside .logo a {
  display: inline-block;
}

.footer-inside .logo object {
  width: 200px;
  pointer-events: none;
}

.footer-inside .ft_address {
  margin-bottom: .5em;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .footer-inside .ft_address {
    margin-bottom: 0;
  }
}

.footer-inside .ft_tel {
  display: none;
}

@media (min-width: 768px) {
  .footer-inside .ft_tel {
    display: block;
    margin: 0 auto 1.2em;
  }
}

.footer-inside .tel_btn {
  margin-bottom: 2em;
}

.footer-inside .ft_sns {
  list-style: none;
  margin-bottom: 2em;
}

.footer-inside .ft_sns li {
  width: 34px;
  display: inline-block;
  margin: 0 3vw;
}

@media (min-width: 768px) {
  .footer-inside .ft_sns li {
    margin: 0 .5vw;
  }
}

a#toTop {
  color: #fff;
  border-color: #1997e2;
}

a#toTop:hover {
  background-color: #1997e2;
  border-color: #1997e2;
}

.cryout .footer-inside a#toTop {
  background-color: #1997e2;
}

/*-------------------------------------------------------------------
 top
--------------------------------------------------------------------*/
body.home {
  /*-------------------------------------------------------------------
   top_main
  --------------------------------------------------------------------*/
  /*--------- SVG ---------*/
  /*--------- SVG end ---------*/
}

body.home #header-image-main {
  display: none;
}

body.home #container.two-columns-right .main,
body.home .two-columns-right #breadcrumbs {
  width: 100%;
  float: none;
}

body.home #container:not(.kahuna-landing-page) .main {
  padding: 0;
}

body.home:not(.kahuna-landing-page) #container {
  max-width: 100%;
}

body.home #masthead #site-header-main {
  position: absolute;
}

@media (min-width: 768px) {
  body.home #masthead #site-header-main {
    position: relative !important;
  }
  body.home.admin-bar #site-header-main {
    margin-top: 0;
  }
}

body.home .main_txt {
  width: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

@media (min-width: 768px) {
  body.home .main_txt {
    width: 50%;
    top: 45%;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  body.home .main_txt {
    top: 40%;
  }
}

body.home .sp-slides-container {
  background: #000;
  position: relative;
}

body.home .sp-slides-container::after {
  content: "";
  display: block;
  background: url("../../uploads/top/dots.png") repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  body.home .sp-slides-container::after {
    background-size: 2px 2px;
  }
}

body.home .hd_logo {
  display: none;
}

body.home section .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 768px) {
  body.home section .inner {
    padding: 0;
  }
}

body.home h2.top_h2 {
  margin: 0 auto 1.5em;
  padding: 0;
  text-align: center;
  font-weight: bold;
  line-height: .8;
  font-size: 18px;
}

body.home h2.top_h2 span {
  display: block;
  font-family: "din-condensed";
  font-size: 60px;
  letter-spacing: -1px;
  color: rgba(25, 151, 226, 0.25);
}

@media (min-width: 768px) {
  body.home h2.top_h2 {
    font-size: 26px;
  }
  body.home h2.top_h2 span {
    font-size: 104px;
    letter-spacing: 1px;
  }
}

.st0{fill:#fff}
.st1{fill:#c53f6b}
.st2{fill:#f4e53f}
.st3{fill:#1795cd}
.st4{fill:#323333}
.st11{fill:#000b1a}

body.home .st0 {
  -webkit-animation: 5s ease-in-out 0s normal forwards 1 running DASH;
          animation: 5s ease-in-out 0s normal forwards 1 running DASH;
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 1;
  transition: all 0.1s ease-in-out 0s;
  opacity: 1;
}

@-webkit-keyframes DASH {
  0% {
    fill: rgba(0, 0, 0, 0);
    stroke-dashoffset: 3000;
    opacity: 0;
  }
  5% {
    fill: rgba(0, 0, 0, 0);
    stroke-dashoffset: 3000;
    opacity: 1;
  }
  80% {
    fill: #fff;
    stroke-dashoffset: 1000;
  }
  100% {
    fill: #fff;
    stroke-dashoffset: 0;
  }
}

@keyframes DASH {
  0% {
    fill: rgba(0, 0, 0, 0);
    stroke-dashoffset: 3000;
    opacity: 0;
  }
  5% {
    fill: rgba(0, 0, 0, 0);
    stroke-dashoffset: 3000;
    opacity: 1;
  }
  80% {
    fill: #fff;
    stroke-dashoffset: 1000;
  }
  100% {
    fill: #fff;
    stroke-dashoffset: 0;
  }
}

body.home .st1, body.home .st2, body.home .st3, body.home .st4 {
  transition-duration: .3s;
  transition-delay: 3.5s;
  opacity: 0;
}

body.home .st99 {
  transition-duration: 1s;
  transition-delay: 4.5s;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
}

body.home .st99 img {
  width: 45%;
}

@media (max-width: 767px) {
  body.home .st99 {
    bottom: -20%;
  }
  body.home .st99 img {
    width: 70%;
  }
}

body.home.open .st1, body.home.open .st2, body.home.open .st3, body.home.open .st4, body.home.open .st99 {
  opacity: 1;
}

body.home .top_sec00 {
  line-height: 0;
  margin-top: 85px;
  position: relative;
}

@media (min-width: 768px) {
  body.home .top_sec00 {
    margin-top: 0;
  }
}

body.home .top_sec00 #masthead {
  width: 100%;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  body.home .top_sec00 #masthead {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  body.home .top_sec00 #masthead {
    top: 0;
  }
}

body.home .top_sec01 {
  background: url("../../uploads/top/top_bg001.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}

body.home .top_sec01 .inner {
  padding-bottom: 4em;
}

body.home .top_sec01 h2.top_h2 span {
  color: rgba(255, 255, 255, 0.25);
}

body.home .top_sec01 .tit {
  display: inline-block;
  background: #fff;
  color: #1997e2;
  font-size: 15px;
  font-weight: bold;
  padding: .2em 1em;
  margin-bottom: 1.4em;
}

@media (min-width: 768px) {
  body.home .top_sec01 .tit {
    font-size: 24px;
  }
}

body.home .top_sec01 .btn a {
  background: #fff;
  color: #1997e2;
  border-color: #fff;
}

body.home .top_sec01 .btn a::after {
  border-color: #1997e2;
}

body.home .top_sec01 .btn a:hover {
  background: #1997e2;
  color: #fff;
  border-color: #fff;
}

body.home .top_sec01 .btn a:hover::after {
  border-color: #fff;
}

body.home .top_sec02 {
  background: url("../../uploads/top/top_bg002.jpg") no-repeat center top;
  background-size: contain;
  text-align: center;
  padding: 5%;
}

body.home .top_sec02 .inner {
  max-width: 1000px;
  padding: 0 5% 4%;
  background: url("../../uploads/top/dots02.jpg") repeat center top;
}

body.home .top_sec02 .inner .box {
  display: inline-block;
  width: 100%;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  body.home .top_sec02 .inner .box {
    width: 48%;
    margin: 0 .5%;
  }
}

body.home .top_sec02 .inner .box a {
  display: block;
  width: 100%;
  position: relative;
  transition: .3s;
}

body.home .top_sec02 .inner .box a::before {
  display: block;
  content: "";
  padding-top: 70%;
  background: #fff;
  transition: .3s;
}

body.home .top_sec02 .inner .box a figure {
  width: auto;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .3s;
}

body.home .top_sec02 .inner .box a figure.ph {
  opacity: 1;
}

body.home .top_sec02 .inner .box a figure.ph_o {
  opacity: 0;
}

body.home .top_sec02 .inner .box a .arrow {
  width: 34px;
  height: 34px;
  background: #1997e2;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  transition: .3s;
}

body.home .top_sec02 .inner .box a .arrow::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 14px;
  bottom: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.home .top_sec02 .inner .box a:hover::before {
  background: #99d8fe;
}

body.home .top_sec02 .inner .box a:hover figure.ph {
  opacity: 0;
}

body.home .top_sec02 .inner .box a:hover figure.ph_o {
  opacity: 1;
}

body.home .top_sec02 .inner .box a:hover figure img {
  opacity: 1;
}

body.home .top_sec02 .inner .box a:hover .arrow {
  background: #fff;
}

body.home .top_sec02 .inner .box a:hover .arrow::after {
  border-color: #1997e2;
}

body.home .top_sec02 .inner .box:last-child figure {
  height: 60%;
}

body.home .top_sec02 .inner .txt {
  font-size: 21px;
  font-weight: bold;
  color: #1997e2;
  line-height: 1.3em;
  margin: .5em auto 1em;
}

@media (min-width: 768px) {
  body.home .top_sec02 .inner .txt {
    margin: .5em auto 0;
    font-size: 24px;
  }
}

body.home .top_sec02 .inner .txt span {
  display: block;
  font-size: 16px;
  color: #999;
  font-family: "futura-pt";
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  body.home .top_sec02 .inner .txt span {
    font-size: 20px;
  }
}

body.home .top_sec03 {
  position: relative;
}

body.home .top_sec03 .food_block {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
}

@media (min-width: 768px) {
  body.home .top_sec03 .food_block {
    flex-direction: row-reverse;
  }
}

body.home .top_sec03 .image_area,
body.home .top_sec03 .txt_area {
  width: 100%;
}

@media (min-width: 768px) {
  body.home .top_sec03 .image_area,
  body.home .top_sec03 .txt_area {
    width: 50%;
  }
}

body.home .top_sec03 .txt_area .tit {
  font-size: 21px;
  font-weight: bold;
  color: #1997e2;
  line-height: 1.4em;
  padding: 30px 5vw;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.home .top_sec03 .txt_area .tit {
    font-size: 26px;
  }
}

body.home .top_sec03 .txt_area .btn {
  margin: 0 auto;
}

@media (min-width: 768px) {
  body.home .top_sec03 .txt_area .btn {
    margin: 0;
  }
}

body.home .top_sec03 .txt_area .box {
  background: rgba(25, 151, 226, 0.1);
  width: 100%;
  padding: 30px 5vw;
}

@media (min-width: 768px) {
  body.home .top_sec03 .txt_area .box {
    width: calc(100% + 5vw);
    padding-right: 8vw;
  }
}

body.home .top_sec04 {
  background: #efefef;
  text-align: center;
  padding-bottom: 7%;
}

body.home .top_sec04 .inner {
  max-width: inherit;
}

body.home .top_sec04 h2.top_h2 span {
  color: rgba(255, 255, 255, 0.7);
}

body.home .top_sec04 .gmap {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1.8;
  margin: 0 auto 2em;
}

@media (min-width: 768px) {
  body.home .top_sec04 .gmap {
    aspect-ratio: 3 / 1;
  }
}

body.home .top_sec04 .tel {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
}

body.home .top_sec04 .tel span {
  font-size: 30px;
}

body.home .top_sec04 .tel a {
  color: #333;
}

@media (min-width: 768px) {
  body.home .top_sec04 .tel {
    font-size: 18px;
  }
  body.home .top_sec04 .tel span {
    font-size: 34px;
  }
}

body.home .top_sec04 .address {
  font-weight: bold;
  margin-bottom: 1.5em;
}

body.home .top_sec04 .txt {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  body.home .top_sec04 .txt {
    font-size: 16px;
  }
}

body.home .top_sec04 .txt span {
  color: #1997e2;
  font-size: 1.1em;
}

body.home .top_sec04 .txt span.red {
  color: #c63f6b;
  font-size: 1.2em;
}

@media (max-width: 1024px) {
  body.home .cryout #container[class*="two-"] .main {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------------
 under
--------------------------------------------------------------------*/
#header-image-main {
  margin-top: 0;
}

#breadcrumbs-container {
  display: none;
}

body:not(.kahuna-landing-page) #container {
  max-width: inherit;
}

#header-page-title-inside {
  padding: 0;
  background: none;
}

#header-page-title-inside span {
  display: block;
  font-family: "din-condensed";
  font-size: 50px;
  line-height: .9;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (min-width: 768px) {
  #header-page-title-inside span {
    font-size: 80px;
  }
}

#header-page-title-inside .entry-title {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
}

@media (min-width: 768px) {
  #header-page-title-inside .entry-title {
    font-size: 23px;
  }
}

.kahuna-cropped-headerimage #masthead #header-image-main-inside {
  height: 180px;
}

@media (min-width: 768px) {
  .kahuna-cropped-headerimage #masthead #header-image-main-inside {
    height: 230px;
  }
}

#masthead .header-image {
  background-image: url("../../uploads/top/h1_bg.jpg") !important;
  background-attachment: inherit;
  position: relative;
}

#masthead .header-image::after {
  content: "";
  display: block;
  background: url("../../uploads/top/dots.png") repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  #masthead .header-image::after {
    background-size: 2px 2px;
  }
}

@media (min-width: 768px) {
  body:not(.home) #site-header-main-inside {
    border-bottom: 1px solid #ddd;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  body:not(.home) #site-header-main-inside {
    border-bottom: none;
  }
}

body:not(.home) #masthead #site-header-main {
  position: relative;
  margin-top: 0;
}

@media (max-width: 767px) {
  body:not(.home) #masthead #site-header-main {
    position: absolute;
    top: 0;
  }
}

@media (max-width: 767px) {
  body:not(.home) #header-image-main {
    margin-top: 60px;
  }
}

#container.one-column .main {
  margin: 0 auto;
  padding: 0;
}

#container.two-columns-right .main,
#container.two-columns-right #breadcrumbs {
  width: 800px;
  margin: 0 auto;
  float: none;
}

#container.two-columns-right #secondary {
  display: none;
}

#comments {
  margin-top: 0;
}

.sec_under {
  margin: 10% auto 0;
  padding: 0 5%;
}

.sec_under:last-child {
  padding-bottom: 15%;
}

@media (min-width: 768px) {
  .sec_under {
    max-width: 800px;
    margin-top: 5%;
  }
  .sec_under:last-child {
    padding-bottom: 10%;
  }
}

.sec_under h2 {
  display: block;
  float: none;
  margin: 0 auto 2em;
  padding: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 15px;
}

@media (min-width: 768px) {
  .sec_under h2 {
    font-size: 16px;
    line-height: .8;
  }
}

.sec_under h2 span {
  display: block;
  font-family: "futura-pt";
  font-size: 36px;
  line-height: 1.1;
  color: rgba(25, 151, 226, 0.25);
  text-align: center;
}

.sec_under h2 span.pink {
  color: rgba(240, 132, 149, 0.25);
}

@media (min-width: 768px) {
  .sec_under h2 span {
    font-size: 48px;
  }
}

.sec_under h3 {
  padding: .6em 1em;
  background: rgba(25, 151, 226, 0.7);
  color: #fff;
  margin-bottom: 1em;
  font-size: 18px;
}

@media (min-width: 768px) {
  .sec_under h3 {
    font-size: 21px;
  }
}

.sec_under h3.ver2 {
  background: #efefef;
  color: #1997e2;
  border-top: 2px solid #1997e2;
}

.sec_under h3.ver2.pink {
  color: #f08495;
  border-top: 2px solid #f08495;
}

.sec_under .row {
  margin-bottom: 8%;
}

.sec_under:last-child .row {
  margin-bottom: 0;
}

.introduction.sec_under {
  background: url("../../uploads/top/top_bg001.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 5%;
}

@media (min-width: 768px) {
  .introduction.sec_under {
    max-width: inherit;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .introduction.sec_under .inner {
    max-width: 800px;
    margin: 0 auto;
  }
}

.introduction.sec_under h2 {
  color: #fff;
}

.introduction.sec_under h2 span {
  color: rgba(255, 255, 255, 0.4);
}

.introduction.sec_under .txt {
  line-height: 1.8em;
}

@media (min-width: 768px) {
  .introduction.sec_under .txt {
    line-height: 2.2em;
  }
}

.main article ul.tab_list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main article ul.tab_list li {
  display: inline-block;
  width: 48%;
  margin: 0 .5%;
}

.main article ul.tab_list li a {
  display: block;
  background: #1997e2;
  border: 2px solid #1997e2;
  color: #fff;
  font-size: 15px;
  font-weight: bold !important;
  line-height: 1.3em;
  padding: .8em .5em;
  position: relative;
  transition: .3s;
}

@media (min-width: 768px) {
  .main article ul.tab_list li a {
    padding: 1.2em .5em;
  }
}

.main article ul.tab_list li a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #1997e2;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.main article ul.tab_list li a:hover {
  opacity: .8;
}

.main article ul.tab_list li.pink a {
  background: #f08495;
  border-color: #f08495;
}

.main article ul.tab_list li.pink a::before {
  background: #f08495;
}

.main article ul.tab_list li.green a {
  background: #17ab7c;
  border-color: #17ab7c;
}

.main article ul.tab_list li.green a::before {
  background: #17ab7c;
}

.main article ul.tab_list li.navy a {
  background: #4d73ba;
  border-color: #4d73ba;
}

.main article ul.tab_list li.navy a::before {
  background: #4d73ba;
}

.main article ul.tab_list.triple li {
  margin-bottom: .5em;
}

@media (min-width: 768px) {
  .main article ul.tab_list.triple li {
    width: 31%;
    margin-bottom: 0;
  }
}

.main article ul.tab_list.triple li a::before {
  display: none;
}

@media (min-width: 768px) {
  .main article ul.tab_list.triple li a::before {
    display: block;
  }
}

.main article ul.tab_list.events li {
  margin-bottom: .5em;
}

@media (min-width: 768px) {
  .main article ul.tab_list.events li {
    width: 23%;
    margin-bottom: 0;
  }
}

.main article ul.tab_list.events li a::before {
  display: none;
}

@media (min-width: 768px) {
  .main article ul.tab_list.events li a::before {
    display: block;
  }
}

.main article ul.tab_list.events li .pc-only {
  display: contents;
}

@media (max-width: 360px) {
  .main article ul.tab_list.events li .pc-only {
    display: none;
  }
}

.main_access {
  text-align: center;
}

.main_access .sec_map {
  background: rgba(25, 151, 226, 0.05);
  margin: 0;
  padding: 5%;
}

@media (min-width: 768px) {
  .main_access .sec_map {
    max-width: inherit;
    margin-top: 0;
  }
}

.main_access .gmap {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1.8;
  margin: 0 auto 2em;
}

@media (min-width: 768px) {
  .main_access .gmap {
    aspect-ratio: 3 / 1;
  }
}

.main_access .logo {
  width: 220px;
  margin: 1em auto;
}

.main_access .address {
  font-weight: bold;
  margin-bottom: .5em;
}

.main_access .tel {
  display: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .5em;
}

.main_access .tel span {
  font-size: 30px;
}

.main_access .tel a {
  color: #333;
}

@media (min-width: 768px) {
  .main_access .tel {
    display: block;
    font-size: 18px;
  }
  .main_access .tel span {
    font-size: 34px;
  }
}

.sec_access {
  text-align: center;
}

.sec_access .txt {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .sec_access .txt {
    font-size: 16px;
  }
}

.sec_access .txt span {
  color: #1997e2;
  font-size: 1.1em;
}

.sec_access .txt span.red {
  color: #c63f6b;
  font-size: 1.2em;
}

.sec_access .map {
  margin-bottom: 2em;
}

.sec_access .map img {
  border: 4px solid #efefef;
}

.main_schedule .sec_access {
  margin-top: 15%;
}

@media (min-width: 768px) {
  .main_schedule .sec_access {
    margin-top: 8%;
  }
}

.main_schedule .sec_access img {
  max-width: 100%;
  border: 4px solid #efefef !important;
}

.main_schedule #ai1ec-calendar {
  display: block;
}

#ai1ec-calendar {
  display: none;
}

.timely img,
#ai1ec-container img {
  max-width: 100%;
}

.bnr_mihoudai {
  margin-bottom: 7%;
}

.sec_mihoudai {
  margin-top: 18%;
}

@media (min-width: 768px) {
  .sec_mihoudai {
    margin-top: 10%;
  }
}

.sec_mihoudai a {
  color: #c63f6b;
}

.sec_mihoudai a:hover {
  color: #1997e2;
}

.sec_mihoudai .box {
  padding: 7%;
  border-right: 4px solid #1d4275;
  border-bottom: 4px solid #1d4275;
  border-left: 4px solid #1d4275;
}

@media (min-width: 768px) {
  .sec_mihoudai .box {
    padding: 5%;
    border-right: 8px solid #1d4275;
    border-bottom: 8px solid #1d4275;
    border-left: 8px solid #1d4275;
  }
}

.sec_mihoudai .box .lead {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #c63f6b;
  margin-bottom: 5%;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .lead {
    font-size: 24px;
  }
}

.sec_mihoudai .box .reserve {
  background: rgba(241, 206, 112, 0.1);
  padding: 8% 8% 5%;
  margin: 5% auto;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .reserve {
    padding: 5%;
  }
}

.sec_mihoudai .box .reserve .ttl_s {
  font-size: 19px;
  font-weight: bold;
  color: #1d4275;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4%;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .reserve .ttl_s {
    font-size: 21px;
    margin-bottom: .5%;
  }
}

.sec_mihoudai .box .reserve .ttl_s span {
  display: block;
  font-size: 15px;
}

.sec_mihoudai .box .reserve .ttl_s i {
  color: #c63f6b;
  font-style: normal;
  font-size: 120%;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .reserve ul {
    width: 45%;
    margin: 0 auto;
  }
}

.sec_mihoudai .box .reserve ul li {
  font-size: 18px;
  font-weight: bold;
}

.sec_mihoudai .box .reserve ul li span {
  font-size: 26px;
  color: #c63f6b;
}

.sec_mihoudai .box .pass {
  margin-bottom: 10%;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .pass {
    margin-bottom: 5%;
  }
}

.sec_mihoudai .box .pass::after {
  display: block;
  content: "";
  clear: both;
}

.sec_mihoudai .box .pass .txt {
  float: none;
  width: 100%;
  margin: 0 auto 5%;
  padding-top: 3%;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .pass .txt {
    float: left;
    width: 74%;
    margin: 0 .5%;
  }
}

.sec_mihoudai .box .pass .img {
  float: none;
  width: 80%;
  margin: 0 auto 5%;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .pass .img {
    float: left;
    width: 24%;
    margin: 0 .5%;
  }
}

.sec_mihoudai .box .cnt {
  position: relative;
  padding: 10%;
  background: #efefef;
}

@media (min-width: 768px) {
  .sec_mihoudai .box .cnt {
    padding: 6% 5% 2%;
  }
}

.sec_mihoudai .box .cnt .ttl_s {
  display: block;
  width: 200px;
  height: 30px;
  border-radius: 30px;
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#ai1ec-container .cnt a:hover {
  text-decoration: underline !important;
}

.show.sec_under {
  background: url("../../uploads/under/show_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 5%;
}

@media (min-width: 768px) {
  .show.sec_under {
    max-width: inherit;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .show.sec_under .inner {
    max-width: 800px;
    margin: 0 auto;
  }
}

.show.sec_under h2 {
  color: #fff;
}

.show.sec_under h2 span {
  color: rgba(255, 255, 255, 0.4);
}

.show.sec_under .tit {
  display: inline-block;
  padding: .4em 1.5em;
  background: #c63f6b;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 768px) {
  .show.sec_under .tit {
    font-size: 24px;
    padding: .3em 3em;
  }
}

.show.sec_under .txt {
  line-height: 1.8em;
}

@media (min-width: 768px) {
  .show.sec_under .txt {
    line-height: 2.2em;
  }
}

div.wpcf7 {
  background: rgba(25, 151, 226, 0.1);
  padding: 5%;
}

@media (min-width: 768px) {
  div.wpcf7 {
    padding: 5% 10%;
  }
}

div.wpcf7 select,
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 input[type=tel],
div.wpcf7 textarea {
  background: #fff;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.wpcf7-form p:last-of-type {
  text-align: center;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: #c63f6b;
  padding: 1em 1.5em;
  font-weight: bold;
  width: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #e1074e;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #17ab7c;
  background: #17ab7c;
  color: #fff;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f9c631;
  background: #f9c631;
  color: #fff;
}

input[type]:hover,
input[type]:focus {
  background: #ccc;
}

span.wpcf7-not-valid-tip {
  color: #c63f6b;
}

.main_system .table-default th, .main_system .table-default tr:nth-child(even) th {
  background: rgba(25, 151, 226, 0.6);
  color: #fff;
  vertical-align: middle;
}

.main_system .table-default td {
  background: none;
  text-align: center;
}

.main_system .table-default tr:last-child th, .main_system .table-default tr:last-child td {
  border-bottom: 1px solid #e9e9e9;
}

.main_system .table-default.triple th {
  width: 25%;
}

.main_system .table-default.triple td {
  width: 37%;
}

.main_system .table-default.pink th, .main_system .table-default.pink tr:nth-child(even) th {
  background: rgba(240, 132, 149, 0.6);
}

table {
  width: 100%;
}

.table-menu {
  border-bottom: 1px solid #e9e9e9 !important;
}

.table-menu th {
  font-weight: normal;
  text-align: left;
  padding: .75em 1.5em;
}

.table-menu td {
  width: 35%;
  text-align: right;
  vertical-align: middle;
  padding: .75em 1.5em;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.txt_m {
  font-size: 16px;
  font-weight: bold;
}

.mb20, .main p.mb20 {
  margin-bottom: 2em;
}

.row .col.span_6 {
  float: none;
  width: 100%;
  margin: 0 auto .5%;
}

@media (min-width: 768px) {
  .row .col.span_6 {
    float: left;
    width: 49%;
    margin: 0 .5%;
  }
}

.row::after {
  display: block;
  content: "";
  clear: both;
}

.highlight {
  padding: 5%;
  background: rgba(25, 151, 226, 0.1);
}

.main_event {
  background: url("../../uploads/under/event_bg.jpg") no-repeat center bottom;
  background-size: cover;
}

.main_event .sec_under {
  background: rgba(255, 255, 255, 0.95);
  padding: 1.4em;
  margin: 0 auto 7%;
}

@media (min-width: 768px) {
  .main_event .sec_under {
    padding: 2em 2em 3em;
  }
}

.main_event .contents {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5em 10px;
}

@media (min-width: 768px) {
  .main_event .contents {
    padding: 5em 0;
  }
}

.event_box {
  margin-bottom: 7%;
}

.event_box:last-child {
  margin-bottom: 0;
}

.event_box .tit {
  text-align: center;
  background: #1997e2;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: .8em 1em;
}

@media (min-width: 768px) {
  .event_box .tit {
    font-size: 26px;
  }
}

.event_box .inner {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding-bottom: 2em;
  position: relative;
}

.event_box .inner::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #1997e2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.event_box .inner .mtit {
  width: 300px;
  margin: 0 auto;
  padding: 3em 2em 0;
}

@media (min-width: 768px) {
  .event_box .inner .mtit {
    width: 394px;
    padding: 4em 2em 0;
  }
}

.event_box .inner .sub {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  color: #1997e2;
  margin: 0;
  padding: .5em 1em 1.5em;
}

@media (min-width: 768px) {
  .event_box .inner .sub {
    font-size: 26px;
    padding: .5em 2em 1.5em;
  }
}

.event_box .inner .rec {
  background: rgba(25, 151, 226, 0.1);
  padding: 2em 1em 1em;
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  .event_box .inner .rec {
    padding: 2em 2em 1em;
  }
}

.event_box .inner .rec .stit {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #1997e2;
}

@media (min-width: 768px) {
  .event_box .inner .rec .stit {
    font-size: 16px;
  }
}

.event_box .inner .rec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .event_box .inner .rec ul {
    padding: 0 2em;
  }
}

.event_box .inner .rec ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 1em .5em;
  padding-left: 32px;
  position: relative;
}

@media (min-width: 768px) {
  .event_box .inner .rec ul li {
    font-size: 20px;
    padding-left: 45px;
  }
}

.event_box .inner .rec ul li::after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../../uploads/under/ico_check01.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .event_box .inner .rec ul li::after {
    width: 36px;
    height: 36px;
    top: -3px;
  }
}

.event_box .inner .row {
  margin: 0 auto;
  padding: 1em 1em 0;
}

@media (min-width: 768px) {
  .event_box .inner .row {
    width: 680px;
    padding: 0;
  }
}

.event_box .inner .row .col ul {
  margin-bottom: 0;
  text-align: left;
}

.event_box .inner .btn {
  margin-top: 2em;
}

.event_box.pink .tit {
  background: #f08495;
}

.event_box.pink .inner::after {
  border-top-color: #f08495;
}

.event_box.pink .inner .sub {
  color: #f08495;
}

.event_box.pink .inner .rec {
  background: rgba(240, 132, 149, 0.1);
}

.event_box.pink .inner .rec .stit {
  color: #f08495;
}

@media (min-width: 768px) {
  .event_box.pink .inner .rec ul li {
    font-size: 19px;
    margin: 0 .5em .5em;
  }
}

.event_box.pink .inner .rec ul li::after {
  background-image: url("../../uploads/under/ico_check02.png");
}

.event_box.pink .inner .btn a {
  background: #f08495;
  border-color: #f08495;
}

.event_box.pink .inner .btn a:hover {
  background: #fff;
  color: #f08495;
}

.event_box.pink .inner .btn a:hover::after {
  border-color: #f08495;
}

.event_box.green .tit {
  background: #17ab7c;
}

.event_box.green .inner::after {
  border-top-color: #17ab7c;
}

.event_box.green .inner .sub {
  color: #17ab7c;
}

.event_box.green .inner .rec {
  background: rgba(23, 171, 124, 0.1);
}

.event_box.green .inner .rec .stit {
  color: #17ab7c;
}

@media (min-width: 768px) {
  .event_box.green .inner .rec ul {
    padding: 0 5em;
  }
}

.event_box.green .inner .rec ul li::after {
  background-image: url("../../uploads/under/ico_check03.png");
}

.event_box.green .inner .btn a {
  background: #17ab7c;
  border-color: #17ab7c;
}

.event_box.green .inner .btn a:hover {
  background: #fff;
  color: #17ab7c;
}

.event_box.green .inner .btn a:hover::after {
  border-color: #17ab7c;
}

.event_box.navy .tit {
  background: #4d73ba;
}

.event_box.navy .inner::after {
  border-top-color: #4d73ba;
}

.event_box.navy .inner .sub {
  color: #4d73ba;
}

.event_box.navy .inner .rec {
  background: rgba(77, 115, 186, 0.1);
}

.event_box.navy .inner .rec .stit {
  color: #4d73ba;
}

@media (min-width: 768px) {
  .event_box.navy .inner .rec ul li {
    font-size: 19px;
    margin: 0 .5em .5em;
  }
}

.event_box.navy .inner .rec ul li::after {
  background-image: url("../../uploads/under/ico_check04.png");
}

.event_box.navy .inner .btn a {
  background: #4d73ba;
  border-color: #4d73ba;
}

.event_box.navy .inner .btn a:hover {
  background: #fff;
  color: #4d73ba;
}

.event_box.navy .inner .btn a:hover::after {
  border-color: #4d73ba;
}

/*# sourceMappingURL=main.css.map */
