@charset "UTF-8";
/* CSS Document */
/* 共通Mixins
----------------*/
.pc_appear {
    display: none;
}
.sp_appear {
    display: block;
}

.event_area_inner{
  width: 100%;
  padding: 8% 0 7%;
}

/* ----------------------------
  bottom_nav
------------------------------*/
.bottom_nav{
  margin:40px 0 0;
}
.bottom_nav ul li{
  float: left;
  width: 47.40740741%;
  margin-right: 5.185185185%;
  margin-left: 0;
  margin-bottom: 20px;
}
.bottom_nav ul li:nth-child(2n){
  margin-right: 0;
  margin-left: 0;
}
/* ----------------------------
  content
------------------------------*/


#wellness .intro .section_inner {
  padding-top: 2%;
  padding-bottom: 10%;
  line-height: 1.6em;
}
.wellness h3{
  width: 84%;
  margin: auto;
}
.wellness .btn_cat li {
  float: none;
  width: 100%;
}
.wellness .event h4 {
  padding: 13% 0 8%;
}
#wellness .event h4 img{
  width: 90%;
  margin: auto;

}
.wellness .event .section_inner{
  box-shadow: 16px 22px 0px 0 #ead466;
}
.wellness .event li {
  float: none;
  width: 100%;
  margin-bottom: 5%;
}


/* event
-------------------------*/
.event {
  margin-top: 9.3%;
}

.section_title {
  width: 82.7%;
  margin: 0 auto;
}

.event_wrap {
  width: 100%;
  margin-top: 4.3%;
}

.event_wrap:nth-of-type(1) {
  margin-top: 0;
}

.event_box {
  width: 100%;
  margin: 0;
  padding: 1.65%;
  position: relative;
  background: #fff;
}

.event_box_inner {
  border: 2px solid #77CED8;
  padding: 5.1% 5.1% 8.5% 5.1%;
}

.event_image {
  width: 100%;
}

.event_image_caption {
  display: block;
  margin-top: 1em;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}

@media (max-width: 768px) {
  .event_image_caption {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.event_image_item {
  margin-top: 8%;
}

.event_image_item:first-child {
  margin-top: 0;
}

.event_info {
  width: 100%;
  margin-top: 5%;
}

.event_info_title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 3.2%;
  margin-bottom: 5.8%;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .event_info_title {
    font-size: 0.9rem;
    font-size: 4.375vw;
  }
}

.health .event_info_title {
  color: #43b14e;
  background: url(../img/bg-event_sub_health.png) repeat-x left bottom;
  background-size: contain;
}

.event_info_outline {
  margin: 4.7% 0;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (max-width: 768px) {
  .event_info_outline {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.event_info_outline_item {
  margin-top: 0.2em;
}

.event_info_outline_item:first-child {
  margin-top: 0;
}

.event_info_comment {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .event_info_comment {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.event_info_anchor {
  text-decoration: underline;
}

.event_info_anchor:hover {
  text-decoration: none;
}

.event_outline {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.event_outline_title {
  width: 3em;
}

.event_outline_text {
  width: calc(100% - 3em);
}

/*----------------------------------------
  .nav
----------------------------------------*/
.event_nav_area .event_nav{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.event_nav_area .event_btn {
  width: 24%;
  box-sizing: border-box;
  position: relative;
}

.event_nav_area .event_btn a{
	display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8em;
  font-size: 1.125vw;
  font-weight: bold;
  line-height: 1.3;
  color: #30ADC8;
  background: #BEEBE9;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
}
.event_nav_area .event_btn a .eng_cate{
	display: block;
  font-size: 3vw;
}
@media screen and (max-width: 430px){
  .event_nav_area .event_btn a .sub_cate{
    display: none
  }
}

.event_nav_area .active a{
  color: #fff;
  background: #77CED8;
}

.event_nav_area .event_btn a:after {
  position: absolute;
  content: '';
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
}
.event_nav_area .active a:after {
  border-top: 10px solid #77CED8;
}


.event_nav_area .event_btn a:hover{
  color: #fff;
  background: #77CED8;
	transition: .5s;
}

.event_nav_area .event_btn a:hover:after {
  border-top: 10px solid #77CED8;
  transition: .5s;
}


/* event_btn
--------------------------------------------*/
.event_btn_area .btn_lists{
  display: block;
  padding-top: 3%;
}
.event_btn_area .btn_lists li{
  display: block;
  /* vertical-align: top; */
  width: 89%;
  max-width: 620px;
  margin: 0 auto;
}

.event_btn_area .btn_lists li .btn_link a{
  width: 99%;
  color: #fff;
  background: #3a91bc;
  margin: 4% auto;
  /* background: #ffffff; */
  border: 2px solid #3a91bc;
  border-radius: 30px;
}
.event_btn_area .btn_lists li .btn_link a:after {
  border-top: solid 7px #3a91bc;
  border-left: solid 7px #3a91bc;
  border-bottom: solid 7px #3a91bc;
  border-right: solid 7px #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 34%;
  right: 2%;
}
.event_btn_area .btn_lists li .btn_link a:hover{
  color: #3a91bc;
  background: #fff;
	transition: .5s;
}
.event_btn_area .btn_lists li .btn_link a:hover::after{
  border-top: solid 7px #fff;
  border-left: solid 7px #fff;
  border-bottom: solid 7px #fff;
  border-right: solid 7px #3a91bc;
	transition: .5s;
}

.btn_li a {
    position: relative;
    width: 50%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
    font-size: 3.8vw;
    color: #000;
    margin: 0 auto;
    /* background: #ffffff; */
    border: 2px solid #000;
    padding: 18px 0;
}

.btn_li a:hover{
  color: #ffffff;
  background: #000;
	transition: .5s;
}

/* top_btn
--------------------------------------------*/
.top_btn_area .btn_lists{
  display: block;
  padding-top: 3%;
}
.top_btn_area .btn_lists li{
  display: block;
  /* vertical-align: top; */
  width: 89%;
  max-width: 620px;
  margin: 0 auto;
}

.top_btn_area .btn_lists li .btn_link a{
  width: 99%;
  color: #fff;
  background: #6A5246;
  margin: 4% auto;
  /* background: #ffffff; */
  border: 2px solid #6A5246;
  border-radius: 30px;
}
.top_btn_area .btn_lists li .btn_link a:after {
  border-top: solid 7px #6A5246;
  border-left: solid 7px #6A5246;
  border-bottom: solid 7px #6A5246;
  border-right: solid 7px #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 34%;
  right: 2%;
}
.top_btn_area .btn_lists li .btn_link a:hover{
  color: #6A5246;
  background: #fff;
	transition: .5s;
}
.top_btn_area .btn_lists li .btn_link a:hover::after{
  border-top: solid 7px #fff;
  border-left: solid 7px #fff;
  border-bottom: solid 7px #fff;
  border-right: solid 7px #6A5246;
	transition: .5s;
}

.btn_li a {
    position: relative;
    width: 50%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
    font-size: 3.8vw;
    color: #000;
    margin: 0 auto;
    /* background: #ffffff; */
    border: 2px solid #000;
    padding: 18px 0;
}

.btn_li a:hover{
  color: #ffffff;
  background: #000;
	transition: .5s;
}
