@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#jtrip_contents {
	min-width: 1080px;
	background-size: 100%;
	background-color: #fff;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"Yu Gothic Medium","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
#jtrip_contents img, #jtrip_contents a {
	width: 100%;
	display: block;
}
#jtrip_contents a {
	text-decoration: none;
}
/*=========================
▼▼共通▼▼
===========================*/
#jtrip_contents p, #jtrip_contents div, #jtrip_contents h2, #jtrip_contents h3, #jtrip_contents h4 {
	margin: 0;
	padding: 0;
}
#jtrip_contents li {
	list-style: none;
}
#jtrip_contents section {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#jtrip_contents section h2 {
	text-align: center;
	font-size: 42px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 32px;
}
#jtrip_contents .pc_none {
    display: none;
}
#jtrip_contents .auto {
	width: 1080px;
	margin: 0 auto;
}
#jtrip_contents .font_roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
/*=========================
▲▲共通▲▲
===========================*/
#jtrip_contents #conts_top {
	height: 568px;
	background-image: url("../img/main_img.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 24px;
}
#jtrip_contents #conts_top .auto {
	height: 100%;
	box-sizing: border-box;
	padding-top: 136px;
	position: relative;
}
#jtrip_contents #conts_top h2 {
	width: 500px;
}
#jtrip_contents #conts_top .map_link {
	width: 628px;
	height: 592px;
	background-image: url("../img/map.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	top: 40px;
	left: 471px;
    padding: 0;
    margin: 0;
}
#jtrip_contents #conts_top .map_link li {
	width: auto;
	height: 49px;
	position: absolute;
}
#jtrip_contents #conts_top .map_link li img, #jtrip_contents #conts_top .map_link li a {
	width: auto;
	height: 100%;
}
#jtrip_contents #conts_top .map_link li a:hover img {
	opacity: 0.7;
}
#jtrip_contents #conts_top .map_link li:first-child {
	top: 352px;
	left: -6px;
}
#jtrip_contents #conts_top .map_link li:nth-child(2) {
	top: 104px;
	left: 159px;
}
#jtrip_contents #conts_top .map_link li:nth-child(3) {
	top: 304px;
	left: 426px;
}

#jtrip_contents .btn_wrapper {
	width: 100%;
	clear: both;
}
#jtrip_contents .counterplan {
	width: 1080px;
	margin: 0 auto 26px;
}
#jtrip_contents .counterplan a {
	width: 360px;
	text-align: center;
	border: solid 1px #018cd1;
	color: #018cd1;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.1;
	border-radius: 4px;
	padding: 6px 0 5px;
	margin-left: 54px;
}
#jtrip_contents .counterplan a .small {
	font-size: 11px;
}
#jtrip_contents .counterplan a:hover {
	color: #fff;
	background-color: #018cd1;
}

