@charset "UTF-8";

div[class*="anchorMenu_fix"] {
  position: fixed;
  z-index: 120000;
  top: -100px;
  opacity: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.contents_inner {
  /*max-width: 1160px;*/
  margin: 0 auto;
}
.arealist_innerWrap form select {
  position: relative;
  padding: 3px 0;
  box-shadow: 0px 1px 2px #76767640;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #292929;
  border: 1px solid #292929;
  opacity: 0;
  z-index: 5;
  width: 100%;
}
@media only screen and (max-width:767.98px) {
  .contents_inner {
    max-width: 100%;
  }
}
/*------------------------------------------------------------------------------------------------*/
.navi {
  position: fixed;
  z-index: 9999;
  width: 3.1%;
  top: 35%;
  right: 0;
}
.sticky {
  position: sticky;
  top: 8%;
  z-index: 9999;
}

.top_tit{
    width: 100%;
}
/*------------------------------------------------------------------------------------------------*/
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
  .anim_scroll_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
  }
}
/*kvArea
=======================*/
.kvArea {
  position: relative;
}
.kv {
  margin: 0;
  width: 100%;
  height: 100%;
}
.kvTitWrap {
  position: absolute;
  top: 15%;
  left: 50%;
  max-width: 1040px;
  width: 100%;
  transform: translate(-50%, -40%);
  text-align: center;
  z-index: 5;
}
.kvArea h1 {
  position: relative;
  margin: 0;
}
.kv .slider-item {
  height: 470px;
}
.kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767.98px) {
  .kv, .kv .slider-item {
    height: 100%;
  }
  .kvTitWrap {
    top: 48%;
    transform: translate(-50%, -48%);
  }
}
/*=====================*/
.kvWrap__leftMenu__info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .kvArea {
    height: 529px;
  }
  .kvWrap__leftMenu__info {
    gap: 30px;
  }
}
input {
  display: none;
}
#overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header__navi__block {
  z-index: 10 !important;
}
#bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
div[id^="window"] {
  width: 60%;
  padding: 10px;
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
}
#btn_cloth {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
#btn_cloth:hover {
  opacity: 0.7;
}
#btn_cloth span, #btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  background: #585858;
}
#btn_cloth span {
  transform: rotate(45deg);
}
#btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}
#popup01:checked ~ #overlay {
  visibility: visible;
}
#popup01:checked ~ #overlay #window01 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup02:checked ~ #overlay {
  visibility: visible;
}
#popup02:checked ~ #overlay #window02 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup03:checked ~ #overlay {
  visibility: visible;
}
#popup03:checked ~ #overlay #window03 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup04:checked ~ #overlay {
  visibility: visible;
}
#popup04:checked ~ #overlay #window04 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
#popup05:checked ~ #overlay {
  visibility: visible;
}
#popup05:checked ~ #overlay #window05 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
#txt_label {
  text-decoration: none;
  cursor: pointer;
}
#txt_label:hover {
  text-decoration: underline;
}
#msg a {
  display: inline-block;
  color: #fff;
  background: #CE5D8B;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  text-decoration: none;
}
#msg a:hover {
  opacity: 0.7;
}
#msg .popBox {
  padding: 20px;
}
#msg .pop_tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#msg .pop_tit {}
#msg .national_flag {
  background: #7b91a9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100px;
}
#msg .national_flag p {
  height: 40px;
  width: auto;
}
#msg .pop_tit_Main p:first-child {
  line-height: 0;
}
#msg .pop_tit_Main p:last-child {
  line-height: 1.4;
}
@media screen and (max-width:767.98px) {
  #msg .pop_tit_Main p:last-child {
    line-height: normal;
  }
}
/*#msg .pop_tit_Main p:first-child {
  max-width: 160px;
  line-height: 0;
}*/
#msg .pop_tit_Main p img {
  max-height: 30px;
}
#msg .pop_tit_Main {
  padding-left: 10px;
  font-size: 3rem;
  font-weight: bold;
}
#msg .pop_cont {
  padding: 20px 0;
}
#msg .pop_cont li {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
  gap: 10px;
}
#msg .pop_cont li .item_tit {
  font-size: 2rem;
  border: 1px #dddddd solid;
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#msg .pop_cont li .item_cont {
  padding-top: 5px;
  font-size: 1.5rem;
  color: #333333;
}
.outlet_various {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
#msg .pop_cont .outlet_various li {
  width: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 2px;
}
.outlet_various li p {
  font-size: 1.5rem;
}
.outlet_various li p:last-child {
  display: block;
  width: 100%;
}
.outlet_various li {
  opacity: 0.3;
}
.outlet_various li.select {
  opacity: 1;
}
.basic_info_btn {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  /*font-size: clamp(12px, 0.8vw, 15px);*/
  text-align: left;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  padding-right: 17px;
}
@media (max-width: 767px) {
  .basic_info_btn {
    font-size: 1.4rem;
  }
}
.basic_info_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("/med/feature/australia/cmn/img/basic_info/ic_info.svg") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.basic_info_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/*------------------------------------------------------------------------------------------------*/
.kvWrap__leftMenu__linkbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: 2rem;
  background: #12598c;
}
/*menuNav
=======================*/
.menuNav {
  background: #fff3d9;
}
.menuNav_t {
  position: sticky;
  top: 0;
  z-index: 100;
}
.menuNav_inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.menuNav .navItem {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  background: #e37d00;
  border-right: 2px solid #fff3d9;
}
.menuNav .navItem:last-of-type {
  border-right: none;
}
.menuNav .navItem a {
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  position: relative;
}
.menuNav .navItem a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .menuNav .navItem {
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover {
    background: #f9e9d5;
    color: #e37d00;
    opacity: .8;
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover::after {
    border-right: 2px solid #e37d00;
    border-bottom: 2px solid #e37d00;
  }
  .menuNav .navItem a::after {
    top: 46%;
    right: 5%;
  }
}
@media screen and (max-width:767.98px) {
  .menuNav_inner {
    flex-wrap: wrap;
  }
  .menuNav .navItem {
    font-size: 1.5rem;
    width: 50%;
    border-bottom: 2px solid #fff3d9;
  }
  .menuNav .navItem:nth-of-type(2) {
    border-right: none;
  }
  .menuNav .navItem:last-of-type {
    width: 100%;
    border-bottom: none;
  }
  .menuNav .navItem a {
    padding: 8px 10px 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }
  .menuNav .navItem a::after {
    bottom: 5%;
    right: calc(50% - 4px);
    transform: translateY(-30%) rotate(45deg);
  }
}
@media screen and (max-width:359px) {
  .menuNav .navItem {
    font-size: 1.2rem;
  }
}
/*=====================*/
.ann {
  font-size: 1.4rem;
  text-align: right;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .ann {
    width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .ann {
    font-size: 1.2rem;
  }
}

section h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
section .course__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
section .course__list li {
  width: 49%;
}
section .course__list li a {
  display: block;
  padding: 10px;
  box-shadow: 0px 1px 4px #d2d2d2;
  border-radius: 5px;
  width: 100%;
}
section .course__list li a .course_no {
  font-size: 1.4rem;
  border: 1px solid #dddddd;
  width: 90px;
  padding: 3px 0;
  color: #333333;
  text-align: center;
  line-height: 1;
}
section .course__list li a .course_tit {
  text-decoration: underline;
  color: #0058a4;
  font-size: 2rem;
  font-weight: bold;
}
section .course__list li a:hover .course_tit {
  text-decoration: none;
}
section .course__list li a .course_plan {
  font-size: 1.3rem;
  color: #707070;
  line-height: 1.2;
  margin-top: 10px;
}
section .course__list li a .course_plan .course_price {
  font-size: 2.8rem;
  color: #cc0d21;
  display: block;
  font-weight: bold;
}
/*------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .kvWrap .pcOnly {
    width: 100%;
  }
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}
@media screen and (max-width:767px) {
  form select{
    width: auto;
    padding: 2px;
    font-size: 1.4rem;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  section h2 {
    font-size: 1.5rem;
    margin: 0 10px;
  }
  main h1 {
    font-size: clamp(23px, 1.9vw, 36px);
    color: #333333;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
  }
  .main_tit_link {
    width: 100%;
  }
  section .course__list {
    padding: 0 5px;
  }
  section .course__list li {
    width: 100%;
  }
  section {
    padding: 0;
    width: 100%;
  }
  section .course__list li a .course_tit {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  section .course__list li a .course_plan {
    font-size: 1.2rem;
    color: #707070;
  }
  section .course__list li a .course_plan .course_price {
    font-size: 2rem;
    color: #cc0d21;
    display: block;
  }
/*------------------------------------------------------------------------------------------------*/
  
  div[id^="window"] {
    width: 95%;
    padding: 5px;
    top: 5%;
  }
  #msg .popBox {
    padding: 5px;
  }
  #msg .pop_cont {
    padding: 0;
  }
  #msg .pop_tit_Main {
    font-size: 2rem;
  }
  #msg .pop_cont li .item_tit {
    font-size: 1.5rem;
    width: 100%;
    height: auto;
    padding: 3px 0;
  }
  #msg .pop_cont li {
    flex-wrap: wrap;
    padding-top: 5px;
    gap: 0;
  }
  #msg .pop_cont li .item_cont {
    font-size: 1.2rem;
  }
  .outlet_various li p {
    font-size: 1rem;
    letter-spacing: -1px;
  }
  #msg .pop_cont li .item_cont br {
    display: none;
  }
  #msg .national_flag {

    padding: 10px 0;
  }
  #btn_cloth {
    top: 0;
    right: 0;
  }
}
/*-----------course自動入力用------------*/
.Slash::after {
  content: "／";
  left: -5px;
}
.Slash:empty {
  display: none;
}
/*------------------------------------------------------------------------------------------------*/

