@charset "UTF-8";

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
@media (max-width:767px){
  .mt10 {
    margin-top: 3vw;
  }
  .mt20 {
    margin-top: 4vw;
  }
  .mt30 {
    margin-top: 5vw;
  }
  .mt40 {
    margin-top: 6vw;
  }
  .mt50 {
    margin-top: 7vw;
  }
  .mt60 {
    margin-top: 8vw;
  }
  .mt70 {
    margin-top: 9vw;
  }
  .mt80 {
    margin-top: 10vw;
  }
  .mt90 {
    margin-top: 11vw;
  }
  .mt100 {
    margin-top: 12vw;
  }
  .mt110 {
    margin-top: 13vw;
  }
  .mt120 {
    margin-top: 14vw;
  }
}

/* アンカーボタン */
.button_anchor_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.button_anchor_list.column_one .button_anchor_item {
  width: 50%;
  margin: 0 auto;
}
.button_anchor_list.column_two .button_anchor_item {
  width: calc(98% / 2);
}
.button_anchor_list.column_three .button_anchor_item {
  width: calc(96% / 3);
}
.button_anchor_list.column_four .button_anchor_item {
  width: calc(96% / 4);
}
.button_anchor_list .button_anchor_item a {
  display: block;
  padding: 0.2em;
  height: 70px;
  font-size: 1.0em;
  color: #fff!important;
  text-align: center;
  text-decoration: none!important;
  background: #00a7eb;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
  position: relative;
}
.button_anchor_list .button_anchor_item a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 11px solid transparent;
  border-top: 12px solid #fff;
}
.button_anchor_list .button_anchor_item a:hover {
  filter: brightness(120%);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

@media screen and (max-width: 767px){
  .button_anchor_list.column_three .button_anchor_item {
      width: calc(98% / 2);
  }
  .button_anchor_list.column_four .button_anchor_item {
      width: calc(98% / 2);
  }
  .button_anchor_list.column_four .button_anchor_item:nth-child(3),.button_anchor_list.column_four .button_anchor_item:last-child {
      margin-top: 2%;
  }
  .button_anchor_list .button_anchor_item a {
      padding: 0.8em;
      height: 70px;
      font-size: 1.1em;
      line-height: 1;
  }
}
/* アンカーボタンここまで */

/* --------------------------------------------------------------------------ホヌ-------------------------------------------------------------------------- */
#anakyun29.-honu .p_event{
  font-size: 0!important;
  margin-top: 4vw;
}
#anakyun29.-honu .p_event__heading{}
#anakyun29.-honu .p_event__heading_i{
  font-size: 1.4784rem!important;
  font-weight: 700;
}
#anakyun29.-honu .p_event__content{}
#anakyun29.-honu .p_event__title{}
#anakyun29.-honu .p_event__title_i{
  font-size: 3vw!important;
  color: #0c318c;
  font-weight: 700;
}
#anakyun29.-honu .p_event__heading + .p_event__content{
  margin-top: 4vw;
}
#anakyun29.-honu .p_event__content + .p_event__content {
  margin-top: 2vw;
}
#anakyun29.-honu .p_event__title + .p_event__content {
  margin-top: 2vw;
}
@media (min-width:768px){
  #anakyun29.-honu .p_event{}
  #anakyun29.-honu .p_event__heading{}
  #anakyun29.-honu .p_event__heading_i{
    font-size: 4rem!important;
  }
  #anakyun29.-honu .p_event__content{}
  #anakyun29.-honu .p_event__title{}
  #anakyun29.-honu .p_event__title_i{
    font-size: 3rem!important;
  }
  #anakyun29.-honu .p_event__title + .p_event__content {
    margin-top: 20px;
  }
}

#anakyun29.-honu .p_point{
  font-size: 0!important;
  text-align: left;
  margin-top: 5vw;
}
#anakyun29.-honu .p_point__heading{}
#anakyun29.-honu .p_point__heading_i{
  font-size: 3vw!important;
  color: #0c318c;
}
#anakyun29.-honu .p_point__content{}
#anakyun29.-honu .p_point__text{}
#anakyun29.-honu .p_point__text_i{
  font-size: 3vw!important;
}
#anakyun29.-honu .p_point__list{}
#anakyun29.-honu .p_point__item{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#anakyun29.-honu .p_point__item_i{
  font-size: 1rem!important;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
#anakyun29.-honu .p_point__item_i::before{
  content:'\0203b';
  flex-basis: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 1rem!important;
}

#anakyun29.-honu .p_point + .p_point{
  margin-top: 4vw;
}
#anakyun29.-honu .p_point__heading + .p_point__content{
  margin-top: 2vw;
}
@media (max-width:767px){
  #anakyun29.-honu .p_point__heading_i{
    font-weight: 400!important;
  }
}
@media (min-width:768px){
  #anakyun29.-honu .p_point{}
  .l_column2 > .p_point:nth-child(1){
    padding-right: 30px;
  }
  .l_column2 > .p_point:nth-child(2){
    padding-left: 30px;
  }
  .l_column2 > .p_point:nth-child(2){
    border-left: 1px solid #0c318c;
  }
  #anakyun29.-honu .p_point__heading{}
  #anakyun29.-honu .p_point__heading_i{
    font-size: 2.5rem!important;
  }
  #anakyun29.-honu .p_point__content{}
  #anakyun29.-honu .p_point__text{}
  #anakyun29.-honu .p_point__text_i{
    font-size: 1.8rem!important;
  }
  #anakyun29.-honu .p_point + .p_point{
    margin-top: 0;
  }
  .l_column2 > .p_point {
    margin-top: 40px;
  }
}

#anakyun29.-honu .p_thumnailbox{
  text-align: left;
}
.l_column2 + .p_thumnailbox{
  border-top: 1px solid #0c318c;
  padding-top: 30px;
  margin-top: 20px;
}
#anakyun29.-honu .p_thumnailbox__heading{}
#anakyun29.-honu .p_thumnailbox__heading_i{
  font-size: 3.5vw!important;
  font-weight: 700;
  color: #0c318c;
}
#anakyun29.-honu .p_thumnailbox__content{}
#anakyun29.-honu .p_thumnailbox__text{}
#anakyun29.-honu .p_thumnailbox__text_i{
  font-size: 3vw!important;
  font-weight: 700;
}
#anakyun29.-honu .p_thumnailbox__thum{
  display: block;
  margin-top: 2vw;
}
#anakyun29.-honu .p_thumnailbox__thum_i{}
#anakyun29.-honu .p_thumnailbox__heading + .p_thumnailbox__content{
  margin-top: 2.5vw;
}
.c_note + .p_thumnailbox__text,.l_column2 + .p_thumnailbox__text{
  margin-top: 2vw;
}
#anakyun29.-honu .p_thumnailbox + .p_thumnailbox{
  margin-top: 4vw;
}