#jtrip_contents .conts_list {
	margin-bottom: 360px;
}
#jtrip_contents .conts_list .bg_img {
	width: 100%;
    height: 100%;
	padding: 0;
	position: absolute;
	z-index: -9;
}
#jtrip_contents .conts_list .bg_img p {
	width: 100%;
	position: absolute;
	left: 0;
	top: 1025px;
}
#jtrip_contents .conts_list .bg_img p:nth-child(2) {
	top: 59%;
}
#jtrip_contents .conts_list .bg_img p:last-child {
	top: auto;
	bottom: -273px;
}
#jtrip_contents .conts_list .resort_list {
	width: 100%;
    padding: 74px 0 22px;
	position: relative;
	z-index: 9;
}
#jtrip_contents .conts_list .resort_list::before {
	content: "";
	display: block;
	width: 633px;
	height: 100%;
	background-color: #e7f0f5;
	position: absolute;
	top: 0;
	left: -55px;
	z-index: -1;
}
#jtrip_contents #area_02 .resort_list::before {
	background-color: #e6e9f0;
}
#jtrip_contents #area_03 .resort_list::before {
	background-color: #e4f0f1;
}
#jtrip_contents .conts_list .resort_list::after {
	content: "";
	display: block;
	width: 558px;
	height: 100%;
	background-color: #f7fbfd;
	position: absolute;
	top: 44px;
	right: -55px;
	z-index: -2;
}
#jtrip_contents #area_02 .resort_list::after {
	background-color: #f7fbfd;
}
#jtrip_contents #area_03 .resort_list::after {
	background-color: #f0f7f8;
}
#jtrip_contents .conts_list h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 0.9;
	color: #018cd1;
	text-align: center;
	margin-bottom: 28px;
    position: relative;
    z-index: 9;
}
#jtrip_contents #area_02 h3 {
	color: #2a5ab2;
}
#jtrip_contents #area_03 h3 {
	color: #00b0c0;
}
#jtrip_contents .conts_list h3 .eng {
	display: inline-block;
	padding: 1px 6px 0;
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.1;
	color: #ffea35;
	background-color: #018cd1;
}
#jtrip_contents #area_02 h3 .eng {
	background-color: #2a5ab2;
}
#jtrip_contents #area_03 h3 .eng {
	background-color: #00b0c0;
}
#jtrip_contents .conts_list .eng_bg {
	display: inline-block;
	font-size: 122px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.1;
	color: rgba(255,255,255,0.38);
	position: absolute;
	left: 0;
	top: 68px;
}
#jtrip_contents .conts_list .resort_list ul {
	width: 100%;
    padding: 0;
    margin: 0;
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#jtrip_contents .conts_list .resort_list ul li {
	width: 525px;
	background-color: #fff;
	box-shadow: 6px 6px 12px 6px rgba(0,0,0,0.04);
	margin-bottom: 30px;
    position: relative;
}
#jtrip_contents .conts_list .resort_list ul li .text_box {
	padding: 24px 30px 117px;
}
#jtrip_contents .conts_list .resort_list h4 {
	font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #018cd1;
    margin-bottom: 6px;
}
#jtrip_contents #area_02 .resort_list h4 {
    color: #2a5ab2;
}
#jtrip_contents #area_03 .resort_list h4 {
    color: #00b0c0;
}
#jtrip_contents .conts_list .resort_list .bg_text {
	padding: 17px 18px 18px;
    background-color: #faf9f0;
    border-radius: 4px;
    margin-bottom: 16px;
}
#jtrip_contents .conts_list .resort_list .price {
	font-size: 14px;
    line-height: 24px;
    color: #018cd1;
    text-align: right;
	margin-bottom: 18px;
}
#jtrip_contents #area_02 .resort_list .price {
    color: #2a5ab2;
}
#jtrip_contents #area_03 .resort_list .price {
    color: #00b0c0;
}
#jtrip_contents .conts_list .resort_list .price .icon {
	display: inline-block;
    font-weight: 600;
    padding-left: 21px;
	background-image: url("../img/icon_01.png");
	background-repeat: no-repeat;
	background-position: left bottom 4px;
	background-size: 17px;
}
#jtrip_contents #area_02 .resort_list .price .icon {
	background-image: url("../img/icon_b_01.png");
}
#jtrip_contents #area_03 .resort_list .price .icon {
	background-image: url("../img/icon_c_01.png");
}
#jtrip_contents .conts_list .resort_list .price .big {
	font-size: 25px;
    font-weight:600;
    color:#f76;
}
#jtrip_contents .conts_list .resort_list .link_list {
	width: 100%;
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
    margin-bottom: 20px;
}
#jtrip_contents .conts_list .resort_list .link_list a {
	width: 225px;
	font-size: 14px;
	line-height: 1.3;
	color: #018cd1;
    padding: 10px 0 9px;
	border: 1px solid #018cd1;
	border-radius: 4px;
}
#jtrip_contents #area_02 .resort_list .link_list a {
	color: #2a5ab2;
	border: 1px solid #2a5ab2;
}
#jtrip_contents #area_03 .resort_list .link_list a {
	color: #00b0c0;
	border: 1px solid #00b0c0;
}
#jtrip_contents .conts_list .resort_list .link_list a:hover {
	color: #fff;
    background-color: #018cd1;
}
#jtrip_contents #area_02 .resort_list .link_list a:hover {
	color: #fff;
	background-color: #2a5ab2;
}
#jtrip_contents #area_03 .resort_list .link_list a:hover {
	color: #fff;
	background-color: #00b0c0;
}
#jtrip_contents .conts_list .resort_list .link_list a .icon {
	display: inline-block;
	font-weight: 600;
	padding-left: 20px;
	background-image: url("../img/icon_02.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 17px;
}
#jtrip_contents #area_02 .resort_list .link_list a .icon {
	background-image: url("../img/icon_b_02.png");
}
#jtrip_contents #area_03 .resort_list .link_list a .icon {
	background-image: url("../img/icon_c_02.png");
}
#jtrip_contents .conts_list .resort_list .link_list a:hover .icon {
	background-image: url("../img/icon_on_02.png") !important;
}
#jtrip_contents .conts_list .resort_list .link_list a:last-child .icon {
	background-image: url("../img/icon_03.png");
}
#jtrip_contents #area_02 .resort_list .link_list a:last-child .icon {
	background-image: url("../img/icon_b_03.png");
}
#jtrip_contents #area_03 .resort_list .link_list a:last-child .icon {
	background-image: url("../img/icon_c_03.png");
}
#jtrip_contents .conts_list .resort_list .link_list a:last-child:hover .icon {
	background-image: url("../img/icon_on_03.png") !important;
}
#jtrip_contents .conts_list .resort_list .btn {
	width: 465px;
	position: absolute;
	left: 30px;
	bottom: 37px;
    text-align: center;
    transition-duration: .3s;
}
#jtrip_contents .conts_list .resort_list .btn:hover {
	left: 33px;
    bottom: 34px;
}
#jtrip_contents .conts_list .resort_list .btn a {
	background-color: #018cd1;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
    padding: 18px 0 16px;
	border-radius: 6px;
	box-shadow: 3px 3px 0px 0px #0075af;
    transition-duration: .3s;
}
#jtrip_contents #area_02 .resort_list .btn a {
	background-color: #2a5ab2;
	box-shadow: 3px 3px 0px 0px #0b398c;
}
#jtrip_contents #area_03 .resort_list .btn a {
	background-color: #00b0c0;
	box-shadow: 3px 3px 0px 0px #00919e;
}
#jtrip_contents .conts_list .resort_list .btn:hover a {
	box-shadow: 0px 0px 0px 0px transparent !important;
}

