@charset "UTF-8";
/*日本語*/

html, body, p, ul, ol, li, p, h1, h2, h3, h4, h5, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	display: block;
	-webkit-text-size-adjust: none;
    overscroll-behavior:none;
}
body {
	font-size: 100%;
	color: #292a31;
    overscroll-behavior:none;
}
html>/**/body {
	font-size: 16px!important;
}
table {
	border: 0;
	border-collapse: collapse;
}
img {
	border: 0;
	vertical-align: top;
}
ul, ol {
	list-style-type: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
	overflow: hidden;
}
/* Hides from IE-mac \*/* html .clearfix {
	height: 1%;
	overflow: visible;
}/* End hide from IE-mac */
html>/**/body, x:-moz-any-link {
padding-right:1px;
}

.p02 {/*2行で切って・・・をつける*/
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 2!important;
	overflow: hidden;

}

.p03 {/*3行で切って・・・をつける*/
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 3!important;
	overflow: hidden;

}
.p04 {/*3行で切って・・・をつける*/
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 4!important;
	overflow: hidden;

}
.p05 {
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 5!important;
	overflow: hidden;

}
.p06 {/*6行で切って・・・をつける*/
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 6!important;
	overflow: hidden;

}
.p07 {/*7行で切って・・・をつける*/
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 67!important;
	overflow: hidden;

}