@media (min-width: 768px){
  .l_column2 + .p_thumnailbox{}
  #anakyun29.-honu .p_thumnailbox{}
  #anakyun29.-honu .p_thumnailbox + .c_button {
    margin-top: 40px;
  }
  #anakyun29.-honu .p_thumnailbox__heading{}
  #anakyun29.-honu .p_thumnailbox__heading_i{
    font-size: 2.5rem!important;
  }
  #anakyun29.-honu .p_thumnailbox__heading_i.-small{
    font-size: 1.6rem!important;
  }
  #anakyun29.-honu .p_thumnailbox__content{}
  #anakyun29.-honu .p_thumnailbox__text{}
  #anakyun29.-honu .p_thumnailbox__text_i{
    font-size: 1.8rem!important;
  }
  #anakyun29.-honu .p_thumnailbox__thum{
    margin-top: 10px;
  }
  #anakyun29.-honu .p_thumnailbox__thum:nth-child(1){
    padding-right: 15px;
  }
  #anakyun29.-honu .p_thumnailbox__thum:nth-child(2){
    padding-left: 15px;
  }
  #anakyun29.-honu .p_thumnailbox__thum_i{}
  #anakyun29.-honu .p_thumnailbox__heading + .p_thumnailbox__content{
    margin-top: 25px;
  }
  .c_note + .p_thumnailbox__text,.l_column2 + .p_thumnailbox__text{
    margin-top: 30px;
  }
  #anakyun29.-honu .p_thumnailbox + .p_thumnailbox{
    margin-top: 40px;
  }
}
/* // --------------------------------------------------------------------------ホヌ-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------グルメマイル-------------------------------------------------------------------------- */
/* font */

#anakyun29.-gourmet .anakyun29_contents h2 {
	font-size: 1.8em;
	line-height: 1.4;
}
#anakyun29.-gourmet .anakyun29_contents h3 {
	font-size: 1.6em;
	line-height: 1.4;
}
#anakyun29.-gourmet .anakyun29_contents h4 {
	font-size: 1.4em;
}



/* anakyun29_contents_header */

#anakyun29.-gourmet .anakyun29_contents_header {
	padding-bottom: 40px;
	text-align: center;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_logo {
	margin-bottom: 20px;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_logo img {
	width: 300px;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_text {
	margin-bottom: 20px;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_limit {
	margin-bottom: 40px;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_table {
	margin-bottom: 20px;
}
#anakyun29.-gourmet  .anakyun29_contents_header .anakyun29_contents_table table th {
	width: 50%;
}
#anakyun29.-gourmet  .anakyun29_contents_header .anakyun29_contents_button .anakyun29_button {
	padding-left: 2em;
	padding-right: 2em;
}



/* anakyun29_anagourmetmile */

#anakyun29.-gourmet .anakyun29_anagourmetmile .anakyun29_anagourmetmile_step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
#anakyun29.-gourmet .anakyun29_anagourmetmile .anakyun29_anagourmetmile_step li {
	position: relative;
	width: 32%;
}
#anakyun29.-gourmet .anakyun29_anagourmetmile .anakyun29_anagourmetmile_step_icon {
	position: absolute;
	width: 70px;
	height: 70px;
	top: -30px;
	left: -5%;
}

#anakyun29 .anakyun29_contents .anakyun29_contents_header .wrap.wrap_narrow .anakyun29_contents_title .mt1.weightbold.color_02 {
	color: #D74100;
}


#anakyun29 .anakyun29_bottominfo .wrap.wrap_narrow .p_event__content .c_banner.banner_02 .c_banner__link {
	max-width: 920px;
	margin: 0 auto;
	display: block;
	
}

/* responsive */



/* -- tb */

@media screen and (max-width: 1024px){

#anakyun29.-gourmet .anakyun29_anafesta .anakyun29_anafesta_info {
	width: 100%;
}

}



/* -- sp */

@media screen and (max-width: 767px){

/* ---- font */

#anakyun29.-gourmet .anakyun29_contents h2 {
	font-size: 1.4em;
	line-height: 1.4;
}
#anakyun29.-gourmet .anakyun29_contents h3 {
	font-size: 1.3em;
	line-height: 1.4;
}
#anakyun29.-gourmet .anakyun29_contents h4 {
	font-size: 1.2em;
}

/* -- anakyun29_contents_header */

#anakyun29.-gourmet .anakyun29_contents_header {
	padding-bottom: 8vw;
	text-align: center;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_logo {
	margin-bottom: 4vw;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_logo img {
	width: 60vw;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_text {
	margin-bottom: 2vw;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_title_limit {
	margin-bottom: 4vw;
}
#anakyun29.-gourmet .anakyun29_contents_header .anakyun29_contents_table {
	margin-bottom: 4vw;
}

/* anakyun29_anagourmetmile */

#anakyun29.-gourmet .anakyun29_anagourmetmile .anakyun29_anagourmetmile_step {
	justify-content: center;
	margin-top: 6vw;
}
#anakyun29.-gourmet .anakyun29_anagourmetmile .anakyun29_anagourmetmile_step li {
	width: 76vw;
}
#anakyun29.-gourmet .anakyun29_anagourmetmile .anakyun29_anagourmetmile_step li + li {
	margin-top: 6vw;
}
#anakyun29.-gourmet .anakyun29_anagourmetmile .anakyun29_anagourmetmile_step_icon {
	position: absolute;
	width: 16vw;
	height: 16vw;
	top: -4vw;
	left: -4vw;
}

}


/* // --------------------------------------------------------------------------グルメマイル-------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------鳥取xANA-------------------------------------------------------------------------- */
#anakyun29.-tottori_ana{}
#anakyun29.-tottori_ana .p_wrapBlock{
  padding:0 20px;
}
#anakyun29.-tottori_ana .p_block{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  /* padding: 0 6vw; */
  margin-top: 40px;
}
#anakyun29.-tottori_ana .p_block + .p_block {
  margin-top: 30px;
  padding-top: 10px;
}
@media (max-width:767px){
  #anakyun29.-tottori_ana .p_wrapBlock{
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (min-width:768px){
  #anakyun29.-tottori_ana .p_block{
    padding:0 50px 0 126px;
    margin-top: 60px;
  }
  #anakyun29.-tottori_ana .p_block.-center{
    padding-left: 50px;
    padding-right: 50px;
  }
  #anakyun29.-tottori_ana .p_block + .p_block {
    margin-top: 40px;
    padding-top: 20px;
  }
  #anakyun29.-tottori_ana .p_block.-column2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  #anakyun29.-tottori_ana .p_block.-column2 > * {
    flex-basis: 49%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