#jtrip_contents #conts_article {
	margin-bottom: 145px;
}
#jtrip_contents #conts_article .auto {
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#jtrip_contents #conts_article .box {
	width: 510px;
}
#jtrip_contents #conts_article h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	color: #018cd1;
    padding: 4px 0 4px 21px;
    margin-bottom: 36px;
    position: relative;
}
#jtrip_contents #conts_article .box:last-of-type h3 {
	color: #00b0c0;
}
#jtrip_contents #conts_article h3::before {
	content: "";
    display: block;
    width: 7px;
    height: 100%;
    background-color: #018cd1;
    position: absolute;
    left: 0;
    top: 0;
}
#jtrip_contents #conts_article .box:last-of-type h3::before {
    background-color: #00b0c0;
}
#jtrip_contents #conts_article h3::after {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e4e4e5;
    position: absolute;
    left: 0;
    bottom: -10px;
}
#jtrip_contents #conts_article .box ul {
	width: 100%;
	padding: 0;
    margin: 0;
}
#jtrip_contents #conts_article .box ul li {
	margin-bottom: 25px;
}
#jtrip_contents #conts_article .box ul li:last-of-type {
	margin-bottom: 0;
}
#jtrip_contents #conts_article .box ul a {
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#jtrip_contents #conts_article .box .img {
	width: 170px;
	margin: auto auto auto 0;
    overflow: hidden;
}
#jtrip_contents #conts_article .box .img img {
	transition-duration: .3s;
}
#jtrip_contents #conts_article .box a:hover .img img {
	transform: scale(1.1);
}
#jtrip_contents #conts_article .box .text_box {
	width: 324px;
	margin: auto 0 auto auto;
}
#jtrip_contents #conts_article .box .category {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	padding: 2px 2px 1px 6px;
	background-color: #018cd1;
	margin-bottom: 6px;
	position: relative;
}
#jtrip_contents #conts_article .box:last-of-type .category {
    background-color: #00b0c0;
}
#jtrip_contents #conts_article .box .category::after {
	content: "";
	display: block;
	width: 12px;
	height: 100%;
	background-color: #018cd1;
	position: absolute;
	transform:skewX(-15deg);
	right: -6px;
	top: 0;
    z-index: -1;
}
#jtrip_contents #conts_article .box:last-of-type .category::after {
    background-color: #00b0c0;
}
#jtrip_contents #conts_article .box .title {
	font-size: 17px;
	line-height: 1.6;
	color: #000;
	font-weight: 600;
}
/* Gotoトラベルmessage追加 */
#travel_message {
	width: 60%;!important
	font-size: 14px;
	border: solid 1px #018cd1;
	line-height: 1.1;
	border-radius: 4px;
	margin-bottom: 20px !important;
	padding: 6px 10px 5px !important;
}

}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#jtrip_contents {
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"Yu Gothic Medium","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	text-align: left;
    overflow: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