.pt0 {
	padding-top: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb1em {
	padding-bottom: 1em !important;
}
.pb1 {
	padding-bottom: 1px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb6 {
	padding-bottom: 6px !important;
}
.pb7 {
	padding-bottom: 7px !important;
}
.pb8 {
	padding-bottom: 8px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb12 {
	padding-bottom: 12px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pt1em {
	padding-top: 1em !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt6 {
	padding-top: 6px !important;
}
.pt7 {
	padding-top: 7px !important;
}
.pt8 {
	padding-top: 8px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt18 {
	padding-top: 18px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
select {
	font-size: 16px!important;
}
#wrapper {
	position: relative;
	width: 100%;
    height: 100%;
	margin: 0 auto ;
	overflow: hidden;
}
.wbox {
	position: relative;
	top: 0;
}
.main {
	background-color: #dedede;
    margin-top:58px;
}

.mainw{
    background-color: #fff;
}
.searchbg {
	position: absolute;
	height: 60px;
	width: 320px;
	left: 250px;
	top: -60px;
	z-index: 1;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.searchbgmenu {
	height: 53px;
	width: 249px;
	z-index: 1;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	position: relative;
}
.searchbgmenu .searchmenu {
	/* display: none; */
	position: absolute;
	width: 250px;
	height: 36px;
	z-index: 1;
	top: 6px !important;
	right: 5px;
}
.searchmenu span {
	width: 29px;
	height: 18px;
	position: absolute;
	top: 3px;
	right: 8px;
	z-index: 1;
	cursor: pointer;
}
.searchmenu form {
	margin-left: 15px;
}
.searchmenu .searchfield {
	height: 36px;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 185px;
	padding: 3px 31px 0 15px;
	outline: none;
}
.heading {
	height: 56px;/*60px;*/
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
}

.hide {
	display: none;
}

.heading div {
	position: absolute;
	top: 5px;
	cursor: pointer;
}
.heading .smenu {
    width: 22px;
    left: 13px;
    top: 15px;
    color: #979797;
    text-align: center;
    font-size: 22px;
}
.smenu img {
	width: 24px;
    height: 24px;
}
.heading .slogo {
	width: 80px;
	/* left: 105px; */
	margin: 10px auto;
	position: relative;
}
.heading .sreturn {
	width: 29px;
	left: 13px;
	top: 40px;
}
.heading .sreturn img {
	opacity: 0.7;
}
.slogo img {
	width: 112.5px;
}
.flogo img {
	width: 118px;
}
.heading .ssearch {
	width: 20px;
	right: 15px;
	top: 17px;
}
.heading .ssearch img {
	width: 24px;
}
.heading .login {
	margin-top: 3px;
	width: 40px;
	left: 270px;
}
.heading .login img {
	border-radius: 50%;
	border: 1px solid #ccc;
}
.menu {
	width: 100%;
	z-index: 99999;
	top: 57px;
	left: 0;
	background-color: #fff;
	position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
display:none;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.menu dt {
	background-color: #e0e0e0;
	color: #757575;
	padding: 10px 16px;
	border-top: 1px solid #c2c2c2;
	clear: both;
}
.menu dd {
}
.menu dl {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid #f5f5f5;
}
.wc1 img {
	margin: 10px;
}
.mtype1 {
	background-color: #fff;
	clear: both;
}
.mtype1 .title {
	color: #999;
	height: 54px;
	display: block;
	text-decoration: none;
	font-size: 22px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/jkuru-grey3.png);
	background-size: 99px 24px;
	background-position: 14px center;
	background-repeat: no-repeat;
	line-height: 54px;
	width: 80%;
	float: left;
	background-color: #fff
}
.mtype1 .close2 {
	color: #999;
	height: 54px;
	display: block;
	text-decoration: none;
	font-size: 22px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/close3x.png);
	background-size: 24px 24px;
	background-position: 8px 18px;
	background-repeat: no-repeat;
	line-height: 54px;
	width: 20%;
	float: right;
	background-color: #fff
}
.mtype1 img {
	width: 20%;
}
.mtype2 {
	font-size: 14px;
	line-height: 32px;
	background-color: #fff;
	color: #4a4a4a;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #f5f5f5;
	font-weight: normal;
	clear: both;
}
.mtype2.active {
	border-bottom: 1px solid #f5f5f5;
}
.mtype2 a {
	color: #4a4a4a;
	width: 100%;
	display: block;
}
.mtype2 img {
	margin-top: 5px;
}
.mtype3 {
	font-size: 18px;
	line-height: 42px;
	background-color: #fff;
	border-color: #0e357f;
	color: #0e357f;
	padding: 0 0 0 16px;
	border-style: solid;
}
.mtype3 a {
	text-decoration: none;
	color: #0e357f;
}
.mtype4 {
	font-size: 18px;
	line-height: 42px;
	background-color: #0e357f;
	color: #fff;
	padding: 0 0 0 16px;
	border-style: solid;
	border-color: #0e357f;
}
.mtype4 a {
	text-decoration: none;
	color: #fff;
}
.mtype5 {
	font-size: 14px;
	line-height: 32px;
	background-color: #e4e4e4;
	color: #4a4a4a;
	padding: 10px 0 10px 16px;
	border-top: 1px solid #e4e4e4;
	font-weight: normal;
}
.mtype5 img {
	margin-top: 5px;
}
.footer {
	background-color: #f0f0f0;
	height: 300px;
	display: block;
	padding: 14px 16px 26px;
}

.footer2 {
	height: 23px;
    padding: 5px 16px;
}
.footercomm {
	width: 167px;
	height: 52px;
	font-family: NotoSansCJKjp;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #9b9b9b;
	padding-left: 20px;
	padding-top: 44px;
}
.footershare {
	padding: 0px 0 25px 0;
	width: 200px;
	float: left;
}
.footershare li {
	float: left;
	padding: 0 6px 0 0;/*padding:0 16px 0 0;*/
}
.footershare .rss {
	padding: 0 0 0 10px;
	border-left: 1px dotted #ccc;
}
.langchange {
	float: right;
	display: inline-flex;
	align-items: center;
 background-image: url(data:image/svg+xml;
utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='32… fill='%238f8585' d='M1, 11l15, 14l15-14l-4-4L16, 17L5, 7L1, 11z'/%3E%3C/svg%3E);
	background-size: .725em;
	background-repeat: no-repeat;
	background-position: calc(100% - .667em);
}
.footer *, :after, :before {
    box-sizing: inherit;
}
.footer select#langsw {
	/*　矢印を消す　*/
    /*-webkit-appearance:none;
    -moz-appearance:none;
        text-indent: .01px; /*Firefox用
        text-overflow: "";  /*Firefox用
    appearance:none;*/
	-moz-appearance: none;
	-webkit-appearance: none;
	/*　背景画像の指定　*/
	width: 115px;
	height: 27px;
	border: 1px solid #CCC;
	border-radius: 0;
	padding-right: 10px;
	text-indent: 25px;
	background-color: #FFF;
	background-image: url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/language1.png");
	background-repeat: no-repeat;
	background-size: 125px auto;
	background-position: 5px center;
	cursor: pointer;
	margin-top: 8px;
	float: right;
}
/*　IE11,IE10　*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.formSample select:not(:target) {
	padding-right: 0;
	background-image: none;
}
}
.category {
	background-color: #f5f5f5;
}
.category li {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	height: 44px;
	width: calc(50% - 1px);
	padding: 10px 0;
}
.category li:nth-child(2n) {
	border-right: none;
	width: calc(50% );
}
.category a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 12px;
	font-size: 14px;
	line-height: 44px;
	font-weight: 400;
	color: #212121;
	text-indent: 45px;
}
.c10 {
	color: #f79913;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it10.png);
	line-height: 55px;
	background-size: 42px 38px;
}
.c11 {
	color: #f58ea8;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it11.png);
	line-height: 55px;
	background-size: 42px 38px;
}
.c12 {
	color: #fa6e6e;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it12.png);
	line-height: 55px;
	background-size: 42px 38px;
}
.c13 {
	color: #83baee;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it13.png);
	line-height: 55px;
	background-size: 42px 38px;
}
.c14 {
	color: #54cb4e;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it14.png);
	line-height: 55px;
	background-size: 42px 38px;
}
.c15 {
	color: #8ca2b7;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it15.png);
	line-height: 55px;
	background-size: 42px 38px;
}
.c16 {
	color: #5b4410;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it16.png);
	line-height: 50px;
	background-size: 35px 23px;
}
.c17 {
	color: #292a31;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it17.png);
	line-height: 50px;
	background-size: 35px 23px;
}
.c18 {
	color: #ef67ad;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it18.png);
	line-height: 50px;
	background-size: 35px;
}
.c19 {
	color: #292a31;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it19.png);
	line-height: 50px;
	background-size: 35px
}
.ca10 {
	color: #f79913;
}
.ca11 {
	color: #f58ea8;
}
.ca12 {
	color: #fa6e6e;
}
.ca13 {
	color: #83baee;
}
.ca14 {
	color: #54cb4e;
}
.ca15 {
	color: #8ca2b7;
}
.ca16 {
	color: #5b4410;
}
.ca17 {
	color: #292a31;
}
.ca18 {
	color: #ef67ad;
}
.ac19 {
	color: #292a31;
}
.pu0 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg00.png);
	background-size: 23px 13px;
}
.pu10 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg10.gif);
	background-size: 12px 8px;
}
.pu11 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg11.gif);
	background-size: 32px 18px;
}
.pu12 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg12.gif);
	background-size: 7px 7px;
}
.pu13 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg13.gif);
	background-size: 31px 15px;
}
.pu14 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg14.gif);
	background-size: 23px 11px;
}
.pu15 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg15.gif);
	background-size: 26px 13px;
}
.pu16 {/*background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/bg16.png);
	background-size:24px 23px;
	box-shadow: inset 0 -2px 6px 0 rgba(0, 0, 0, 0.4);*/
	background-color: #374ea1;
}
.pu16c {
	margin-top: 58px!important;
}
.pu10 h1 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it10.png);
	background-size: 39px 35px;
}
.pu11 h1 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it11.png);
	background-size: 39px 35px;
}
.pu12 h1 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it12.png);
	background-size: 39px 35px;
}
.pu13 h1 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it13.png);
	background-size: 39px 35px;
}
.pu14 h1 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it14.png);
	background-size: 39px 35px;
}
.pu15 h1 {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/it15.png);
	background-size: 39px 35px;
}
.area {
/*padding:13px 0 12px 0;*/
}
.area li {
	/*width: 110px;
	float: left;
 	margin-bottom: 10px;*/
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	height: 44px;
	width: calc(50% - 17px);
	padding: 0 0 0 16px;
}
.area li:nth-child(2n) {
	border-right: none;
	width: calc(50% - 16px);
}
.area a {
	display: block;
	/*background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/arrow.png);*/
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 8px 11px;
	text-decoration: none;
	padding: 0;
	line-height: 44px;
	color: #292a31;
    font-weight: 400;
}
.sep {
	padding: 0!important;
	height: 7px;
}
.sep2 {
	padding: 0!important;
	height: 12px;
}
.other {
/*padding:13px 0 12px 0;*/
}
.other li {
	/*width: 110px;
	float: left;
 	margin-bottom: 10px;*/
	border-bottom: 1px solid #dedede;
	height: 44px;
	width: 100%;
	padding:0;
    font-weight: 400!important;
}
.other a {
	display: block;
	/*background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/arrow.png);*/
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 8px 11px;
	text-decoration: none;
	padding: 0 0 0 16px;
	line-height: 44px;
	color: #292a31;
}
.wc1 {
	float: left;
}
.mnc10 {
	background-image: url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/icon2.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.mnc11 {
	background-image: url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/icon1.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.mnc12 {
	background-image: url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/icon3.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.mnc13 {
	background-image: url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/icon4.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.mnc14 {
	background-image: url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/icon5.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.mnc15 {
	background-image: url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/icon6.png");
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.language {
	padding: 13px 0 12px 15px;
	border-bottom: 1px solid #ccc;
	background-color: #ececec;
}
.language li {
	width: 30%;
	float: left;
}
.language li a {
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
	margin: 6px auto;
	display: block;
}
.len {
	width: 41px;
	height: 18px;
}
.lfr {
	width: 44px;
	height: 18px;
}
.lkr {
	width: 40px;
	height: 18px;
}
.lsc {
	width: 48px;
	height: 18px;
}
.ltc {
	width: 48px;
	height: 18px;
}
.lta {
	width: 20px;
	height: 18px;
	font-family: Thonburi;
}
.lvn {
	width: 70px;
	height: 18px;
	font-family: Thonburi;
}
.close {
	display: block;
	line-height: 70px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/close_35.png);
	background-repeat: no-repeat;
	background-position: 77px center;
	background-size: 19px 19px;
	font-size: 25px;
	color: #999;
	padding: 0 0 0 107px;
	cursor: pointer;
}
.flogo {
	padding: 15px 0 20px 0;
	width: 118px;
	margin: 0 auto;
}
.fmenu {
	text-align: left;
	font-size: 11px;
	height: 36px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.83;
	letter-spacing: normal;
	color: #4a4a4a;
	clear: both;
}
.fmenu a {
	text-decoration: none;
	color: #757575;
}
.fmenu a.ov {
	text-decoration: none;
	color: #9b9b9b;
}
.fmenu .separator {
	padding: 0 1em;
}
.copyright {
	text-align: left;
	color: #888;
	height: 30px;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #9b9b9b;

}
.search {
	display: none;
	position: absolute;
	width: 88%;
	height: 30px;
	z-index: 1;
	top: 5px !important;
	left: 10px;
}
.searchfield {
	height: 30px;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	/*border-bottom: solid 1px #4a4a4a;*/
	padding-bottom: 0;
	outline: 0;
	width: 260px;
	display: inline-block;
	font-size: 16px;
}
.search span {
	width: 20px;
	height: 18px;
	position: absolute;
	top: 7px;
	right: 0px;
	z-index: 1;
	cursor: pointer;
}
.search span img {
	width: 24px;
}
#search-cancel {
	display: none;
	cursor: pointer;
	width: 24px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/close3x.png) no-repeat 0 0;
	background-size: 24px 24px;
	position: absolute;
	right: 5px;
	top: 12px;
}
.area_select {
	overflow: hidden;
	/*width: 90%;*/
	text-align: center;
}
.area_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.area_select select::-ms-expand {
 display: none;
}
.area_select.area_sl04 {
	position: relative;
	border-radius: 2px;
	border: 1px solid #3c9cd6;
	border-radius: 50px;
	background: #ffffff;/*height:24px*/

}
.area_select.area_sl04::before {
	position: absolute;
	top: 7px;
	right: 0.8em;
	padding: 0;
	content: '';
	pointer-events: none;
	/*
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #4a90e2;
	pointer-events: none;
	*/

	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #4a90e2 #4a90e2;
	transform: rotate(-45deg);
}
.area_select.area_sl04 select {
	padding: 3px 25px 4px 8px;
	color: #3c9cd6;
	font-size: 16px!important;
	letter-spacing: -1px;


}
.arealinknew {
	width: 90%;
	overflow: hidden;
	position: relative;
	float: right;
	right: 4px;
}
.leftarea {
	width: 50%;
	float: left;
}
.rightarea {
	width: 50%;
	float: right;
}
.cate_select {
	overflow: hidden;
	/*width: 90%;*/
	text-align: center;
}
.cate_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cate_select select::-ms-expand {
 display: none;
}
.cate_select.cate_sl04 {
	position: relative;
	border-radius: 2px;
	border: 1px solid #3c9cd6;
	border-radius: 50px;
	background: #ffffff;/*height:24px*/

}
.cate_select.cate_sl04::before {
	position: absolute;
	top: 7px;
	right: 0.8em;
	padding: 0;
	content: '';
	pointer-events: none;
	/*
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #4a90e2;
	pointer-events: none;
	*/

	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #4a90e2 #4a90e2;
	transform: rotate(-45deg);
}
.cate_select.cate_sl04 select {
	padding: 3px 25px 4px 8px;
	color: #3c9cd6;
	font-size: 16px!important;
	letter-spacing: -1px;
}
.categorylink {
	right: 5px;
	width: 90%;
	overflow: hidden;
	position: relative;
	float: left;
	left: 4px;
}
.categorylink a {
	text-decoration: none;
}
.categorylink ul {
	width: 100%;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.categorylink li {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 258px center;
	background-size: 21px 14px;
	background-color: #fff !important;
	color: #3c9cd6;
	font-size: 12px !important;
	line-height: 12px !important;
	text-align: center;
	padding: 6px;
	border-radius: 20px;
	border: 1px #3c9cd6 solid;
}
.categorylink li div {
	width: 258px;
	text-align: center;
}
.categorylink table {
	margin-left: auto;
	margin-right: auto;
}
.categorylink td {
	line-height: 50px;
	font-size: 24px;
}
.ac0 {
	background-color: #c2d63c;
	color: #576400;
}
.ac10 {
	background-color: #f79913;
	color: #944d00;
}
.ac11 {
	background-color: #f26f8d;
	color: #b21660;
}
.ac12 {
	background-color: #fa6e6e;
	color: #a22626;
}
.ac13 {
	background-color: #64a9ea;
	color: #1a68b0;
}
.ac14 {
	background-color: #54cb4e;
	color: #1b7716;
}
.ac15 {
	background-color: #8ca2b7;
	color: #41566b;
}
/*
.ab10 .img{border-right:2px solid #f79913;}
.ab11 .img{border-right:2px solid #f26f8d;}
.ab12 .img{border-right:2px solid #fa6e6e;}
.ab13 .img{border-right:2px solid #64a9ea;}
.ab14 .img{border-right:2px solid #54cb4e;}
.ab15 .img{border-right:2px solid #8ca2b7;}

.ab10 .date{
	background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/ct10.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:17px 10px;
	padding:0 0 0 17px;
}
.ab11 .date{
	background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/ct11.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:7px 10px;
	padding:0 0 0 12px;
}
.ab12 .date{
	background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/ct12.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:11px 10px;
	padding:0 0 0 13px;
}
.ab13 .date{
	background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/ct13.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:10px 10px;
	padding:0 0 0 12px;
}
.ab14 .date{
	background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/ct14.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:12px 8px;
	padding:0 0 0 14px;
}
.ab15 .date{
	background-image:url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/ct15.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:9px 10px;
	padding:0 0 0 11px;
}
*/

.ab10 .cate {
	color: #f79913;
}
.ab11 .cate {
	color: #f26f8d;
}
.ab12 .cate {
	color: #fa6e6e;
}
.ab13 .cate {
	color: #64a9ea;
}
.ab14 .cate {
	color: #54cb4e;
}
.ab15 .cate {
	color: #8ca2b7;
}
.card {
	width: 100%;
	padding: 12px 0 12px 0;
	background-color: #fff;
	margin-top: 8px;
}
.card .cardtitle, .featured .cardtitle {
	height: 20px;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
	display: block;
	margin: 0 auto;
	position: relative;
}
.card ul {
	width: 300px;
	margin: 0 auto;
	padding: 0 0 8px 0;
	background-color: #fff;

}
.card li {
	padding: 11px 0 ;
	border-bottom: 1px solid #e1e1e1;
}

.cardview ul{
    min-height: 300px;
}
.card li:last-child {
/*  border-bottom:none;*/

}
.card .latestl .img {
}
.card .latestl .commbox {
	position: absolute;
	width: 100%;
	left: 0;
}
.card .latestl .catebox {
	height: 12px;
	display: block;
	position: relative;
}
.card .nm a {
	position: relative;
	display: block;
	background-color: #fff;
}
.card .sp a {
	position: relative;
	display: block;
	width: 300px;
	height: 169px;
	background-color: #fff;
}
.card .nm .img {
	position: absolute;
	width: 114px;
	height: 106px;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
    border: 1px solid #e1e1e1;
}
.card .nm .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 114px;
	height: 106px;
	object-fit: cover;
}
.card .sp .img {
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 0;
}
.card .nm .date {
	text-decoration: none;
	width: 148px;
	height: 12px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: normal;
	color: #9b9b9b;
	display: block;
	position: absolute;
	bottom: 0;
}

.card .latestl .catebox{
	position:relative!important;
	top:4px!important;
	height: 22px!important;
    margin-top: 0!important;
}

.card .nm .catebox {
	height: 20px;
	display: block;
	position: absolute;
	bottom:0;
    overflow: hidden;
}
.card .nm .loca {
	float: left;
	height: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: normal;
	display: block;
	top: 0;
	letter-spacing: -0.4px;
	padding: 4px 8px 4px 0;
	background-color:inherit!important;
	color: #757575!important;
}

.card .nm .cate {
	float: left;
	height: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: normal;
	display: block;
	top: 0;
	padding: 4px 8px 4px 0;
	background-color:inherit!important;
	color: #818181!important;
}

.card .sp .date {
	width: 250px;
	line-height: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 9px;
	color: #fff;
	z-index: 4;
	text-decoration: none;
}
.card .nm .txtblk {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
}


.authordate{
    position: relative;
    font-size: 12px;
   top: 8px;
    color: #979797;
}
.authordate i{
    margin:0 2px 0 0;
}

.authordate .fa-calendar-week{
    margin:0 2px 0 9px;
}
.authordate a{
	color: inherit;
    display: inline;
}
.authordate a:hover{
    color: #2196f3;
}

.latestm .authordate {
	position: absolute;
    top: unset;
    bottom: 22px;
}
.mostread .authordate{
    display: none;
}
.vertical3 .authordate{
	left:auto;
}
.latestl .commbox .txtblk{
    position: relative!important;
}
.card .nm .txt {
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	word-wrap: break-word;
	color: #1e1e1e;/*top:16px;
	left:124px;
	width: 176px;
  height: 76px;*/
}
.card .nm .txtsp {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 1.38;
	color: #333;
	text-decoration: none;
	/*word-wrap:break-word;*/
	word-break: break-all;
}
.card .writer {
/*display:block;
	position:absolute;
	width:127px;
	heigth:23px;
	bottom:47px;
	left:170px;
	z-index:5;*/
}
.card .writer img {
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	display: none;
}
.card .writer span {
	position: absolute;
	bottom: 5px;
	left: 125px;
	width: 100px;
	font-size: 10px;
	line-height: 11px;
	color: #9b9b9b;
}
.card .writer2 {
	display: block;
	position: absolute;
	width: 127px;
	heigth: 23px;
	bottom: 47px;
	left: 170px;
	z-index: 5;
	display: none;
}
.card .writer2 img {
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
}
.card .writer2 span {
	position: absolute;
	top: 14px;/*-1*/
	left: 27px;
	width: 100px;
	height: 12px;
	font-size: 10px;
	line-height: 11px;
	color: #666;
}
.card a .splble {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
	z-index: 7;
}
.card .sp .special {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 109px;
	right: 0;
	z-index: 4;
}
.card .sp .title {
	display: block;
	width: 230px;
	position: absolute;
	top: 115px;
	left: 45px;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	word-wrap: break-word;
	z-index: 6;
}
.card .sp .bg {
	position: absolute;
	width: 300px;
	height: 60px;
	bottom: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index: 1;
}
.card .sp .fig {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 5;
	left: 5px;
	top: 115px;
}
.card a .commentcntblk {
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 12px;
	line-height: 12px;
	color: #349cd6;
	z-index: 2;
	width: 100px;
	text-indent: 2px;
}
.card a .commentcntblk img {
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}
.card a .commentcnt {
	float: right;
	font-size: 12px;
	line-height: 12px;
	color: #9b9b9b;
	z-index: 2;
	text-indent: 2px;
}
.card a .likeblk {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 2;
	width: 50px;
	height: 12px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #368ef6;
}
.card a .likeblk img {
	float: right;
	margin-top: 2px;
}
.card a .like {
	float: right;
	z-index: 2;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #9b9b9b;
	text-indent: 2px;
}
.card a .new {
	display: block;
	width: 27px;/*32px;*/
	height: 14px;/*26px;*/
	position: absolute;
	top: 0;/*-3px;*/
	left: 0;
	z-index: 3;
	background-color: #3c9cd6;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	/* line-height: 1.83; */
	letter-spacing: normal;
	color: #ffffff;
	padding: 4px;
}
.card2 {
	width: 300px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
.card2 li {
	padding: 0 0 15px 0;
}
.card2 .nm a {
	position: relative;
	display: block;
	width: 300px;
	height: 90px;
	background-color: #fff;
}
.card2 .sp a {
	position: relative;
	display: block;
	width: 300px;
	height: 169px;
	background-color: #fff;
}
.card2 .nm .img {
	position: absolute;
	width: 160px;
	height: 90px;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 0;
	overflow: hidden;
}
.card2 .nm .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.card2 .sp .img {
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 0;
}
.card2 .nm .date {
	width: 90px;
	line-height: 10px;
	position: absolute;
	bottom: 5px;
	left: 168px;
	font-size: 9px;
	color: #999;
	text-decoration: none;
}
.card2 .sp .date {
	width: 250px;
	line-height: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 9px;
	color: #fff;
	z-index: 4;
	text-decoration: none;
}
.card2 .nm .txt {
	display: block;
	width: 127px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 170px;
	font-size: 11px;/*13px;*/
	line-height: 12px;
	color: #333;
	text-decoration: none;
	word-wrap: break-word;
}
.card2 .nm .txtsp {
	display: block;
	width: 100px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 170px;
	font-size: 11px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
	/*word-wrap:break-word;*/
	word-break: break-all;
}
.card2 .writer {
	display: block;
	position: absolute;
	width: 127px;
	heigth: 23px;
	bottom: 47px;
	left: 170px;
	z-index: 5;
}
.card2 .writer img {
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
}
.card2 .writer span {
	position: absolute;
	top: 8px;/*-1*/
	left: 27px;
	width: 100px;
	height: 24px;
	font-size: 10px;
	line-height: 11px;
	color: #666;
}
.card2 .writer2 {
	display: block;
	position: absolute;
	width: 127px;
	heigth: 23px;
	bottom: 47px;
	left: 170px;
	z-index: 5;
}
.card2 .writer2 img {
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
}
.card2 .writer2 span {
	position: absolute;
	top: 14px;/*-1*/
	left: 27px;
	width: 100px;
	height: 12px;
	font-size: 10px;
	line-height: 11px;
	color: #666;
}
.card2 a .splble {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
	z-index: 7;
}
.card2 .sp .special {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 109px;
	right: 0;
	z-index: 4;
}
.card2 .sp .title {
	display: block;
	width: 230px;
	position: absolute;
	top: 115px;
	left: 45px;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	word-wrap: break-word;
	z-index: 6;
}
.card2 .sp .bg {
	position: absolute;
	width: 300px;
	height: 60px;
	bottom: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index: 1;
}
.card2 .sp .fig {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 5;
	left: 5px;
	top: 115px;
}
.card2 a .commentcnt {
	display: block;
	position: absolute;
	bottom: 18px;
	right: 5px;
	font-size: 9px;
	line-height: 11px;
	color: #349cd6;
	padding: 0 0 0 11px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/comment2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px 9px;
	z-index: 2;
}
.card2 a .like {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 9px;
	line-height: 11px;
	color: #349cd6;
	padding: 0 0 0 11px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/heart.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px 9px;
	z-index: 2;
}
.card2 a .new {
	display: block;
	width: 32px;
	height: 26px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 3;
}
.totop {
	width: 320px;
	height: 25px;
	position: relative;
}
.totop span {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 135px;
	cursor: pointer;
}
/*
.swmenu{
	position:relative;
	height:5px;
	margin-top:28px;
	margin-bottom:20px;
}
.switchb{
	width:260px;
	height:30px;
	margin:0 auto;
	position:relative;
	top:-15px;
}
.switchb li{
	width:128px;
	font-size:15px;
	line-height:28px;
	float:left;
	text-align:center;
}
.switchb .r0a{
	border:1px solid #349cd6;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	color:#fff;
	background-color:#349cd6;
	cursor:default;
}
.switchb .r0b{
	border:1px solid #ddd;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	color:#999;
	background-color:#fff;
	cursor:pointer;
}
.switchb .r1a{
	border:1px solid #349cd6;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	color:#fff;
	background-color:#349cd6;
	cursor:default;
	background-size:14px 12px;
	background-position:12px center;
	background-repeat:no-repeat;
}
.switchb .r1b{
	border:1px solid #ddd;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	color:#999;
	background-color:#fff;
	cursor:pointer;
	background-size:14px 12px;
	background-position:12px center;
	background-repeat:no-repeat;
}
.switchb .r1a span,.switchb .r1b span{
	padding:0 0 0 15px;
	display:block;
}


*/


.swmenu {
	position: relative;
	height: 30px;
	background-color: #fff;
	padding-bottom: 4px;
	padding-top: 8px;
	border-top: 8px solid rgba(225,225,225,0.6);
}
.switchb {
	width: 90%;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
.switchb li {
	width: 50%;
	font-size: 15px;
	letter-spacing: -0.5px;
	line-height: 28px;
	float: left;
	text-align: center;
}
.switchb .r0a {
	color: #000;
	background-color: #fff;
	cursor: default;
	font-weight: bold;
	border-bottom: 2px solid #3c9cd6;
}
.switchb .r0b {
	color: #9b9b9b;
	font-weight: normal;
	background-color: #fff;
	cursor: pointer;
	border-bottom: 2px solid #e1e1e1;
}
.switchb .r1a {
	color: #000;
	background-color: #fff;
	font-weight: bold;
	cursor: default;
	background-size: 14px 12px;
	background-position: 12px center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #3c9cd6;
}
.switchb .r1b {
	color: #9b9b9b;
	background-color: #fff;
	font-weight: normal;
	cursor: pointer;
	background-size: 14px 12px;
	background-position: 12px center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #e1e1e1;
}
.switchb .r1a span, .switchb .r1b span {
	padding: 0 0 0 15px;
	display: block;
}
.posts {
	background-color: #eee;

}

.posts57 {
	margin-top:57px;

}
.instagrams {
	width: 100%;
	height: 135px;
	overflow: hidden;
	position: relative;
}
.instagrams ul {
	width: 4200px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
.instagrams li {
	position: relative;
	width: 105px;
	height: 110px;
	float: left;
}
.instagrams li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.menutitle {
	margin: 0 auto;
	padding: 15px 0 10px 0;
	width: 300px;
}
.menutitle strong {
	padding: 0 6px 0 0;
}
.menutitle span {
	width: 240px;
	font-size: 12px;
	display: block;
	float: left;
}
.menutitle a {
	width: 60px;
	line-height: 13px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/rpointer.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px 13px;
	display: block;
	float: right;
	text-align: right;
	color: #999;
	text-decoration: none;
	font-size: 12px;
}
.menushare {
	/*	padding:25px 0 25px 16px;*/
	padding: 0px 0 12px 10px;/*	border-bottom:1px solid #ccc;*/
}
.menushare li {
	float: left;
	padding: 0 10px 0 0;/*padding:0 16px 0 0;*/
}
.menushare .rss {
	padding: 0 0 0 10px;
	border-left: 1px dotted #ccc;
}
.loading {
	width: 16px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
.adv_booking {
    /*height: 280px;*/
    /* border: 1px solid #e1e1e1; */
    padding: 0;
    background-color: #fff;
    margin: 10px 0;
}

}
#neighbormap {
	width: 320px;
	height: 200px;
}
.sliderbox2 {
	width: 1100px;
	height: 300px;
	position: relative;
}
.person {
	margin: 0 auto;
	width: 1110px;/*241*/
	position: relative;
	overflow: hidden;/*overflow-x:scroll;*/
	/*display: block;*/
	/*    -webkit-overflow-scrolling: touch;*/


}
.person ul {
	width: 320px;
	height: 241px;
	/*position:absolute;
	left:0;
	top:0;*/

	float: left;
	display: inline;
	overflow: hidden;
}
.person li {
	width: 130px;
	height: 200px;/*165px;*/
	position: relative;
	float: left;
	display: none;
	overflow: hidden;
}
.person #loopleft {
	top: 0;
	left: 0;
	width: 20px;
	height: 130px;
	line-height: 130px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
.person #loopright {
	top: 0;
	right: 0;
	width: 20px;
	height: 130px;
	line-height: 130px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
.person .wbox {
	width: 105px;
	height: 165px;
	position: absolute;
	top: 0;
	left: 0;
}
.person .pnumbg {
	position: absolute;
	z-index: 2;
	top: 77px;
	left: 77px;
	height: 25px;
	width: 25px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/circle2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px 25px;
}
.person .pnumbg span {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}
.person .pwimg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 12px;
	height: 106px;
	width: 106px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/circle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 106px 106px;
}
.person .pwimg img {
	padding: 3px;
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
}
.person .pinfo {
	position: absolute;
	top: 110px;
	left: 0;
	width: 130px;
}
.person .pwriter {
	display: block;
	width: 130px;
	font-size: 14px;
	line-height: 1.25em;
	text-align: center;
}
.person .poccupation {
	display: block;
	width: 105px;
	height: 20px;
	font-size: 10px;
	line-height: 1.25em;
	text-align: center;
	padding: 2px 0 0 0;
}
.person .ov {/*a*/
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	color: #a38544;
	font-size: 10px;
	margin: 10px 0 0 10px;
	text-decoration: none;
}
/* =======================================
    ClearFixElements
======================================= */
.person ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.person ul {
	display: inline-block;
	overflow: hidden;
}
/* =======================================*/

.pointer2 {
	margin: 10px auto;
	padding: 0 0 0 5px;
	height: 7px;
	position: relative;
	display: none;
}
.pointer2 .ac {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 7px;
	height: 7px;
}
.pointer2 ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.pointer2 li {
	width: 7px;
	float: left;
	margin: 0 8px 0 0;
}
.pointer2 li img {
	cirsor: pointer;
}
#scroll-menu {
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#scroll-menu .scroll-menu-inner {
	list-style-type: none;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#scroll-menu li {
	float: left;
	height: 100%;
}
#scroll-menu a {
	display: block;
	height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
	line-height: 40px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 8px 11px;
	text-decoration: none;
	padding: 0 0 0 29px;
	font-size: 18px;
	line-height: 40px;
	color: #292a31;
}
#scroll-menu a:hover {
	background-color: #555;
}
@media screen and (max-width: 320px) {
#scroll-menu {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#scroll-menu .scroll-menu-inner {
	margin: 0;
}
}
.sharebtn {
	height: 30px;
}
.sharebtn li {
	float: left;
}
.showmore, .viewmore {
	height: 40px;
	display: none;
}
.showmore span, .viewmore span {
	clear: both;
	display: block;
	width: 120px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #1976d2;
	;
	padding: 12px 0;
	margin: 0 auto;
}
.viewa a {
	color: #1976d2;
	text-decoration: none;
	position: absolute!important;
	right: 0;
	bottom: 0;
}
.moreinfo {
	width: 300px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.arealink {
	width: 300px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.arealink ul {
	width: 300px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	display: none;
}
.arealink li {
	cursor: pointer;
	height: 49px;
	background-repeat: no-repeat;
	background-position: 258px center;
	background-size: 21px 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
 border-bottom-color: :#2c4e2f;
}
.arealink li div {
	width: 258px;
	text-align: left;
}
.arealink table {
/*margin-left:auto;
	margin-right:auto;*/
}
.arealink td {
	line-height: 20px;
	font-size: 16px;
	vertical-align: middle;
}
.arealink .area0 table {
	margin-left: auto;
	margin-right: auto;
}
.arealink .area0 td {
	line-height: 50px;
	font-size: 24px;
}
.area0 {
	background-color: #2895ff;/*#00b0f0;/*#2c4e2f;/*#CD9CDA;*/
	color: #eaffff;/*#ebffed;*/
}
.area0 img {
	width: 16px;
	margin-left: 5px;
	margin-right: 5px;
}
.area1 {
	background-color: #eaffff;/*#ebffed;/*#CD9CDA;*/
	color: #00b0f0;/*#2c4e2f;*/
}
.area1 a {
	color: #00b0f0;/*#2c4e2f;*/
	text-decoration: none;
}
.area1 img {
	width: 16px;
	margin-left: 5px;
	margin-right: 5px;
}
.area1 td {
	height: 50px;
}
.citieslink {
	width: 300px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.citieslink ul {
	width: 300px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	display: none;
}
.citieslink li {
	cursor: pointer;
	height: 49px;
	background-repeat: no-repeat;
	background-position: 258px center;
	background-size: 21px 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
 border-bottom-color: :#2c4e2f;
}
.citieslink li div {
	width: 300px;
	text-align: left;
}
.citieslink table {
	margin-left: auto;
	margin-right: auto;
}
.citieslink td {
	line-height: 50px;
	font-size: 12px;
	padding-left: 5px;
}
.citieslink .cities0 table {
	margin-left: auto;
	margin-right: auto;
}
.citieslink .cities0 td {
	line-height: 50px;
	font-size: 24px;
}
.cities0 {
	background-color: #2895ff;/*#00b0f0;/*#2c4e2f;/*#CD9CDA;*/
	color: #eaffff;/*#ebffed;*/
}
.cities0 img {
	width: 16px;
	margin-left: 5px;
	margin-right: 5px;
}
.cities1 {
	background-color: #eaffff;/*#ebffed;/*#CD9CDA;*/
	color: #00b0f0;/*#2c4e2f;*/
}
.cities1 a {
	color: #00b0f0;/*#2c4e2f;*/
	text-decoration: none;
}
.cities1 img {
	width: 16px;
	margin-left: 5px;
	margin-right: 5px;
}
/* accordion用-------------------------------*/
ul.accordion {
	list-style: none;
}
ul.accordion a {
	font-weight: bold;
}
ul.accordion span {
	display: block;
	z-index: 1;
}
ul.accordion div {
	display: none;
	padding-bottom: 25px;
}
ul.accordion > li {
	list-style: none;
	margin: 0;
}
ul.accordion > li > p {
}
ul.accordion > li > p span.openico {
	position: relative;
	width: 26px;
	height: 26px;
	display: block;
	z-index: 9;
	margin-left: 138px;
	margin-top: -13px;
}
ul.accordion > li > p span {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/open.png);
}
ul.accordion > li > p span.open {
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/close.png);
}
ul.accordion > li > div {
	list-style: none;
	margin-left: 0;
	font-size: 13px;
	line-height: 1.5em;
	background: #FFFFFF;
	border-bottom: 1px solid #CCC;
}
ul.accordion > li > div :last-child {
	border: none;
}
/* -------------------------------*/

.headings {
	padding: 12px 0;
}
.headings img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
}
.headings .headtitle {
	display: block;
	margin: 0 auto;
	border-radius: 0% !important;
}
.headingstop {
	padding: 0 0 13px 0;
	background-color: #fff;
	margin-top: 0px;
	position: relative;
	width: 100%;
	z-index: 99;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
}
.headingstop .title {
	float: left;
	margin-left: 15px;
	width: 40%;
	color: #374ea1;
	font-size: 20px;
	letter-spacing: -1px;
}
.maintitle table img {
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
	border: 1px solid #FFF;
}
.btn-bookmark {
	display: inline-block;
}
.btn-bookmark a {
	display: block;
	min-width: 8.8em;
	padding: 6px 9px;
	border-radius: 4px;
	border: 1px solid #0e357f;
	font-weight: 700;
	font-size: 86%;
	vertical-align: middle;
}
.bookmark {
	position: absolute;
	display: block;
	min-width: 8.8em;
	font-size: 86%;
	font-weight: 700;
	border: 1px solid #0e357f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #0e357f;
	line-height: 23px;/*38px;*/
	height: 23px;/*38px;*/
	text-align: center;
	cursor: pointer;
	box-shadow: rgb(204, 204, 204) 1px 1px 0px 1px;
	-webkit-box-shadow: rgb(204, 204, 204) 1px 1px 0px 1px;
	-moz-box-shadow: rgb(204, 204, 204) 1px 1px 0px 1px;
}
.bookmarklist .bookmark {
	width: 280px!important;
}
.bookmarkactive {
	border: 1px solid #f1f8fc !important;
	cursor: default !important;
	background-color: #0e357f;
!important;
	color: #fff;
}
.cardtop {
	width: 300px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	background-color: #C9C;
}
.cardtop li {
	padding: 0 0 0 0;
}
.cardtop .nm a {
	position: relative;
	display: block;
	width: 300px;
	height: 90px;
	background-color: #fff;
}
.cardtop .sp a {
	position: relative;
	display: block;
	width: 300px;
	height: 169px;
	background-color: #fff;
}
.cardtop .nm .img {
	position: absolute;
	width: 160px;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 0;
}
.cardtop .sp .img {
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 0;
}
.cardtop .nm .date {
	width: 90px;
	line-height: 10px;
	position: absolute;
	bottom: 5px;
	left: 168px;
	font-size: 9px;
	color: #999;
	text-decoration: none;
}
.cardtop .sp .date {
	width: 250px;
	line-height: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 9px;
	color: #fff;
	z-index: 4;
	text-decoration: none;
}
.cardtop .nm .txt {
	display: block;
	width: 127px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 170px;
	font-size: 11px;/*13px;*/
	line-height: 12px;
	color: #333;
	text-decoration: none;
	word-wrap: break-word;
}
.cardtop .nm .txtsp {
	display: block;
	width: 100px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 170px;
	font-size: 11px;
	line-height: 12px;
	color: #333;
	text-decoration: none;
	/*word-wrap:break-word;*/
	word-break: break-all;
}
.cardtop .writer {
	display: block;
	position: absolute;
	width: 127px;
	heigth: 23px;
	bottom: 47px;
	left: 170px;
	z-index: 5;
}
.cardtop .writer img {
	position: absolute;
	top: 8px;
	left: 0;
	width: 23px;
	height: 23px;
}
.cardtop .writer span {
	position: absolute;
	top: 8px;/*-1*/
	left: 27px;
	width: 100px;
	height: 24px;
	font-size: 10px;
	line-height: 11px;
	color: #666;
}
.cardtop a .splble {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
	z-index: 7;
}
.cardtop .sp .special {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 109px;
	right: 0;
	z-index: 4;
}
.cardtop .sp .title {
	display: block;
	width: 230px;
	position: absolute;
	top: 115px;
	left: 45px;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	word-wrap: break-word;
	z-index: 6;
}
.cardtop .sp .bg {
	position: absolute;
	width: 300px;
	height: 60px;
	bottom: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index: 1;
}
.cardtop .sp .fig {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 5;
	left: 5px;
	top: 115px;
}
.cardtop a .like {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 9px;
	line-height: 11px;
	color: #349cd6;
	padding: 0 0 0 11px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/heart.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px 9px;
	z-index: 2;
}
.cardtop a .new {
	display: block;
	width: 32px;
	height: 26px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 3;
}
.editcommentdiv {
	margin-top: -10px;
	height: 70px;
}
.editcommentdiv2 {
	margin-top: -10px;
	height: 70px;
}
.editbtncancel img {
	width: 15px!important;
	height: 15px!important;
	position: absolute;
	margin-right: 10px!important;
	margin-top: -50px!important;
	right: 0;
}
.editbtn2cancel img {
	width: 15px!important;
	height: 15px!important;
	position: absolute;
	margin-right: 5px!important;
	margin-top: -50px!important;
	right: 0;
}
.repostbtncancel img {
	width: 15px!important;
	height: 15px!important;
	position: absolute;
	margin-right: 3px!important;
	margin-top: -50px!important;
	right: 0;
}
.repostbtn2cancel img {
	width: 15px!important;
	height: 15px!important;
	position: absolute;
	margin-right: 3px!important;
	margin-top: -50px!important;
	right: 0;
}
.error {
	color: #F00;
	width: 250px;
}
#busy {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-color: black;
	opacity: 0.5;
	visibility: hidden;
	z-index: 100;
}
.ysbox img {
	width: 300px;
	height: auto;
}
.tagsbox {
	margin-top: 20px;
	height: 40px;
}
.tags {
	float: left;
	padding: .2em .5em .2em .5em;
	position: relative;
	line-height: inherit;
	font-size: 12px;
	color: #00baffab;
	border: 1px solid #dddddd;
	background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	display: block;
	margin: 2px 5px 2px 0;
	border-radius: 2px;
}
.tags a {
	text-decoration: none!important;
}
.ysmainimg {
	height: 15px!important;
}
.thleader .btnDefault {
	font-size: 12px;
	line-height: 28px;
	position: relative;
	float: right;
	top: -20px;
	right: -50px;
	width: 70px;
	height: 28px;
	margin-right: 5px;
	padding-left: 0px;
	background: -webkit-linear-gradient(center bottom, #eee 0%, #fff 100%) no-repeat 0 0;
	background: linear-gradient(center bottom, #eee 0%, #fff 100%) no-repeat 0 0;
}
.thleader .btnDefault .list_icon, .actionControl .btnDefault i {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
}
.thleader a {
	text-decoration: none;/*color:#CCC!important;	*/
}
.btnDefault, .btnDelete, .btnSmallDefault, .btnSmallDelete {
	display: block;
	width: 116px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: #EEEEEE;
	color: #333333 !important;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
.mce-edit-area {
	width: 300px!important;
	height: 300px!important;
	overflow: auto!important;
	-webkit-overflow-scrolling: touch!important;
	display: inline-block!important;
}
#foo_ifr {
	width: 100%!important;
	height: 500px!important;
	border: none!important;
	display: block!important;
}
.infoimg {
	margin: 10px auto;
	width: 200px;
}
.infoimg img {
	width: 200px;
}
.yspu {
	height: 200px!important;
}
.topadwrapper {
	padding: 0 0 20px 0;
	background-color: #efefef;
}
.topad2 {
	display: none;
}
.topad2 li {
	width: 100%;
	margin-bottom: 10px;
}
.topad3 {
	margin: 12px auto 0 auto;
}
.topad3 li {
	width: 100%;
	height: 76px;
	background-color: #374ea1;
	position: relative;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/sp/img/arrow.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.topad3 li img {
	width: 159px;
	height: 76px;
	position: absolute;
}
.topad3 li .txt {
	width: 114px;
	height: 40px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #ffffff;
	display: block;
	position: absolute;
	top: 18px;
	left: 170px;
}
.p-tagit__block {
	font-size: 12px;
	line-height: 28px;
	height: 30px;
	color: #999;
}
.ysbox iframe {
	width: 100%;
	height: auto;
}
.top_title {
	width: 100%;
	padding-bottom: 10px;
}
.hotissue {
	background-color: #1d243a;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 9px;
}
.hotissue .title {
	background-color: #eeeeee;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
.hotissue .title img {
	display: block;
	margin: 0 auto;
}
.bdlarge {
	width: 300px !important;
	height: 168px!important;/*180px*/
	position: relative;
	margin: 0 auto;
}
.bdlarge a {
	width: 300px;
}
.bdlarge .simg {
	width: 300px;
	border-bottom: none;
}
.bdlarge .simg img {
	width: auto!important;
}
.bdlarge .stitle {
	width: 300px;
	height: auto;
	left: 85px;
	top: 230px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25em;
}
.bdlarge .listbg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	display: block;
	background-color: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	z-index: 2;
}
.bdlarge .like {
	color: #fff!important;
}
.cardboxlarge {
	width: 300px;
	height: 180px;
	display: block;
	background-color: #fff;
	cursor: pointer;
}
.cardboxlarge .simg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 300px;
	height: 180px;
	z-index: 1;
	text-align: center;
	vertical-align: middle; /*上下中央*/
	layout-grid-line: 166px; /*IE7*/
	overflow: hidden;
}
.cardboxlarge .simg img {
	/*width:auto;
height:auto;
max-width:260px;
max-height:146px;*/
	vertical-align: middle;/*IE7*//*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;	*/
}
.cardboxlarge .simg img {
	width: 100%!important;
	height: auto;
}
.cardboxlarge .commentcnt {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 70px;
	z-index: 3;
	height: 17px;
	font-size: 16px;
	line-height: 17px;
	color: #999;
	font-style: normal;
	padding: 0 0 0 24px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/comment2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.cardboxlarge .like {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	height: 17px;
	font-size: 16px;
	line-height: 17px;
	color: #999;
	font-style: normal;
	padding: 0 0 0 24px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/heart2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.cardboxlarge .num {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	height: 17px;
	font-size: 16px;
	line-height: 17px;
	color: #999;
	font-style: normal;
	padding: 0 0 0 18px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/Present_Icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.cardboxlarge .point {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 50px;
	z-index: 3;
	height: 17px;
	font-size: 16px;
	line-height: 17px;
	color: #999;
	font-style: normal;
	padding: 0 0 0 24px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/Point_Icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.cardboxlarge .stitle {
	width: 220px;
	height: 60px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 110px;
	left: 80px;
	overflow: hidden;
	font-size: 16px;
}
.cardcategoryl {
	top: 110px;
	left: 10px;
	position: absolute;
	display: block;
	z-index: 3;
}
.cardcategoryl img {
	width: 60px;
	height: auto;
}
.cardinfol {
	bottom: 0;
	left: 80px;
	font-size: 9px;
	color: #fff;
	position: absolute;
	display: block;
	z-index: 3;
}
.videos {
	padding: 5px;
}
.videos .box {
	padding: 0 10px;
	background-color: #fff;
	width: 280px;
	height: 120px;
}
.videos .title {
	font-size: 16px;
	font-weight: bold;
}
.videos .catch {
	font-size: 14px;
	paddint: 5px;
}
.rightside {
	margin-right: 20px;
	float: right;
}
/* Start of Pop Up */
.pop-up {
	position: fixed;
	top: 0px;
	left:  0px;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
}
.pop-up-sp {
	z-index: 102;
	width: 311px;
	max-height: 70%;
	border-radius: 2px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	background-color: transparent;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.pop-up-sp .pop-up__main {
	width: 100%;
	height: 100%;
	min-height: 100px;
	max-height: 500px;
	background-color: #b5b5b5;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	overflow-x: hidden;
	/* overscroll-behavior: none; */
}
.pop-up-sp .pop-up__main::-webkit-scrollbar {
	display: none; /* Chrome */
}
.pop-up__main .main-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.pop-up__main .main-banner:not(:first-child) {
	margin-top: 1px;
}
.pop-up__main .main-banner:last-child {
	margin-bottom: 1px;
}
.pop-up__main .main-banner img {
	position: relative;
	width: 100%;
	margin-bottom: 1px;
}
.pop-up__main .main-banner__desc {
	position: absolute;
	max-width: 200px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.pop-up__main .main-banner__desc h3 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: -1.2px;
	margin-bottom: 4px;
	color: #000000;
}
.pop-up__main .main-banner__desc h5 {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.9px;
	color: #8a8a8a;
}
.pop-up-sp .pop-up__button {
	width: 100%;
	height: 40px;
	background-color: #626262;
	display: flex;
	border: 1px solid #626262;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pop-up__button .close-button {
	flex: 1;
	text-align: center;
	background-color: #626262;
    font-size: 12px;
    letter-spacing: -0.5px;
    border: 1px solid #282828;
    border-top: 0px;
	color: #fff;
	border-bottom: 0px;
	border-width: 0px;
}
.pop-up__button .close-button:first-child {
	border-bottom-left-radius: 2px;
	border-left: 0px;
	border-right: 1px solid #282828;
}
.pop-up__button .close-button:last-child {
	border-bottom-right-radius: 2px;
	border-right: 1px;
}
/* End of Pop Up */
.header {
	margin: 0 12px;
	border-bottom: solid 1px #e1e1e1;
	padding: 12px 0 5px 0;
}

.header .category {
	top: 346px!important;
	left: 12px!important;
	height: 12px;
	/* font-family: AppleSDGothicNeo;*/
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: -0.4px;
	padding: 4px;
}
.cat10 {
	/* width:34px!important;*/
	color: #cc6601!important;
	background-color: #ffdfbe;
}
.cat11 {
	/*	width:60px!important;*/
	color: #ff1c67!important;
	background-color: #ffd8e5;
}
.cat12 {
	/*	width:110px!important;*/
	color: #cc0101!important;
	background-color: #ffd3d3;
}
.cat13 {
	/*	width:54px!important;*/
	color: #009966!important;
	background-color: #ccffee;
}
.cat14 {
	/*	width:96px!important;*/
	color: #660199!important;
	background-color: #f3dbff;
}
.cat15 {
	/*	width:32px!important;*/
	color: #3c9cd6!important;
	background-color: #e8f6ff;
}
.cat10.ahover {
	width: 34px!important;
	color: #ffffff;
	background-color: #ff9933;
}
.cat11.ahover {
	width: 60px!important;
	color: #ffffff;
	background-color: #ff6699;
}
.cat12.ahover {
	width: 110px!important;
	color: #ffffff;
	background-color: #cc3301;
}
.cat13.ahover {
	width: 54px!important;
	color: #ffffff;
	background-color: #009966;
}
.cat14.ahover {
	width: 96px!important;
	color: #ffffff;
	background-color: #660199;
}
.cat15.ahover {
	width: 32px!important;
	color: #ffffff;
	background-color: #3c9cd6
}
.actx {
	position: relative;
	left: 2px;
	margin-top: 10px;
}
.actx th {
	padding: 9px 4px 0 12px;
}
.actx td {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 16px;
}
.tag span a {
	padding: 4px 10px;
	text-align: center;
	vertical-align: middle;
	color: #212121;
	background-color: #f0f0f0;
	position: relative;
}
.tag {
	margin-bottom: 10px;
}
.tag dd {
	min-height: 20px;
}
.tag span a {
	margin-right: 8px;
	float: left;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.tag span a:hover {
 color:
}
.tag span a:visited {
	text-decoration: none!important;
}
.videoh1 {
	text-align: center;
	width: 100%;
	font-size: 21px;
	border-top: 1px solid #ddd;
	padding: 20px 0;
	margin-top: 40px;
}
a.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}
.txtspace {
	letter-spacing: -0.5px!important;
}
.profile {
	color: #fff;
	width: 287px;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.cardbyname {
	color: #374ea1;
	font-size: 12px;
	left: 0;
	line-height: 16px;
	z-index: 2;
	height: 15px;
	text-indent: 2px;
	display: block;
	position: relative;
	display:none;
}
#banner {
	padding: 0 8px;
	display: block;
}
#banner li {
	float: left;
	margin-top: 9px;
	position: relative;
	border: 1px solid #d8d8d8;
	background-color: #fff;
}
#banner li:first-child {
	margin-top: 12px;
}
#banner li:last-child {
	margin-bottom: 12px;
}
#banner li:hover {
	border: 1px solid #3c9cd6;
}
#banner li:last-child {
	margin-right: 0px;
}
#banner li img {
	width: 100%;
	height: auto;
}
#banner li .event {
	position: absolute;
	top: 7px;
	left: 12px;
	font-size: 12px;
	color: #417505;
}