/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 40px auto 0;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #fff;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	cursor: pointer;
	z-index: 2;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
	cursor: pointer;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


/*courseArea
=======================*/
.courseArea {
	/*margin-top: 100px;*/
  max-width: 1160px;
  margin: 0 auto 50px;
	padding: 35px 0 55px;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.courseArea {
		margin: 10px 0 20px;
    padding: 20px 0;
	}
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
}

.courseArea h3 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  background: #e37d00;
  text-align: center;
  padding: 8px 0;
  margin-top: 40px;
}
@media screen and (max-width:767.98px) {
  .courseArea h3 {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d7d7d7;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #323232;
	font-size: 1.8rem;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	left: -8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.areaMenu ul {
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.areaMenu li {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.areaMenu li a {
		position: relative;
		padding: 10px 20px 10px 25px;
		font-size: 1.4rem;
	}
	.areaMenu li:first-of-type a::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
	.areaMenu li a span {
		padding-left: 0;
	}
	.areaMenu li a span::after {
		top: 35%;
    left: -15px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}
.areaBlock:first-of-type {
	margin-top: 52px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d7d7d7;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	/*left: 10px;*/
  left: 20px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	/*margin: 0 10px 10px 0;*/
  margin-bottom: 10px;
	/*padding: 3px 12px 1px 10px;*/
  padding: 3px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.course__card__tagBox ul li + li {
	margin-left: 10px;
}
.tabi_ic_pc {
  background: url("/med/feature/australia/cmn/img/logo/logo_tabimonogatari.webp") no-repeat!important;
  background-size: contain!important;
  width: 50px!important;
  height: 20px!important;
}
.look_ic_pc {
  background: url("/med/feature/australia/cmn/img/logo/logo_look.webp") no-repeat!important;
  background-size: contain!important;
  width: 50px!important;
  height: 20px!important;
}
 .course__card__tagBox ul .log_bg {
 background: #fff;
 }
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__codeArea__box .tabi_ic_sp img, 
.course__card__codeArea__box .look_ic_sp img {
  height: 22px;
  width: auto;
  margin-left: 5px;
}
.icon_discount {
	margin-left: 10px;
  padding: 4px 10px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  background: #d03142;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 20px auto;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin: 25px 0 45px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		/*margin: 0 5px 5px 0;*/
    margin: 0 0 5px;
		padding: 2px 7px;
		font-size: 1rem;
	}
  .course__card__tagBox ul li + li {
		margin-left: 5px;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.icon_discount {
		padding: 5px 8px 0;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
}
[class$="-course__card__body"] {
  position: relative;
}
main .look_img {
  content: "";
  display: block;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-color: #C1C1C1;
  background-position: center
}
@media only screen and (min-width:768px) {
  main .look_img .course__card__img__caption {
    right: 3%;
  } 
}
@media screen and (max-width: 767.98px) {
  main .look_img {
    left: 0;
    width: 100%;
    background-position: center;
  }
  main .look_img .course__card__img__caption {
    bottom: 2%;
  } 
}

/*=====================*/

@media screen and (min-width:768px) {
  .tabi_ic_sp,
  .look_ic_sp {
    display: none;
  }
}
@media screen and (max-width:767.98px) {

  .course__card__tagBox ul li:first-of-type {
    display: none;
  }
}
/*=====================*/

/*common
=======================*/
/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width:767.98px) {
  .anim_scroll_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
  }
}
/*=====================*/
/*---menuBox---*/
.arealist_innerWrap {
  position: relative;
  max-width: 250px;
  background: #292929;
  box-shadow: 0px 2px 2px #76767685;
  z-index: 3;
}
.arealist_innerWrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
.arealist_innerWrap .pseudoLabel {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
}
.arealist_wrap { /*追従アンカー用*/
  max-width: 250px;
  width: 100%;
  margin: 0 30px;
  padding: 15px 0;
  text-align: center;
  text-align: -webkit-center;
}
.arealist_wrap_02 { /*固定位置用*/
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: right;
  text-align: -webkit-right;
}
.kvWrap__leftMenu__info {
  max-width: 1160px;
  width: 100%;
}
.kvWrap__leftMenu__header {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:767.98px) {
  .kvWrap__leftMenu__info {
    flex-wrap: wrap;
  }
  .kvWrap__leftMenu__info > li {
    width: 50%;
    text-align: center;
  }
  .kvWrap__leftMenu__info > li #overlay {
    text-align: left;
  }
  .kvWrap__leftMenu__header {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    overflow: hidden;
  }
  .kvWrap__leftMenu__header span {
    position: relative;
  }
  .kvWrap__leftMenu__header span::before,
  .kvWrap__leftMenu__header span::after {
    position: absolute;
    content: '';
    top: 50%;
    width: 200%;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
  }
  .kvWrap__leftMenu__header span::before {
    left: -215%;
  }
  .kvWrap__leftMenu__header span::after {
    right: -215%;
  }
}
/*-------------*/

.kv .slider-item {
  height: 540px;
}
.kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767.98px) {
  .kv, .kv .slider-item {
    height: 100%;
  }
  .kvTitWrap {
    top: 25%;
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
  .kvArea .txt_oceania {
    padding-top: 5px;
    font-size: 1rem;
  }
  .kvArea h1 {
    margin: 0 auto;
    /*padding: 7px 15px 5px !important;*/
  }
  .kvWrap__leftMenu__point li {
    font-size: 1.2rem;
  }
  .arealist_wrap { /*追従アンカー用*/
    max-width: 100%;
    margin: 0;
    padding: 10px;
    border-right: none;
  }
  .arealist_wrap_02 { /*固定位置用*/
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    text-align: -webkit-center;
  }
}
/*=====================*/

/*spot
=======================*/
.spotArea {
  width: 100%;
  background: linear-gradient(90deg, rgba(242, 222, 167, 1) 0%, rgba(246, 232, 197, 1) 50%, rgba(242, 222, 167, 1) 100%);
}
#wrap_spot01 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 0 10px;
}
/* 観光スポット */
#tit_spot01 {
  text-align: center;
  margin-bottom: 35px;
  font-family: 'Noto Serif JP', serif;
}
#tit_spot01 .tit_spot01__sub_tit{
  font-size: 3.6rem;
  color: #4d3512;
  letter-spacing:0.42rem;
}
#tit_spot01 .tit_spot01__sub_tit .tit_spot01__sub_tit__tyo{
  color: #EB8D00;
  padding: 2px 10px 2px 13px;
  border-radius: 5px;
  border:1px solid #EB8D00;
  background: #ffffff;
  font-size: 2rem;
  margin-right: 10px;
}
#tit_spot01 .tit_spot01__main_tit .tit_spot01__main_tit__min{
  font-size: 2.6rem;
  color: #4d3512;
  margin-right: 2px;
}
#tit_spot01 .tit_spot01__main_tit{
  font-size: 3.9rem;
  color: #EB8D00;
  position: relative;
  display: inline;
}
#tit_spot01 .tit_spot01__main_tit::before{
  content: '';
  display: block;
  width: 80px; 
  height: 31px;
  background-image: url("/med/feature/australia/cmn/img/spot/deco_tit.webp");
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  top:25%;
  right:-20%;
}
#tit_spot01 .tit_spot01__main_tit span{
  letter-spacing:0.5rem;
  margin-right: -.2em;
}
#tit_spot01 .tit_spot01__main_tit::after{
  content: '';
  display: block;
  width: 80px; 
  height: 31px;
  background-image: url("/med/feature/australia/cmn/img/spot/deco_tit.webp");
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  top:25%;
  left:-20%;
  transform: scale(-1, 1);
}
#wrap_season01 #tit_spot01 .tit_spot01__main_tit::before{
  right: -55%;
}
#wrap_season01 #tit_spot01 .tit_spot01__main_tit::after{
  left: -55%;
}