#anakyun29.-tottori_ana .p_block + .p_block.-bordered{
  border-top: 1px solid #0c318c;
}
#anakyun29.-tottori_ana .p_prize{
  font-size: 0;
}
#anakyun29.-tottori_ana .p_prize__heading{
  display: flex;
  align-items: center;
}
#anakyun29.-tottori_ana .p_prize__order{
  flex-basis: 18.666vw;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 10px;
}
#anakyun29.-tottori_ana .p_prize__title{
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding:5px 0;
}
#anakyun29.-tottori_ana .p_prize__title_i{
  font-size: 4.5vw;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}
#anakyun29.-tottori_ana .p_prize__title_i:first-child{
  padding-right:10px;
}
#anakyun29.-tottori_ana .p_prize__title_i.-large{
  font-size: 6vw;
  flex-grow: 0;
  flex-shrink: 0;
}
#anakyun29.-tottori_ana .p_prize__title_i.-red{
  color: #c00;
}
#anakyun29.-tottori_ana .p_prize__content{}
#anakyun29.-tottori_ana .p_prize__thum{}
#anakyun29.-tottori_ana .p_prize__thum_image{}
#anakyun29.-tottori_ana .p_prize__thum_image_i{}
#anakyun29.-tottori_ana .p_prize__thum_text{}
#anakyun29.-tottori_ana .p_prize__thum_text_i{
  font-size: 2vw;
}
#anakyun29.-tottori_ana .p_prize__heading + .p_prize__content{
  margin-top: 10px;
}
#anakyun29.-tottori_ana .p_prize__thum + .c_button{
  margin-top: 40px;
}
#anakyun29.-tottori_ana .c_button + .c_note {
  margin-top: 5px;
}
@media (max-width:767px){
  #anakyun29.-tottori_ana .p_block.-column2 .p_block__child + .p_block__child{
    margin-top: 30px;
    border-top: 1px solid #0c318c;
    padding-top: 10px;
  }
  #anakyun29.-tottori_ana .p_prize__title{
    align-items: flex-end;
  }
  #anakyun29.-tottori_ana .p_prize__thum_image{
    padding:0 28px;
  }
  .p_prize__thum_image + .p_prize__thum_text {
    margin-top: 10px;
  }
}
@media (min-width:768px){
  #anakyun29.-tottori_ana .p_prize__heading{
    margin-left: -100px;
  }
  #anakyun29.-tottori_ana .p_prize__order{
    flex-basis: 100px;
  }
  #anakyun29.-tottori_ana .p_prize__title_i{
    font-size: 2.4rem;
  }
  #anakyun29.-tottori_ana .p_prize__title_i.-large{
    font-size: 3rem;
  }
  #anakyun29.-tottori_ana .p_prize__thum_text_i{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #anakyun29.-tottori_ana .p_prize__thum.-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #anakyun29.-tottori_ana .p_block.-column2 .p_prize{
    padding-left: 80px;
  }
  #anakyun29.-tottori_ana .p_block.-column2 .p_prize__heading{
    margin-left: -80px;
  }
  #anakyun29.-tottori_ana .p_block.-column2 .p_prize__order{
    flex-basis: 80px;
  }
  #anakyun29.-tottori_ana .p_prize__thum.-row > .p_prize__thum_image {
    flex-basis: 49%;
    flex-shrink: 1;
    flex-grow: 0;
  }
  #anakyun29.-tottori_ana .p_prize__thum.-row > .p_prize__thum_text {
    flex-basis: 49%;
    flex-shrink: 1;
    flex-grow: 0;
  }
  #anakyun29.-tottori_ana .p_prize__thum:not(.-row) > .p_prize__thum_image + .p_prize__thum_text{
    margin-top: 10px;
  }
}

#anakyun29.-tottori_ana .p_note{
  font-size: 0;
}
#anakyun29.-tottori_ana .p_note__heading{}
#anakyun29.-tottori_ana .p_note__heading_i{
  font-size: 1.4rem;
}
#anakyun29.-tottori_ana .p_note__content{}
#anakyun29.-tottori_ana .p_note_address__heading{}
#anakyun29.-tottori_ana .p_note_address__heading_i{
  font-size: 1.1rem;
  font-weight: normal;
}
#anakyun29.-tottori_ana .p_note_address__description{
  font-size: 1.1rem;
}
#anakyun29.-tottori_ana .p_note__heading + .p_note__content {
  margin-top: 15px;
}
.p_note_address + .c_button{
  margin-top: 30px;
}

#anakyun29.-tottori_ana .p_introduce{font-size: 0;}
#anakyun29.-tottori_ana .p_introduce__heading{
  text-align: center;
}
#anakyun29.-tottori_ana .p_introduce__heading_i{font-size: 4vw;color: #00a7eb;}
#anakyun29.-tottori_ana .p_introduce__content{}
#anakyun29.-tottori_ana .p_introduce__heading + .p_introduce__content {
  margin-top: 30px;
}
#anakyun29.-tottori_ana .p_introduce .c_banner + .c_banner {
  margin-top: 40px;
}
#anakyun29.-tottori_ana .p_introduce .c_banner + .c_text {
  margin-top: 25px;
}
#anakyun29.-tottori_ana .p_introduce .c_text + .c_button {
  margin-top: 30px;
}
#anakyun29.-tottori_ana .p_introduce .c_note + .c_banner {
  margin-top: 35px;
}
#anakyun29.-tottori_ana .p_introduce .c_text + .c_banner {
  margin-top: 25px;
}
@media (min-width:768px){
  .p_introduce .c_banner.-fullscreen{
    margin-right: -50px;
    margin-left: -50px;
  }
  #anakyun29.-tottori_ana .p_introduce__heading_i{font-size: 3rem;}
}
/* // --------------------------------------------------------------------------鳥取xANA-------------------------------------------------------------------------- */

.-insurance .orange_btn a {
  background-color: #d54100!important;
  color: #fff!important;
}
.p_astyle .orange_btn a {
  background-color: #FFA200!important;
  color: #333!important;
}

/* --------------------------------------------------------------------------そらっち-------------------------------------------------------------------------- */
#anakyun29.-soracchi {}
#anakyun29.-soracchi .anakyun29_contents_header {
  padding-bottom: 60px;
  text-align: center;
}
#anakyun29.-soracchi .anakyun29_contents_header .anakyun29_contents_title_text {
  margin-bottom: 20px;
}
#anakyun29.-soracchi .anakyun29_contents h2 {
  font-size: 1.8em;
  line-height: 1.4;
}
#anakyun29.-soracchi .anakyun29_contents_header .anakyun29_contents_title_limit {
  margin-bottom: 40px;
}