#banner li .eventb {
	position: absolute;
	top: 7px;
	left: 12px;
	font-size: 12px;
	color: #417505;
}

#banner li .theme {
	position: absolute;
	top: 9px;
	left: 12px;
	font-size: 12px;
	color: #d0021b;
}
#banner li .tour {
	position: absolute;
	top: 9px;
	left: 12px;
	font-size: 12px;
	color: #3c9cd6;
}

#banner li .title {
	position: absolute;
	top: 23px;
	left: 12px;
	font-size: 18px;
	font-weight: 600;
	color: black;
	letter-spacing: -1px;
}
#banner li .conte {
	position: absolute;
	top: 46px;
	left: 12px;
	font-size: 12px;
	color: #000;

}
#banner .jf img {
	width: 144px;
	height: auto;
	position: absolute;
	top: 17px;
	left: 30px;
}
#banner .jf .conte {
	position: absolute;
	top: 12px;
	left: 194px;
	font-size: 13px;
	color: #374ea1;
}
.videostop{
    padding:12px 0 0 0;
}
.videostop li {
	padding: 11px 0 12px 0;
	border-bottom: 1px solid #e1e1e1;
}

.videostop li.videol {
    padding: 11px 0;
}

.videostop li:last-child{
    border-bottom: none;
}
.videostop a {
	position: relative;
	display: block;
	background-color: #fff;
}
.videostop .img {
	position: absolute;
	width: 114px;
	height: 106px;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
.videostop .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 114px;
	height: 106px;
	object-fit: cover;
}
.videostop .pInfo {
	text-decoration: none;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: normal;
	color: #1e1e1e;
	display: block;
	overflow: hidden;
	position: absolute;
}