/*スライダー*/
#wrap_spot01 [class^="slider_spot0"] {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
/*#wrap_spot01 .slider_spot04 {
  height: 400px;
}*/
#wrap_spot01 [class^="slider_spot0"] .caset_spot {
  /* width: 960px;*/
  height: 400px;
  margin: 0;
  padding: 0;
  position: relative;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts {
  background: url("/med/feature/australia/cmn/img/spot/bg_spot02.webp") right center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  width: 580px;
  height: 400px;
  position: absolute;
  top: 0;
  text-align: left;
  right: 0;
  font-family: 'Noto Serif JP', serif;
  padding: 30px 40px 0 85px;
  z-index: 10;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h3 {
  line-height: 1.2;
  margin: 0 0 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #5F7D15;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h3 .min_tit {
  font-size: 20px;
  display: inline-block;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h3 .icon_spot01 {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 0 10px;
  padding: 0;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h4 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  color: #4d3512;
  margin: 0 0 5px;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts .txt_spot01 {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #4d3512;
  margin-top: 15px;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts .map_spot01 {
  width: 357px;
  position: absolute;
  top: 356px;
  left: 0;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .pic_spot {
  width: 850px;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#wrap_spot01 [class^="slider_spot0"] .caset_spot .pic_spot img{
  width: 650px;
  height: 399px;
  object-fit: cover;
  object-position: 100% 0
}
#wrap_spot01 [class^="thum_spot0"] {
  width: 860px;
  height: 148px;
  margin: -270px auto 0;
  font-size: 0;
  line-height: 0;
}
#wrap_spot01 [class^="thum_spot0"] div div{
  transform:unset!important;
}
#wrap_spot01 [class^="thum_spot0"] li {
  width: 148px !important;
  height: 148px;
  margin: 0 9px;
  font-size: 0;
  line-height: 0;
  position: relative;
  outline: none;
}
#wrap_spot01 .thum_spot01 .slick-list {
    margin: 0 16px;
}
#wrap_spot01 .thum_spot02 .slick-list  {
    margin: 0 168px;
}
#wrap_spot01 .thum_spot03 .slick-list  {
    margin: 0 252px;
}
#wrap_spot01 .thum_spot04 .slick-list  {
    margin: 0 252px;
}
#wrap_spot01 .thum_spot05 .slick-list  {
    margin: 0 252px;
}
#wrap_spot01 .thum_spot06 .slick-list  {
    margin: 0 252px;
}
#wrap_spot01 [class^="thum_spot0"] li img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#wrap_spot01 [class^="thum_spot0"] li img:nth-of-type(1) {
  opacity: 0;
}
#wrap_spot01 [class^="thum_spot0"] li.slick-current img:nth-of-type(2) {
  opacity: 0;
}
#wrap_spot01 [class^="thum_spot0"] li.slick-current img:nth-of-type(1) {
  opacity: 1;
}
#wrap_spot01 [class^="thum_spot0"] li:hover img:nth-of-type(2) {
  opacity: .6;
}
#wrap_spot01 [class^="thum_spot0"] li:hover img:nth-of-type(1) {
  opacity: 1;
}
#wrap_spot01 [class^="thum_spot0"] li img:hover {
  cursor: pointer;
}
#wrap_spot01 [class^="thum_spot0"] li.slick-current img:hover {
  cursor: default;
}
/*スライダー*/
@media screen and (max-width:767.98px) {
  .spotArea {
    padding: 10px 0;
  }
  #tit_spot01 {
    margin-bottom: 20px;
  }
}

