@charset "UTF-8";

/* -------------------------------------
kspost
------------------------------------- */

/*1128追記*/
.infoWrapBox a{
	word-break: break-all;
}
.singleWrapBox{width:1000px;margin:0 auto;}
#maincontent {
    width: 640px;
    float: left;
}
#side {
    width: 290px;
    float: left;
    position: relative;
    margin-left: 60px;
}
#ranklist li dl dt, #ranklist li dl dd {
    font-size: 12px;
}

.kspost_list {
	margin-bottom:75px;
}
.kspost_list li {
	margin-bottom:20px;
}
.kspost_list li:last-child {
	margin-bottom:0px;
}
.kspost_list a {
	display:block;
	position:relative;
}
.kspost_list .imgbox {
	width:42.8%;
	padding-top:29.6%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.kspost_list .right {
	width:53.7%;
	position:absolute;
	top:50%;
	right:0;
	z-index:1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.kspost_list .right h2, .kspost_list .right p {
	font-size:21px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:15px;
}
.kspost_list .right dl {
	font-size:0;
	float:left;
	margin-right:25px;
}
.single_purpose h4{
	color: #333333;
    font-size: 130%;
    border-left: 4px solid #2d7e53;
    padding-left: 10px;
}
.kspost_list .right dl.area {
	margin-right:0;
}
.kspost_list .right dl dt, .kspost_list .right dl dd {
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
}
.kspost_list .right dl dt {
	margin-right:5px;
}
.kspost_list .right dl dt img {
	display:inline-block;
	vertical-align:-3px;
}
.kspost_list .right dl.area dd {
	font-size:0;
}
.kspost_list .right dl.area dd span {
	font-size:14px;
	display:inline-block;
}
.kspost_list .right dl.area dd span:after {
	content:"・";
}
.kspost_list .right dl.area dd span:last-child:after {
	content:none;
}


#area {
	padding:20px;
	margin-bottom:22px;
	background-color:#fff;
	border:1px solid #e6e6e6;
	border-radius:4px;
}
#area .map {
	width:43.5%;
	float:left;
}
#area .map img {
	width:72.3%;
	height:auto;
	display:block;
	margin:0 auto;
}
#area .map area {
	outline:none;
}
#area ul {
	width:56.5%;
	float:right;
	padding-top:20px;
}
#area ul li {
	width:calc((99.9% - 20px) / 2);
	float:left;
	display:table;
	margin-bottom:22px;
}
#area ul li:nth-child(even) {
	float:right;
}
#area ul li a {
	font-size:0;
	display:table-cell;
	vertical-align:middle;
	border:1px solid #007940;
	border-radius:30px;
	background-color:#fff;
	transition:color 0.3s, background-color 0.3s;
}
#area ul li a span {
	font-size:14px;
	font-weight:bold;
	width:100%;
	display:inline-block;
	vertical-align:middle;
	padding:10px 20px 10px 45px;
	background:url(../imgs/index/icon_mappin.svg) no-repeat 20px center;
	background-size:15px 21px;
}
#area ul li a .num {
	font-weight:normal;
	width:auto;
	vertical-align:top;
	padding:0 0 0 20px;
	background:none;
}
#area ul li a:hover {
	color:#fff;
	background-color:#007940;
}


#pickup_tags {
	padding:20px 20px 10px 20px;
	margin-bottom:50px;
	background-color:#fff;
	border:1px solid #e6e6e6;
	border-radius:4px;
}
#pickup_tags h2 {
	font-size:0;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #8bc2a8;
}
#pickup_tags h2 img, #pickup_tags h2 span {
	font-size:16px;
	font-weight:bold;
	display:inline-block;
}
#pickup_tags h2 img {
	vertical-align:-17px;
	margin-right:5px;
}
#pickup_tags h2 span {
	vertical-align:middle;
	width:calc(100% - 34px);
}
#pickup_tags ul {
	font-size:0;
}
#pickup_tags li {
	display:inline-block;
	margin:0 10px 10px 0;
}
#pickup_tags li a {
	font-size:14px;
	color:#007940;
	line-height:1.2;
	display:block;
	padding:10px 15px 11px 15px;
	border:1px solid #007940;
	border-radius:25px;
	background-color:#fff;
	transition:color 0.3s, background-color 0.3s;
}
#pickup_tags li a:hover {
	color:#fff;
	background-color:#007940;
}


#purpose_list {
	padding:25px 25px 0 25px;
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid #e6e6e6;
	border-radius:4px;
}
#purpose_list li {
	width:calc((99.9% - 25px) / 2);
	float:left;
	margin:0 25px 25px 0;
}
#purpose_list li:nth-child(even) {
	margin-right:0;
}
#purpose_list li a {
	display:block;
	background-color:#f7f7f7;
	position:relative;
}
#purpose_list li a img {
	width:96px;
	height:auto;
	display:block;
}
#purpose_list li a span {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:calc(100% - 96px);
	display:block;
	padding:10px;
	position:absolute;
	top:50%;
	right:0;
	z-index:1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

#purpose_img {
	margin-bottom:50px;
	position:relative;
}
#purpose_img dl {
	width:100%;
	padding:0 15px;
	position:absolute;
	top:50%;
	left:0;
	z-index:1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#purpose_img dl dt, #purpose_img dl dd {
	text-align:center;
	color:#fff;
	text-shadow:2px 2px 5px #000000;
}
#purpose_img dl dt {
	font-size:28px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:8px;
}
#purpose_img dl dd {
	line-height:1.8;
}
#purpose_img .bg {
	width:100%;
	height:auto;
	display:block;
}



.purpose #maincontent #new {
	margin-bottom:35px;
}
.purpose #maincontent section h2 {
	font-size:0;
}
.purpose #maincontent section h2 img, .purpose #maincontent section h2 span {
	display:inline-block;
	vertical-align:top;
}
.purpose #maincontent section h2 img {
	margin-right:10px;
}
.purpose #maincontent section h2 span {
	font-size:24px;
	font-weight:bold;
	line-height:1.3;
	width:calc(100% - 44px);
}
.purpose #maincontent section.or h2 {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #333;
}

.purpose #maincontent .list > li {
	width:calc((99.9% - 30px) / 3);
	float:left;
	margin-right:15px;
	margin-bottom:35px;
	border-bottom:1px solid #ccc;
}
.purpose #maincontent .list > li:nth-child(3n) {
	margin-right:0;
}
.purpose #maincontent .list li a {
	display:block;
	position:relative;
}
.purpose #maincontent .list li a .imgbox {
	padding-top:69.2%;
	margin-bottom:8px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.purpose #maincontent .list li a .imgbox.noimage {
	border:1px solid #ccc;
}
.purpose #maincontent .list li a .category {
	font-size:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.purpose #maincontent .list li a .category li {
	font-size:12px;
	line-height:1.2;
	display:inline-block;
	padding:3px 8px;
	margin-right:10px;
	background-color:#ffca00;
}
.purpose #maincontent .list li a .category li:last-child {
	margin-right:0;
}
.purpose #maincontent .list li a p {
	font-weight:bold;
	line-height:1.3;
	margin-bottom:12px;
}
.purpose #maincontent .list li dl {
	font-size:0;
	width:calc((99.9% - 10px) / 2);
	float:left;
	margin-bottom:15px;
}
.purpose #maincontent .list li dl.date {
	margin-right:10px;
}
.purpose #maincontent .list li dl dt, .purpose #maincontent .list li dl dd {
	font-size:13px;
	display:inline-block;
	vertical-align:top;
}
.purpose #maincontent .list li dl dt {
	width:20px;
}
.purpose #maincontent .list li dl dd {
	width:calc(100% - 20px);
}
.purpose #maincontent .list li dl.area dd {
	font-size:0;
}
.purpose #maincontent .list li dl.area dd span {
	font-size:13px;
	display:inline-block;
}
.purpose #maincontent .list li dl.area dd span:after {
	content:"・";
}
.purpose #maincontent .list li dl.area dd span:last-child:after {
	content:none;
}


.wp-pagenavi {
	font-size:0;
	text-align:center;
	position:relative;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size:14px;
	line-height:1.0;
	display:inline-block;
	width:39px;
	height:39px;
	padding:12px 5px 13px 5px;
	margin:0 5px;
	box-sizing:border-box;
}
.wp-pagenavi a {
	background-color:#ccc;
	transition:background-color 0.3s;
}
.wp-pagenavi a:hover {
	opacity:1.0;
	background-color:#fff;
}
.wp-pagenavi span {
	background-color:#fff;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
	position:absolute;
	top:0;
	z-index:1;
}
.wp-pagenavi a.previouspostslink {
	left:0;
}
.wp-pagenavi a.nextpostslink {
	right:0;
}


