@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
.inner {
  padding: 30px 20px 40px 20px;
}
.baseTit01 {
  font-family: futura-pt, 'Noto Sans JP', Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 20px;
}
.baseTit01 span {
  display: block;
  color: #f5be00;
  font-size: 14px;
}
.baseTit01 span.feature {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 10px;
  color: #979797;
}
.pickUpList li {
  background: #fff;
  box-shadow: 4px 6px 9px 0px rgba(0, 0, 0, 0.25), -4px -6px 6px 0px rgba(227, 227, 227, 0.4);
  border-radius: 5px;
  overflow: hidden;
}
.pickUpList li:not(:first-of-type) {
  margin-top: 20px;
}
.pickUpList li img {
  width: 100%;
  height: auto;
}
.pickUpList li a, .recoList li a {
  display: block;
}
.pickUpList li figure, .recoList li figure {
  position: relative;
}
.pickUpList li figure figcaption, .recoList li figure figcaption {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  font-size: 14px;
  padding: 3px 20px;
  color: #727272;
}
.pickUpList li p, .recoList li p {
  padding: 10px;
}
.pickUpList li p.category, .recoList li p.category {
  float: left;
  font-size: 14px;
  color: #f5be00;
  width:60%;
}
.pickUpList li time, .recoList li time {
  color: #c4c4c4;
  float: right;
  padding: 10px;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.pickUpList li p:last-of-type, .recoList li p:last-of-type {
  clear: both;
  padding-top: 0;
}
.bgGray01 {
  background: #f2f2f2;
}
.bgGray02 {
  background: #faf9f7;
}
.hashTag {
  display: flex;
  flex-wrap: wrap;
}
.hashTag li {
  margin: 0 10px 10px 0;
}
.hashTag li a {
  display: block;
  background: url("../img/shared/ico_hashtag.webp")left 10px center no-repeat, #fff;
  background-size: 18px, 100%;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1), -4px -6px 6px 0px rgba(227, 227, 227, 0.4);
  padding: 5px 20px 5px 36px;
  border-radius: 5px;
  font-size: 14px;
}
.scrollCont .inner {
  padding: 30px 0 40px 20px;
}
.featureList, .recoList {
  display: flex;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 5px;
}
/* Chrome, Safari 対応 */
.featureList::-webkit-scrollbar, .recoList::-webkit-scrollbar {
  display: none;
}
.featureList li, .recoList li {
  width: 80%;
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.1), -4px -6px 6px 0px rgba(227, 227, 227, 0.4);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.featureList li img, .recoList li img {
  width: 100%;
  height: auto;
}
.columnList {
  margin-bottom: 40px;
}
.columnList li {
  box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.1), -4px -6px 6px 0px rgba(227, 227, 227, 0.4);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.columnList li:not(:first-of-type) {
  margin-top: 20px;
}
.columnList li a {
  display: flex;
}
.columnList li a div {
  width: calc(100% - 100px);
  padding: 10px;
}
.columnList li figure {
  width: 100px;
  height: auto;
  position: relative;
}
.columnList li figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  padding: 0 10px;
  color: #727272;
}
.columnList li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.columnList li div p:first-of-type {
  margin-bottom: 10px;
}
.columnList li div p.category {
  float: left;
  font-size: 14px;
  color: #f5be00;
}
.columnList li div time {
  float: right;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #c4c4c4;
}
.readMore {
  display: block;
  margin: 0 40px 40px 40px;
  text-align: center;
  box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.1), -4px -6px 6px 0px rgba(227, 227, 227, 0.4);
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  color: #9c9c9c;
  position: relative;
}
.readMore:before {
  content: "";
  background: url("../img/shared/ico_arrow02.webp")center center no-repeat, #f5be00;
  background-size: 30%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.category {
  display: flex;
  flex-wrap: wrap;
}
.category li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.category li:nth-of-type(even) {
  margin-right: 0;
}
.category li a {
  display: block;
  border: solid 1px #c9c6c0;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
}
.category li a img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto 10px auto;
}
.category li a span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #818181;
}
.category li:first-of-type a {
  color: #058789 !important;
}
.category li:nth-of-type(2) a {
  color: #7bd1df !important;
}
.category li:nth-of-type(3) a {
  color: #f5be00 !important;
}
.category li:nth-of-type(4) a {
  color: #676767 !important;
}
.areaList > li {
  border: solid 1px #c9c6c0;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.areaList li a span {
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-left: 5px;
}
.areaList li .areaTrigger {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  border-radius: 3px;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.areaList li .areaTrigger span {
  background: #000;
  display: block;
  width: 16px;
  height: 2px;
  position: relative;
}
.areaList li .areaTrigger span:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  background: #000;
  left: 0;
  transform: rotate(90deg);
  transition: all 0.2s;
}
.areaList li .areaTrigger.active span:after {
  transform: rotate(0deg);
}
.areaList li .subArea {
  display: none;
  padding-top: 10px;
}
.areaList li .subArea li {
  margin-bottom: 5px;
  border-bottom: solid 1px #c9c6c0;
}
.areaList li .subArea li a {
  display: block;
  padding: 8px 0 8px 20px;
  position: relative;
}
.areaList li .subArea li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #f5be00;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.areaList li .subArea li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.footArea h3{
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.footArea h3:nth-of-type(2){
	margin-top: 40px;
}
.footArea h3:before{
	content: "";
	width: 4px;
	background: #F5C213;
	height: 80%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#aboutBox {
  margin-top: 40px;
  border-radius: 10px;
  background: url("../img/shared/about_bg.webp")center center no-repeat;
  background-size: cover;
  padding: 30px;
}
#aboutBox img {
  height: 80px;
  width: auto;
  margin: 0 auto 20px auto;
}
#aboutBox a {
  display: block;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  width: 200px;
  margin: 0 auto;
}
#aboutBox a:after {
  content: "";
  background: url("../img/shared/ico_arrow03.webp")center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.pickUpArea {
  display: flex;
  margin-bottom: 30px;
}
.pickUpArea li {
  width: 32%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.pickUpArea li:before {
  content: "PICK UP";
  position: absolute;
  background: #f5be00;
  color: #fff;
  font-size: 12px;
  padding: 20px 40px 2px 30px;
  left: -34px;
  top: -18px;
  transform: rotate(-25deg);
}
.pickUpArea li:last-of-type {
  margin-right: 0;
}
.pickUpArea li a {
  display: block;
  text-align: center;
  padding: 30px 0;
  text-shadow: 5px 8px 10px rgba(0, 0, 0, 0.65), -2px -3px 10px rgba(0, 0, 0, 0.004);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.pickUpArea li.tokyo a {
  background: url("../img/area/pickup_tokyo.webp")center center no-repeat;
  background-size: cover;
}
.pickUpArea li.osaka a {
  background: url("../img/area/pickup_osaka.webp")center center no-repeat;
  background-size: cover;
}
.pickUpArea li.hokkaido a {
  background: url("../img/area/pickup_hokkaido.webp")center center no-repeat;
  background-size: cover;
}
.searchTit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.searchTit h2 {
  line-height: 1.3;
  font-weight: bold;
  padding-left: 60px;
}
.searchTit h2.icoArea {
  background: url("../img/shared/ico_area.webp")left center no-repeat;
  background-size: 50px;
}
.searchTit h2.icoSpot {
  background: url("../img/shared/cate_spot.webp")left center no-repeat;
  background-size: 50px;
}
.searchTit h2.icoHotel {
  background: url("../img/shared/cate_hotel.webp")left center no-repeat;
  background-size: 50px;
}
.searchTit h2.icoGourmet {
  background: url("../img/shared/cate_groumet.webp")left center no-repeat;
  background-size: 50px;
}
.searchTit h2.icoEvent {
  background: url("../img/shared/cate_event.webp")left center no-repeat;
  background-size: 50px;
}
.searchTit h2.icoKeyword {
  background: url("../img/shared/ico_keyword.webp")left center no-repeat;
  background-size: 50px;
}
.searchTit h2 span {
  display: block;
  color: #818181;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.searchTit p {
  line-height: 1.3;
  margin-left: auto;
}
.searchTit p span {
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
a.linkBtn {
  display: block;
  background-image: -moz-linear-gradient(90deg, rgb(255, 224, 0) 50%, rgb(255, 216, 0) 51%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 224, 0) 50%, rgb(255, 216, 0) 51%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 224, 0) 50%, rgb(255, 216, 0) 51%);
  box-shadow: 4.589px 6.553px 9px 0px rgba(0, 0, 0, 0.25), -4.589px -6.553px 6px 0px rgba(227, 227, 227, 0.4);
  border-radius: 50px;
  padding: 10px 30px 10px 10px;
  text-align: center;
  position: relative;
  margin: 0 40px;
  font-size: 18px;
  font-weight: bold;
}
a.linkBtn:after {
  content: "";
  background: url("../img/shared/ico_arrow01.webp")center center no-repeat, #fff;
  background-size: 40%, 100%;
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
}
.subCategory {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.subCategory li a {
  display: block;
  background: url("../img/shared/ico_subcategory.webp") left 10px center no-repeat, #fff;
  background-size: 22px;
  margin: 0 10px 10px 0;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.1), -2px -3px 3px 0px rgba(227, 227, 227, 0.4);
  padding: 3px 10px 3px 40px;
  border-radius: 3px;
}
#articleImg img {
  width: 100%;
  height: auto;
}
#articleMain {
  padding: 20px;
}
.articleHead p {
  text-align: right;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #8a8a8a;
}
.articleHead {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.articleHead li:first-of-type {
  position: relative;
  padding-left: 18px;
  color: #727272;
}
.articleHead li:first-of-type:before {
  content: "";
  background: url("../img/shared/ico_pin.webp")center center no-repeat;
  background-size: 100%;
  width: 13px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.articleHead li:last-of-type {
  margin-left: auto;
}
#articleMain {
  padding-bottom: 40px;
}
#articleMain h1 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}
#articleMain .categories {
  display: flex;
}
#articleMain .categories li {
  color: #f5be00;
  font-size: 14px;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
