﻿@charset "UTF-8";


.title_bl02 {
    padding: 4px 15px;
    background: #00abeb;
    color: #fff;
    font-weight: bold;
}
/* general */

#articleWrap h1{
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;

}

/* 20190225 */

.mvBox h1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mv_text{
    text-align: left;
    margin: -85px 10px 70px;
    color: #333333;
    font-size: 117%;
    background: rgba(255,255,255,0.8);
    padding: 5px 0 5px 24px;
    font-weight: bold
}
.searchForm01{
    border-top: 1px solid #5ea6c1;
}
.navi{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: 100% auto;
    margin: 10px 10px;
	padding: 20px 0;
    background-position: left 0 top 0, left 0 bottom 0;
    background-image: url(/feature/summer/img/nav_bk.png), url(/feature/summer/img/nav_bk.png);
	background-repeat: no-repeat,no-repeat;

}
.navi li{
    width: 48%;
    text-align: center;
    border-radius: 100px;
    font-size: 130%;
    margin: 7px 0;
}
.navi li a{
    padding: 7px 20px 5px 0;
    display: block;
    color: #ffffff;
    font-weight: bold;
    border-radius: 100px;
    background-color: #64d5f2;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}
.navi li a:hover{
    background-color: #84def4;
    text-decoration: none;
}
.navi li a::before,
.navi li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.navi li a::before{
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
.navi li a::after{
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 13px auto;
}


.corner02_02{
    padding: 20px 0;
    margin: 20px 10px;
	border-bottom: 2px solid #333333;
}
.corner02_02 h3{
    text-align: center;
    color: #333333;
    font-size: 171%;
    display: flex;
    align-items: center;
    margin: 20px auto;
    padding: 20px auto;
    font-weight: bold;
}
.corner02_02 h3::before{
    content: "";
    flex-grow: 1;
    height: 2px;
    display: block;
    background-color: #333333;
    margin-right: 20px;
}
.corner02_02 h3::after{
    content: "";
    flex-grow: 1;
    height: 2px;
    display: block;
    background-color: #333333;
    margin-left: 20px;
}
.corner02_02 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px;
}
.corner02_02 ul li{
    width: 48%;
    margin: 20px 0;
}
.corner02_02 ul li a{
    color: #333333;
}
.corner02_02 ul li figure{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.corner02_02 ul li figcaption{
    font-size: 112%;
}
.corner02_02 ul li figcaption strong{
    display: block;
    font-size: 114%;
}
.corner02_02 ul li figcaption span{
    display: table-cell;
    text-decoration: underline;
    color: #444444;
    position: relative;
    padding-left: 13px;
}
.corner02_02 ul li figcaption span::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #000;
    border-right-width: 0;
}

.session01_bg{
	padding: 40px 0 60px;
    position: relative;
    overflow: hidden;
    background-color:#def7fd;
    z-index: 2;
	background-image: url(/feature/summer/img/bg01.png), url(/feature/summer/img/bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 2% top 2%, right 2% bottom 0%;
	background-size: 90px auto;
}
.session01_bg::before {
    margin: -22% -10% 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    content: '';
    position: absolute;
    top: -12%;
    left: 0;
    width: 120%;
    height: 20%;
    background: #ffffff;
    z-index: -1;
}
.session01_bg::after {
    margin: 2% -10% 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    content: '';
    position: absolute;
    bottom: -38%;
    left: 0;
    width: 120%;
    height: 38.5%;
    background: #ffffff;
    z-index: -1;
}
.session01 h3{
	font-size: 20px;
	color: #1183c7;
	font-weight: bold;
	margin: 10px 10px;
	padding-left: 100px;
	background: url(/feature/summer/img/section01.png) no-repeat;
	background-position: left;
	background-size: auto 85px;
	letter-spacing: -1.5px;
}
.session01_cassette{
	max-width: 1080px;
	margin: 40px 10px;
}
.session01 .session01_cassette .rank_title{
	font-size: 24px;
	font-weight: bold;
}
.session01 .session01_cassette .rank_title strong{
	margin-right: 20px;
	font-size: 110%;
}
.session01 .session01_cassette .rank_title.rank01 strong{
	color: #c4a602;
}
.session01 .session01_cassette .rank_title.rank02 strong{
	color: #939393;
}
.session01 .session01_cassette .rank_title.rank03 strong{
	color: #b28a4a;
}
.session01 .session01_cassette .rank_title strong span{
	font-size: 80%;
}
.session01 .session01_cassette .lowest_price{
	color: #e60012;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 5px 0 15px 0;
}
.session01 .session01_cassette .lowest_price span{
	background-color: #e60012;
	color: #ffffff;
	font-size: 86%;
	padding: 5px 10px;
	margin-right: 10px;
}
.session01 .session01_cassette a{
	font-size: 16px;
	color: #ffffff;
	background-color: #1183c7;
	padding: 10px 50px 10px 20px;
	margin: 20px 60px;
	display: block;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}
.session01 .session01_cassette a::before,
.session01 .session01_cassette a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.session01 .session01_cassette a::before{
    right: 14px;
    width: 15px;
    height: 1px;
    background: #ffffff;
}
.session01 .session01_cassette a::after{
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cst_area{
	margin: 20px;
}

.session02{
	padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
    background: #def7fd;
    z-index: 2;
	background-image: url(/feature/summer/img/bg03.png), url(/feature/summer/img/bg04.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 2% top 3%, left 1% bottom 5%;
	background-size: 70px auto;
}
.session02::before {
    margin: -35% -10% 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 120%;
    height: 10%;
    background: #ffffff;
    z-index: -1;
}
.session02::after {
    margin: 2% -10% 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    content: '';
    position: absolute;
    bottom: -14%;
    left: 0;
    width: 120%;
    height: 17%;
    background: #ffffff;
    z-index: -1;
}

.session02 h3{
	font-size: 20px;
	color: #1183c7;
	font-weight: bold;
	margin: 10px 10px;
	padding-left: 100px;
	background: url(/feature/summer/img/section02.png) no-repeat;
	background-position: left;
	background-size: auto 85px;
	letter-spacing: -1.5px;
}
.session02 ol{
	max-width: 1080px;
	margin: 0 auto;
}
.session02 ol li{
	margin-bottom: 40px;
	margin: 0 10px 40px;
}
.session02 a{
	font-size: 16px;
	color: #ffffff;
	background-color: #1183c7;
	padding: 10px 50px 10px 20px;
	margin: 20px 60px;
	display: block;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}
.session02 a::before,
.session02 a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.session02 a::before{
    right: 14px;
    width: 15px;
    height: 1px;
    background: #ffffff;
}
.session02 a::after{
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.session02 ol li .rank_title{
	font-size: 24px;
	font-weight: bold;
}
.session02 ol li .rank_title strong{
	margin-right: 20px;
	font-size: 110%;
}
.session02 ol li .rank_title.rank01 strong{
	color: #c4a602;
}
.session02 ol li .rank_title.rank02 strong{
	color: #939393;
}
.session02 ol li .rank_title.rank03 strong{
	color: #b28a4a;
}
.session02 ol li .rank_title strong span{
	font-size: 80%;
}
.session02 ol li .lowest_price{
	color: #e60012;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
}
.session02 ol li .lowest_price span{
	background-color: #e60012;
	color: #ffffff;
	font-size: 86%;
	padding: 5px 10px;
	margin-right: 10px;
}


.session03{
	margin: 10px;
}
.session03 h3{
	font-size: 20px;
	color: #1183c7;
	font-weight: bold;
	margin: 10px 10px 20px;
	padding-left: 100px;
	background: url(/feature/summer/img/section03.png) no-repeat;
	background-position: left;
	background-size: auto 85px;
}
.session03 ul{
	margin: 0 auto;
}
.session03 ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.session03 ul li figure{
	width:48%;
}
.session03 ul li div{
	width: 48%;
}
.session03 ul li a{
	background-color: #1183c7;
	border-radius: 100px;
	color: #ffffff;
	padding: 3px 10px;
	display: block;
	margin: 10px;
	text-align: center;
}
.session03 ul li figcaption{
	font-weight: bold;
	font-size: 18px;
	margin: 5px;
	line-height: 1;
}
.session03 ul li p{
	margin: 5px;
}
.session03 ul li a:hover{
	text-decoration: none;
	background-color: #58a8d8;
}

.themePark{
	background: #ffd4ce; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffd4ce 0%, #ffebe3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ffd4ce 0%,#ffebe3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ffd4ce 0%,#ffebe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd4ce', endColorstr='#ffebe3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 10px;
}
h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
.summer-contents-list{
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 10px;
}
.summer-contents-list li{
	width: 48%;
	font-size: 14px;
	margin-bottom: 20px;
}
.summer-contents-list li a{
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.summer-contents-list li figcaption{
	margin-top: 10px;
}
.summer-contents-list li:last-child a{
	display: block;
	margin-top: 30%;
}
.conditions{
	padding: 10px 10px;
}
.conditions ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
}
.conditions ul li{
	width: 48%;
	box-shadow:0px 0px 3px -1px #000000;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.conditions ul li a{
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.conditions ul li a:hover{
	text-decoration: none;
}
.conditions ul li a figcaption{
	padding: 20px;
}
.info{
	background: #ffffa2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffa2 0%, #ffffca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffa2 0%,#ffffca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffa2 0%,#ffffca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffa2', endColorstr='#ffffca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 0 10px 20px;
}
.info h2{
	padding-bottom: 20px;
}
.info p{
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
}
.info ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
}
.info ul li{
	width: 48%;
}
.info ul li a{
	display: block;
	color: #333333;
}
.info ul li a:hover{
	text-decoration: none;
}
.info ul li a figure{
	font-size: 16px;
	font-weight: bold;
}
.info ul li a figcaption{
	padding: 7px 0;
}
.info ul li a p{
	text-align: left;
}

.corner03{
    background-color: #f8f8f8;
    padding: 10px 0;
}
.corner03 h2{
    text-align: center;
    margin: 0 10px;
}
.corner03 h2 img{
    width: 100%;
}
.corner03 ul.article_nav{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 10px auto 30px auto;
}
.corner03 ul.article_nav li{
    width: 90%;
    margin: 10px;
}

.corner03 ul.article_nav li strong{
    background-color: #333333;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 180%;
}
.corner03 ul.article_nav li a{
    padding: 0 10px;
    color: #333333;
    text-decoration: underline;
    font-size: 142%;
}
.corner03 ul.article_nav li a:nth-child(2){
    border-right: 1px solid #333333;
}

.corner03 h3{
    position: relative;
    width: 250px;
    margin: 60px auto 40px;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #333333;
}
.corner03 h3:before {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right:0;
    z-index: 0;
    height: 1px;
    background: #333333;
}
.corner03 h3 span{
    border: 1px solid #333333;
    display: table-cell;
    position: relative;
    background-color: #f8f8f8;
    font-weight: normal;
    font-size: 40%;
    padding: 0 5px;
}

.corner03 figcaption{
    border: 1px solid #333333;
    border-left: 10px solid #333333;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 171%;
    line-height: 170%;
    margin: 40px 10px;
    padding-left: 5px;
}
.corner03 figcaption span{
    border-bottom: 1px solid #333333;
    display: block;
    margin-right: 5px;
}
.corner03 p.read_text,.corner03 p.read_text2{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.8;
    margin: 40px 10px;
    font-size: 116%;
}
.corner03 p.read_text:first-letter {
    float: left;
    font-size: 40px;
    line-height: 1;
    padding: 5px 10px 0 0;
}

.hotelList{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto;
}
.hotelList li{
    width: 48%;
    background: #ffffff;
    box-shadow: 0px 2px 15px -5px #000000;
    padding: 10px 10px 50px;
    position: relative;
    margin-bottom: 30px;
}
.hotelList li div{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #01aaeb;
    color: #ffffff;
    padding: 3px 10px;
}
.hotelList li h4{
    font-weight: bold;
    margin: 10px 0;
    font-size: 16px;
}
.hotelList li .btn{
    text-align: center;
    margin: 10px 0;
    position: absolute;
    bottom: 5px;
    left: 20%;
}
.hotelList li .btn a{
    background-color: #01aaeb;
    display: inline-block;
    border-radius: 100px;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 20px;
}
.hotelList li .btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.article_link{
    text-align: center;
    width: 75%;
    margin: 50px auto 100px;
}
.article_link a{
    display: block;
    border-radius: 100px;
    background-color: #01aaeb;
    color: #ffffff;border: 2px solid #01aaeb;
    padding: 6px 30px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    font-size: 140%;
}
.article_link a:hover {
    transform: scale(1.03);
    background-color: #ffffff;
    text-decoration: none;
    color: #01aaeb;
}
.middle_img{
    width: 100%;
    margin: 40px auto;
}


/*アニメーションセット」*/
.article_in{
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
.scroll-in {
    opacity : 1;
    transform : translate(0, 0);
    }


/* marketPriceTable */
.basic_title_icon01{
	font-size: 15px;
    font-weight: bold;
	border-bottom:1px solid #000;
}
.marketPrice {
	position: relative;
	margin: 0px 15px 20px ;
}
.marketPriceTablesp{
	overflow: auto;
	white-space: nowrap;
    padding-left: 84px;
}

.marketPrice .update_day{
	position: absolute;
	top: -17px;
    right: 15px;
}
table.marketPriceTable {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.marketPriceTable th{
    background:#f1d564;
    width: 200px;
	font-weight: bold;
}
table.marketPriceTable th:first-child{
	width: 84px;
    position: absolute;
    left: 0px;
    background-color: #fff;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.marketPriceTable th,
table.marketPriceTable td{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:8px;
}

table.marketPriceTable td:first-child{
    width: 84px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    background-color: #fff;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
/*スライダー*/
.session01_cassette .slick-dots li button:before {
    font-size: 40px;
}
.session01_cassette .slick-prev {
	opacity: 0;
}
.session01_cassette .slick-next {
	right: 0;
	opacity: 0;
}

/*最安値注意書き*/
.attention{
	margin: 20px 10px;
}