#jtrip_contents img, #jtrip_contents a {
	width: 100%;
	display: block;
}
#jtrip_contents a {
	text-decoration: none;
}
/*=========================
▼▼共通▼▼
===========================*/
#jtrip_contents p, #jtrip_contents div, #jtrip_contents h2, #jtrip_contents h3, #jtrip_contents h4 {
	margin: 0;
	padding: 0;
}
#jtrip_contents li {
	list-style: none;
}
#jtrip_contents section {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#jtrip_contents section h2 {
	text-align: center;
	font-size: 42px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 32px;
}
#jtrip_contents .pc_none {
    display: none;
}
#jtrip_contents .auto {
	width: 90%;
	margin: 0 auto;
}
#jtrip_contents .font_roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
/*=========================
▲▲共通▲▲
===========================*/
#jtrip_contents #conts_top {
	background-image: url("../img/main_img_sp.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}
#jtrip_contents #conts_top .auto {
	height: 100%;
	box-sizing: border-box;
	padding-top: 14vw;
	position: relative;
}
#jtrip_contents #conts_top h2 {
	width: 100%;
    margin: 0 0 5vw;
}
#jtrip_contents #conts_top .map_link {
	width: 100%;
	height: 75vw;
	background-image: url("../img/map_sp.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 90%;
    padding: 0;
    margin: 0 0 6vw;
	position: relative;
}
#jtrip_contents #conts_top .map_link li {
	width: auto;
	height: 10vw;
	position: absolute;
}
#jtrip_contents #conts_top .map_link li img, #jtrip_contents #conts_top .map_link li a {
	width: auto;
	height: 100%;
}
#jtrip_contents #conts_top .map_link li a:hover img {
	opacity: 0.7;
}
#jtrip_contents #conts_top .map_link li:first-child {
	top: 42vw;
	left: -2vw;
}
#jtrip_contents #conts_top .map_link li:nth-child(2) {
	top: 9vw;
	left: 23%;
}
#jtrip_contents #conts_top .map_link li:nth-child(3) {
	top: 31vw;
	right: 2%;
}

#jtrip_contents .btn_wrapper {
	width: 100%;
	clear: both;
    margin-bottom: 30px;
}
#jtrip_contents .counterplan {
	width: 90%;
	margin: 0 auto;
}
#jtrip_contents .counterplan a {
	width: 100%;
	text-align: center;
	border: solid 1px #018cd1;
	color: #018cd1;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
	border-radius: 4px;
	padding: 6px 0 5px;
}
#jtrip_contents .counterplan a .small {
	font-size: 10px;
}
#jtrip_contents .counterplan a:hover {
	color: #fff;
	background-color: #018cd1;
}