.single_purpose #postimg {
	position:relative;
	margin-bottom:10px;
}
.single_purpose #postimg h1 {
	font-size:28px;
	font-weight:bold;
	color:#fff;
	text-shadow:2px 2px 5px #000000;
	padding:0 20px;
	position:absolute;
	bottom:20px;
	left:0;
	z-index:5;
}
.single_purpose #postimg.noimg h1 {
	color:#333;
	text-shadow:none;
	padding:0;
	position:static;
}
.single_purpose #postimg .slider {
	padding-top:66.2%;
	box-sizing:border-box;
	position:relative;
}
.single_purpose #postimg .slider div {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	outline:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.single_purpose #head_remark {
	font-size:0;
	margin-bottom:30px;
}
.single_purpose #head_remark dl {
	font-size:0;
	display:inline-block;
}
.single_purpose #head_remark dl.area {
	margin-right:20px;
}
.single_purpose #head_remark dl dt, .single_purpose #head_remark dl dd {
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
}
.single_purpose #head_remark dl dt {
	margin-right:5px;
}
.single_purpose #head_remark dl dt img {
	vertical-align:-2px;
}
.single_purpose #head_remark dl.area dd {
	font-size:0;
}
.single_purpose #head_remark dl.area dd span {
	font-size:14px;
	display:inline-block;
}
.single_purpose #head_remark dl.area dd span:after {
	content:"・";
}
.single_purpose #head_remark dl.area dd span:last-child:after {
	content:none;
}


.single_purpose .sns_single {
	margin-bottom:30px;
}
.single_purpose .sns_single ul li {
	float:left;
}
.single_purpose .head .sns_single ul li {
	width:calc((99.9% - 60px) / 4);
	margin-right:20px;
}
.single_purpose .detail .sns_single ul li {
	width:calc((99.9% - 24px) / 4);
	margin-right:8px;
}
.single_purpose .sns_single ul li:last-child {
	margin-right:0px;
}
.single_purpose .sns_single ul li a {
	display:block;
}
.single_purpose .sns_single ul li a img {
	width:100%;
	height:auto;
}
.single_purpose .head .maincap {
	font-size:15px;
	margin-bottom:25px;
}
.single_purpose .head .reserve {
	margin-bottom:50px;
	position:relative;
	z-index:2;
}
.single_purpose .head .reserve:after {
	content:"";
	width:100%;
	height:100%;
	display:block;
	background-color:#c9d08c;
	border-radius:35px;
	position:absolute;
	bottom:-4px;
	left:0px;
	z-index:-1;
}
.single_purpose .head .reserve a {
	font-size:0;
	text-align:center;
	display:block;
	padding:15px 10px;
	border-radius:35px;
	background-color:#76c659;
}
.single_purpose .head .reserve.last a {
	background-color:#fb8c00;
}
.single_purpose .head .reserve span {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	padding-left:27px;
	position:relative;
}
.single_purpose .head .reserve span img {
	position:absolute;
	left:0;
	top:50%;
	z-index:1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}


.single_purpose #blk_caplist {
	padding:30px 35px;
	margin-bottom:25px;
	border:1px solid #e6e6e6;
	background-color:#eaf4ef;
}
.single_purpose #blk_caplist dt {
	font-size:0;
	margin-bottom:10px;
}
.single_purpose #blk_caplist dt img, .single_purpose #blk_caplist dt span {
	font-size:18px;
	display:inline-block;
}
.single_purpose #blk_caplist dt img {
	margin-right:5px;
	vertical-align:-17px;
}
.single_purpose #blk_caplist dt span {
	font-weight:bold;
	vertical-align:middle;
	width:calc(100% - 34px);
}
.single_purpose #blk_caplist dd {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.single_purpose #blk_caplist dd ul {
	padding:15px 0;
}
.single_purpose #blk_caplist dd li {
	margin-bottom:8px;
}
.single_purpose #blk_caplist dd li:last-child {
	margin-bottom:0;
}
.single_purpose #blk_caplist dd li a {
	display:inline-block;
}

.single_purpose .postblk {
	margin-bottom:50px;
}
.single_purpose .postblk img{
	width:100%;
	height:auto;
}
.single_purpose .inyo{
	display:block;
	font-size:90%;
	text-align:right;
}
.single_purpose .postblk h2 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-bottom: 6px;
    border-bottom: 3px solid #2d7e53;
}
.single_purpose .postblk p {
	font-size:16px;
	margin-bottom:35px;
	line-height:2;
}
.postblk h3 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: normal;
    font-size: 130%;
    margin: 15px 0;
}
.postblk h3::before{
	content:"■";
    color: #2d7e53;
}
.single_purpose .postblk p a {
	word-break:break-all;
	text-decoration:underline;
}
.single_purpose .postblk .blkimg {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:35px;
}


.single_purpose .postblk .detail h3,.single_purpose .postblk .detail strong {
	display:block;
	font-size:16px;
	line-height:1.3;
	padding-bottom:10px;
	margin-bottom:15px;
	/*background:url(../imgs/kspost/bdr_post_detail.jpg) no-repeat left bottom;*/
	border-bottom:1px solid #007940;
	background-size:100% auto;
}
.single_purpose .postblk .detail_in {
	padding:20px;
	margin-bottom:30px;
	background-color:#eaf4ef;
	border:1px solid #e6e6e6;
}
.single_purpose .postblk .detail_in ul {
	margin-bottom:20px;
}
.single_purpose .postblk .detail_in ul li {
	padding:8px 0;
	border-bottom:1px solid #ccc;
}
.single_purpose .postblk .detail_in ul li:nth-child(1) {
	padding-top:0;
}
.single_purpose .postblk .detail_in ul li dl {
	width:100%;
	display:table;
}
.single_purpose .postblk .detail_in ul li dl dt, .single_purpose .postblk .detail_in ul li dl dd {
	display:table-cell;
	vertical-align:top;
}
.single_purpose .postblk .detail_in ul li dl dt {
	white-space:nowrap;
	width:10px;
}
.single_purpose .postblk .detail_in ul li dl dt span {
	display:inline-block;
	vertical-align:top;
}
.single_purpose .postblk .detail_in ul li dl dt span:before {
	content:"■";
}
.single_purpose .postblk .detail_in ul li dl dt span:after {
	content:":";
	margin:0 5px;
}
.single_purpose .postblk .detail_in ul li dl dd a {
	display:inline-block;
	word-break: break-all;
}
.single_purpose .postblk .detail_in .gmap, .single_purpose .gmap {
    width: 100%;
    padding-top: 73.3%;
    background-color: #e4e4e4;
    box-sizing: border-box;
    margin-bottom: 6%;
    margin: 20px 0 20px !important;
}
.single_purpose .postblk .reserve {
	display:block;
	margin-bottom:20px;
	position:relative;
	z-index:2;
}
.single_purpose .postblk .reserve:last-child {
	margin-bottom:0;
}
.single_purpose .postblk .reserve:after {
	content:"";
	width:100%;
	height:100%;
	display:block;
	background-color:#c9d08c;
	border-radius:35px;
	position:absolute;
	bottom:-4px;
	left:0px;
	z-index:-1;
}
.single_purpose .postblk .reserve.last:after {
	background-color:#ffc97b;
}
.single_purpose .postblk .reserve a {
	font-size:0;
	text-align:center;
	display:block;
	padding:15px 10px;
	border-radius:35px;
	background-color:#76c659;
}
.single_purpose .postblk .reserve.last a {
	background-color:#fb8c00;
}
.single_purpose .postblk .reserve span {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	padding-left:27px;
	position:relative;
}
.single_purpose .postblk .reserve span img {
	position:absolute;
	left:0;
	top:50%;
	z-index:1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}


.single_purpose .post_bnr {
	font-size:0;
	text-align:center;
	margin-bottom:60px;
	margin-top:50px;
}
.single_purpose .post_bnr li {
	width:38.4%;
	display:inline-block;
	margin-right:5.6%;
}
.single_purpose .post_bnr li:last-child {
	margin-right:0;
}
.single_purpose .post_bnr li a {
	font-size:14px;
	display:block;
	padding-top:83.3%;
	background-color:#ccc;
}

.affiliate_post {
	margin-top:30px;
	overflow:auto;
}




#tags {
	font-size:0;
}
#tags li {
	display:inline-block;
	margin:0 10px 10px 0;
}
#tags li a {
	font-size:14px;
	color:#007940;
	line-height:1.2;
	display:block;
	padding:10px 15px 11px 15px;
	border:1px solid #007940;
	border-radius:25px;
	background-color:#fff;
	transition:color 0.3s, background-color 0.3s;
}
#tags li a:hover {
	color:#fff;
	background-color:#007940;
}



#pp_mainimg {
	margin-bottom:40px;
	position:relative;
}
#pp_mainimg .img {
	width:100%;
	height:auto;
}
#pp_mainimg form {
	font-size:0;
	max-width:700px;
	margin:0 auto;
	padding:0 15px;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	z-index:1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#pp_mainimg form dl {
	font-size:0;
	display:inline-block;
	background-color:#fff;
	border:1px solid #ccc;
	box-sizing:border-box;
}
#pp_mainimg form dl dt, #pp_mainimg form dl dd {
	font-size:14px;
	line-height:1.0;
	display:inline-block;
	vertical-align:middle;
}
#pp_mainimg form dl dt {
	text-align:center;
	width:70px;
	padding:15px 5px;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}