#articleMain .categories li:after {
  content: "";
  background: url("../img/shared/ico_categoryline.webp")center center no-repeat;
  width: 10px;
  height: 5px;
  background-size: 100%;
  position: absolute;
  right: -5px;
  top: 55%;
  transform: translateY(-50%);
}
#articleMain .categories li:last-of-type:after {
  display: none;
}
#articleMain .articleSns {
  display: flex;
  margin: 20px 0;
}
#articleMain .articleSns li {
  width: 40px;
  margin-right: 10px;
}
#articleMain .articleSns li img {
  width: 100%;
  height: auto;
}
#articleMain .headLine {
  border-top: solid 1px #c2c2c2;
  padding-top: 20px;
}
#articleMain #articleIndex {
  border: solid 2px #e0e0e0;
  padding: 10px;
  border-radius: 5px;
  margin: 40px 0;
  position: relative;
}
#articleMain #articleIndex.expand div {
  max-height: 200px;
  overflow: hidden;
}
#articleMain #articleIndex p {
  line-height: 1;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#articleMain #articleIndex ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
#articleMain #articleIndex ul li:last-of-type {
  margin-bottom: 0;
}
#articleMain #articleIndex ul li:before {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 14px;
}
#articleMain #articleIndex .indexTrigger {
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  bottom: -2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
#articleMain #articleIndex .indexTrigger:before {
  content: "";
  background: url("../img/shared/ico_accordion.webp")center center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