.videostop .videol .img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
.videostop .videol a {
    height: auto!important;
}
.videostop .videol .pInfo {
	left: 0!important;
    position: relative;
    height: auto!important;
    padding-top:5px;
}
.videostop .date {
	text-decoration: none;
	width: 148px;
	height: 12px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: normal;
	color: #9b9b9b;
	display: block;
	position: relative;
	margin-top: 4px;
}
.videostop .videol .date {
	margin-top: 9px;
}
.videostop  .date i{
    margin: 0 2px 0 0;
}
.JCS .open-video-dialog{
    border:1px solid #42a5f5;
}
.videostop .simgov {
	/*background-color: rgba(60, 156, 214, 0.45);
	background-image:("shared/img/common/fill3.png");*/
	z-index: 98;
	width: 266px;
	height: 160px;
	top: 0;
	position: absolute;
	display: block;
}
.videostop .simgov img {
	z-index: 999;
	width: auto;
	height: 24px;
	bottom: 3px;
	left: 4px;
	position: absolute;
	display: block;
}
.videostop .videol .simgov img {
	height: 44px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.making {
	background-color: #0d47a1;
}
.making .cardtitle {
	color: #fff;
}
.making ul {
	background-color: inherit;
}
.making li {
	padding: 11px 0 12px 0;
	border-bottom: none;
	float: left;
	color: #fff;
}
.making li:nth-child(2n+1) {
	margin-right: 12px;
}
.making a {
	position: relative;
	display: block;
}
.making .img {
	position: absolute;
	width: 114px;
	height: 106px;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	border: solid 1px #64b5f6;
}
.making .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 114px;
	height: 106px;
	object-fit: cover;
}
.making .pInfo {
	text-decoration: none;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: normal;
	color: #fff;
	display: block;
	position: absolute;
	height: 58px;
	overflow: hidden;
    padding:5px 0;
}
.making .pInfo .p01 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
}
.making .videol .pInfo {
	left: 0!important;
}
.making .date {
	text-decoration: none;
	width: 148px;
	height: 12px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: normal;
	color: #9b9b9b;
	display: block;
	position: relative;
	margin-top: 4px;
}
.making .videol .date {
	margin-top: 9px;
}
.making .simgov {
	/*background-color: rgba(60, 156, 214, 0.45);
	background-image:("shared/img/common/fill3.png");*/
	z-index: 98;
	width: 266px;
	height: 160px;
	top: 0;
	position: absolute;
	display: block;
}
.making .viewa a {
	color: #90caf9;
}
.making .simgov img {
	z-index: 999;
	height: 24px!important;
	width: 24px!important;
	left: 4px;
	position: absolute;
	left: 0;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.making .videol .simgov img {
	height: 44px;
}
.making .subcomm {
	margin: 7px 8px 0 8px;
	display: block;
	text-align: left;
}
.making .fb {
	position: absolute;
	bottom: 0;
	left: 0;
}
.making .yt {
	position: absolute;
	bottom: 0;
	left: 45px;
}
.ui-dialog .ui-dialog-content {
	padding: 0!important;
}
.ui-widget-overlay {
	opacity: .7!important;
	background: #000!important;
}
.ui-widget-header {
	border: 1px solid #ffffff!important;
	background: #ffffff!important;
}
.ui-dialog .ui-dialog-title {
	color: #374ea1!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none!important;
	background-image: none!important;
	background-color: #fff!important;
}
.featured {
	margin-top: 8px;
	width: 100%;
	padding: 7px 0;
	background-color: #fff;
}
.featuredscroll {
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: 240px;
}
.featured .featuredbox {
	margin: 0 auto;
	height: 200px;
	/* overflow-x: scroll; */
    /* display: block; */
    /* -webkit-overflow-scrolling: touch; */
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.featured ul {
	float: left;
	display: inline;
	overflow: hidden;
	background-color: inherit;
	margin-left: 16px;
}
.featured li {
	float: left;
	margin-right: 8px;
	width: 309px;
	height: 180px;
	position: relative;
	float: left;
	background-color: #fff;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	margin: 7px 8px 0 0;
	padding: 0;
	position: relative;
}
.featured li img {
	width: 309px;
	height: 180px;
}
.featured li span {
	position: absolute;
	top: 150px;
	color: #fff;
	top: 108px;
	color: #fff;
	padding: 0 15px;
}
.featured li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 309px;
	height: 180px;
	background-color: #000;
	opacity: 0.5;
}
.topdestinations li img {
}
.topdestinations li {
	float: left;
	margin-right: 8px;
	border-bottom: none;
}
.topdestinations li a {
	position: relative;
	display: block;
}
.topdestinations li:nth-child(2n) {
	margin-right: 0;
}
.topdestinations li span {
	position: absolute;
	color: #fff;
	left: 0;
	text-align: center;
	background-color: RGBA(0,0,0,0.5);
	padding: 5px 5px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
    word-break: keep-all;
    line-height: 18px!important;
}
.topdestinations li .cover {
	display: none;
}
.thingstodo {
    padding:0  16px 16.5px 16px;
    background-color: #fff;
}
.thingstodo li {
	float: left;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	height: 108px;
	color: #212121;
    background-color: #fff;
}
.thingstodo li:nth-child(3n-2) {
    border-left: 1px solid #d8d8d8;
}
.thingstodo li a {
	position: relative;
	height: 120px;
	text-decoration: none;
}

.thingstodo li img {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
}
.thingstodo li span {
	color: #212121;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
.thingstodo li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 309px;
	height: 180px;
	background-color: #000;
	opacity: 0.5;
}
.swiper-wrapper {
	width: 100%;
	height: 250px;
}
.swiper2 .swiper-wrapper {
	width: 100%;
	height: 55px;
	margin: -1px 0px;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 250px;
}
.swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
    background-color: #fff;
}
.swiper1 {
	height: 300px;

    background-color: #fff;
}
/* 2個目のSwiper全体のスタイル */
.swiper2 {
	height: 66px;
    background-color: #fff;
}
/* 2個目のSwiperのスライドのスタイル */
.swiper2 .swiper-slide {
	height: 66px;
	line-height: 66px;
}
/* 2個目のSwiperの現在のスライドのスタイル */
.swiper2 .swiper-slide-active {
}
.s-fade-wrap {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}
.s-fade-text {
	top: 20%;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 3;
	color: #000;
	text-decoration: none;
	display: block;
}
.swiper-slide-active .s-fade-text {
	animation: slideTextFade 1.75s ease 0s 1 normal;
}
 @keyframes slideTextFade {
 0%, 25% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #fff;
	opacity: 1;
	border: #1976d2 1px solid;
}
.swiper-pagination-bullet-active {
	width: 5px;
	height: 5px;
	background: #1976d2;
}