/* /観光スポット */
/* コース一覧 */

#wrap_course01 {
  margin-bottom: 46px;
}
#wrap_course01 #tit_course01 {
  text-align: center;
  margin-bottom: 35px;
}
/*エリアタブ*/
#wrap_course01 #tab_area01 {
  height: 70px;
  width: 920px;
  overflow: hidden;
  margin: 0 auto -10px;
}
#wrap_course01 #tab_area01 li {
  height: 70px;
  width: 128px;
  margin: 0 4px 0 0;
  float: left;
}
#wrap_course01 #tab_area01 li:last-of-type {
  height: 70px;
  margin: 0;
}
#wrap_course01 #tab_area01 li a {
  background: url(/med/feature/australia/common/images/tab_area01.png) no-repeat;
  display: block;
  height: 70px;
  width: 128px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
#wrap_course01 #tab_area01 li.tab_spk a {
  background-position-x: 0;
}
#wrap_course01 #tab_area01 li.tab_sdj a {
  background-position-x: -132px;
}
#wrap_course01 #tab_area01 li.tab_tyo a {
  background-position-x: -264px;
}
#wrap_course01 #tab_area01 li.tab_ngo a {
  background-position-x: -396px;
}
#wrap_course01 #tab_area01 li.tab_osa a {
  background-position-x: -528px;
}
#wrap_course01 #tab_area01 li.tab_hij a {
  background-position-x: -660px;
}
#wrap_course01 #tab_area01 li.tab_fuk a {
  background-position-x: -792px;
}
#wrap_course01 #tab_area01 li a:hover {
  background-position-y: -70px;
}
#wrap_course01 #tab_area01 li.tab_crnt a {
  background-position-y: -140px;
}
/* 気温と降水量 */
.seasonArea {
  width: 100%;
  background: linear-gradient(90deg, rgba(242, 222, 167, 1) 0%, rgba(246, 232, 197, 1) 50%, rgba(242, 222, 167, 1) 100%);
}
#wrap_season01 {
  padding: 60px 0 95px;
}
#wrap_season01 #tit_season01 {
  text-align: center;
  margin-bottom: 35px;
}
#wrap_season01 .tbl_season01 {
  border-collapse: collapse;
  width: 1100px;
  margin: 0 auto;
}
#wrap_season01 .tbl_season01 tr td {
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  vertical-align: middle;
}
#wrap_season01 .tbl_season01 .tr_season {
  border-bottom: 5px solid rgba(255, 255, 255, 0);
}
#wrap_season01 .tbl_season01 .tr_season td {
  font-size: 1.4rem;;
  color: #fff;
  padding: 6px 0;
  position: relative;
}
#wrap_season01 .tbl_season01 .tr_season td::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  z-index: 1;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(1) {
  background-color: #a49b5e;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(2) {
  background-color: #e4aeae;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(2)::after {
  border-left: 17px solid #e4aeae;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(3) {
  background-color: #79c9c9;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(3)::after {
  border-left: 17px solid #79c9c9;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(4) {
  background-color: #e6b056;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(4)::after {
  border-left: 17px solid #e6b056;
}
#wrap_season01 .tbl_season01 .tr_season td:nth-of-type(5) {
  background-color: #8f99c3;
}
#wrap_season01 .tbl_season01 .tr_month td {
  background-color: #544b3d;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #f5e3b4;
  border-right: 2px solid #f5e3b4;
  padding: 10px 0;
}
#wrap_season01 .tbl_season01 .tr_month td:nth-of-type(1) {
  background-color: #ba7c1c;
}
#wrap_season01 .tbl_season01 .tr_month td:last-of-type {
  border-right: none;
}
#wrap_season01 .tbl_season01 .tr_kion01 td {
  background-color: #eefbdb;
  color: #d34a5b;
  border-bottom: 2px solid #f5e3b4;
  border-right: 2px solid #f5e3b4;
}
#wrap_season01 .tbl_season01 .tr_kion01 td:not(:nth-of-type(1)):after, #wrap_season01 .tbl_season01 .tr_kion03 td:not(:nth-of-type(1)):after {
  content: '℃';
  font-size: 12px;
}
#wrap_season01 .tbl_season01 .tr_kion02 td:not(:nth-of-type(1)):after, #wrap_season01 .tbl_season01 .tr_tokyo td:not(:nth-of-type(1)):after {
  content: '℃';
  font-size: 12px;
}
#wrap_season01 .tbl_season01 .tr_kion01 td:nth-of-type(2):after, #wrap_season01 .tbl_season01 .tr_tokyo td:nth-of-type(2):after {
  content: '';
}
#wrap_season01 .tbl_season01 .tr_kion01 td:last-of-type {
  border-right: none;
}
#wrap_season01 .tbl_season01 .tr_kion01 .td_city {
  background-color: #df9c36;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#wrap_season01 .tbl_season01 .tr_kion02 td {
  background-color: #f5fac2;
  color: #537cd7;
  border-bottom: 2px solid #f5e3b4;
  border-right: 2px solid #f5e3b4;
}
#wrap_season01 .tbl_season01 .tr_kion02 td:last-of-type {
  border-right: none;
}
#wrap_season01 .tbl_season01 .tr_rain01 td {
  background-color: #e1e7a3;
  color: #4d3512;
  border-bottom: 2px solid #f5e3b4;
  border-right: 2px solid #f5e3b4;
}
#wrap_season01 .tbl_season01 .tr_rain01 td:not(:nth-of-type(1)):after {
  content: 'mm';
  font-size: 12px;
}
#wrap_season01 .tbl_season01 .tr_rain01 td:last-of-type {
  border-right: none;
}
#wrap_season01 .tbl_season01 .tr_tokyo td {
  background-color: #ececec;
  color: #d34a5b;
  border-bottom: 2px solid #f5e3b4;
  border-right: 2px solid #f5e3b4;
}
#wrap_season01 .tbl_season01 .tr_tokyo td:last-of-type {
  border-right: none;
}
#wrap_season01 .tbl_season01 .tr_tokyo .td_city {
  background-color: #909090;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
}
#wrap_season01 .tbl_season01 .tr_kion03 td {
  background-color: #ececec;
  color: #537cd7;
  border-bottom: 2px solid #f5e3b4;
  border-right: 2px solid #f5e3b4;
}
#wrap_season01 .tbl_season01 .tr_kion03 td:last-of-type {
  border-right: none;
}
#wrap_season01 .tbl_season01 .tr_rain02 td {
  background-color: #d9d9d9;
  color: #4d3512;
  border-bottom: 2px solid #f5e3b4;
  border-right: 2px solid #f5e3b4;
}
#wrap_season01 .tbl_season01 .tr_rain02 td:not(:nth-of-type(1)):after {
  content: 'mm';
  font-size: 12px;
}
#wrap_season01 .tbl_season01 .tr_rain02 td:last-of-type {
  border-right: none;
}
#wrap_season01 .txt_season01 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
}
/* /気温と降水量 */
@media screen and (max-width:767.98px) {
  #wrap_season01 .tbl_season01 {
    width: 900px;
  }
}
/*相互バナー*/
.bnr_link01 {
  text-align: center;
  margin: 0 0 70px;
}
.bnr_link01 a img {
  transition: all .2s linear;
}
.bnr_link01 a:hover img {
  opacity: .6;
}
/*/相互バナー*/
/*相互バナー*/
.bnr_link01 {
  text-align: center;
  margin: 0 0 70px;
}
.bnr_link01 a img {
  transition: all .2s linear;
}
.bnr_link01 a:hover img {
  opacity: .6;
}
/*/相互バナー*/
/*pagetop*/
.btn_pagetop01 {
  width: 80px;
  height: 80px;
  font-size: 0;
  line-height: 0;
}
.btn_pagetop01 a img {
  transition: all .2s linear;
}
.btn_pagetop01 a img:hover {
  opacity: .7;
}
/*/pagetop*/
.imgAnnotation_cmp {
  margin: 0px auto 15px;
  color: #4d3512;
  font-size: 11.5px;
  text-align: right;
}
main .-pagetop a:link, main .-pagetop a:visited {
  pointer-events: all;
}
.-pagetop img {
  box-shadow: none;
    
}
main .-pagetop {
margin-top: -80px;
  display: flex;
  justify-content: flex-end;
  bottom: 10px;
  margin-right: 10px;
}
/*--------tab----------*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*タブのスタイル*/
.tab_item {
  cursor: pointer;
  margin: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 100px;
  background-color: #d9d9d9;
  font-size: 2.0rem;
  text-align: center;
  color: #E0E0E0;
  font-weight: bold;
  transition: all 0.2s ease;
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg.webp");
  border-radius: 5px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1); 
}
.tab_tasmania,.tab_westernaustralia {
  margin-top: 40px;
}
.tab_queensland{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg.webp");
}
.tab_victoria{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg2.webp");
}
.tab_wales{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg3.webp");
  line-height: 1.2;
}
.tab_northern{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg4.webp");
}
.tab_tasmania{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg5.webp");
}
.tab_westernaustralia{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg6.webp");
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  visibility: hidden;
  height: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#queensland:checked ~ #queensland_content,
#victoria:checked ~ #victoria_content,
#wales:checked ~ #wales_content,
#northern:checked ~ #northern_content,
#tasmania:checked ~ #tasmania_content,
#westernaustralia:checked ~ #westernaustralia_content  {
  visibility: visible;
    height: auto;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item span{
  border: 1px solid #ffffff;
  margin: 5px;
  border-radius: 5px;
  width: 222px;
  padding: 28px 0;
  display: inline-block;
}
.tabs input:checked + .tab_wales span{
  padding: 20px 0;
}

.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
  position: relative;
}
.tabs input:checked + .tab_item::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 17px;
  background-color: #2589d0;
  content: '';
  background-position:  bottom 91px center;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tabs input:checked + .tab_queensland::before{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg.webp");
}
.tabs input:checked + .tab_victoria::before{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg2.webp");
}
.tabs input:checked + .tab_wales::before{
  /*background-image: url("/med/feature/australia/cmn/img/spot/btn_bg3.webp");*/
  background-color: #2a2731;
}
.tabs input:checked + .tab_northern::before{
  /*background-image: url("/med/feature/australia/cmn/img/spot/btn_bg4.webp");*/
  background-color: #615137;
}
.tabs input:checked + .tab_tasmania::before{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg5.webp");
}
.tabs input:checked + .tab_westernaustralia::before{
  background-image: url("/med/feature/australia/cmn/img/spot/btn_bg6.webp");
}
/*---*/
.tab_content_description_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0 40px;
  font-family: 'Noto Serif JP', serif;
}
.tab_content_description_box_left{
  width: 60%;
  text-align: left;
}
.tab_content_description_box_left h3{
  color: #5f7d15;
  font-weight: bold;
  position: relative;
  font-size: 4.5rem;
  margin: 0 0 30px;
  line-height: 1;
  padding-left: 35px;
}
 #wales_content .tab_content_description_box_left h3{
  font-size: 3.6rem;
  margin: 0 0 50px;
}
.tab_content_description_box_left h3::before{
  content: '';
  display: block;
  width: 30px; 
  height: 45px;
  background: url("/med/feature/australia/cmn/img/spot/pointer.webp");
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
}
.tab_content_description_box_left p{
  color: #4d3512;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
}
.Footer{
  margin-top: 0;
}
.gday_logo{
  content: "";
  display: inline-block;
  position: absolute;
  top:15px;
  left:15px;
  width: 140px;
}
#northern_content {
  width: 100%;
}
/*-------------------------------------------sp--------------------------------------------*/
@media screen and (max-width:767px) {

  /* 共通要素 */
  #container {
    width: 100% !important;
    margin-left: 0!important;
  }
