@charset "UTF-8";

.mb0{margin-bottom:0!important;}
.mb5{margin-bottom:5px!important;}
.mb50{margin-bottom:50px!important;}
.mt50{margin-top:50px!important;}
/* ----------------------------------------
category_menu
---------------------------------------- */
#category_menu{
	padding-top:40px;
	border-top:1px solid #dcdcdc;
}
/* ----------------------------------------
breadcrumb
---------------------------------------- */
#breadcrumb{
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:40px;
	background: linear-gradient(to right,#e5e5e5 calc(100% / 3),#ffffff calc(100% / 3),#ffffff calc(100% / 3));
}
#breadcrumb dl{
	width:1100px;
	margin:auto;
	overflow:hidden;
	background:#FFF;
}
#breadcrumb dl dt{
	float:left;
	background:#FFF;
	height:40px;
	line-height:40px;
	overflow:hidden;
	position:relative;
	margin-right:10px;
	background: linear-gradient(to right,#e5e5e5 calc(100% / 3),#ffffff calc(100% / 3),#ffffff calc(100% / 3));
}
#breadcrumb dl dt::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color:#e5e5e5;
	transform:rotate(-45deg);
	left:0px;
}
#breadcrumb dl dt a{
	display:block;
	height:40px;
	line-height:40px;
	position:relative;
	padding-right:20px;
	padding-left:10px
}
#breadcrumb dl dt a img{
	margin-top:10px;
}
#breadcrumb dl dd{
	float:left;
	height:40px;
	line-height:40px;
    font-size:14px;
}
#breadcrumb dl dd.second{
	float:left;
	background:#FFF;
	height:40px;
	line-height:40px;
	overflow:hidden;
	position:relative;
	margin-right:10px;
	padding-left:10px;
	padding-right:30px;
}
#breadcrumb dl dd.second::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	transform:rotate(-45deg);
	right:10px;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#breadcrumb dl dd.second a{
	display:block;
	height:40px;
	line-height:40px;
	position:relative;
	padding-right:20px;
	padding-left:10px
}
/* ----------------------------------------
contents_body
---------------------------------------- */
#contents_body h2{
	font-weight:normal;
	font-size:26px;
	padding-bottom:10px;
	border-bottom:1px solid #ec6c99;
	margin-bottom:30px;
    margin-top:40px;

}
#contents_body h2.title{
	font-weight:normal;
	font-size:28px;
	margin-bottom:20px;
	padding-bottom:0px;
	border-bottom:0;
    margin-top:0px;
}
#contents_body p strong {
  background: linear-gradient(transparent 70%, #78d1e6 70%);
}
#contents_body h2.title span{
	display:block;
	color:#9f372d;
	font-size:14px;
}
#contents_body h2.title .category_eat{
	color:#fde05f;
}
#contents_body h2.title .category_watch{
	color:#333;
}
#contents_body h2.title .category_buy{
	color:#336699;
}
#contents_body h2.title .category_experience{
	color:#336699;
}
#contents_body h2.title .category_stay{
	color:#967c34;
}
#contents_body h2.title .data{
	font-size:14px;
	display:block;
}
#contents_body p{
	font-size:16px;
}
#contents_body ul.column02,
#contents_body ul.column03{
	overflow:hidden;
	margin-bottom:10px;
}
#contents_body ul.column02 li{
	display:block;
	margin-right:2%;
	margin-bottom:10px;
	width:49%;
	float:left;
}
#contents_body ul.column03 li{
	display:block;
	margin-right:2%;
	margin-bottom:10px;
	width:32%;
	float:left;
}
#contents_body ul.column02 li:nth-child(2n),
#contents_body ul.column03 li:nth-child(3n){
	margin-right:0;
}
#contents_body ul.column02 li img,
#contents_body ul.column03 li img{
	width:100%;
	height:auto;
}
#contents_body p > em{
	font-size:14px;
	color:#999;
	font-weight:normal;
	margin-top: -10px;
	margin-bottom: 30px;
	display: block;
}
#contents_body p > span{
	display:block;
	font-size:16px;
	padding:20px;
	margin-bottom:30px;
	border:1px solid #DDD;
	background:#f5f5f5;
}
#contents_body iframe{
	margin-bottom:20px;
}
#contents_body p img{
	max-width:100%;
	height:auto;
}
#contents_body h3{
	border-left:5px solid #9f372d;
	padding:5px 0;
    padding-left:15px;
	font-weight:normal;
	font-size:22px;
	margin-bottom:20px;
	clear:both;
}
#contents_body h3.title{
    padding: 5px 20px;
    font-weight: normal;
    font-size: 18px;
	border:0;
    margin-bottom: 20px;
    background: #f4f1e9;
    clear: both;
}
#contents_body h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	border-left: 5px solid #333;
    padding-left: 15px;
}
#contents_body table{
	width:100%;
	margin-bottom:40px;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
}
#contents_body table th{
	width:150px;
	font-weight:normal;
	text-align:left;
	padding:10px;
	padding-left:20px;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	background:#f5f5f5;
	font-size:14px;
}
#contents_body table td{
	font-weight:normal;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #EEE;
	font-size:14px;
	padding-left:20px;
}
/* ----------------------------------------
contents_list_more
---------------------------------------- */
#contents_list_more{
	display:flex;
	gap:21px;
	flex-wrap: wrap;
}
#contents_list_more li{
	width:246px;
}
#contents_list_more li a:hover{
	text-decoration:none;
}
#contents_list_more li .img{
	margin-bottom:10px;
}
#contents_list_more li .img img{
	width:100%;
	height:auto;
}
#contents_list_more li .category{
	font-size:12px;
	margin-bottom:10px;
}
#contents_list_more li .category01{
	color:#ea6d8d;
}
#contents_list_more li .category02{
	color:#0dac67;
}
#contents_list_more li .category03{
	color:#f6d500;
}
#contents_list_more li .category04{
	color:#33a9cb;
}
#contents_list_more li h4.title{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-size:16px;
	margin-bottom:10px;
}
#contents_list_more dl{
}
#contents_list_more dl dt{
	width:50%;
	height:40px;
	line-height:40px;
	font-size:12px;
	border:1px solid #CCC;
	float:left;
	text-align:center;
	box-sizing: border-box;
}
#contents_list_more dl dd{
	width:50%;
	height:40px;
	line-height:40px;
	font-size:12px;
	float:right;
	text-align:center;
	border:1px solid #CCC;
	border-left:0;
	box-sizing: border-box;
}
#contents_body p{
	clear:both;
}
.col2 li{
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}
.col3 li{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}
.col4 li{
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}
.col2 li:nth-child(2n),
.col3 li:nth-child(3n),
.col4 li:nth-child(4n){
	margin-right:0;
}
.col2 li img,
.col3 li img,
.col4 li img{
	width:100%;
	height:auto;
}
.button02{
    width:300px;
    margin:auto;
    margin-bottom:50px;
}
.button02 a{
    display:block;
    text-decoration:none;
    border-radius:25px;
    height:50px;
    line-height:50px;
    font-size:18px;
    color:#FFF;
    background:#1eb3d5;
    text-align:center;
}
/* ----------------------------------------
mailform
---------------------------------------- */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
    border: solid 1px #ec6c99!important;
    background:#ec6c99;
}
.attention{
    color:#ec6c99;
}
/* ----------------------------------------
social-area-syncer
---------------------------------------- */
.social-area-syncer {
	width: 100% ;
	min-height: 100px ;
}
ul.social-button-syncer {
	width: 360px;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}
/* [Twitter] */
.sc-tw {
	width: 71px ;
}
.sc-tw svg {
	width: 30px ;
	height: 30px ;
}
.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}
.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}
.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}
/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 80px ;
}
/* [LINE] */
.sc-li {
	width: 50px ;
}
.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}
#contents_body p a{
	background:linear-gradient(transparent 60%, #d3f2ff 60%);
}
/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
	.sc-li {
		display: none ;
	}
}