#pp_mainimg form dl dd {
	font-size:0;
	width:calc(100% - 70px);
}
#pp_mainimg form dl#fm_roomtype dt {
	width:100px;
}
#pp_mainimg form dl#fm_roomtype dd {
	width:calc(100% - 100px);
}
#pp_mainimg form dl#fm_departure, #pp_mainimg form dl#fm_destination {
	width:calc((99.9% - 40px) * 0.3);
	margin-right:20px;
	margin-bottom:20px;
}
#pp_mainimg form dl#fm_roomtype {
	width:calc((99.9% - 40px) * 0.4);
	margin-bottom:20px;
}
#pp_mainimg form dl#fm_date {
	width:calc((99.9% - 20px) * 0.4);
	margin-right:20px;
}
#pp_mainimg form dl#fm_period {
	width:calc((99.9% - 20px) * 0.6);
}
#pp_mainimg form dl dd input, #pp_mainimg form dl dd select, #pp_mainimg form dl dd span {
	font-size:14px;
	line-height:1.0;
	display:inline-block;
	vertical-align:middle;
}

#pp_mainimg form dl dd .selectbox {
	overflow:hidden;
	position:relative;
}
#pp_mainimg form dl dd .selectbox select {
	width:100%;
	cursor:pointer;
	text-overflow:ellipsis;
	border:none;
	outline:none;
	background:transparent;
	background-image:none;
	box-shadow:none;
	-webkit-appearance:none;
	appearance:none;

	position: relative;
}
#pp_mainimg form dl dd .selectbox select::-ms-expand {
	display:none;
}
#pp_mainimg form dl dd .selectbox::before {
	content:"";
	width:10px;
	height:21px;
	padding:0;
	pointer-events:none;
	background:url(../imgs/purposes/arrow_form.svg) no-repeat center center;
	background-size:10px 21px;
	position:absolute;
	top:50%;
	right:10px;
	z-index:2;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#pp_mainimg form dl dd .selectbox select {
	padding:15px 30px 15px 15px;
}

#pp_mainimg form dl#fm_date dd input {
	font-size:14px;
	line-height:1.0;
	padding:14px 48px 14px 14px;
	border:none;
	background:url(../imgs/purposes/icon_datepicker.svg) no-repeat right 15px center;
	background-size:18px 18px;
	cursor:pointer;
}

#pp_mainimg form dl#fm_period span {
	text-align:center;
	width:30px;
	padding:15px 8px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#pp_mainimg form dl#fm_period span:last-child {
	border-right:none;
}
#pp_mainimg form dl#fm_period .selectbox {
	width:calc((99.9% - 60px) / 2);
	display:inline-block;
	vertical-align:middle;
}
#pp_mainimg form #submit {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:1.2;
	width:100%;
	max-width:205px;
	display:block;
	padding:12px 10px;
	margin:30px auto 0 auto;
	appearance:none;
	-webkit-appearance:none;
	border:none;
	border-radius:25px;
	background:#007940 url(../imgs/purposes/icon_search.svg) no-repeat 15px center;
	background-size:22px 22px;
	cursor:pointer;
	outline:none;
	transition:opacity 0.3s;
}
#pp_mainimg form #submit:hover {
	opacity:0.9;
}


.pp #maincontent h2 {
	font-size:0;
	margin-bottom:20px;
}
.pp #maincontent h2 span, .pp #maincontent h2 img {
	display:inline-block;
	vertical-align:top;
}
.pp #maincontent h2 span {
	font-size:24px;
	line-height:1.3;
	width:calc(100% - 42px);
}
.pp #maincontent h2 img {
	margin-right:8px;
}
.pp #tour {
	margin-bottom:55px;
}
.pp #tour ul {
	padding:25px;
	border:1px solid #ccc;
	background-color:#fff;
	box-sizing:border-box;
}
.pp #tour ul li {
	width:calc((99.9% - 25px) / 2);
	float:left;
	margin-bottom:25px;
}
.pp #tour ul li:nth-child(even) {
	float:right;
}
.pp #tour ul li:nth-last-child(1), .pp #tour ul li:nth-last-child(2) {
	margin-bottom:0;
}
.pp #tour ul li a {
	display:block;
	padding:15px;
	background-color:#f7f7f7;
	border-top:3px solid #007940;
	box-sizing:border-box;
}
.pp #tour ul li a h3 {
	font-size:15px;
	font-weight:normal;
	color:#007940;
	margin-bottom:3px;
}
.pp #tour ul li a p.text {
	font-size:13px;
	line-height:1.6;
	margin-bottom:5px;
}
.pp #tour ul li a p.price {
	font-size:21px;
	font-weight:bold;
	color:#007940;
	line-height:1.2;
}

.pp #feature {
	margin-bottom:55px;
}
.pp #feature li {
	width:calc((99.9% - 30px) / 2);
	float:left;
}
.pp #feature li:nth-child(even) {
	float:right;
}
.pp #feature li:nth-child(1), .pp #feature li:nth-child(2) {
	margin-bottom:30px;
}
.pp #feature li a {
	display:block;
}
.pp #feature li a .imgbox {
	padding-top:44.9%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
}
.pp #pplist {

}
.pp #pplist li {
	width:48.2%;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.pp #pplist li:nth-child(even) {
	float:right;
}
.pp #pplist li:nth-last-child(1), .pp #pplist li:nth-last-child(2) {
	margin-bottom:0;
}
.pp #pplist li a {
	display:block;
}
.pp #pplist li a .imgbox {
	width:calc((99.9% - 15px) * 0.395);
	float:left;
	padding-top:26.5%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
}
.pp #pplist li a .right {
	width:calc((99.9% - 15px) * 0.605);
	float:right;
}
.pp #pplist li a .right p {
	font-weight:bold;
	line-height:1.4;
	margin-bottom:5px;
}
.pp #pplist li a .right dl {
	font-size:0;
}
.pp #pplist li a .right dl.date {
	margin-bottom:5px;
}
.pp #pplist li a .right dl dt, .pp #pplist li a .right dl dd {
	display:inline-block;
	vertical-align:middle;
}
.pp #pplist li a .right dl dt {
	width:14px;
	margin-right:6px;
}
.pp #pplist li a .right dl dd {
	font-size:13px;
	width:calc(100% - 20px);
}


#related h2 {
	font-size:0;
	padding-bottom:6px;
	margin-bottom:20px;
	border-bottom:1px solid #8bc2a8;
}
#related h2 img, #related h2 span {
	display:inline-block;
}
#related h2 img {
	width:34px;
	height:34px;
	margin-right:7px;
	vertical-align:-18px;
}
#related h2 span {
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	width:calc(100% - 41px);
	vertical-align:middle;
}
#related li {
	width:48.4%;
	display:inline-block;
	margin-bottom:20px;
	vertical-align:top;
}
/*#related li:nth-child(even) {
	float:right;
}*/
#related li a {
	display:block;
}
#related li .imgbox {
	width:40.2%;
	float:left;
	padding-top:27.9%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
#related li .imgbox.noimage {
	border:1px solid #ccc;
}
#related li .right {
	width:55.4%;
	float:right;
}
#related li .right p {
	font-weight:bold;
	line-height:1.4;
	margin-bottom:6px;
}
#related li dl {
	font-size:0;
}
#related li dl.date {
	margin-bottom:5px;
}
#related li dl dt, #related li dl dd {
	font-size:13px;
	display:inline-block;
	vertical-align:top;
}
#related li dl dt {
	width:20px;
}
#related li dl dt img {
	display:inline-block;
	vertical-align:-3px;
}
#related li dl dd {
	width:calc(100% - 20px);
}
#related li dl.area dd {
	font-size:0;
}
#related li dl.area dd span {
	font-size:13px;
	display:inline-block;
}
#related li dl.area dd span:after {
	content:"・";
}
#related li dl.area dd span:last-child:after {
	content:none;
}

.infoWrapBox{margin: 0 0 30px 0;}
.infoWrapBox dl {
    background: #eaf4ef;
    padding: 10px;
    display: flex;
    flex-wrap:wrap;
}
.infoWrapBox dl:nth-of-type(odd){
	background: #dbefe5;
}
.infoWrapBox dl dt {
    width: 8em;
}
.infoWrapBox dl dd{width:50%;}
.infoWrapBox dl dt span::before{
	content:"■";
}
.infoWrapBox dl dt span::after{
	content:"：";
}

/* CTAボタン */
.ctaWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}
.ctaBtn{width:48%;}
.ctaBtn a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 8px 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
}
/*　ツアーボタン　*/
.ctaBtn a.tour {
    background: #ff5926 url(https://kyushu-labo.com/kswp/wp-content/themes/staffTemplate/css/img/cta_tour.svg) no-repeat 20% 50%;
    background-size: 10% auto;
}
.ctaBtn a.htl {
    background: #ff627e url(https://kyushu-labo.com/kswp/wp-content/themes/staffTemplate/css/img/cta_htl.svg) no-repeat 20% 50%;
    background-size: 10% auto;
}
.ctaBtn a.opt {
    background: #9c7aff url(https://kyushu-labo.com/kswp/wp-content/themes/staffTemplate/css/img/cta_opt.svg) no-repeat 20% 50%;
    background-size: 10% auto;
}
.ctaBtn a.bus {
    background: #3db700 url(https://kyushu-labo.com/kswp/wp-content/themes/staffTemplate/css/img/cta_bus.svg) no-repeat 20% 50%;
    background-size: 10% auto;
}
.ctaBtn a.air {
    background: #1cb6f3 url(https://kyushu-labo.com/kswp/wp-content/themes/staffTemplate/css/img/cta_air.svg) no-repeat 20% 50%;
    background-size: 10% auto;
}