#anakyun29.-soracchi .anakyun29_contents h4 {
  font-size: 1.4em;
}
#anakyun29.-soracchi .p_image {}

#anakyun29.-soracchi .bg__pale_blue{
  background-color: #f4f9fd;
  max-width: 920px;
  margin:0 auto 0;
  padding: 20px;
}
@media (max-width:767px){
  #anakyun29.-soracchi .p_image {
    max-width: 40%;
    display: inline-block;
  }
}
@media (min-width:768px) {
  #anakyun29.-soracchi .bg__pale_blue{
    margin-top: 30px;
  }
}
/* // --------------------------------------------------------------------------そらっち-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------遊び・体験-------------------------------------------------------------------------- */

/* font */

#anakyun29.-asobi .anakyun29_contents h2 {
	font-size: 1.6em;
	line-height: 1.4;
}

/* anakyun29_contents_header */

#anakyun29.-asobi .anakyun29_contents_header {
	padding-bottom: 30px;
	text-align: center;
}
#anakyun29.-asobi .anakyun29_contents_header .anakyun29_contents_title_logo {
	margin-bottom: 30px;
}
#anakyun29.-asobi .anakyun29_contents_header .anakyun29_contents_title_logo img {
	width: 260px;
}
#anakyun29.-asobi .anakyun29_contents_header .anakyun29_contents_title_text {
	margin-bottom: 40px;
}

#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  font-size: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li {
	margin-top: 1%;
}
@media (min-width: 768px) {
  #anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li.asobi_column2 {
    width: calc(100% / 2);
  }
  #anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li.asobi_column3 {
    width: calc(100% / 3);
  }
}
#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li img {
  font-size: 1rem;
}

#anakyun29.-asobi .anakyun29_contents_table table th {
  width: calc(100% / 3);
}
#anakyun29.-asobi .anakyun29_contents_table table td.pd_wide {
  padding-top: 40px;
  padding-bottom: 40px;
}

#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li a {
	display: block;
	filter: brightness(100%);
	transform:  translateY(0);
	box-shadow: 0 3px 5px rgba(0,0,0,0);
	transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
}
#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li a:hover {
	filter: brightness(110%);
	transform:  translateY(-3px);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

#anakyun29.-asobi .bg {
  padding: 100px 0;
  position: relative;
}
#anakyun29.-asobi .bg.gray {
  background-color: #f4f9fd;
}
#anakyun29.-asobi .bg.green {
  background-color: #f4f8e9;
}
#anakyun29.-asobi .asobi_ttl {
  background: #0191ce;
  color: #fff;
  text-align: center;
  /* border-radius: 6px; */
  width: 95%;
  padding: 10px;
  margin: 0 auto;
  /* position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%); */
}
#anakyun29.-asobi .asobi_ttl.blue {
  background: #0b318f!important;
}
#anakyun29.-asobi .asobi_ttl .ttl {
  font-size: 2.8rem!important;
  font-weight: bold!important;
  margin: 0!important;
}
#anakyun29.-asobi .anakyun29_contents_table {
  width: 95%;
  margin: 0 auto;
}

/* responsive */

/* -- tb */

@media screen and (max-width: 1024px){

/* ---- hoverアクション取り消し */

#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li a{
	transition: filter 0s, transform 0s, box-shadow 0s;
}
#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li a:hover{
	filter: brightness(100%);
	transform:  translateY(0);
	box-shadow: 0 3px 5px rgba(0,0,0,0);
}

}


/* -- sp */

@media screen and (max-width: 767px){

/* font */

#anakyun29.-asobi .anakyun29_contents h2 {
	font-size: 1.2em;
	line-height: 1.4;
}

/* -- anakyun29_contents_header */

#anakyun29.-asobi .anakyun29_contents_header {
	padding-bottom: 8vw;
	text-align: center;
}
#anakyun29.-asobi .anakyun29_contents_header .anakyun29_contents_title_logo {
	margin-bottom: 4vw;
}
#anakyun29.-asobi .anakyun29_contents_header .anakyun29_contents_title_logo img {
	width: 50vw;
}
#anakyun29.-asobi .anakyun29_contents_header .anakyun29_contents_title_text {
	margin-bottom: 4vw;
}

#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist {
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}
#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li {
	width: 100%;
	margin-top: 5%;
}
#anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li img{
  padding:0 5px;
}

#anakyun29.-asobi .anakyun29_contents_table table td.pd_wide {
  padding-top: 20px;
  padding-bottom: 20px;
}

#anakyun29.-asobi .bg {
  padding: 14vw 0!important;
  margin: 14vw auto 0!important;
}
#anakyun29.-asobi .asobi_ttl {
  top: -32px;
  width: 100%;
}
#anakyun29.-asobi .asobi_ttl .ttl {
  font-size: 1.5rem!important;
}
#anakyun29.-asobi .anakyun29_contents_table {
  width: 100%;
}

}

@media (min-width:768px){
  #anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist {
    /* margin-left: 80px;
    margin-right: 80px; */
  }
  #anakyun29.-asobi .anakyun29_asobi .anakyun29_asobilist li img{
    padding:0 5px;
  }
}

/* // --------------------------------------------------------------------------遊び・体験-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------オンラインツアー-------------------------------------------------------------------------- */
#anakyun29.-onlinetour .main-container {
  padding-left: 60px;
  padding-right: 60px;
}

#anakyun29.-onlinetour .title-head {
  font-size: 2.7rem !important;
}

#anakyun29.-onlinetour .time-promo {
  font-size: 2.5rem;
  line-height: 2.6rem;
  font-weight: bold;
  background-color: #ffff35;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

#anakyun29.-onlinetour .fst-article {
  font-size: 2.7rem;
  font-weight: bold;
  color: #40bef0;
  margin-bottom: 2rem;
}

#anakyun29.-onlinetour .fst-article-sp {
  display: none;
}

#anakyun29.-onlinetour .yellow-cylinder-ctn {
  margin-bottom: 6rem;
}

#anakyun29.-onlinetour .yellow-cylinder {
  width: fit-content;
  margin: auto;
  background-color: #ffff35;
  font-weight: bold;
  line-height: 2.8rem;
  font-size: 2.5rem;
  padding: 2vw 3vw;
  border-radius: 5rem;
}

#anakyun29.-onlinetour .main-table-container {
  background-color: #edf3f3;
  display: flex;
}

#anakyun29.-onlinetour .main-table-left,
#anakyun29.-onlinetour .main-table-right {
  width: 50%;
}