#jtrip_contents .conts_list {
	margin-bottom: 51vw;
    z-index: 9;
}
#jtrip_contents #area_03 {
	margin-bottom: 40vw;
}
#jtrip_contents .conts_list .bg_img {
	width: 100%;
    height: 100%;
	padding: 0;
	position: absolute;
	z-index: -9;
}
#jtrip_contents .conts_list .bg_img p {
	width: 180%;
	position: absolute;
	left: -55%;
	bottom: -37vw;
}
#jtrip_contents .conts_list .resort_list {
	width: 100%;
    padding: 34px 0 22px;
	position: relative;
	z-index: 9;
}
#jtrip_contents .conts_list .resort_list::before {
	content: "";
	display: block;
	width: 58%;
	height: 100%;
	background-color: #e7f0f5;
	position: absolute;
	top: 0;
	left: -3%;
	z-index: -1;
}
#jtrip_contents #area_02 .resort_list::before {
	background-color: #e6e9f0;
}
#jtrip_contents #area_03 .resort_list::before {
	background-color: #e4f0f1;
}
#jtrip_contents .conts_list .resort_list::after {
	content: "";
	display: block;
	width: 48%;
	height: 100%;
	background-color: #f7fbfd;
	position: absolute;
	top: 20px;
	right: -3%;
	z-index: -2;
}
#jtrip_contents #area_02 .resort_list::after {
	background-color: #f7fbfd;
}
#jtrip_contents #area_03 .resort_list::after {
	background-color: #f0f7f8;
}
#jtrip_contents .conts_list h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #018cd1;
	text-align: center;
	margin-bottom: 28px;
    position: relative;
    z-index: 9;
}
#jtrip_contents #area_02 h3 {
	color: #2a5ab2;
}
#jtrip_contents #area_03 h3 {
	color: #00b0c0;
}
#jtrip_contents .conts_list h3 .eng {
	display: inline-block;
	padding: 1px 5px 0;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
	color: #ffea35;
	background-color: #018cd1;
}
#jtrip_contents #area_02 h3 .eng {
	background-color: #2a5ab2;
}
#jtrip_contents #area_03 h3 .eng {
	background-color: #00b0c0;
}
#jtrip_contents .conts_list .eng_bg {
	display: inline-block;
	font-size: 60px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.1;
	color: rgba(255,255,255,0.38);
	position: absolute;
	left: 0;
	top: 68px;
}
#jtrip_contents .conts_list .resort_list ul {
	width: 100%;
    padding: 0;
    margin: 0;
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#jtrip_contents .conts_list .resort_list ul li {
	width: 100%;
	background-color: #fff;
	box-shadow: 6px 6px 12px 6px rgba(0,0,0,0.04);
	margin-bottom: 24px;
    position: relative;
}
#jtrip_contents .conts_list .resort_list ul li:last-of-type {
	margin-bottom: 0;
}
#jtrip_contents .conts_list .resort_list ul li .text_box {
	width: 100%;
    box-sizing: border-box;
    padding: 20px 5% 24px;
    margin: 0;
    position: relative;
}
#jtrip_contents .conts_list .resort_list h4 {
	font-size: 20px;;
    font-weight: 600;
    line-height: 1.3;
    color: #018cd1;
    margin-bottom: 6px;
}
#jtrip_contents #area_02 .resort_list h4 {
    color: #2a5ab2;
}
#jtrip_contents #area_03 .resort_list h4 {
    color: #00b0c0;
}
#jtrip_contents .conts_list .resort_list .bg_text {
	width: 100%;
    padding: 16px 5% 14px;
    box-sizing: border-box;
    background-color: #faf9f0;
    border-radius: 4px;
    margin-bottom: 12px;
}
#jtrip_contents .conts_list .resort_list .price {
	font-size: 13px;
    line-height: 1.3;
    color: #018cd1;
    text-align: right;
	margin-bottom: 18px;
}
#jtrip_contents #area_02 .resort_list .price {
    color: #2a5ab2;
}
#jtrip_contents #area_03 .resort_list .price {
    color: #00b0c0;
}
#jtrip_contents .conts_list .resort_list .price .icon {
	display: inline-block;
    font-weight: 600;
    padding-left: 18px;
	background-image: url("../img/icon_01.png");
	background-repeat: no-repeat;
	background-position: left bottom 4px;
	background-size: 14px;
}
#jtrip_contents #area_02 .resort_list .price .icon {
	background-image: url("../img/icon_b_01.png");
}
#jtrip_contents #area_03 .resort_list .price .icon {
	background-image: url("../img/icon_c_01.png");
}
#jtrip_contents .conts_list .resort_list .price .big {
	font-size: 20px;
    font-weight: 600;
	color:#f76;
}
#jtrip_contents .conts_list .resort_list .link_list {
	width: 100%;
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
    margin-bottom: 12px;
}
#jtrip_contents .conts_list .resort_list .link_list a {
	width: 49%;
	font-size: 12px;
	line-height: 1.3;
	color: #018cd1;
    box-sizing: border-box;
    padding: 10px 0 9px;
	border: 1px solid #018cd1;
	border-radius: 4px;
    transition-duration: .3s;
}
#jtrip_contents #area_02 .resort_list .link_list a {
	color: #2a5ab2;
	border: 1px solid #2a5ab2;
}
#jtrip_contents #area_03 .resort_list .link_list a {
	color: #00b0c0;
	border: 1px solid #00b0c0;
}
#jtrip_contents .conts_list .resort_list .link_list a .icon {
	display: inline-block;
	font-weight: 600;
	padding-left: 16px;
	background-image: url("../img/icon_02.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
}
#jtrip_contents #area_02 .resort_list .link_list a .icon {
	background-image: url("../img/icon_b_02.png");
}
#jtrip_contents #area_03 .resort_list .link_list a .icon {
	background-image: url("../img/icon_c_02.png");
}
#jtrip_contents .conts_list .resort_list .link_list a:last-child .icon {
	background-image: url("../img/icon_03.png");
}
#jtrip_contents #area_02 .resort_list .link_list a:last-child .icon {
	background-image: url("../img/icon_b_03.png");
}
#jtrip_contents #area_03 .resort_list .link_list a:last-child .icon {
	background-image: url("../img/icon_c_03.png");
}
#jtrip_contents .conts_list .resort_list .text {
    margin-bottom: 12px;
}
#jtrip_contents .conts_list .resort_list .btn {
	width: 100%;
    text-align: center;
    transition-duration: .3s;
}
#jtrip_contents .conts_list .resort_list .btn a {
	background-color: #018cd1;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
    padding: 12px 0 12px;
	border-radius: 4px;
	box-shadow: 2px 2px 0px 0px #0075af;
    transition-duration: .3s;
}
#jtrip_contents #area_02 .resort_list .btn a {
	background-color: #2a5ab2;
	box-shadow: 3px 3px 0px 0px #0b398c;
}
#jtrip_contents #area_03 .resort_list .btn a {
	background-color: #00b0c0;
	box-shadow: 3px 3px 0px 0px #00919e;
}