.cardj{
	padding:5px 0!important;
	margin:0!important;
}

ol.list_parentheses li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}

ol.list_parentheses li a:before {
    display: marker;
    content: counter(cnt);
    position: absolute;
    font-size: 20px;
    font-weight: 500;
	color:#212121;
	    top: 5px;
}

.mostread{
	padding:0 8px;
    margin: 0;
}
.mostread li{
	padding: 12px 8px 14px;
}

.mostread li:last-child{
	border-bottom:none;
}
.mostread a{
  height: 60px!important;
}
.mostread .img{
	right:0!important;
	left:unset!important;
	width: 80px!important;
    height: 60px!important;
}

.mostread .new{
    display: none!important;
}

.mostread .img img{
	width: 80px;
    height: 60px;
}
.mostread .catebox{
	display:none;
}
.mostread .txtblk{
	left: 20px!important;
    top: 4px!important;
}

.mostread .catebox{
	display:none!important;
}
.shopping{
	padding:0 8px;
    margin: 0;
}

.shopping a{
	text-decoration:none;
}
.shopping .large .img{
  height: 200px;
  border: solid 1px #e1e1e1;
	position: relative;
	display:block;
}

.shopping .large .img img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 104px;
  height: 200px;
    object-fit: cover;

}
.shopping .large {
	display: block;
	position:relative;
    padding: 16px 0 8px 0;
}