#anakyun29.-onlinetour .main-table-left-head,
#anakyun29.-onlinetour .main-table-right-head {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #063190;
}

#anakyun29.-onlinetour .main-table-left {
  border-right: 2px solid #063190;
}

#anakyun29.-onlinetour .main-table-left-bot p {
  font-size: 2rem;
  line-height: 2.2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

#anakyun29.-onlinetour .main-table-right-bot {
  margin-top: 2rem;
}

#anakyun29.-onlinetour .plan-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

#anakyun29.-onlinetour .plan-container a {
  width: 47.25%;
}

#anakyun29.-onlinetour .plan-container a img {
  height: 100%;
}

#anakyun29.-onlinetour .plan-title-container {
  width: 100%;
  margin-bottom: 2.2rem;
}

#anakyun29.-onlinetour .plan-title-container img {
  width: 81.11%;
  margin: auto;
}

#anakyun29.-onlinetour .fst-table-ctn {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #d4d4d4;
}

#anakyun29.-onlinetour .fst-table-left,
#anakyun29.-onlinetour .fst-table-right {
  width: 50%;
}

#anakyun29.-onlinetour .fst-table-head {
  font-size: 2rem;
  color: #063190;
  font-weight: bold;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 8px;
  padding-bottom: 8px;
}

#anakyun29.-onlinetour .fst-table-left {
  border-right: 1px solid #d4d4d4;
}

#anakyun29.-onlinetour .fst-table-left-p {
  margin-top: 2rem;
}

#anakyun29.-onlinetour .fst-table-right {
  background-color: #e6eaf5;
}

#anakyun29.-onlinetour .fst-table-left-bot,
#anakyun29.-onlinetour .fst-table-right-bot {
  font-size: 2.2rem;
}

#anakyun29.-onlinetour .fst-table-right-bot img {
  width: 30rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#anakyun29.-onlinetour .table-detail {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 3.125rem;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

#anakyun29.-onlinetour .fst-table-detail-note {
  color: #063190;
}

#anakyun29.-onlinetour .fst-table-btn-note {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1.25rem;
}

#anakyun29.-onlinetour .end-banner-pc {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
  margin-left: auto;
  margin-right: auto;
}

#anakyun29.-onlinetour .fst-table-btn-ctn {
  margin-top: 4.5rem;
  color: white !important;
}

#anakyun29.-onlinetour .end-banner-sp {
  padding-left: 1rem;
  padding-right: 1rem;
}

#anakyun29.-onlinetour .evening-container {
  margin-bottom: 2.5rem;
}

#anakyun29.-onlinetour .nd-table-ctn {
  font-size: 2.3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

#anakyun29.-onlinetour .nd-table-top {
  width: 100%;
  border-bottom: 2px solid #d4d4d4;
}

#anakyun29.-onlinetour .nd-top-head {
  color: #063190;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
}

#anakyun29.-onlinetour .nd-top-ctn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#anakyun29.-onlinetour .nd-table-bot {
  display: flex;
  justify-content: center;
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  width: 100%;
}

#anakyun29.-onlinetour .nd-bot-left,
#anakyun29.-onlinetour .nd-bot-right {
  width: 50%;
}

#anakyun29.-onlinetour .nd-bot-left {
  border-right: 2px solid #d4d4d4;
}

#anakyun29.-onlinetour .nd-bot-left-head,
#anakyun29.-onlinetour .nd-bot-right-head {
  border-bottom: 2px solid #d4d4d4;
}

#anakyun29.-onlinetour .nd-bot-left-head p,
#anakyun29.-onlinetour .nd-bot-right-head p {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

#anakyun29.-onlinetour .nd-bot-left-ctn,
#anakyun29.-onlinetour .nd-bot-right-ctn {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

#anakyun29.-onlinetour .table-group-1 {
  display: flex;
  width: 100%;
  background-color: #e6eaf5;
}

#anakyun29.-onlinetour .group-1-left,
#anakyun29.-onlinetour .group-1-right {
  width: 50%;
}

#anakyun29.-onlinetour .table-group-left-head,
#anakyun29.-onlinetour .table-group-right-head {
  border-bottom: 2px solid #d4d4d4;
}

#anakyun29.-onlinetour .group-1-left {
  border-right: 2px solid #d4d4d4;
}

/* .group-1-left-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
} */

#anakyun29.-onlinetour .group-1-left-ctn p {
  margin: auto;
  text-align: left;
}

#anakyun29.-onlinetour .table-group-2 {
  display: flex;
  background-color: #e5f6fd;
  width: 100%;
  text-align: left;
}

#anakyun29.-onlinetour .group-2-left,
#anakyun29.-onlinetour .group-2-right {
  width: 50%;
}

#anakyun29.-onlinetour .table-group-3 {
  display: flex;
  background-color: #f4f8e9;
  width: 100%;
  text-align: left;
}

#anakyun29.-onlinetour .group-3-left,
#anakyun29.-onlinetour .group-3-right {
  width: 50%;
}

#anakyun29.-onlinetour .light-blue-ficon {
  color: #036eb2 !important;
}

#anakyun29.-onlinetour .bottom-limit {
  margin-bottom: 12rem;
}

#anakyun29.-onlinetour .table-group-image {
  width: 30rem;
}

#anakyun29.-onlinetour .table-group-ctn {
  font-size: 2.2rem;
  width: 100%;
}

#anakyun29.-onlinetour .table-group-left-head,
#anakyun29.-onlinetour .table-group-right-head {
  color: #063190;
  font-weight: bold;
  padding: 1rem;
}

#anakyun29.-onlinetour .group-2-right,
#anakyun29.-onlinetour .group-3-right {
  text-align: center;
}

#anakyun29.-onlinetour .group-table-blue {
  font-weight: bold;
  color: #063190;
}

#anakyun29.-onlinetour .group-table-red {
  color: #c8475b;
  font-size: 1.9rem;
}

#anakyun29.-onlinetour .group-1-left-ctn,
#anakyun29.-onlinetour .group-1-right-ctn,
#anakyun29.-onlinetour .group-2-left,
#anakyun29.-onlinetour .group-2-right,
#anakyun29.-onlinetour .group-3-left,
#anakyun29.-onlinetour .group-3-right {
  padding: 3rem;
}

#anakyun29.-onlinetour .table-group-1,
#anakyun29.-onlinetour .table-group-2,
#anakyun29.-onlinetour .table-group-3 {
  border-top: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 1rem;
}

#anakyun29.-onlinetour .group-2-left,
#anakyun29.-onlinetour .group-3-left {
  border-right: 2px solid #d4d4d4;
}