/* 観光スポット */

  #tit_spot01 .tit_spot01__sub_tit{
    font-size: 1.8rem;
    letter-spacing:0.2rem;
  }
  #tit_spot01 .tit_spot01__sub_tit .tit_spot01__sub_tit__tyo{
    font-size: 1.6rem;
  }
  #tit_spot01 .tit_spot01__main_tit .tit_spot01__main_tit__min{
    font-size: 1.8rem;
  }
  #tit_spot01 .tit_spot01__main_tit{
    font-size: 2.3rem;
    color: #EB8D00;
    position: relative;
    line-height: 1.2;
  }
  #tit_spot01 .tit_spot01__main_tit::after{
    display: none;
  }
  #tit_spot01 .tit_spot01__main_tit span{
    letter-spacing:0.1rem;
    margin-right: 0;
  }
  #tit_spot01 .tit_spot01__main_tit::before{
    display: none;
  }
  #wrap_spot01 {
    padding: 20px 0 0;
  }
  #wrap_spot01 [class^="slider_spot0"] {
    height: auto;
  }
  #wrap_spot01 .slick-initialized{
    opacity: 1;
  }
  /*#wrap_spot01 .slider_spot04 {
    height: auto;
  }*/
  #wrap_spot01 [class^="slider_spot0"] .caset_spot {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts .txt_spot01 {
    margin: 10px 0 20px;
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts {
    background: url("/med/feature/australia/cmn/img/spot/bg_spot03.webp") right center repeat rgba(255,235,105,1.00);
    width: 100%;
    /*height: auto;*/
    height: 350px;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
      text-align: left;
    padding: 20px 10px;
    z-index: 10;
      object-fit: cover;
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 24px;
    width: 100%
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h3 .min_tit {
    order: 0; 
    width: 100%;
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h3 span:last-child{
    width: 100%;
    order: 1; 
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .box_conts h3 .icon_spot01 {
    margin: 5px 0 0;
    order: 2;
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .pic_spot {
    width: 100%;
  }
  #wrap_spot01 [class^="slider_spot0"] .caset_spot .pic_spot img{
    width: 100%;
    height: auto;
  }
  #wrap_spot01 [class^="thum_spot0"] {
    width: 100%;
    height: 100px;
    margin: -17px auto 0;
  }
  #wrap_spot01 [class^="thum_spot0"] li {
    width: 10.3vh !important;
    height: 10.3vh;
    margin: 0 2px;
  }
  #wrap_spot01 .thum_spot01 .slick-list {
    margin: 0 auto;
  }
  #wrap_spot01 .thum_spot02 .slick-list  {
    margin: 0 auto;
  }
  #wrap_spot01 .thum_spot03 .slick-list  {
    margin: 0 auto;
  }
  #wrap_spot01 .thum_spot05 .slick-list  {
    margin: 0 auto;
  }
  #wrap_spot01 .thum_spot06 .slick-list  {
    margin: 0 auto;
  }
  #wrap_spot01 [class^="thum_spot0"] .slick-list .slick-track{
    width: 100% !important;
    display: flex;
    justify-content: space-around;
  }