.shopping .large .txtblk{
	margin-top:8px;
    left: 0px;
    width: 100%;
    position: relative;
	color:#212121;
}
.shopping  .catebox {
	display:none;
}
.shopping .normal .img {
	display:none;

}

.shopping .normal .txtblk{
    left: 0px;
    width: 100%;
    overflow: hidden;
}
.shopping .normal a{
	height:	52px;
	text-decoration: none;
    color: #212121;
}
.shopping .large .date{
	position: relative;
	padding: 0;
    border: none;
}
.shopping .date{
	color:#1976d2;
}

.shopping li:last-child {
    border-bottom: none;
}
.eventli{
  padding: 16px 0 8px 0!important;
}
.eventli .simg img{
	width:100%;
	height:auto;
}

.eventli a{
	color:#212121;
	text-decoration:none;
}

.eventli .scdate{
	color:#1976d2;
	margin-top:4px;
}

.acseach{
	margin-bottom:	12px;
	width: 350px;
    margin: 0 auto 12px auto;
}
.acseach ul{
	margin:12px 0 4px 0;
}

.acseach li{
	width:50%;
	float:left;
	color:#757575;
	line-height: 18px;
}
.acsearchbutton{
	float:left;
	width:128px;
	height:40px;
	margin-left:12px;
	line-height:40px;
	text-align:center;
	background-color: #bdbdbd;
	color:#ffffff;
	cursor:pointer;
}
.select_box .orga,.select_box .orgc{
	background-color:#e3f2fd!important;
	color:#757575!important;

}
.acsearchbutton:hover{
	color:#fff;
	background-color:#1e88e5;

}