#anakyun29.-onlinetour .group-2-right {
  padding-top: 5.2rem;
}

#anakyun29.-onlinetour .group-3-right {
  padding-top: 4rem;
}

/* Slider start here */

/* Slideshow container */
#anakyun29.-onlinetour .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

#anakyun29.-onlinetour .slider-image {
  width: 44rem;
}

/* Hide the images by default */
#anakyun29.-onlinetour .mySlides,
#anakyun29.-onlinetour .mySlides2 {
  display: none;
}

/* Next & previous buttons */
#anakyun29.-onlinetour .prev,
#anakyun29.-onlinetour .next {
  cursor: pointer;
  position: absolute;
  top: 32.5%;
  width: auto;
  color: black !important;
  font-weight: 200 !important;
  font-size: 5rem;
  transition: 0.6s ease;
  user-select: none !important;
  text-decoration: none !important;
}

/* Position the "next button" to the right */
#anakyun29.-onlinetour .prev {
  left: 200px;
}

#anakyun29.-onlinetour .next {
  right: 200px;
}

#anakyun29.-onlinetour .prev2,
#anakyun29.-onlinetour .next2 {
  top: 30%;
}

/* On hover, add a black background color with a little bit see-through */
#anakyun29.-onlinetour .prev:hover,
#anakyun29.-onlinetour .next:hover {
  color: gray !important;
}

/* The dots/bullets/indicators */
#anakyun29.-onlinetour .dot-slide-container {
  text-align: center;
  margin-top: 2rem !important;
}

#anakyun29.-onlinetour .dot,
#anakyun29.-onlinetour .dot2 {
  cursor: pointer;
  height: 1.3rem;
  width: 1.3rem;
  margin: 0 1.3rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#anakyun29.-onlinetour .active,
#anakyun29.-onlinetour .dot:hover,
#anakyun29.-onlinetour .dot2:hover {
  background-color: #00a7ed;
}

#anakyun29.-onlinetour .dot-slide-container {
  margin-bottom: 3rem;
}

/* Fading animation */
#anakyun29.-onlinetour .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.plan_flex_box {
  display: flex;
  justify-content: space-between;
}
.plan_flex_box img {
  width: calc(98% / 2);
}

/* slider is over */

#anakyun29.-onlinetour .button-text-fix {
  font-size: 1.5rem !important;
  color: white !important;
}

#anakyun29.-onlinetour .blank-icon {
  color: white;
  font-size: 1.7rem;
}

#anakyun29.-onlinetour .blank-icon-white {
  height: 1.4rem;
  margin-left: 0.7rem;
}

#anakyun29.-onlinetour .delete-blue-blank .c_button_blank {
  display: none !important;
}

#anakyun29.-onlinetour .fst-table-btn-ctn {
  margin-left: auto;
  margin-right: auto;
}

/* slider style is over */