#articleMain #articleIndex .indexTrigger.active {
  position: relative;
  font-size: 0;
}
#articleMain #articleIndex .indexTrigger.active:after {
  content: "一部を表示する";
  display: inline-block;
  font-size: 16px;
}
#articleMain #articleIndex .indexTrigger.active:before {
  transform: rotate(180deg);
}
#articleMain h2 {
  border-top: solid 1px #d3d3d3;
  padding: 20px 0;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
#articleMain h2:before {
  content: "";
  height: 3px;
  background: #f5be00;
  width: 100px;
  position: absolute;
  left: 0;
  top: -1.5px;
}
#articleMain h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}
#articleMain h3:before {
  content: "";
  width: 4px;
  background: #f5be00;
  height: 60%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#articleMain h4{
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	border-bottom: dotted 1px #ccc;
	padding: 5px;
}
#articleMain .columnBox p {
  margin-bottom: 20px;
}
#articleMain .columnBox {
  margin-bottom: 40px;
}
#articleMain .columnBox img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}
#articleMain .columnBox a {
  display: block;
  margin-top: 20px;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  color: #7b7b7b !important;
	word-break: break-all;
}
#articleMain .columnBox a:after {
  content: "";
  background: url("../img/shared/ico_otherlink.webp")center center no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
	margin-left: 10px;
}
#articleMain .columnBox ul {
  margin-bottom: 20px;
}
#articleMain .columnBox ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
#articleMain .columnBox ul li:before {
  content: "";
  background: #f5be00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translateY(-50%);
}
#articleMain .columnBox ul li:last-of-type {
  margin-bottom: 0;
}
.checkList {
  margin: 20px 0;
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
}
.checkList li {
  background: url("../img/feature/ico_checklist.webp")left top 7px no-repeat;
  background-size: 18px;
  padding-left: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.checkList li:last-of-type {
  margin-bottom: 0;
}
.catch {
  margin: 40px 0 60px 0;
  text-align: center;
}
.catch span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  color: #F5BE00;
}
.rightPh {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 5px;
}
.numberList{
	margin-bottom: 30px;
	counter-reset: numberList;
}
.numberList li{
	counter-increment: numberList;
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
}
.numberList li:last-of-type{
	margin-bottom:0;
}
.numberList li:before{
	content: counter(numberList);
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
	background: #4CB050;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.cepPh{
	margin-top: 20px;
}
.cepPh li:before{
	display: none;
}
.cepPh li{
	padding: 0 !important;
}
.cepPh li video{
	width: 100%;
	height: auto;
}
.txtImg{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.accent{
  font-weight: bold;
  font-size: 20px;
  color: #F5BE00;
}
.point{
	border: solid 4px #f0f0f0;
	padding:20px 10px;
	border-radius: 10px;
}
.point h3{
	padding: 0 !important;
	font-size: 18px;
}
.point h3:before{
	display: none;
}
.columnTable01{
	width: 100%;
	border-collapse: collapse;
}
.columnTable01 tr{
	display: block;
}
.columnTable01 tr th{
	display: block;
	text-align: left;
	border-top: solid 1px #ccc;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px 0 5px;
	color: #777;
}
.columnTable01 tr td{
	display: block;
	padding: 5px;
}
.columnTable01 tr td a{
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.gMap iframe{
width:100%;
height:400px;
}
#lpBanar img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-top: 20px;
}
#articleMain .pickUpPoint h3{
	padding-left: 36px;
	margin-bottom: 10px;
}
#articleMain .pickUpPoint h3:before{
	background: url("../img/shared/ico_light.webp")center center no-repeat;
	background-size: 100%;
	width: 28px;
	height: 28px;
	position: absolute;
}
#articleMain .pickUpPoint h3 span{
	background: linear-gradient(transparent 70%, #ffdb6f 0%);
  display: inline;
  padding: 0 4px 2px 4px;
}
#articleMain .pickUpPoint p{
	padding: 15px;
	border-radius: 10px;
	background: #fff7d0;
}
#otherCont {
  padding: 20px;
}
#otherCont h1 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}
#otherCont p{
	margin-bottom: 40px;
}
#otherCont h2{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
#articleMain .columnBox .banarLink li{
	margin: 0;
	padding: 0;
}
#articleMain .columnBox .banarLink li:before{
	display: none;
}
#articleMain .columnBox .banarLink li a{
	padding: 0;
	background: none;
}
#articleMain .columnBox .banarLink li a:after{
	display: none;
}
@media screen and (min-width: 1120px) {
  .inner {
    width: 1110px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .baseTit01 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .baseTit01 span {
    font-size: 18px;
  }
  .baseTit01 span.feature {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 10px;
    color: #979797;
  }
  .pickUpList, .recoList {
    display: flex;
    flex-wrap: wrap;
  }
  .pickUpList li, .recoList li {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 4px 3px 6px 0px rgba(0, 0, 0, 0.15), -4px -3px 6px 0px rgba(227, 227, 227, 0.2);
    margin-bottom: 30px;
    transition: all 0.2s;
  }
  .pickUpList li:hover, .recoList li:hover {
    box-shadow: 6px 5px 6px 0px rgba(0, 0, 0, 0.3), -6px -5px 6px 0px rgba(227, 227, 227, 0.4);
    opacity: 0.6;
  }
  .pickUpList li img:hover, .recoList li img:hover {
    opacity: 1;
  }
  .pickUpList li:nth-of-type(3n), .recoList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .pickUpList li:not(:first-of-type) {
    margin-top: 0;
  }
  .pickUpList li figure figcaption, .recoList li figure figcaption {
    font-size: 16px;
    padding: 0px 15px;
  }
  .pickUpList li p, .recoList li p {
    padding: 20px 20px 10px 20px;
  }
  .pickUpList li time, .recoList li time {
    padding: 20px 20px 10px 20px;
  }
  .pickUpList li p:last-of-type, .recoList li p:last-of-type {
    font-weight: bold;
  }
  .hashTag li {
    margin: 0 20px 20px 0;
  }
  .hashTag li a {
    font-size: 16px;
  }
  .scrollCont .inner {
    padding: 50px 0;
  }
  .featureList {
    display: flex;
    width: 100%;
    overflow-x: none;
    padding: 10px;
  }
  .featureList li {
    width: 32%;
    padding-right: 0;
    margin-right: 2%;
    transition: all 0.2s;
  }
  .featureList li:hover {
    box-shadow: 6px 5px 6px 0px rgba(0, 0, 0, 0.3), -6px -5px 6px 0px rgba(227, 227, 227, 0.4);
    opacity: 0.6;
  }
  .featureList li img:hover {
    opacity: 1;
  }
  .featureList li:last-of-type {
    margin-right: 0;
  }
  .columnList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .columnList li {
    margin-bottom: 30px;
    width: 48.5%;
    margin-right: 3%;
    transition: all 0.2s;
  }
  .columnList li:hover {
    box-shadow: 6px 5px 6px 0px rgba(0, 0, 0, 0.3), -6px -5px 6px 0px rgba(227, 227, 227, 0.4);
    opacity: 0.6;
  }
  .columnList li img:hover {
    opacity: 1;
  }
  .columnList li:nth-of-type(even) {
    margin-right: 0;
  }
  .columnList li:not(:first-of-type) {
    margin-top: 0;
  }
  .columnList li a div {
    width: calc(100% - 160px);
    padding: 15px 15px 50px 15px;
    position: relative;
    min-height: 130px;
  }
  .columnList li figure {
    width: 160px;
  }
  .columnList li figure figcaption {
    font-size: 16px;
    padding: 0 15px;
  }
  .columnList li div p:first-of-type {
    margin-bottom: 0;
  }
  .columnList li div p.category {
    float: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
  .columnList li div time {
    float: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .readMore {
    display: block;
    margin: 0 auto 40px auto;
    width: 400px;
    font-size: 18px;
    padding: 10px;
  }
  .readMore:before {
    width: 30px;
    height: 30px;
    left: 15px;
  }
  .readMore:hover {
    opacity: 0.6;
    color: #c9c9c9;
  }
  .categoryBox {
    display: flex;
  }
  .categoryBox h2 {
    width: 260px;
  }
  .category {
    width: calc(100% - 260px);
    flex-wrap: nowrap;
  }
  .category li a:hover {
    opacity: 0.6;
    box-shadow: 4px 3px 6px 0px rgba(0, 0, 0, 0.15), -4px -3px 6px 0px rgba(227, 227, 227, 0.2);
  }
  .category li a img:hover {
    opacity: 1;
  }
  .category li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .category li:nth-of-type(even) {
    margin-right: 2%;
  }
  .category li:last-of-type {
    margin-right: 0;
  }
  .category li a {
    padding: 20px;
    font-size: 20px;
  }
  .category li a img {
    height: 100px;
  }
  .category li a span {
    font-size: 16px;
  }
  .footArea {
    display: flex;
    align-items: flex-start;
  }
	/** add**/
	.footArea > div:first-of-type{	
    width: 720px;	
    border-right: solid 1px #c8c8c8;
    padding-right: 30px;
    margin-right: 30px;
	}
  
	.areaTop > div{
    width: 720px;	
    border-left: solid 1px #c8c8c8;
    padding-left: 30px;
    margin-left: 30px;
	}
.areaTop h3{
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.areaTop h3:nth-of-type(2){
	margin-top: 40px;
}
.areaTop h3:before{
	content: "";
	width: 4px;
	background: #F5C213;
	height: 80%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
  .areaTop {
    display: flex;
  }
  .areaTop .pickUpArea {
    display: block;
    width: calc(100% - 750px);
    margin-bottom: 0;
  }
  .areaTop .pickUpArea li {
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.2s;
  }
  .areaTop .pickUpArea li:hover {
    opacity: 0.6;
  }
  .areaTop .pickUpArea li:last-of-type {
    margin-bottom: 0;
  }
  .areaTop .pickUpArea li a {
    padding: 65px 0;
  }
  .areaTop .areaList li:last-of-type {
    margin-bottom: 0;
  }
  .areaTop .areaList {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .areaList > li {
    font-size: 18px;
    padding: 15px;
    line-height: 1.4;
  }
  #aboutBox {
    margin-top: 0;
    width: calc(100% - 750px);
    padding: 60px 30px;
  }
  #aboutBox img {
    height: 120px;
    width: auto;
    margin: 0 auto 20px auto;
  }
  #aboutBox a {
    padding: 5px;
    width: 240px;
  }
  #aboutBox a:hover {
    color: #000;
    opacity: 0.6;
  }
  .searchTit {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .searchTit h2 {
    font-size: 34px;
    padding: 10px 0 10px 85px;
  }
  .searchTit h2 span {
    font-size: 18px;
  }
  .searchTit h2.icoArea {
    background: url("../img/shared/ico_area.webp")left center no-repeat;
    background-size: 70px;
  }
  .searchTit h2.icoSpot {
    background: url("../img/shared/cate_spot.webp")left center no-repeat;
    background-size: 70px;
  }
  .searchTit h2.icoHotel {
    background: url("../img/shared/cate_hotel.webp")left center no-repeat;
    background-size: 70px;
  }
  .searchTit h2.icoGourmet {
    background: url("../img/shared/cate_groumet.webp")left center no-repeat;
    background-size: 70px;
  }
  .searchTit h2.icoEvent {
    background: url("../img/shared/cate_event.webp")left center no-repeat;
    background-size: 70px;
  }
  .searchTit h2.icoKeyword {
    background: url("../img/shared/ico_keyword.webp")left center no-repeat;
    background-size: 70px;
  }
  .searchTit p span {
    font-size: 30px;
  }
  a.linkBtn {
    width: 500px;
    padding: 15px 30px 15px 15px;
    margin: 0 auto 60px auto;
    font-size: 22px;
  }
	a.linkBtn:hover{
		color: #000;
		opacity: 0.6;
	}
  .subCategory {
    margin-top: -10px;
    margin-bottom: 40px;
  }
  .subCategory li a {
    margin: 0 20px 20px 0;
  }
  #articleImg {
    width: 1100px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    height: 560px;
  }
  #articleImg img {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  #articleMain {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .articleHead {
    margin-bottom: 10px;
  }
  .articleHead li:last-of-type {
    margin-left: 20px;
    padding-top: 3px;
  }
  .articleHead li p:last-of-type:before, .articleHead p:before {
    content: "最終更新日";
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
  }
  .articleHead p {
    text-align: left;
  }
  #articleMain {
    padding-bottom: 80px;
  }
  #articleMain h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  #articleMain .categories li {
    font-size: 16px;
  }
  #articleMain .articleSns {
    display: flex;
    margin: 30px 0;
  }
  #articleMain p {
    font-size: 18px;
  }
  #articleMain .headLine {
    padding-top: 30px;
  }
  #articleMain #articleIndex {
    padding: 30px 30px 10px 30px;
    margin: 50px 0;
  }
  #articleMain #articleIndex p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #articleMain h2 {
    padding: 30px 10px;
    font-size: 26px;
  }
  #articleMain h2:before {
    width: 200px;
    top: -2px;
  }
  #articleMain h3 {
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
#articleMain h4{
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px;
}
  #articleMain .columnBox p {
    margin-bottom: 40px;
  }
  #articleMain .columnBox {
    margin-bottom: 80px;
    overflow: hidden;
    clear: both;
  }
  #articleMain .columnBox img {
    width: 40%;
    height: auto;
    margin: 0 0 40px 40px;
    border-radius: 5px;
    float: right;
  }
  #articleMain .columnBox a {
    display: inline-block;
  }
  #articleMain .columnBox ul {
    margin-bottom: 50px;
  }
  .checkList {
    margin: 30px 0;
    background: none;
    padding: 0;
  }
  .checkList li {
    border-radius: 5px;
    background: url("../img/feature/ico_checklist.webp")left 10px center no-repeat, #f1f1f1;
    background-size: 20px;
    padding: 10px 10px 10px 40px;
  }
  .catch {
    text-align: left;
  }
  .catch span {
    font-size: 30px;
  }
  .rightPh {
    width: 40%;
    height: auto;
    float: left;
    margin: 20px 20px 40px 0;
  }
	.columnBox.phTop{
		position: relative;
	}
	.columnBox.phTop .rightPh{
		position: absolute;
		right: 0;
		top: 100px;
	}