.selectItems{
	float:left;
}
.display_selectedItem {
	position: relative;
    width: 127px;
	border: 1px solid #c2c2c2;
	border-radius: 0;
	background: #ffffff;
	overflow: hidden;
    margin: 0 auto;
    text-align: left;
    margin-left: 0;
    color: #212121;
	line-height: 18px!important;
	padding: 9px 38px 11px 8px;
	background-image: url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/arrow-down.png);
    background-position: center right 12px;
    background-size: 24px;
    background-repeat: no-repeat;
	cursor:pointer;

}
.select_box{
	position:absolute;
    border: 1px solid #c5c5c5;
	width:173px;
	margin:0 0 0 0!important;
	z-index:999999;
	background-color:#fff;
}
.select_box li {
	width:173px;
	line-height:18px;
    cursor: default;
    box-sizing: border-box;
	padding: 9px 38px 11px 8px;
}


.headerimg{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	color:#fff;
}
.imgwrapper{
	position:relative;
    width: 100%;
    height: 93vw;
    display: block;
    overflow: hidden;
    border: 1px solid #e1e1e1;

}
.headerimg img{
	width: auto!important;
    height: 93vw!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: unset!important;
}

.headerimg .cover{
    position: absolute;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
 	background-image: linear-gradient(to bottom, var(--white-two), var(--white-two)),
	linear-gradient(159deg, rgba(255, 255, 255, 0.5),
	 rgba(0, 0, 0, 0.5));
}