#anakyun29.-onlinetour .button-width-adjust {
  min-width: 400px;
}
/* IE 11 ONLY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #anakyun29.-onlinetour .time-promo {
    width: 30rem;
  }

  #anakyun29.-onlinetour .yellow-cylinder {
    width: 48rem;
    border-radius: 5rem;
  }
}

@media (max-width: 1000px) {
  #anakyun29.-onlinetour .prev {
    left: 10vw;
  }

  #anakyun29.-onlinetour .next {
    right: 10vw;
  }
}

@media (max-width: 767px) {
/* slider styling at mobile */
#anakyun29.-onlinetour .slider-image {
    width: 100%;
  }

  #anakyun29.-onlinetour .prev,
  #anakyun29.-onlinetour .next {
    display: none;
  }

  #anakyun29.-onlinetour .title-head-mobile {
    font-size: 5.3vw !important;
  }

  #anakyun29.-onlinetour .time-promo {
    font-size: 5.3vw;
    line-height: 5.3vw;
    margin-top: 5.3vw;
    margin-bottom: 5.3vw;
  }

  #anakyun29.-onlinetour .fst-article {
    font-size: 4.8vw;
  }

  #anakyun29.-onlinetour .fst-article-pc {
    display: none;
  }

  #anakyun29.-onlinetour .fst-article-sp {
    display: block;
  }

  #anakyun29.-onlinetour .yellow-cylinder-ctn {
    margin-bottom: 5.5vw;
  }

  #anakyun29.-onlinetour .yellow-cylinder {
    width: fit-content;
    margin: auto;
    background-color: #ffff35;
    font-weight: bold;
    line-height: 5.5vw;
    font-size: 4vw;
    padding: 1.5vw 4vw;
    border-radius: 3rem;
  }

  #anakyun29.-onlinetour .plan-container {
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
    gap: 3vw;
  }

  #anakyun29.-onlinetour .plan-container a {
    width: 100%;
  }

  #anakyun29.-onlinetour .main-table-left-head,
  #anakyun29.-onlinetour .main-table-right-head {
    font-size: 3.2vw;
    font-weight: bold;
  }

  #anakyun29.-onlinetour .main-table-left {
    border-right: 2px solid #063190;
  }

  #anakyun29.-onlinetour .main-table-left-bot p {
    font-size: 4vw;
    line-height: 4.2vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  #anakyun29.-onlinetour .main-table-right-bot {
    margin-top: 2rem;
  }

  #anakyun29.-onlinetour .handle-sp-padding {
    padding: 0 !important;
  }

  #anakyun29.-onlinetour .plan-title-mobile {
    margin-top: 14vw;
  }

  #anakyun29.-onlinetour .mobile-evening {
    font-size: 4vw;
    color: #063190;
    font-weight: bold;
    margin-bottom: 6.67vw;
  }

  #anakyun29.-onlinetour .slider-image {
    width: 100%;
  }

  #anakyun29.-onlinetour .prev,
  #anakyun29.-onlinetour .next {
    top: 100%;
    font-size: 7vw;
  }

  #anakyun29.-onlinetour .prev2,
  #anakyun29.-onlinetour .next2 {
    top: 87%;
  }

  #anakyun29.-onlinetour .fst-table-ctn {
    flex-direction: column;
  }

  #anakyun29.-onlinetour .fst-table-head,
  #anakyun29.-onlinetour .fst-table-left-p {
    font-size: 4vw !important;
  }

  #anakyun29.-onlinetour .fst-table-left,
  #anakyun29.-onlinetour .fst-table-right {
    width: 100%;
  }

  #anakyun29.-onlinetour .fst-table-right-bot img {
    width: 73vw;
  }

  #anakyun29.-onlinetour .fst-table-left {
    border-right: none;
  }

  #anakyun29.-onlinetour .fst-table-left-bot {
    border-bottom: none;
  }

  #anakyun29.-onlinetour .table-detail {
    font-size: 3.5vw;
    margin-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #anakyun29.-onlinetour .nd-table-bot {
    flex-direction: column;
  }

  #anakyun29.-onlinetour .nd-bot-left,
  #anakyun29.-onlinetour .nd-bot-right {
    display: flex;
    width: 100%;
  }

  #anakyun29.-onlinetour .nd-bot-left-head,
  #anakyun29.-onlinetour .nd-bot-left-ctn,
  #anakyun29.-onlinetour .nd-bot-right-head,
  #anakyun29.-onlinetour .nd-bot-right-ctn {
    width: 50%;
  }

  #anakyun29.-onlinetour .nd-bot-left-head,
  #anakyun29.-onlinetour .nd-bot-right-head {
    border-bottom: none;
    border-right: 2px solid #d4d4d4;
    font-size: 3vw;
  }

  #anakyun29.-onlinetour .nd-bot-left {
    border-bottom: 2px solid #d4d4d4;
    border-right: none;
  }

  #anakyun29.-onlinetour .nd-table-ctn {
    font-size: 4vw;
  }

  #anakyun29.-onlinetour .table-group-1,
  #anakyun29.-onlinetour .table-group-2,
  #anakyun29.-onlinetour .table-group-3 {
    flex-direction: column;
  }

  #anakyun29.-onlinetour .group-1-left,
  #anakyun29.-onlinetour .group-1-right,
  #anakyun29.-onlinetour .group-2-left,
  #anakyun29.-onlinetour .group-2-right,
  #anakyun29.-onlinetour .group-3-left,
  #anakyun29.-onlinetour .group-3-right {
    width: 100%;
    text-align: center !important;
  }

  #anakyun29.-onlinetour .group-1-left,
  #anakyun29.-onlinetour .group-2-left,
  #anakyun29.-onlinetour .group-3-left {
    border-right: none !important;
  }

  #anakyun29.-onlinetour .group-1-left-ctn p {
    text-align: center;
  }

  #anakyun29.-onlinetour .table-group-right-head {
    text-align: center;
    border-top: 2px solid #d4d4d4;
  }

  #anakyun29.-onlinetour .table-group-ctn {
    font-size: 4.7vw;
  }

  #anakyun29.-onlinetour .group-table-red {
    color: #c8475b;
    font-size: 1.9rem;
  }

  #anakyun29.-onlinetour .table-group-image {
    width: 71.33vw;
  }

  #anakyun29.-onlinetour .fst-table-left-p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #anakyun29.-onlinetour .table-group-1,
  #anakyun29.-onlinetour .table-group-2,
  #anakyun29.-onlinetour .table-group-3 {
    margin-bottom: 0.65rem;
  }

  #anakyun29.-onlinetour .bottom-limit {
    margin-bottom: 13vw;
  }

  #anakyun29.-onlinetour .bottom-baner-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #anakyun29.-onlinetour .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  #anakyun29.-onlinetour .button-fixed {
    width: 76vw;
    margin-left: auto;
    margin-right: auto;
  }

  #anakyun29.-onlinetour .button-pd-fix {
    padding-left: 0px;
    padding-right: 0px;
  }

  #anakyun29.-onlinetour .slider-image {
    width: 100vw;
  }

  #anakyun29.-onlinetour .swiper1 {
    width: 100vw;
    margin-bottom: 1rem;
  }

  #anakyun29.-onlinetour .slider-pagination {
    margin-top: 1rem;
    z-index: 100;
    position: static !important;
  }

  #anakyun29.-onlinetour .swiper-button-next,
  #anakyun29.-onlinetour .swiper-button-prev {
    display: none !important;
  }

  #anakyun29.-onlinetour .blank-icon {
    color: white;
    font-size: 1.3rem;
  }

  #anakyun29.-onlinetour .blank-icon-white {
    height: 1.1rem;
    margin-left: 0.7rem;
  }

  #anakyun29.-onlinetour .fst-table-btn-ctn {
    max-width: 100%;
    width: 100% !important;
  }

  #anakyun29.-onlinetour .button-width-adjust {
    min-width: 76vw !important;
  }

  #anakyun29.-onlinetour .main-container {
    margin: 0 2vw;
  }
}

/* // --------------------------------------------------------------------------オンラインツアー-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------WattStore-------------------------------------------------------------------------- */
#anakyun29.-wattstore .anakyun29_contents h2 {
	font-size: 1.8em;
	line-height: 1.4;
}
#anakyun29.-wattstore .anakyun29_contents h3 {
	font-size: 1.6em;
	line-height: 1.4;
}
#anakyun29.-wattstore .anakyun29_contents h4 {
	font-size: 1.4em;
}



/* anakyun29_contents_header */