/*スライダー*/
/* /観光スポット */
/* 気温と降水量 */
  #wrap_season01 {
    margin-bottom: 15px;
    padding: 30px 0 10px;
  }
  #wrap_season01 .sp_scroll {
    margin: 0 0 0 10px;
    overflow: auto;
  }
  #wrap_season01 .txt_season01 {
    margin: 0 10px;
  }
  #wrap_season01 .tbl_season01 .tr_kion01 .td_city {
    font-size: 1.6rem;
  }
/* /気温と降水量 */

  .-pagetop img {
    width: 90%; 
  }
/*--------tab----------*/

  /*タブのスタイル*/
  .tab_item {
    margin: 10px;
    justify-content: space-around;
    align-items: center;
    width: 140px;
    height: 80px;
    font-size: 13px;
    background-size: cover;
  }
  .tab_item span{
    padding: 27px 0; 
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item span{
    width: 148px;
    height: 90%;
    padding: 27px 0;
  }
  .tabs input:checked + .tab_wales span{
    padding: 23px 0;
  }
  .tab_northern{
    background-position: top center;
    line-height: 1.2;
  }
  .tab_content_description{
    width: 100%
  }
  .tab_content_description_box{
    justify-content: center;
    margin: 10px;
  }
  .tab_content_description_box_left{
    width: 100%;}
    .tab_content_description_box_left br{
    display: none;
  }
  .tab_content_description_box_left h3{
    font-size: 3rem;
    margin: 40px 0 20px;
    line-height: 1;
    padding-left: 22px;
  }
   #wales_content .tab_content_description_box_left h3{
    font-size: 2.4rem;
    margin: 40px 0 20px;
    line-height: 1.3;
  }
  .tab_content_description_box_left h3::before{
    content: '';
  display: block;
  width: 20px; 
  height: auto;
  bottom:-10px;
  }
  .tab_content_description_box_left p{
    line-height: 1.5;
    font-size: 1.5rem;
    margin: 0 5px 20px;
  }
  .gday_logo{
    top: 8px;
    left: 8px;
    width: 80px;
  }
}