#jtrip_contents #conts_article {
	margin-bottom: 60px;
}
#jtrip_contents #conts_article .box {
	width: 100%;
    margin-bottom: 32px;
}
#jtrip_contents #conts_article h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: #018cd1;
    padding: 2px 0 2px 16px;
    margin-bottom: 22px;
    position: relative;
}
#jtrip_contents #conts_article .box:last-of-type h3 {
	color: #00b0c0;
}
#jtrip_contents #conts_article h3::before {
	content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #018cd1;
    position: absolute;
    left: 0;
    top: 0;
}
#jtrip_contents #conts_article .box:last-of-type h3::before {
    background-color: #00b0c0;
}
#jtrip_contents #conts_article h3::after {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e4e4e5;
    position: absolute;
    left: 0;
    bottom: -6px;
}
#jtrip_contents #conts_article .box ul {
	width: 100%;
	padding: 0;
    margin: 0;
}
#jtrip_contents #conts_article .box ul li {
	margin-bottom: 14px;
}
#jtrip_contents #conts_article .box ul li:last-of-type {
	margin-bottom: 0;
}
#jtrip_contents #conts_article .box ul a {
	display:-ms-flexbox;
  	display:flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#jtrip_contents #conts_article .box .img {
	width: 110px;
	margin: auto auto auto 0;
    overflow: hidden;
}
#jtrip_contents #conts_article .box .img img {
	transition-duration: .3s;
}
#jtrip_contents #conts_article .box a:hover .img img {
	transform: scale(1.1);
}
#jtrip_contents #conts_article .box .text_box {
	width: 100%;
    padding-left: 4%;
	margin: auto 0 auto auto;
}
#jtrip_contents #conts_article .box .category {
	display: inline-block;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	padding: 2px 2px 1px 4px;
	background-color: #018cd1;
	margin-bottom: 6px;
	position: relative;
    z-index: 9;
}
#jtrip_contents #conts_article .box:last-of-type .category {
    background-color: #00b0c0;
}
#jtrip_contents #conts_article .box .category::after {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background-color: #018cd1;
	position: absolute;
	transform:skewX(-15deg);
	right: -4px;
	top: 0;
    z-index: -1;
}
#jtrip_contents #conts_article .box:last-of-type .category::after {
    background-color: #00b0c0;
}
#jtrip_contents #conts_article .box .title {
    font-size: 13px;
	line-height: 1.5;
	color: #000;
	font-weight: 600;
}

/* Gotoトラベルmessage追加 */
#travel_message {
	font-size: 11px;
	border: solid 1px #018cd1;
	line-height: 1.1;
	border-radius: 4px;
	margin-bottom: 20px !important;
	padding: 6px 10px 5px !important;
}
}