#anakyun29.-wattstore .anakyun29_contents_header {
	padding-bottom: 60px;
	text-align: center;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_logo {
	margin-bottom: 20px;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_logo img {
	width: 316px;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_text {
	margin-bottom: 20px;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_text .smaller {
  font-size: 74%;
  vertical-align: top;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_limit {
	margin-bottom: 40px;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_table {
	margin-bottom: 20px;
}
#anakyun29.-wattstore  .anakyun29_contents_header .anakyun29_contents_table table th {
	width: 50%;
}



/* anakyun29_astyle */

#anakyun29.-wattstore .anakyun29_anafesta_separator {
	position: relative;
	width: 100%;
	height: 2em;
	margin-bottom: 60px;
}
#anakyun29.-wattstore .anakyun29_anafesta_separator span {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2em;
	height: 2em;
	margin-left: -1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.727%2043.153%22%3E%3Cpath%20d%3D%22M13.246%2043.153H16.7l10.854-17.862h13.876c2.266%200%206.296-1.672%206.296-3.717%200-2.05-4.03-3.719-6.296-3.719H27.553L16.701%200l-3.456.002%205.633%2017.853H6.54l-3.48-4.47L0%2013.387l2.443%208.187L0%2029.765l3.065-.004%203.473-4.47h12.34l-5.632%2017.862z%22%20fill%3D%22%230c318c%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2em 2em;
	z-index: 3;
}
#anakyun29.-wattstore .anakyun29_anafesta_separator:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background: #0c318c;
	z-index: 1;
}
#anakyun29.-wattstore .anakyun29_anafesta_separator:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 4em;
	height: 100%;
	margin-left: -2em;
	background: #ffffff;
	z-index: 2;
}
#anakyun29.-wattstore .anakyun29_anafesta h2 {
	margin-bottom: 20px;
}
#anakyun29.-wattstore .anakyun29_anafesta h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_about .anakyun29_anafesta_about_text {
	width: 60%;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_about .anakyun29_anafesta_about_image {
	width: 36%;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_feature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_feature li {
	width: 48%;
	border: 4px solid #0c318c;
	border-top: none;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_feature .anakyun29_anafesta_feature_title {
	padding: 0.5em 1em 0.6em 1em;
	font-size: 1.2em;
	line-height: 1.5;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: #0c318c;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info {
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	background: #f4f9fd;
	text-align: center;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .c_banner_txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_image {
	margin-bottom: 40px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_txt {
	font-size: 2.4rem;
	color: #000080;
	margin-bottom: 40px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_txt .top {
	margin-bottom: 20px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_txt .bottom {
	background: linear-gradient(transparent 70%, #FFFF00 0%);
    display: inline;
	font-weight: bold;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_button {
	padding-left: 2em;
	padding-right: 2em;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info + .c_banner {
    margin-top: 35px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_limited {
	width: 90%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	color: #111111;
	text-align: center;
	background: #f5b32d;
	border-radius: 20px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_limited a {
	color: #111111;
}
#anakyun29.-wattstore .p_image_column3{
    font-size: 0;
    margin-top: 30px;
}
#anakyun29.-wattstore .p_image_column3_i{
    width: 33%;
    display: inline-block;
}
#anakyun29.-wattstore .p_image_column3_i:nth-of-type(2){
    margin: 0 0.5%;
}
#anakyun29.-wattstore .p_image_column3_i.-column2{}
#anakyun29.-wattstore .p_image_column3 a img {width: 100%;}

#anakyun29.-wattstore a.p_image_column3_i{
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
}

#anakyun29.-wattstore a.p_image_column3_i:hover {
    filter: brightness(120%);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
}
#anakyun29 .anakyun29_button {
  height: 100%;
}
#anakyun29 .anakyun29_button .anchor_ttl {
  color: #f8ec00!important;
  margin: 0!important;
}
#anakyun29 .anakyun29_button .anchor {
  margin: 20px 0 0;
}
.anakyun29_button .anchor:after {
  margin: 20px auto 0;
}
.anakyun29_contents_button.anchor_list .anakyun29_button {
  height: 100%;
}
@media (max-width:767px) {
  #anakyun29 .anakyun29_button .anchor {
    margin: 2vw 0 0;
  }
}


/* responsive */



/* -- tb */

@media screen and (max-width: 1024px){

#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info {
	width: 100%;
}

}



/* -- sp */

@media screen and (max-width: 767px){

/* ---- font */

#anakyun29.-wattstore .anakyun29_contents h2 {
	font-size: 1.4em;
	line-height: 1.4;
}
#anakyun29.-wattstore .anakyun29_contents h3 {
	font-size: 1.3em;
	line-height: 1.4;
}
#anakyun29.-wattstore .anakyun29_contents h4 {
	font-size: 1.2em;
}

/* -- anakyun29_contents_header */

#anakyun29.-wattstore .anakyun29_contents_header {
	padding-bottom: 8vw;
	text-align: center;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_logo {
	margin-bottom: 4vw;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_logo img {
	width: 60vw;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_text {
	margin-bottom: 2vw;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_title_limit {
	margin-bottom: 4vw;
}
#anakyun29.-wattstore .anakyun29_contents_header .anakyun29_contents_table {
	margin-bottom: 4vw;
}

/* -- anakyun29_anafesta */

#anakyun29.-wattstore .anakyun29_anafesta_separator {
	margin-bottom: 6vw;
}
#anakyun29.-wattstore .anakyun29_anafesta h2 {
	margin-bottom: 4vw;
}
#anakyun29.-wattstore .anakyun29_anafesta h3 {
	margin-top: 6vw;
	margin-bottom: 4vw;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_about {
	justify-content: center;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_about .anakyun29_anafesta_about_text {
	width: 100%;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_about .anakyun29_anafesta_about_image {
	margin-top: 4vw;
	width: 80%;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_feature {
	margin-top: 6vw;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_feature li {
	width: 100%;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_feature li + li {
	margin-top: 2vw;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info {
	padding: 6vw 4vw;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_image {
	margin-bottom: 6vw;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_txt {
	font-size: 1.8rem;
	color: #000080;
	margin-bottom: 40px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_txt .top {
	margin-bottom: 20px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_anafesta_info_txt .bottom {
	background: linear-gradient(transparent 70%, #FFFF00 0%);
    display: inline;
	font-weight: bold;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info .anakyun29_button {
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_info + .c_banner {
    margin-top: 20px;
}
#anakyun29.-wattstore .anakyun29_anafesta .anakyun29_anafesta_limited {
	width: 100%;
	margin-top: 6vw;
	padding: 4vw;
}

}

#anakyun29.-wattstore .u_yellow_underline{
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  display: inline;
  font-weight: bold;
}
#anakyun29.-wattstore .l_bg_pale_blue {
  background-color: #EDF3F3;
  border-radius: 25px;
  padding: 50px;
}
#anakyun29.-wattstore .p_image {
  text-align: center;
}
#anakyun29.-wattstore .p_image_i {
}
#anakyun29.-wattstore .p_step .c_banner__link{
  width: 300px;
}
#anakyun29.-wattstore .p_step .c_banner__link_i{
  width: 100%;
}

#anakyun29.-wattstore .p_stepThum {
  position: relative;
}
#anakyun29.-wattstore .p_stepThum.-arrow::before {
  content:'';
  display: block;
  background-image: url(/promotion/ana_kyun29/wattstore/image/arrow.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
@media (max-width:767px) {
  #anakyun29.-wattstore .l_bg_pale_blue {
    padding: 20px;
  }
  
#anakyun29.-wattstore .p_step .c_banner__link{
  width: 100%;
}
  #anakyun29.-wattstore .p_stepThum.-arrow::before {
    width: 40px;
    height: 31px;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
  }
  #anakyun29.-wattstore .p_stepThum.-arrow:empty:before {
    top: -50px;
  }
}
@media (min-width:768px) {
  #anakyun29.-wattstore .p_step{
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 10px;
  }
  #anakyun29.-wattstore .p_step__heading{
    grid-column-start: 2;
    grid-column-end: 3;
  }
  #anakyun29.-wattstore .p_stepThum.-arrow::before {
    top: -67px;
    left: 50%;
    width: 45px;
    height: 35px;
  }
  #anakyun29.-wattstore .p_stepThum.-arrow:empty:before {
    top: -45px;
  }
}
/* // --------------------------------------------------------------------------WattStore-------------------------------------------------------------------------- */
/* for /common-layout2/js/tag.js */
.ca_profitx_ad_container {
  margin-bottom: 22vw; 
}