.actitle .titlebox{
}

.actitle .title{
	display:block;
	width:auto;
    height: 48px;
	line-height: 48px!important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	margin-left: 0;
	left:0;
    bottom: -10px;
	padding:4px 12px;

}
.actitle .stitle{
	display:block;
	padding:12px;
	color:#757575;

}


.pagemore{
	clear:both;
	width:176px;
	display:block;
	margin:0 auto;
    margin-bottom: 30px;
}
.pagemore span{
    display: block;
    width: 50px;
    text-align: center;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    color: #9b9b9b;
    cursor: pointer;
    float: left;
    margin-right: 10px;

}
.pagemore span.active{
    background-color: #9b9b9b;
    border: solid 1px #e1e1e1;
    color: #ffffff;
}
.pagemore span:nth-child(3n) {
	margin-right: 0;

}

.pagemore2{
	clear:both;
	width:100%;
	margin-top:4px;
	text-align:center;
}
.pagemore2 .pageback{
	width:24px;
	height:24px;
	background-image:url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/arrow-left.png");
	cursor:pointer;
	margin-left:8px;
	float:left;
}
.pagemore2 .pageback.active{
	background-image:url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/arrow-left-blue.png");
}

.pagemore2 .pagenext{
	width:24px;
	height:24px;
	background-image:url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/arrow-right.png");
	cursor:pointer;
	margin-right:8px;
	float:right;
}
.pagemore2 .pagenext.active{
	background-image:url("https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/img/common/arrow-right-blue.png");

}

.pagemore2 .page{
	display:inline-block;
	text-align:center;
}
.pagemore2 span{
    display: block;
    width: auto;
    text-align: center;
    height: 16px;
    line-height: 24px!important;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
    color: #c2c2c2;
    cursor: pointer;
    float: left;
    margin: 0 1px;
    border:none;
	font-weight: bold!important;

}
.pagemore2 span:hover{
	color:#1e88e5;
}
.pagemore2 span.active{
	background-color:inherit;
    border:none;
	color: #212121;
}
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}
.viewmorebottom{
    clear: both;
    display: block;
    width: 120px;
    height: 18px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1976d2;
    padding: 12px 0;
    margin: 0 auto;
    height: 30px;
}
.viewmorebottom a{
    color: #1976d2;
    text-decoration: none;
}
.latestm .img{
    float: left;
}

.latestm .commbox{
    float: left;
}

.latestm .catebox{
    height: 12px;
    display: block;
    position: absolute;
    bottom: 15px;
    left:0!important;
}
.partnerswrapper{
    margin: 0 0 15px 0;
    width:100%;
    clear:both;
}
.partners{
    width:100%;
    height: 60px;
    margin:0 auto;
    vertical-align: middle;
}
.partners li{
    float:left;
    width: 33%;
    height: 40px;

    position:relative;
}

.partners li a{
 position: absolute;
    top: 50%;
    left:0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    object-fit: cover;


}

.midp{
    left:50%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;

}
.partnertitle{
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #757575;
}

.side2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.side2 .listconte{
    width: calc( 50% - 8px );
    border:none;
    
}
.side2::after{
    display: block;
    content:"";
    width: calc( 50% - 8px );
}
.listconte .simg {
    width: 100%;
    height: 130px;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #e1e1e1;
}

.listconte .simg img {
    width: auto!important;
    height: 138px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: unset!important;
}
.side2 a{
    text-decoration: none;
    color: #212121;
}
.actitle .titlebox {
    width: calc( 100% - 16px );
    height: auto;
    position: absolute;
    background-color: inherit;
    left: 0;
    bottom: 24px;
    padding: 72px 0 0;
}
.actitle .titlebox .title {
    display: inline-block;
    font-size: 48px;
    background-color: #fff;
    color: #212121;
    padding: 8px;
    position: relative;
    float: none;
    margin: 0 0 0 16px;
}

.actitle .titlebox .stitle {
    width: calc( 100% - 32px );
    color: #818181;
    background-color: #fff;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
    padding: 16px;
    

}

.actitle .titlebox .stitle span{
    display: -webkit-box!important;
    -webkit-box-orient: vertical!important;
    -webkit-line-clamp: 4!important;
    overflow: hidden; 
}
.maxresult{
    width: calc( 100% - 32px );
    display: block;
    margin: 16px auto 5px;
}

#side_menu {

    width:auto;
}
#side_menu .cardsp{
    margin:0 16px ;
}
#side_menu ul.select{
    font-size: 14px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    border-top:8px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
}

#side_menu ul.select li{
    padding:16px;
    display: inline-block;
    vertical-align: middle;
    border-right:1px solid #e0e0e0;

}
#side_menu ul.select li i{
    font-size: 20px;
    color: #c2c2c2;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding:0 8px 0 4px;
}
    
#side_menu ul.select li:last-child{
    padding:8px 16px;
    border:none;
}
#side_menu ul.select li .acsearchbutton{
     width: auto;
    float: none;
    padding: 10px;
    vertical-align: middle;
    display: block;
    height: 16px;
    margin: 0;
    line-height: initial;
}
#side_menu .destinationbox,#side_menu .categorybox{
    display: none;
}

#side_menu .title{
    float:none;
    font-size: 14px;
    font-weight: bold;
    color:#212121;   
    display: block;
    margin:16px 0;
}

#side_menu .cardsp li{
    display: block;
    margin:0 0 16px 0;
    width:90%;
    
}

#side_menu .cardsp li label{
    margin:0 0 0 16px;   
    font-size: 16px;
    color: #424242;
}

#side_menu .seeall {
    font-size: 20px;
    color: #c2c2c2;
    display: block;
    cursor: pointer;
}
.seeall {
    font-size: 12px;
    right: 0;
    width: auto;
    float: right;
    color: #212121;
    line-height: 25px;
}
.selectedbox{
    border-top: 1px solid #e0e0e0;
    padding:0 16px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 13%);
}
#allclear {
    color: #1e88e5;
    cursor: pointer;
    padding: 16px 0;
    margin: 0 0 5px;
}
.boxsarea {
    width: auto;
    height: auto;
    display: block;
    margin: 0 0 0 40px;
}
.boxsarea {
    display: none;
}
.boxsarea li{
    margin:4px 0!important;
}
.boxsarea li:first-child {
    margin-top: 9px!important;
}
.headingstop{
    padding:0;
    box-shadow: none;
}

#side_menu #keyword span, #side_menu #keywordslist span {
    display: inline-block;
    padding: 8px;
    border-radius: 2px;
    background-color: #eeeeee;
    border: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #212121;
    height: auto!important;
    float: none;
    cursor: pointer;
    margin: 5px 10px 5px 0;
}
#side_menu #keyword span i {
    margin-left: 10px;
}
/***/
input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色は青色のみ */
input[type=checkbox].blue,input[type=radio].blue {
    border: 2px solid #c2c2c2;
}
input[type=checkbox].blue:checked,input[type=checkbox].blue:indeterminate,input[type=radio].blue:checked:before {
    background: #2196f3;
    border: 2px solid #2196f3;
}
/***/