/* ==================================

			関連記事 

======================================*/

.kanrenBox{margin:20px 0;}
.kanrenBox ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0;
}
.kanrenTtl {
	font-weight:bold;
    border-bottom: 2px solid #007940;
    font-size: 140%;
}
.kanrenBox li {	width: 50%;	margin-bottom:10px;}
.kanrenBox li:nth-of-type(odd){
    border-right: 1px solid #ccc;
    padding-right: 10px;	
}
.kanrenBox li:nth-of-type(even){
    padding-left: 10px;	
}
.kanrenBox li:last-of-type{border-right:none;}
.kanrenBox li a {
    display: block;
    text-decoration: underline;
    line-height: 1.8;
}
.kanrenBox dl{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.kanrenBox dt{	width:25%;	}
.kanrenBox dt img{
	width:100%;
    margin: 0;
    border-radius: 4px;
    height:60px;
}
.kanrenBox dd{
    width: 70%;
    padding-left: 12px;
    font-size: 90%;
}

/*=====================================

			CTAリンク

======================================*/

#otherLink article {
    margin: 20px 0;
}
#otherLink article img{
	width:100%;
	height:auto;
	margin:0 0 10px;
}
.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.sb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.ttl_ptn1 {
    padding: 15px 0;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    border-radius: 6px;
    letter-spacing: 0.1em;
}
.mtb20 {
    margin: 20px 0;
}
.WSix {
    width: 15%;
}
.WFour {
    width: 22%;
}
.WSix a,.WFour a {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    color: #333;
    text-decoration: underline;
}
.WSix a:hover,.WFour a:hover{
	transform: translateY(-5%);
    opacity: 0.5;
}

.page .marker {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ff73a18c 0);
    font-size: 26px;
    position: inherit;
    margin-left: 0;
    border-left: inherit;
    padding: 0 0 4px;
}

@media screen and (max-width:768px) {
	.WFour {
    	width: 48%;
    	margin-bottom:10px;
	}
	.bg_wh{border:none !important;}
	.page {
    	padding: 0 10px !important;
	}
}