.numberList{
	margin-bottom: 30px;
	counter-reset: numberList;
}
.numberList li{
	font-weight: bold;
	font-size: 18px;
}
.cepPh{
	margin-top: 40px;
	display: flex;
}
.cepPh li{
	padding: 0 !important;
	width: 32%;
	margin-right:2%;
}
	.cepPh li:last-of-type{
		margin-right: 0;
	}
	.cepPh li img{
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
	}
#articleMain .columnBox .txtImg{
	width: 300px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	margin:0 0 20px 0;
}
	#articleMain .columnBox .txtImg img{
		width: 100%;
		height: 300px;
		margin: 0;
		object-fit: cover;
	}
.point{
	border: solid 8px #f0f0f0;
	padding:20px;
}
.point h3{
	padding: 0 !important;
	font-size: 18px !important;
}
.columnTable01{
	width: 100%;
	border-collapse: collapse;
}
.columnTable01 tr{
	display: table;
	width: 100%;
}
.columnTable01 tr th{
	width: 20%;
	display: table-cell;
	font-size: 16px;
	padding: 10px;
}
.columnTable01 tr td{
	width: 80%;
	border-top: solid 1px #ccc;
	display: table-cell;
	padding: 10px;
}
.gMap iframe{
width:100%;
height:400px;
}
#articleMain .pickUpPoint h3{
	padding-left: 46px;
	margin-bottom: 20px;
}
#articleMain .pickUpPoint h3:before{
	width: 36px;
	height: 36px;
}
#articleMain .pickUpPoint h3 span{
  padding: 0 8px 2px 8px;
}
#articleMain .pickUpPoint p{
	padding: 20px;
}
	#articleMain .pickUpPoint p:after{
		content: "";
		display: block;
		clear: both;
	}
	#articleMain .pickUpPoint p img{
		width: 180px;
		border-radius: 50%;
		margin: 0;
	}
  #otherCont {
    width: 1100px;
    margin: 0 auto;
    padding:40px 0;
  }
  #otherCont h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
	#articleMain .columnBox .banarLink{
		display: flex;
		width: 80%;
		margin: 80px auto 0 auto;
}
#articleMain .columnBox .banarLink li{
	width: 49%;
	margin-right: 2%;
	}
	#articleMain .columnBox .banarLink li:last-of-type{
		margin-right: 0;
	}
	#articleMain .columnBox .banarLink li img{
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
	}
#articleMain .columnBox .banarLink li:before{
	display: none;
}
#articleMain .columnBox .banarLink li a{
	margin: 0;
	display: block;
}
	#articleMain .columnBox .banarLink li a:nth-of-type(2){
		margin-top: 10px;
	}
}