.fade{
  opacity : 0;
  transition: opacity 1s;
}
 
.fade.view{
  opacity: 1;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before{
  opacity: 1 !important;
}
.scroll-hint-icon{
  z-index: 5;
}



/*pageTopBtn
=======================*/
.pageTopBtn {
  display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
  left: 93%;
  position: sticky;
  /*bottom: 140px;*/
  bottom: 30px;
  text-align: right;
  opacity: 0;
  z-index: 10;
}
.over_pkup {
  bottom: 130px !important;
}
.pageTopBtn_inner {
  margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  background: #12598c;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
  opacity: 1;
}
.pageTopBtn.-show a {
  cursor: pointer;
}
.pageTopBtn.-transition500 {
  transition: .2s ease;
}

@media screen and (min-width:768px) {
  .pageTopBtn a:hover {
    background: #5f98c1;
    opacity: .8;
    transition: 0.2s ease all;
  }
}

@media screen and (max-width:767.98px) {
  .pageTopBtn a {
    width: 45px;
    height: 45px;
  }
  .pageTopBtn a:before {
    width: 16px;
    height: 16px;
  }
}
/*=====================*/



/*slick adjust
=======================*/
@media screen and (max-width:767.98px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
/*=====================*/

main #msg ul .txt_link{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
main #msg ul .txt_link a{
  display: inline-block;
  background: none;
  text-decoration: underline;
  color: #069;
  font-size: 1.6rem;
}
main #msg ul .txt_link a:hover{
  text-decoration: none;
}


/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
  cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*.assist-banner__detail {
  font-weight: bold;
}*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
  transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
  .assist-banner__pickup__inner {
    padding: 0 18px;
  }
  .assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
  .assist-banner__pickup {
    top: -25px;
  }
  .assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .assist-banner__title {
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}

@media screen and (max-width:767.98px) {
  .assist-banner.is-show {
    right: 15px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
  }
  .assist-banner__pickup {
    top: -17px;
  }
  .assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
  .assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
  }
  .assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .assist-banner__detail span {
    font-size: 1.1rem;
  }
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
/*=====================*/


