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

.contents * {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    line-height: 1.3;
    color: #333;
}

.contents {
    width: 100%;
}

.wrap_title {
    background-color: #00BEFF;
}

.ttl_inner {
    position: relative;
    background: url(/attending/kokunai/josei/images/ttl_bg_pc@2x.png) top center / cover no-repeat;
    height: 350px;
}

.ttl_inner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.ttl_inner h1 img {
	width: 450px;
}

.seoarea {
    background-color: #32CD32;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 55px;
}

.seotxt {
    font-size: 18px;
    color: #fff;
    width: 1024px;
    margin: 0 auto;
}

.wrap_initiatives {
    background-color: #FFFACD;
    text-align: center;
    margin-bottom: 50px;
    padding: 15px 0;
}

.wrap_initiatives a {
    font-size: 22px;
    font-weight: 900;
    color: #004BB1;
}

.wrap_initiatives a:hover {
	text-decoration: underline;
}

.MainContBox {
    width: 1024px;
    margin: 0 auto;
}

/* タイトル */

.sbTtl {
    background: url(/attending/kokunai/josei/images/icon01@2x.png) top center / 37.5px no-repeat;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 37.5px;
}

.sbTtl span {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #00BEFF;
    padding: 1px 30px 0;
}

.sbTtl span:before,
.sbTtl span:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #00BEFF;
    content: "";
}

.sbTtl span:before {
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.sbTtl span:after {
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.sbTtl h2 {
    font-size: 28px;
    color: #00BEFF;
	font-weight: 800;
}

/* 今話題の助成金ツアー */
.wrap_recommended {
    margin-bottom: 50px;
}

/* 目的地別助成金ツアー */
.wrap_destination {
    margin-bottom: 50px;
}

.block_destination {
    border: solid 1px #707070;
    border-radius: 5px;
    text-align: center;
    padding: 30px 40px 0;
}

.block_destination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block_destination ul li {
    margin: 0 30px 30px 0;
}

.block_destination ul li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #1D3994;
    font-weight: 600;
}


.block_destination ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    display: inline-block;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #1D3994;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.block_destination ul li a:hover {
    color: #F93;
}

.block_destination ul li a:hover::after {
    border-color: transparent transparent transparent #F93;
}

/* 助成金ツアー一例 */
.wrap_tour {
    margin-bottom: 50px;
}

.wrap_tour h3 {
    background-color: #00BEFF;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 0;
}

.wrap_tour_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour_item {
    width: calc(98% / 2);
    border: solid 1px #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.tour_item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.tour_item h4 {
    background-color: #9DE6FF;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 0;
}

.tour_item ul {
    margin: 0 15px;
}

.tour_item ul li {
    border-bottom: dashed 1px #707070;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.carousel_inner .tour_name{
	float:left;
	width:100%;
}

.tour_name a {
    font-size: 18px;
    font-weight: 900;
    text-align: left;
}

.tour_name .ken_name{
    display: inline-block;
	float: left;
    border-radius: 5px;
	margin-right: 10px;
	margin-bottom:15px;
    font-size: 14px;
    /*width: 31%;*/
    text-align: center;
    padding: 10px 21px;
	font-weight:bold;
	color:#00BEFF;
	border:2px solid #00BEFF;
}

.wrap_bot .tour_price {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #C7000B;
    text-align: right;
    width: 100%;
    clear: both;
}

.noTour {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin: 0 15px;
    padding: 20px 0;
}

/* その他お宿プラン */
.wrap_oyado {
    margin-bottom: 50px;
}

.btn_oyado-link {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: #F08080;
    font-size: 16px;
    font-weight: 900;
    color: #fff !important;
    text-align: center;
    margin: 0 250px;
    padding: 1.5% 0;
    transition: .3s;
}

.btn_oyado-link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    display: inline-block;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    transition: .3s;
}

.btn_oyado-link:hover {
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
}

.btn_oyado-link:hover::after {
    border-color: transparent transparent transparent #fff;
}

/* その他オススメ特集 */
.themeOtBoxttlSMP {
    display: none;
}

.themeOtBox {
    clear: both;
    background: url(/attending/kokunai/josei/images/themeBtm.gif) bottom no-repeat;
    width: 960px;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
}

.themeOtBox h3 {
    width: 960px;
    height: 50px;
}

.themeMdl {
    overflow: hidden;
    background: url(/attending/theme/images/themeMdl.gif) repeat-y;
    max-width: 960px;
    width: 100%;
    height: auto;
    padding: 5px 0 10px;
}

.themeOtBox dl {
    overflow: hidden;
    float: left;
    width: 300px;
    height: auto;
    margin: 0 0 15px 15px;
}

.theme_p {
    float: left;
    background: url(/sharing/common14/images/noimage160.png) no-repeat;
    width: 160px;
    height: 120px;
    margin-right: 10px;
}

.theme_p img {
    width: 160px;
    height: 120px;
    vertical-align: top;
}

.theme_ttl {
    float: right;
    width: 130px;
    height: auto;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

.theme_ttl a {
    font-size: 14px;
}

.theme_txt {
    float: right;
    width: 130px;
    height: auto;
    font-size: 14px;
}


/* カルーセル */
.single-item {
    margin-bottom: 80px;
}

.slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.slide-arrow.slick-disabled {
    opacity: 0.3;
}

.slide-prev {
    left: -50px;
}

.slide-next {
    right: -50px;
}

.slide-prev::before,
.slide-next::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 7px solid rgba(0, 190, 255, 1);
    border-right: 7px solid rgba(0, 190, 255, 1);
}

.slide-prev::before {
    transform: translateY(-50%) rotate(-135deg);
}

.slide-next::before {
    transform: translateY(-50%) rotate(45deg);
}

.slide-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;

    border: 0;
    outline: none;
    background: #CDD6DD;
    border-radius: 100px;
}

.slide-dots li.slick-active button {
    background: #707070;
}

.slide-dots li button:hover,
.slide-dots li button:focus {
    outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
}

/* リンク */
.tour_link {
    display: block;
    text-decoration: none !important;
    transition: all 0.3s;
}

.tour_link:hover {
    transition: all 0.3s;
    opacity:0.5;
}

.btnToTop {
    position: fixed;
    bottom: 20px;
    left: 65%;
    width: 70px;
    display: none;
    margin-left: 308px;
    z-index: 50;
}

/*おすすめ特集*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 910px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 199px;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 199px;
    height: auto;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width:100%;
	max-height:100%; 
}

.swiper-banner-container {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/kokunai/josei/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/kokunai/josei/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

/*ハイパーバナー*/
#hyperBn {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 20;
  padding: 10px 40px 10px 10px;
  background-color: white;
  box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
}

.hyperBn__img {
  display: block;
  width: 320px;
  border: 1px solid #e5e5e5;
  transition: opacity 0.3s;
}

.hyperBn__img:hover {
  opacity: 0.7;
}

.hyperBn__close {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid white;
  transition: border-color 0.3s;
}

.hyperBn__close:hover {
  border-color: #888;
}

.hyperBn__close-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.hyperBn__close-inner::before,
.hyperBn__close-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #888;
}

.hyperBn__close-inner::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.hyperBn__close-inner::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn_class{
	border: solid 2px #009DE6;
    text-align: center;
    margin-bottom: 30px;
    width: 90%;
    margin-left: 5%;
}
.btn_class a{
	display:block;
	padding: 25px 20px;
	background:#FFFACD;
	color:#009DE6;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s;
}
.btn_class a:hover{
	opacity:.7;
}