@media screen and (max-width:1440px) {

}
@media screen and (max-width:1280px) {
	.kspost_list {
		margin-bottom:70px;
	}
	.kspost_list .right h2, .kspost_list .right p {
		font-size:20px;
		margin-bottom:14px;
	}
	.kspost_list .right dl {
		margin-right:23px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		width:37px;
		height:37px;
		padding:11px 4px 12px 4px;
	}


	#area {
		padding:19px;
		margin-bottom:21px;
	}
	#area .map {
		width:40%;
	}
	#area .map img {
		width:79.8%;
	}
	#area ul {
		width:60%;
		padding-top:15px;
	}
	#area ul li {
		width:calc((99.9% - 17px) / 2);
		margin-bottom:20px;
	}
	#area ul li a {
		border-radius:28px;
	}
	#area ul li a span {
		padding:10px 17px 10px 41px;
		background:url(../imgs/index/icon_mappin.svg) no-repeat 17px center;
		background-size:14px 20px;
	}
	#area ul li a .num {
		padding:0 0 0 15px;
	}


	#pickup_tags {
		padding:19px 19px 9px 19px;
		margin-bottom:45px;
	}
	#pickup_tags h2 {
		margin-bottom:19px;
	}
	#pickup_tags h2 img, #pickup_tags h2 span {
		font-size:15px;
	}
	#pickup_tags h2 img {
		width:28px;
		height:28px;
		vertical-align:-16px;
	}
	#pickup_tags h2 span {
		width:calc(100% - 33px);
	}
	#pickup_tags li a {
		padding:9px 14px 10px 14px;
		border-radius:24px;
	}


	#purpose_list {
		padding:23px 23px 0 23px;
	}
	#purpose_list li {
		width:calc((99.9% - 23px) / 2);
		margin:0 23px 23px 0;
	}
	#purpose_list li a img {
		width:90px;
	}
	#purpose_list li a span {
		font-size:17px;
		width:calc(100% - 90px);
	}

	#purpose_img {
		margin-bottom:45px;
	}
	#purpose_img dl dt {
		font-size:26px;
	}

	.purpose #maincontent .list > li {
		margin-bottom:32px;
	}


	.single_purpose #postimg h1 {
		font-size:26px;
		padding:0 19px;
		bottom:19px;
	}
	.single_purpose #head_remark {
		margin-bottom:29px;
	}
	.single_purpose #head_remark dl.area {
		margin-right:18px;
	}
	.single_purpose #head_remark dl dt img {
		width:19px;
		height:20px;
		vertical-align:-3px;
	}
	.single_purpose .head .sns_single ul li {
		width:calc((99.9% - 54px) / 4);
		margin-right:18px;
	}
	.single_purpose .sns_single {
		margin-bottom:28px;
	}
	.single_purpose .sns_single ul li:last-child {
		margin-right:0;
	}

	.single_purpose .head .maincap {
		font-size:15px;
		margin-bottom:24px;
	}
	.single_purpose .head .reserve {
		margin-bottom:45px;
	}
	.single_purpose .head .reserve:after {
		border-radius:32px;
	}
	.single_purpose .head .reserve a {
		padding:14px 10px;
		border-radius:32px;
	}
	.single_purpose .head .reserve span {
		font-size:17px;
	}

	.single_purpose #blk_caplist {
		padding:27px 32px;
		margin-bottom:24px;
	}
	.single_purpose #blk_caplist dt img, .single_purpose #blk_caplist dt span {
		font-size:17px;
	}
	.single_purpose #blk_caplist dt img {
		width:27px;
		height:27px;
		vertical-align:-16px;
	}
	.single_purpose #blk_caplist dt span {
		width:calc(100% - 32px);
	}
	.single_purpose #blk_caplist dd ul {
		padding:14px 0;
	}

	.single_purpose .postblk {
		margin-bottom:46px;
	}
	.single_purpose .postblk h2 {
		font-size:23px;
		margin-bottom:27px;
	}
	.single_purpose .postblk p {
	    font-size: 16px;
	    margin-bottom: 32px;
	    line-height: 2;
	}
	.single_purpose .postblk .blkimg {
		margin-bottom:32px;
	}
	.single_purpose .postblk .detail h3 {
		font-size:17px;
	}
	.single_purpose .postblk .detail_in {
		padding:19px;
		margin-bottom:28px;
	}
	.single_purpose .postblk .reserve:after {
		border-radius:32px;
	}
	.single_purpose .postblk .reserve a {
		padding:14px 10px;
		border-radius:32px;
	}
	.single_purpose .postblk .reserve span {
		font-size:17px;
	}
	.single_purpose .post_bnr {
		margin-bottom:55px;
		margin-top:45px;
	}


	#tags li a {
		padding:9px 14px 10px 14px;
		border-radius:24px;
	}


	.pp #maincontent h2 {
		margin-bottom:19px;
	}
	.pp #maincontent h2 span {
		font-size:23px;
		width:calc(100% - 40px);
	}
	.pp #maincontent h2 img {
		width:32px;
		height:32px;
	}

	.pp #tour, .pp #feature {
		margin-bottom:50px;
	}
	.pp #tour ul {
		padding:23px;
	}
	.pp #tour ul li {
		width:calc((99.9% - 23px) / 2);
		margin-bottom:23px;
	}
	.pp #tour ul li a {
		padding:14px;
	}
	.pp #tour ul li a p.price {
		font-size:20px;
	}

	.pp #feature li {
		width:calc((99.9% - 27px) / 2);
	}
	.pp #feature li:nth-child(1), .pp #feature li:nth-child(2) {
		margin-bottom:27px;
	}

	.pp #pplist li {
		margin-bottom:19px;
		padding-bottom:19px;
	}

	#pp_mainimg form dl#fm_departure, #pp_mainimg form dl#fm_destination {
		width:calc((99.9% - 38px) * 0.3);
		margin-right:19px;
		margin-bottom:19px;
	}
	#pp_mainimg form dl#fm_roomtype {
		width:calc((99.9% - 38px) * 0.4);
		margin-bottom:19px;
	}
	#pp_mainimg form dl#fm_date {
		width:calc((99.9% - 19px) * 0.4);
		margin-right:19px;
	}
	#pp_mainimg form dl#fm_period {
		width:calc((99.9% - 19px) * 0.6);
	}
	#pp_mainimg form #submit {
		margin:28px auto 0 auto;
	}


	#related h2 img {
		width:32px;
		height:32px;
		margin-right:6px;
		vertical-align:-17px;
	}
	#related h2 span {
		font-size:19px;
		width:calc(100% - 38px);
	}
}
@media screen and (max-width:1140px) {
	.kspost_list {
		margin-bottom:65px;
	}
	.kspost_list .right h2, .kspost_list .right p {
		font-size:19px;
		margin-bottom:13px;
	}
	.kspost_list .right dl {
		margin-right:21px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		width:35px;
		height:35px;
		padding:10px 3px 11px 3px;
	}


	#area {
		padding:18px;
		margin-bottom:20px;
	}
	#area .map {
		width:31.8%;
	}
	#area .map img {
		width:100%;
	}
	#area ul {
		width:68.2%;
		padding-top:10px;
		padding-left:20px;
	}
	#area ul li {
		width:calc((99.9% - 15px) / 2);
		margin-bottom:18px;
	}
	#area ul li a {
		border-radius:26px;
	}
	#area ul li a span {
		padding:10px 15px 10px 36px;
		background:url(../imgs/index/icon_mappin.svg) no-repeat 15px center;
		background-size:13px 18px;
	}
	#area ul li a .num {
		padding:0 0 0 10px;
	}


	#pickup_tags {
		padding:18px 18px 8px 18px;
		margin-bottom:40px;
	}
	#pickup_tags h2 {
		margin-bottom:18px;
	}
	#pickup_tags h2 img {
		width:27px;
		height:27px;
		vertical-align:-15px;
	}
	#pickup_tags h2 span {
		width:calc(100% - 32px);
	}
	#pickup_tags li a {
		padding:8px 13px 9px 13px;
		border-radius:23px;
	}


	#purpose_list {
		padding:21px 21px 0 21px;
	}
	#purpose_list li {
		width:calc((99.9% - 21px) / 2);
		margin:0 21px 21px 0;
	}
	#purpose_list li a img {
		width:84px;
	}
	#purpose_list li a span {
		font-size:16px;
		width:calc(100% - 84px);
	}

	#purpose_img {
		margin-bottom:40px;
	}
	#purpose_img dl dt {
		font-size:24px;
	}
	.purpose #maincontent .list > li {
		margin-bottom:29px;
	}
	.purpose #maincontent .list li dl {
		width:calc((100% - 0px) / 1);
		float:none;
		margin-bottom:3px;
	}
	.purpose #maincontent .list li dl.area {
		margin-bottom:15px;
	}


	.single_purpose #postimg h1 {
		font-size:24px;
		padding:0 18px;
		bottom:18px;
	}
	.single_purpose #head_remark {
		margin-bottom:28px;
	}
	.single_purpose #head_remark dl.area {
		margin-right:16px;
	}
	.single_purpose #head_remark dl dt img {
		width:18px;
		height:19px;
	}
	.single_purpose .sns_single {
		margin-bottom:26px;
	}
	.single_purpose .head .sns_single ul li {
		width:calc((99.9% - 48px) / 4);
		margin-right:16px;
	}
	.single_purpose .sns_single ul li:last-child {
		margin-right:0;
	}

	.single_purpose .head .maincap {
		font-size:15px;
		margin-bottom:23px;
	}
	.single_purpose .head .reserve {
		margin-bottom:40px;
	}
	.single_purpose .head .reserve:after {
		border-radius:29px;
	}
	.single_purpose .head .reserve a {
		padding:13px 10px;
		border-radius:29px;
	}
	.single_purpose .head .reserve span {
		font-size:16px;
	}

	.single_purpose #blk_caplist {
		padding:24px 29px;
		margin-bottom:23px;
	}
	.single_purpose #blk_caplist dt img, .single_purpose #blk_caplist dt span {
		font-size:16px;
	}
	.single_purpose #blk_caplist dt img {
		width:26px;
		height:26px;
		vertical-align:-15px;
	}
	.single_purpose #blk_caplist dt span {
		width:calc(100% - 31px);
	}
	.single_purpose #blk_caplist dd ul {
		padding:13px 0;
	}

	.single_purpose .postblk {
		margin-bottom:42px;
	}
	.single_purpose .postblk h2 {
		font-size:22px;
		margin-bottom:24px;
	}
	.single_purpose .postblk p {
		font-size:16px;
		margin-bottom:29px;
	}
	.single_purpose .postblk .blkimg {
		margin-bottom:29px;
	}
	.single_purpose .postblk .detail h3 {
		font-size:16px;
	}
	.single_purpose .postblk .detail_in {
		padding:18px;
		margin-bottom:26px;
	}
	.single_purpose .postblk .reserve:after {
		border-radius:29px;
	}
	.single_purpose .postblk .reserve a {
		padding:13px 10px;
		border-radius:29px;
	}
	.single_purpose .postblk .reserve span {
		font-size:16px;
	}
	.single_purpose .post_bnr {
		margin-bottom:50px;
		margin-top:40px;
	}


	#tags li a {
		padding:8px 13px 9px 13px;
		border-radius:23px;
	}


	.pp #maincontent h2 {
		margin-bottom:18px;
	}
	.pp #maincontent h2 span {
		font-size:22px;
		width:calc(100% - 39px);
	}
	.pp #maincontent h2 img {
		width:31px;
		height:31px;
	}

	.pp #tour, .pp #feature {
		margin-bottom:45px;
	}
	.pp #tour ul {
		padding:21px;
	}
	.pp #tour ul li {
		width:calc((99.9% - 21px) / 2);
		margin-bottom:21px;
	}
	.pp #tour ul li a {
		padding:13px;
	}
	.pp #tour ul li a p.price {
		font-size:19px;
	}

	.pp #feature li {
		width:calc((99.9% - 24px) / 2);
	}
	.pp #feature li:nth-child(1), .pp #feature li:nth-child(2) {
		margin-bottom:24px;
	}

	.pp #pplist li {
		margin-bottom:18px;
		padding-bottom:18px;
	}

	#pp_mainimg form dl#fm_departure, #pp_mainimg form dl#fm_destination {
		width:calc((99.9% - 36px) * 0.3);
		margin-right:18px;
		margin-bottom:18px;
	}
	#pp_mainimg form dl#fm_roomtype {
		width:calc((99.9% - 36px) * 0.4);
		margin-bottom:18px;
	}
	#pp_mainimg form dl#fm_date {
		width:calc((99.9% - 18px) * 0.4);
		margin-right:18px;
	}
	#pp_mainimg form dl#fm_period {
		width:calc((99.9% - 18px) * 0.6);
	}


	#pp_mainimg form #submit {
		margin:26px auto 0 auto;
	}


	#related h2 img {
		width:30px;
		height:30px;
		margin-right:5px;
		vertical-align:-16px;
	}
	#related h2 span {
		font-size:18px;
		width:calc(100% - 35px);
	}
}
@media screen and (max-width:980px) {


	.kspost_list {
		margin-bottom:60px;
	}
	.kspost_list .right h2, .kspost_list .right p {
		font-size:18px;
		margin-bottom:12px;
	}
	.kspost_list .right dl {
		margin-right:19px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		width:33px;
		height:33px;
		padding:9px 2px 10px 2px;
	}


	#area {
		padding:17px;
	}
	#area .map {
		width:40%;
	}
	#area ul {
		width:60%;
		padding-top:0;
	}
	#area ul li {
		width:calc((99.9% - 0px) / 1);
		float:none;
		margin-bottom:10px;
	}
	#area ul li:nth-child(even) {
		float:none;
	}
	#area ul li a {
		border-radius:24px;
	}
	#area ul li a span {
		font-size:14px;
		padding:8px 15px 8px 36px;
		background:url(../imgs/index/icon_mappin.svg) no-repeat 15px center;
		background-size:13px 18px;
	}


	#pickup_tags {
		padding:17px 17px 7px 17px;
		margin-bottom:35px;
	}
	#pickup_tags h2 {
		margin-bottom:17px;
	}
	#pickup_tags h2 img, #pickup_tags h2 span {
		font-size:14px;
	}
	#pickup_tags h2 img {
		width:25px;
		height:25px;
		vertical-align:-14px;
	}
	#pickup_tags h2 span {
		width:calc(100% - 30px);
	}
	#pickup_tags li a {
		padding:7px 12px 8px 12px;
		border-radius:22px;
	}


	#purpose_list {
		padding:19px 19px 0 19px;
	}
	#purpose_list li {
		width:calc((99.9% - 19px) / 2);
		margin:0 19px 19px 0;
	}
	#purpose_list li a img {
		width:78px;
	}
	#purpose_list li a span {
		font-size:15px;
		width:calc(100% - 78px);
	}

	#purpose_img {
		margin-bottom:35px;
	}
	#purpose_img dl dt {
		font-size:22px;
	}
	#purpose_img dl dd br {
		display:none;
	}

	.purpose #maincontent .list > li {
		margin-bottom:26px;
	}


	.single_purpose #postimg h1 {
		font-size:22px;
		padding:0 17px;
		bottom:17px;
	}
	.single_purpose #head_remark {
		margin-bottom:27px;
	}
	.single_purpose #head_remark dl.area {
		margin-right:14px;
	}
	.single_purpose #head_remark dl dt img {
		width:17px;
		height:18px;
	}
	.single_purpose .sns_single {
		margin-bottom:24px;
	}
	.single_purpose .head .sns_single ul li {
		width:calc((99.9% - 42px) / 4);
		margin-right:14px;
	}
	.single_purpose .sns_single ul li:last-child {
		margin-right:0;
	}

	.single_purpose .head .maincap {
		font-size:15px;
		margin-bottom:22px;
	}
	.single_purpose .head .reserve {
		margin-bottom:35px;
	}
	.single_purpose .head .reserve:after {
		border-radius:26px;
	}
	.single_purpose .head .reserve a {
		padding:12px 10px;
		border-radius:26px;
	}
	.single_purpose .head .reserve span {
		font-size:15px;
	}

	.single_purpose #blk_caplist {
		padding:21px 26px;
		margin-bottom:22px;
	}
	.single_purpose #blk_caplist dt img, .single_purpose #blk_caplist dt span {
		font-size:15px;
	}
	.single_purpose #blk_caplist dt img {
		width:25px;
		height:25px;
		vertical-align:-14px;
	}
	.single_purpose #blk_caplist dt span {
		width:calc(100% - 30px);
	}
	.single_purpose #blk_caplist dd ul {
		padding:12px 0;
	}

	.single_purpose .postblk {
		margin-bottom:38px;
	}
	.single_purpose .postblk h2 {
		font-size:20px;
		margin-bottom:22px;
	}
	.single_purpose .postblk p {
		font-size:15px;
		margin-bottom:26px;
	}
	.single_purpose .postblk .blkimg {
		margin-bottom:26px;
	}
	.single_purpose .postblk .detail h3 {
		font-size:15px;
	}
	.single_purpose .postblk .detail_in {
		padding:17px;
		margin-bottom:24px;
	}
	.single_purpose .postblk .reserve:after {
		border-radius:26px;
	}
	.single_purpose .postblk .reserve a {
		padding:12px 10px;
		border-radius:26px;
	}
	.single_purpose .postblk .reserve span {
		font-size:15px;
	}
	.single_purpose .post_bnr {
		margin-bottom:45px;
		margin-top:35px;
	}


	#tags li a {
		padding:7px 12px 8px 12px;
		border-radius:22px;
	}


	.pp #maincontent h2 {
		margin-bottom:17px;
	}
	.pp #maincontent h2 span {
		font-size:21px;
		width:calc(100% - 38px);
	}
	.pp #maincontent h2 img {
		width:30px;
		height:30px;
	}

	.pp #tour, .pp #feature {
		margin-bottom:40px;
	}
	.pp #tour ul {
		padding:19px;
	}
	.pp #tour ul li {
		width:calc((99.9% - 19px) / 2);
		margin-bottom:19px;
	}
	.pp #tour ul li a {
		padding:12px;
	}
	.pp #tour ul li a p.price {
		font-size:18px;
	}

	.pp #feature li {
		width:calc((99.9% - 21px) / 2);
	}
	.pp #feature li:nth-child(1), .pp #feature li:nth-child(2) {
		margin-bottom:21px;
	}

	.pp #pplist li {
		width:100%;
		float:none;
		margin-bottom:17px;
		padding-bottom:17px;
	}
	.pp #pplist li:nth-child(even) {
		float:none;
	}
	.pp #pplist li a .imgbox {
		width:125px;
		height:86px;
		padding-top:0;
	}
	.pp #pplist li a .right {
		width:calc(99.9% - 140px);
	}

	#pp_mainimg form dl#fm_departure, #pp_mainimg form dl#fm_destination {
		width:calc((99.9% - 34px) * 0.3);
		margin-right:17px;
		margin-bottom:17px;
	}
	#pp_mainimg form dl#fm_roomtype {
		width:calc((99.9% - 34px) * 0.4);
		margin-bottom:17px;
	}
	#pp_mainimg form dl#fm_date {
		width:calc((99.9% - 17px) * 0.4);
		margin-right:17px;
	}
	#pp_mainimg form dl#fm_period {
		width:calc((99.9% - 17px) * 0.6);
	}


	#pp_mainimg form #submit {
		font-size:15px;
		margin:24px auto 0 auto;
		background-size:20px 20px;
	}


	#related h2 img {
		width:28px;
		height:28px;
	}
	#related h2 span {
		font-size:17px;
		width:calc(100% - 33px);
	}
	#related li {
		width:100%;
		float:none;
	}
	#related li:nth-child(even) {
		float:none;
	}
	#related li .imgbox {
		width:125px;
		height:86px;
		padding-top:0;
	}
	#related li .right {
		width:calc(100% - 140px);
		float:right;
	}
}
@media screen and (max-width:880px) {
	/*1128*/
	.singleWrapBox {
	    width: inherit;
	    margin: 0 auto;
	}
#maincontent {
    width: inherit;
    float: inherit;
}
#side {
    width: inherit;
    float: inherit;
    position: relative;
    margin-left: inherit;
}
}
@media screen and (max-width:768px) {


	.kspost_list {
		margin-bottom:55px;
	}
	.kspost_list .imgbox {
		float:left;
	}
	.kspost_list .right {
		width:53.7%;
		float:right;
		position:static;
		-webkit-transform:translateY(0%);
		-ms-transform:translateY(0%);
		transform:translateY(0%);
	}
	.kspost_list .right h2, .kspost_list .right p {
		font-size:17px;
		margin-bottom:11px;
	}
	.kspost_list .right dl {
		margin-right:17px;
	}
	.kspost_list .right dl dt, .kspost_list .right dl dd {
		font-size:13px;
	}
	.kspost_list .right dl.area dd span {
		font-size:13px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		font-size:13px;
		width:31px;
		height:31px;
		padding:8px 2px 9px 2px;
	}


	#area {
		padding:16px;
	}
	#area .map {
		float:none;
		margin:0 auto 20px auto;
	}
	#area ul {
		width:100%;
		padding-left:0;
	}
	#area ul li {
		width:calc((100% - 10px) / 2);
		float:left;
	}
	#area ul li:nth-child(even) {
		float:right;
	}
	#area ul li a span, #area ul li a img {
		font-size:13px;
	}


	#pickup_tags {
		padding:16px 16px 6px 16px;
		margin-bottom:30px;
	}
	#pickup_tags h2 {
		margin-bottom:16px;
	}
	#pickup_tags h2 img {
		width:23px;
		height:23px;
		vertical-align:-13px;
	}
	#pickup_tags h2 span {
		width:calc(100% - 28px);
	}
	#pickup_tags li a {
		font-size:13px;
		padding:6px 11px 7px 11px;
		border-radius:21px;
	}


	#purpose_list {
		padding:17px 17px 0 17px;
	}
	#purpose_list li {
		width:calc((99.9% - 17px) / 2);
		margin:0 17px 17px 0;
	}
	#purpose_list li a img {
		width:70px;
	}
	#purpose_list li a span {
		font-size:14px;
		width:calc(100% - 70px);
	}

	#purpose_img {
		margin-bottom:30px;
	}
	#purpose_img dl dt {
		font-size:20px;
	}
	.purpose #maincontent .list li {
		width:calc((99.9% - 15px) / 2);
		margin-bottom:23px;
	}
	.purpose #maincontent .list li:nth-child(3n) {
		margin-right:15px;
	}
	.purpose #maincontent .list li:nth-child(even) {
		margin-right:0;
	}
	.purpose #maincontent .list li a .category li {
		width:auto;
	}


	.single_purpose #postimg h1 {
		font-size:20px;
		padding:0 16px;
		bottom:16px;
	}
	.single_purpose #head_remark {
		margin-bottom:26px;
	}
	.single_purpose #head_remark dl.area {
		margin-right:12px;
	}
	.single_purpose #head_remark dl dt, .single_purpose #head_remark dl dd {
		font-size:13px;
	}
	.single_purpose #head_remark dl dt img {
		width:16px;
		height:17px;
	}
	.single_purpose .sns_single {
		margin-bottom:22px;
	}
	.single_purpose .head .sns_single ul li {
		width:calc((99.9% - 30px) / 4);
		margin-right:10px;
	}
	.single_purpose .sns_single ul li:last-child {
		margin-right:0;
	}

	.single_purpose .head .maincap {
		font-size:14px;
		margin-bottom:21px;
	}
	.single_purpose .head .reserve {
		margin-bottom:30px;
	}
	.single_purpose .head .reserve:after {
		border-radius:23px;
	}
	.single_purpose .head .reserve a {
		padding:11px 10px;
		border-radius:23px;
	}
	.single_purpose .head .reserve span {
		font-size:14px;
	}

	.single_purpose #blk_caplist {
		padding:18px 23px;
		margin-bottom:21px;
	}
	.single_purpose #blk_caplist dt img, .single_purpose #blk_caplist dt span {
		font-size:14px;
	}
	.single_purpose #blk_caplist dt img {
		width:24px;
		height:24px;
		vertical-align:-13px;
	}
	.single_purpose #blk_caplist dt span {
		width:calc(100% - 29px);
	}
	.single_purpose #blk_caplist dd ul {
		padding:11px 0;
	}

	.single_purpose .postblk {
		margin-bottom:34px;
	}
	.single_purpose .postblk h2 {
		font-size:19px;
		margin-bottom:20px;
	}
	.single_purpose .postblk p {
		font-size:16px;
		margin-bottom:23px;
	}
	.single_purpose .postblk .blkimg {
		margin-bottom:23px;
	}
	.single_purpose .postblk .detail h3 {
		font-size:14px;
	}
	.single_purpose .postblk .detail_in {
		padding:16px;
		margin-bottom:22px;
	}
	.single_purpose .postblk .reserve {
		margin-bottom:15px;
	}
	.single_purpose .postblk .reserve:after {
		border-radius:23px;
	}
	.single_purpose .postblk .reserve a {
		padding:11px 10px;
		border-radius:23px;
	}
	.single_purpose .postblk .reserve span {
		font-size:14px;
	}
	.single_purpose .post_bnr {
		margin-bottom:40px;
		margin-top:30px;
	}


	#tags li a {
		font-size:13px;
		padding:6px 11px 7px 11px;
		border-radius:21px;
	}


	.pp #maincontent h2 {
		margin-bottom:15px;
	}
	.pp #maincontent h2 span {
		font-size:19px;
		width:calc(100% - 36px);
	}
	.pp #maincontent h2 img {
		width:28px;
		height:28px;
	}

	.pp #tour, .pp #feature {
		margin-bottom:35px;
	}
	.pp #tour ul {
		padding:17px;
	}
	.pp #tour ul li {
		width:calc((99.9% - 17px) / 2);
		margin-bottom:17px;
	}

	.pp #tour ul li a {
		padding:11px;
	}
	.pp #tour ul li a h3 {
		font-size:14px;
	}
	.pp #tour ul li a p.price {
		font-size:17px;
	}

	.pp #feature li {
		width:calc((99.9% - 18px) / 2);
	}
	.pp #feature li:nth-child(1), .pp #feature li:nth-child(2) {
		margin-bottom:18px;
	}

	.pp #pplist li {
		margin-bottom:16px;
		padding-bottom:16px;
	}

	#pp_mainimg form dl#fm_departure, #pp_mainimg form dl#fm_destination {
		width:calc((99.9% - 32px) * 0.3);
		margin-right:16px;
		margin-bottom:16px;
	}
	#pp_mainimg form dl#fm_roomtype {
		width:calc((99.9% - 32px) * 0.4);
		margin-bottom:16px;
	}
	#pp_mainimg form dl#fm_date {
		width:calc((99.9% - 16px) * 0.4);
		margin-right:16px;
	}
	#pp_mainimg form dl#fm_period {
		width:calc((99.9% - 16px) * 0.6);
	}


	#pp_mainimg form dl dt, #pp_mainimg form dl dd {
		font-size:13px;
	}
	#pp_mainimg form dl dd input, #pp_mainimg form dl dd select, #pp_mainimg form dl dd span {
		font-size:13px;
	}
	#pp_mainimg form dl dd {
		font-size:0;
	}
	#pp_mainimg form dl dt {
		width:55px;
		padding:15px 5px;
	}
	#pp_mainimg form dl dd {
		width:calc(100% - 55px);
	}
	#pp_mainimg form dl#fm_roomtype dt {
		width:80px;
	}
	#pp_mainimg form dl#fm_roomtype dd {
		width:calc(100% - 80px);
	}
	#pp_mainimg form #submit {
		font-size:14px;
		margin:22px auto 0 auto;
		background-size:18px 18px;
	}


	#related h2 img {
		width:26px;
		height:26px;
		vertical-align:-15px;
	}
	#related h2 span {
		font-size:16px;
		width:calc(100% - 31px);
	}
}
@media screen and (max-width:640px) {
	.kanrenBox li{width:100%;}
	.kanrenBox li:nth-of-type(odd){border:none;}
	.kanrenBox li:nth-of-type(even) {
	    padding-left: 0;
	}
	.kspost_list {
		margin-bottom:50px;
	}
	.kspost_list .right h2, .kspost_list .right p {
		font-size:16px;
		margin-bottom:10px;
	}
	.kspost_list .right dl {
		margin-right:15px;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		width:29px;
		height:29px;
		padding:7px 0px 8px 0px;
	}


	#area {
		padding:15px;
	}
	#area ul li {
		width:calc((100% - 10px) / 2);
	}


	#pickup_tags {
		padding:15px 15px 5px 15px;
		margin-bottom:25px;
	}
	#pickup_tags h2 {
		margin-bottom:15px;
	}
	#pickup_tags h2 img {
		width:22px;
		height:22px;
		vertical-align:-12px;
	}
	#pickup_tags h2 span {
		width:calc(100% - 27px);
	}
	#pickup_tags li a {
		padding:5px 10px 6px 10px;
		border-radius:20px;
	}


	#purpose_list {
		padding:15px 15px 0 15px;
	}
	#purpose_list li {
		width:calc((99.9% - 15px) / 2);
		margin:0 15px 15px 0;
	}
	#purpose_list li a img {
		width:64px;
	}
	#purpose_list li a span {
		font-size:13px;
		width:calc(100% - 64px);
	}

	#purpose_img {
		margin-bottom:25px;
		overflow:hidden;
	}
	#purpose_img dl dt {
		font-size:19px;
	}
	#purpose_img dl dd {
		line-height:1.7;
	}
	#purpose_img .bg {
		width:583px;
		position:relative;
		left:50%;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.purpose #maincontent .list li {
		margin-bottom:20px;
	}


	.single_purpose #postimg h1 {
		font-size:19px;
		padding:0 15px;
		bottom:15px;
	}
	.single_purpose #head_remark {
		margin-bottom:25px;
	}
	.single_purpose #head_remark dl.area {
		margin-right:10px;
	}
	.single_purpose #head_remark dl dt img {
		width:15px;
		height:16px;
	}

	.single_purpose .sns_single {
		margin-bottom:20px;
	}

	.single_purpose .head .maincap {
		font-size:15px;
		margin-bottom:20px;
	}
	.single_purpose .head .reserve {
		margin-bottom:25px;
	}
	.single_purpose .head .reserve:after {
		border-radius:20px;
	}
	.single_purpose .head .reserve a {
		padding:10px 10px;
		border-radius:20px;
	}
	.single_purpose .head .reserve span {
		padding-left:0;
	}
	.single_purpose .head .reserve span img {
		display:block;
		margin:0 auto 5px auto;
		position:static;
		-webkit-transform:translateY(0%);
		-ms-transform:translateY(0%);
		transform:translateY(0%);
	}

	.single_purpose #blk_caplist {
		padding:15px 20px;
		margin-bottom:20px;
	}
	.single_purpose #blk_caplist dt img {
		width:23px;
		height:23px;
	}
	.single_purpose #blk_caplist dt span {
		width:calc(100% - 28px);
	}
	.single_purpose #blk_caplist dd ul {
		padding:10px 0;
	}

	.single_purpose .postblk {
		margin-bottom:30px;
	}
	.single_purpose .postblk h2 {
		font-size:18px;
		margin-bottom:18px;
	}
	.single_purpose .postblk p {
		font-size:15px;
		margin-bottom:20px;
	}
	.single_purpose .postblk .blkimg {
		margin-bottom:20px;
	}
	.single_purpose .postblk .detail_in {
		padding:15px;
		margin-bottom:20px;
	}
	.single_purpose .postblk .reserve:after {
		border-radius:20px;
	}
	.single_purpose .postblk .reserve a {
		padding:10px 10px;
		border-radius:20px;
	}
	.single_purpose .postblk .reserve span {
		padding-left:0;
	}
	.single_purpose .postblk .reserve span img {
		display:block;
		margin:0 auto 5px auto;
		position:static;
		-webkit-transform:translateY(0%);
		-ms-transform:translateY(0%);
		transform:translateY(0%);
	}
	.single_purpose .post_bnr {
		margin-bottom:35px;
		margin-top:25px;
	}


	#tags li a {
		padding:5px 10px 6px 10px;
		border-radius:20px;
	}


	.pp #maincontent h2 span {
		font-size:18px;
		width:calc(100% - 35px);
	}
	.pp #maincontent h2 img {
		width:27px;
		height:27px;
	}

	.pp #tour, .pp #feature {
		margin-bottom:30px;
	}
	.pp #tour ul {
		padding:15px;
	}
	.pp #tour ul li {
		width:calc((99.9% - 15px) / 2);
		margin-bottom:15px;
	}
	.pp #tour ul li a {
		padding:10px;
	}
	.pp #tour ul li a p.price {
		font-size:16px;
	}

	.pp #feature li {
		width:calc((99.9% - 15px) / 2);
	}
	.pp #feature li:nth-child(1), .pp #feature li:nth-child(2) {
		margin-bottom:15px;
	}

	.pp #pplist li {
		margin-bottom:15px;
		padding-bottom:15px;
	}


	#pp_mainimg .img {
		margin-bottom:20px;
	}
	#pp_mainimg form {
		padding:0;
		position:static;
		-webkit-transform:translateY(0%);
		-ms-transform:translateY(0%);
		transform:translateY(0%);
	}
	#pp_mainimg form dl#fm_departure, #pp_mainimg form dl#fm_destination {
		width:calc((99.9% - 15px) / 2 );
		margin-right:15px;
		margin-bottom:15px;
	}
	#pp_mainimg form dl#fm_destination {
		margin-right:0px;
	}
	#pp_mainimg form dl#fm_roomtype {
		width:calc((99.9% - 15px) / 2);
		margin-bottom:15px;
		margin-right:15px;
	}
	#pp_mainimg form dl#fm_date {
		width:calc((99.9% - 15px) / 2);
		margin-bottom:15px;
		margin-right:0px;
	}
	#pp_mainimg form dl#fm_period {
		width:calc((99.9% - 0px) * 1.0);
	}


	#pp_mainimg form #submit {
		margin:20px auto 0 auto;
	}


	#related h2 img {
		width:24px;
		height:24px;
		vertical-align:-13px;
	}
	#related h2 span {
		font-size:15px;
		width:calc(100% - 29px);
	}
}
@media screen and (max-width:480px) {
	.kspost_list {
		margin-bottom:45px;
	}
	.kspost_list li {
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px solid #ccc;
	}
	.kspost_list .imgbox {
		width:120px;
		padding-top:26.25%;
	}
	.kspost_list .right {
		width:calc(99.9% - 135px);
	}
	.kspost_list .right h2, .kspost_list .right p {
		font-size:15px;
	}
	.kspost_list .right dl {
		margin-right:10px;
	}


	#area .map {
		width:156px;
	}
	#area ul li a span {
		padding:8px 8px 8px 25px;
		background-position:8px center;
		background-size:12px 17px;
	}
	#area ul li a .num {
		padding-left:5px;
	}



	#pickup_tags h2 img {
		width:21px;
		height:21px;
	}
	#pickup_tags h2 span {
		width:calc(100% - 26px);
	}
	#purpose_list li a img {
		width:58px;
	}
	#purpose_list li a span {
		width:calc(100% - 58px);
	}

	#purpose_img dl dt {
		font-size:18px;
	}
	.purpose #maincontent .list li {
		width:calc((100% - 0px) / 1);
	}
	.purpose #maincontent .list li:nth-child(3n) {
		margin-right:0px;
	}


	.single_purpose #postimg h1 {
		font-size:18px;
	}
	.single_purpose .head .sns_single ul li {
		width:calc((99.9% - 20px) / 2);
		margin-right:10px;
	}
	.single_purpose .sns_single ul li:nth-child(1), .single_purpose .sns_single ul li:nth-child(2) {
		margin-bottom:10px;
	}
	.single_purpose .sns_single ul li:nth-child(2) {
		margin-right:0;
	}
	.single_purpose .sns_single ul li:last-child {
		margin-right:0;
	}
	.single_purpose .detail .sns_single ul li {
		width:calc((99.9% - 10px) / 2);
		margin-right:10px;
	}
	.single_purpose .detail .sns_single ul li:nth-child(2), .single_purpose .detail .sns_single ul li:nth-child(4) {
		margin-right:0;
	}

	.single_purpose #blk_caplist dt img {
		width:22px;
		height:22px;
		vertical-align:-12px;
	}
	.single_purpose #blk_caplist dt span {
		width:calc(100% - 27px);
	}
	.single_purpose .postblk h2 {
		font-size:17px;
		margin-bottom:16px;
	}
	.single_purpose .postblk p {
		margin-bottom:18px;
	}
	.single_purpose .postblk .blkimg {
		margin-bottom:18px;
	}
	.single_purpose .postblk .detail_in ul li dl {
		display:block;
	}
	.single_purpose .postblk .detail_in ul li dl dt, .single_purpose .postblk .detail_in ul li dl dd {
		display:block;
	}
	.single_purpose .postblk .detail_in ul li dl dt {
		white-space:normal;
		width:100%;
	}
	.single_purpose .postblk .detail_in ul li dl dt span:after {
		content:none;
	}
	.single_purpose .post_bnr {
		margin-bottom:30px;
	}
	.single_purpose .post_bnr li {
		width:100%;
		display:block;
		margin-right:0;
		margin-bottom:20px;
	}
	.single_purpose .post_bnr li:last-child {
		margin-bottom:0;
	}



	.pp #maincontent h2 span {
		font-size:17px;
		width:calc(100% - 34px);
	}
	.pp #maincontent h2 img {
		width:26px;
		height:26px;
	}
	.pp #tour ul li {
		width:calc((99.9% - 0px) / 1);
		float:none;
	}
	.pp #tour ul li:nth-child(even) {
		float:none;
	}
	.pp #tour ul li:nth-last-child(2) {
		margin-bottom:15px;
	}

	.pp #pplist li a .imgbox {
		width:100px;
		height:65px;
	}
	.pp #pplist li a .right {
		width:calc(99.9% - 110px);
		height:auto!important;
	}


	#pp_mainimg form dl dt {
		width:80px;
	}
	#pp_mainimg form dl dd {
		width:calc(100% - 80px);
	}
	#pp_mainimg form dl#fm_departure, #pp_mainimg form dl#fm_destination {
		width:calc((100% - 0px) / 1);
		margin-right:0px;
		margin-bottom:10px;
	}
	#pp_mainimg form dl#fm_roomtype {
		width:calc((100% - 0px) / 1);
		margin-bottom:10px;
		margin-right:0px;
	}
	#pp_mainimg form dl#fm_date {
		width:calc((100% - 0px) / 1);
		margin-bottom:10px;
	}


	#related li .imgbox {
		width:100px;
		height:68px;
	}
	#related li .right {
		width:calc(100% - 110px);
		height:auto!important;
	}
}
@media screen and (max-width:400px) {
	.kspost_list .imgbox {
		width:100px;
	}
	.kspost_list .right {
		width:calc(99.9% - 110px);
	}
	.kspost_list .right h2, .kspost_list .right p {
		font-size:14px;
	}

	#purpose_list li {
		width:calc((99.9% - 0px) / 1);
		margin-right:0;
		margin-bottom:10px;
	}
	#purpose_img dl dd {
		line-height:1.6;
	}


	.pp #maincontent h2 span {
		font-size:16px;
		width:calc(100% - 33px);
	}
	.pp #maincontent h2 img {
		width:25px;
		height:25px;
	}

	.pp #feature li {
		width:calc((99.9% - 0px) / 1);
		float:none;
	}
	.pp #feature li:nth-child(even) {
		float:none;
	}
	.pp #feature li:nth-child(3) {
		margin-bottom:15px;
	}


	#related li .imgbox {
		width:80px;
		height:54px;
	}
	#related li .right {
		width:calc(100% - 90px);
	}
}
@media screen and (max-width:320px) {
	.kspost_list {
		margin-bottom:40px;
	}

	#pickup_tags h2 img {
		width:20px;
		height:20px;
		vertical-align:-11px;
	}
	#pickup_tags h2 span {
		width:calc(100% - 25px);
	}


	#purpose_list li a img {
		width:52px;
	}
	#purpose_list li a span {
		width:calc(100% - 52px);
	}

	#purpose_img dl dt {
		font-size:17px;
	}


	.single_purpose #postimg h1 {
		font-size:17px;
	}

	.single_purpose .postblk h2 {
		font-size:16px;
		margin-bottom:15px;
	}
	.single_purpose .postblk p {
		margin-bottom:15px;
	}
	.single_purpose .postblk .blkimg {
		margin-bottom:15px;
	}


	#related li .imgbox {
		width:70px;
		height:47px;
	}
	#related li .right {
		width:calc(100% - 80px);
	}
}
@media screen and (min-width:769px) {

}
.htlCtaTtl{
    font-size: 16px;
    border-bottom: 2px solid #2d7e53;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.hotelInfo {
    margin-bottom: 20px;
}
.btnDtl.btn3, .btnDtl.btn4 {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}
.btnDtl.btn4 li {
    width: 23.2%;
    margin:0 5px;
}

.btnDtl p, .btnDtl li {
    width: 50%;
    text-align: center;
}
.hotelInfo .n_tourbtn.htl a {
    background: #036c94 url(/wp-content/themes/staffTemplate/imgs/common/link_blank.svg) no-repeat 94% 50%;
    background-size: 14px auto;
}
.btnDtl a.rakuten {
    background: #bf0000 url(/wp-content/themes/staffTemplate/imgs/common/link_blank.svg) no-repeat 94% 50% !important;
    background-size: 14px auto !important;
}
.btnDtl a.jalan {
    background: #ff5800 url(/wp-content/themes/staffTemplate/imgs/common/link_blank.svg) no-repeat 94% 50% !important;
    background-size: 14px auto !important;
}
.btnDtl a.expedia {
    background: #00355f url(/wp-content/themes/staffTemplate/imgs/common/link_blank.svg) no-repeat 94% 50% !important;
    background-size: 14px auto !important;
}
.hotelInfo .n_tourbtn a {
    display: block;
    background: #00a6e5;
    color: #fff;
    padding: 10px 10px 10px 0px;
    font-size: 12px;
    border-radius: 6px;
}
.bg_wh a {
    text-decoration: underline;
}
.bg_wh img.jump {
    width: 0 !important;
    height: 0 !important;
}
@media screen and (max-width:768px) {
.btnDtl.btn4 li {
    width: 45%;
    margin-bottom: 10px;
}
.btnDtl.btn3, .btnDtl.btn4 {
    justify-content: inherit;
}
}