@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1rem;
	line-height: 1.6;
	vertical-align:baseline;
	font-feature-settings: palt;
	color: #222222;
}

h1, h2, h3 {
	letter-spacing: -0.05rem;
	line-height: 1.4;
}

img {
	width: auto;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align: middle;
}

select {
    -webkit-appearance: button;
    appearance: button;
}

a {
	color: #222;
}

hr {
	border: none;
	height: 1px;
	background-color: #CCC;
}

.clearfix:after {content:".";font-size:0.1em;line-height:0;display:block;height:0;visibility:hidden;clear:both;}
.clearfix {display:inline-block;}* html .clearfix{height:1%;}.clearfix{display:block;}
* html .clearfix { height: 1px; height: auto; overflow: hidden; }

body {
	background-color: #FEFDFD;
}
.sp {
	display: none;
}



#site_header {
	position: fixed;
	display: flex;
	top: 0;
	left: 50%;
	margin-left: -505px;
	width: 1010px;
	padding: 30px 0 25px;
	justify-content: space-between;
	background-color: #FEFDFD;
	transition: padding .3s;
	z-index: 100;
}
.scrolled #site_header {
	padding: 10px 0;
}
#site_header h1,
#site_header h1 a {
	display: block;
	width: 200px;
	height: 30px;
}
#site_header h1 a {
	background-image: url("../img/kisspress_logo.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	background-position: 0% 50%;
	transition: background .3s;
}
.scrolled #site_header h1 a  {
	background-size: 75%;
}
#site_header .sns_links {
	display: flex;
	list-style: none;
	margin: 0 100px 0 0;
}
#site_header .sns_links a {
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 30px;
	height: 30px;
}
#site_header .sns_links a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	font-family: "Font Awesome 5 Brands";
	text-indent: 0;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	color: #222222;
	font-weight: normal;
}
#site_header .sns_links .tw a:before {
	content: "\f099";
}
#site_header .sns_links .tw a:hover:before {
	color: #1DA1F2;
}
#site_header .sns_links .fb a:before {
	content: "\f39e";
}
#site_header .sns_links .fb a:hover:before {
	color: #4267B2;
}
#site_header .sns_links .ig a:before {
	content: "\f16d";
}
#site_header .sns_links .ig a:hover:before {
	color: #D93B75;
}
#site_header .sns_links .li a:before {
	content: "\f3c0";
}
#site_header .sns_links .li a:hover:before {
	color: #00B900;
}
#navBtn {
	position: absolute;
	top: 20px;
	right: 0;
	width: 50px;
	height: 50px;
	transition: all .3s;
}
.scrolled #navBtn {
	top: 0px;
}
.opened #navBtn {
	background-color: #222;
}
#navBtn div,
#navBtn div:before,
#navBtn div:after {
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 2px);
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background-color: #222;
	transition: all .3s;
}
#navBtn div:before {
	margin-top: -10px;
}
#navBtn div:after {
	margin-top: 10px;
}
.opened #navBtn div {
	width: 0;
	left: 50%;
	background-color: #FFF;
}
.opened #navBtn div:before {
	transform:  rotate(135deg);
	margin-top: 0;
	background-color: #FFF;
}
.opened #navBtn div:after {
	transform:  rotate(-135deg);
	margin-top: 0;
	background-color: #FFF;
}
#slider_menu {
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 220px;
	height: auto;
	background-color: #222;
}
.scrolled #slider_menu {
	top: 50px;
}
#slider_nav {
	display: block;
}
#slider_nav ul {
	display: block;
	list-style: none;
}
#slider_nav ul li {
	display: block;
}
#slider_nav ul li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#slider_menu #sub_wrapper {
	margin: 0 auto;
}
#slider_menu #sub_wrapper #ad_rectangle {
	background: none;
}
/*.menu_btn,
.menu_btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu_btn {
  position: relative;
  width: 30px;
  height: 30px;
display: none;
}
.menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #222;
  border-radius: 4px;
}
.menu_btn span:nth-of-type(1) {
  top: 0;
}
.menu_btn span:nth-of-type(2) {
  top: 14px;
}
.menu_btn span:nth-of-type(3) {
  bottom: 0;
}
.menu_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-315deg);
  transform: translateY(14px) rotate(-315deg);
}
.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}*/


/*--------------------------------------
	Global nav
--------------------------------------*/
#global_nav {
	position: absolute;
	bottom: -30px;
	background-color: #E9E3E3;
	height: 30px;
	width: 690px;
}
body.Root #global_nav {
	width: 780px;
}
body.Inquiry #global_nav {
	width: 100%;
}
#global_nav ul {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	height: 30px;
	width: 100%;
	list-style: none;
}
#global_nav ul li a {
	display: inline;
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
	transition: all .3s;
	color: #222;
	text-decoration: none;
}
#global_nav_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 30px;
	width: 0;
	background-color: #000;
	transition: all .3s;
}
#global_nav_bg:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 -9px -8px;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #222222 transparent transparent transparent;
	transition: .0s all;
}
#global_nav[hover = "0"] #global_nav_bg:after {
	border-width: 0;
}
#global_nav[hover = "1"] ul li:nth-child(1) a,
#global_nav[hover = "2"] ul li:nth-child(2) a,
#global_nav[hover = "3"] ul li:nth-child(3) a,
#global_nav[hover = "4"] ul li:nth-child(4) a,
#global_nav[hover = "5"] ul li:nth-child(5) a,
#global_nav[hover = "6"] ul li:nth-child(6) a,
#global_nav[hover = "7"] ul li:nth-child(7) a,
#global_nav[hover = "8"] ul li:nth-child(8) a,
#global_nav[hover = "9"] ul li:nth-child(9) a,
#global_nav[hover = "10"] ul li:nth-child(10) a {
	color: #FFF;
}

#event_search {
}
body.Articles.index #event_search {
	display: none;
}
#event_search label {
	position: relative;
	display: block;
	height: 29px;
	width: 100%;
	font-size: 0;
}
#event_search label:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-bottom: 1px solid #222222;
	z-index: -2;
}
#event_search input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
#event_search input[type="text"] {
	font-size: 14px;
	padding: 0 5px;
}
#event_search input[type="text"]::placeholder {
	font-size: 10px;
	color: #999;
}
#event_search input[type="submit"] {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}
#event_search label:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-indent: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #222222;
	content: "\f002";
	z-index: -1;
}

#contents {
	margin: 0 auto 30px;
	padding: 85px 0 0;
	overflow: hidden;
	width: 1010px;
	display: flex;
	justify-content: space-between; 
	flex-wrap: wrap;
}
#contents > img {
	margin-left: -125px;
	margin-top: -90px;
}

#main_wrapper {
	width: calc(100% - 320px);
	padding-top: 45px;
}
body.Root #main_wrapper {
	width: calc(100% - 230px);
}
#article_list,
#new_open_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#article_list > * {
	width: 220px;
}
body.Root #article_list > * {
	width: 250px;
}
/*#article_list > *:first-child {
	width: 455px;
}*/
body.Root #article_list > *:first-child {
	width: 515px;
}

.article_data {
	position: relative;
	text-decoration: none;
	margin: 0 0 10px;
}
.article_data .ended {
	display: inline-block;
	padding: 3px 10px;
	margin: 5px 0 0;
	color: #E00;
	font-size: 10px;
	border: 1px solid #E00;
}
a.article_data:hover:before {
	content: "";
	display: block;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}
.article_data .image {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 52.35%;
	overflow: hidden;

	background-color: #f7f0f0;
	background-size: cover;
	background-position: 50% 50%;
}
.article_data .image img {
	width: 100%;
	height: 52.35%;
	object-fit: cover;	
}
.article_data h1 {
	margin: 5px 0 0;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #432;
}
.article_data .description {
	position: relative;
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article_data:nth-child(2) .description {
	max-height: 144px;
}
.article_data .description:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "…";
	text-align: right;
	width: 45px;
	background: linear-gradient(to right, rgba(254,253,253,0), rgba(254,253,253,1) 75%);
}
.article_data .event_term,
.article_data .district {
	display: inline-block;
	font-size: 11px;
	line-height: 15px;
	margin: 0 5px 5px 0;
}
.article_data .icon.pr {
	display: inline-block;
	font-size: 11px;
	padding: 0 6px;
	color: #FFF;
	background-color: #4C8622;
}
#article_list > .open_info {
	position: relative;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 10px 44px;
	border: 1px solid #DC8B25;
	justify-content: space-between;
	margin: 0 0 10px;
}
#article_list > .open_info .article_data {
	width: 32%;
	margin: 0;
}
#article_list > .open_info .article_data h1 {
	font-size: 14px;
}
#article_list > .open_info .article_data .ribbon {
	background-color: #DC8B25;
}
#article_list > .open_info > h1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 14px;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	background-color: #DC8B25;
	color: #FFF;
}

#sub_wrapper {
	width: 280px;
	position: relative;
}
body.Root #sub_wrapper,
#slider_menu #sub_wrapper {
	width: 200px;
}
#sub_wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 0;
	width: 1px;
	background-color: #999999;
	z-index: -1;
}
body.Root #sub_wrapper:after {
	left: -15px;
}
#sub_wrapper > * {
	margin: 0 0 10px;
}
#sub_wrapper #ad_rectangle {
	width: 300px;
	margin: 0 0 0 -20px;
	padding: 0 0 20px;
	height: auto;
	background: #FEFDFD;
}
body.Root #sub_wrapper #ad_rectangle {
	width: 200px;
	margin: 10px 0 -80px;
	padding: 0;
}
body.Root #sub_wrapper #ad_rectangle > * {
	transform: scale(0.66666666666);
	transform-origin: top left;
}
body.Root #sub_wrapper #ad_rectangle > a {
	display: block;
	width: 200px;
	transform: none;
	margin: 0 0 80px;
}
#sub_wrapper {
    position: relative;
}
body.Root #sub_wrapper #ad_rectangle > a img {
	width: 100%;
}
#ad_rectangle.fixed {
    position: fixed;
    top: 0px;
    z-index: 1000;
}
#magazine {
}
#magazine a {
	display: block;
	background-color: #E9E3E3;
	text-decoration: none;
}
#magazine a .image {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 60%;
	overflow: hidden;
}
#magazine a .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#magazine .title {
	position: relative;
	text-indent: 10px;
}
#magazine .title,
#magazine .title span {
	font-size: 10px;
	color: #6D6059;
	line-height: 30px;
}
#magazine .title span:nth-child(2) {
	display: none;
}
#magazine .title:after {
	position: absolute;
	top: 0;
	right: 10px;
	content: "詳細";
}





.banner_widget {
	display: block;
}
.banner_widget ul {
	display: block;
	list-style: none;
}
.banner_widget ul li {
	margin: 0 0 10px;
}
.banner_widget ul li a {
	position: relative;
	display: block;
}
.banner_widget ul li a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.banner_widget ul li a p.post_title {
	display: none;
}
.banner_widget ul li a p.icon_new {
	position: absolute;
	top: 0;
	left: 0;
}
.widget_header {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 5px;
}
.widget_header h1 {
	width: calc(100% - 70px);
	font-family: 'Vollkorn', serif;
}
#slider_menu .widget_header h1 {
	color: #FFF;
}
.view_all {
	display: inline-block;
	border: 1px solid #BBAAAA;
	color: #BBAAAA;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	padding: 0 0;
	border-radius: 4px;
	text-align: center;
}
.widget_header .view_all {
	box-sizing: border-box;
	width: 70px;
}


/*--------------------------------------
	.aside_articles
--------------------------------------*/
.aside_articles {
	margin: 0 0 20px;
	background-color: #F3ECEC;
	width: 100% !important;
	border-top: 1px solid #EEDDDD;
	border-bottom: 1px solid #EEDDDD;

	padding: 10px 0;
}
.aside_articles:last-child {
	margin: 0;
}
.aside_articles header {
	display: block;
	margin: 0 10px 5px;
}
.aside_articles header h1 {
	font-size: 14px;
}
.slide_wrapper {
	position: relative;
	overflow: hidden;
    /*-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}
.slide_wrapper .slide_prev,
.slide_wrapper .slide_next {
	position: absolute;
	bottom: 50%;
	background-color: #222;
	color: #FFF;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	text-indent: -9999px;
}
.slide_wrapper .slide_prev:before,
.slide_wrapper .slide_next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -2.5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}
.slide_wrapper .slide_prev:before {
	border-width: 4px 5px 4px 0;
	border-color: transparent #FFFFFF transparent transparent;
}
.slide_wrapper .slide_next:before {
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #FFFFFF;
}
.slide_wrapper .slide_prev:hover,
.slide_wrapper .slide_next:hover {
	background-color: #666;
}
.slide_wrapper .slide_prev {
	left: 0;
}
.slide_wrapper .slide_next {
	right: 0;
}
.slider_contents {
	display: block;
	width: 1520px;
	box-sizing: border-box;
	justify-content: space-around;
	list-style:  none;
}
.slider_contents li {
	float: left;
	margin-left: 10px;
	width: 170px;
}
.slider_contents li a {
	position: relative;
	display: block;
	text-decoration: none;
}
.slider_contents li a p {
	margin: 5px 0;
	font-size: 14px;
	line-height: 18px;
}
[case="B"] .slider_contents li a p {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
}
.slider_contents li a .image {
	width: 100%;
	height: 0;
	padding-top: 52.35%;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
.slider_contents li a .ribbon {
	position: absolute;
	top: 5px;
	left: -3px;
	display: inline-block;
	min-width: 40px;
	text-align: center;
	height: 18px !important;
	line-height: 18px !important;
	background-color: #9A2222;
	color: #FFF;
	font-size: 10px !important;
	font-weight: normal !important;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: italic;
}
.slider_contents li.new_open_data a .ribbon {
	padding: 0 5px;
	background-color: #dc8b25;
}

.slider_contents li a .ribbon.pr {
	background-color: #4C8622;
}
.slider_contents li a .ribbon:before {
	position: absolute;
	content: "";
	display: block;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 3px 0;
	border-color: transparent #06509e transparent transparent;
}


#sns_info {
	display: block;
	margin: 0 auto;
	padding: 25px;
	width: 1010px;
	box-sizing: border-box;
	background-color: #F3ECEC;
}
#sns_info h1 {
	text-align: center;
}
#sns_info ul {
	margin: 15px 0 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
#sns_info ul li {
	position: relative;
	width: 24%;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 10px 10px 40px;
}
#sns_info ul li h1 {
	text-align: left;
	margin: 0 0 10px;
}
#sns_info ul li p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px;
}
#sns_info ul li .btn {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 28px;
	overflow: hidden;
	text-align: center;
}
#sns_info ul li a.btn {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	padding: 0 10px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
}
#sns_info ul li a.btn:before {
	content: "";
	font-family: "Font Awesome 5 Brands";
	margin: 0 4px 0 0;
}
#sns_info ul li.fb a.btn {
	background-color: #4267B2;
}
#sns_info ul li.fb a.btn:before {
	content: "\f39e";
}
#sns_info ul li.ig a.btn {
	background-color: #D93B75;
}
#sns_info ul li.ig a.btn:before {
	content: "\f16d";
}
/*#sns_info ul li.fb {
	padding: 0;
}
#sns_info ul li.fb h1 {
	display: none;
}*/

#site_footer {
	margin: 0 auto;
	overflow: hidden;
	width: 1010px;
}

#fotter_contents {
	display: flex;
	justify-content: space-between;
	background-color: #564A22;
	color: #FFF;
}
#footer_nav {
	display: flex;
	padding: 25px;
}
#footer_nav ul {
	list-style: none;
	margin: 0 20px 0 0;
}
#footer_nav ul li a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
#footer_contribute {
	width: 300px;
	box-sizing: border-box;
	padding: 25px;
	border-left: 1px solid #FFF;
}
#footer_contribute p {
	font-size: 13px;
	color: #FFF;
	margin: 0 0 10px;
}
#footer_contribute a  {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	padding: 5px 0;
	border: 1px solid #FFF;
	border-radius: 4px;
	text-decoration: none;
	margin: 0 0 5px;
	font-weight: bold;
}
#footer_contribute a:hover  {
	background-color: #FFF;
	color: #564A22;
}

#site_footer .copyright {
	margin: 15px 0;
	text-align: center;
	font-size: 12px;
}


/*--------------------------------------
	Search page
--------------------------------------*/
#search_nav {
	display: block;
	margin: 0 0 15px;
}
#search_nav form {
	margin: 0 auto;
	width: 510px;
	display: flex;
	justify-content: space-between;
}
#search_nav div {
	display: flex;
	flex-wrap: wrap;
	width: 400px;
	justify-content: space-between;
}
#search_nav label {
	position: relative;
	width: calc(50% - 3px);
	font-size: 12px;
	line-height: 1;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
}
#search_nav input,
#search_nav select {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	border: none;
	padding: 5px;
	border: none;
	background: none;
	line-height: 1;
}
#search_nav select option {
	font-size: 12px;
	line-height: 1;
}
#search_nav #search_nav_keyword {
	width: 100%;
	margin: 0 0 6px;
}
#search_nav #search_nav_keyword input {
	font-size: 16px;
	font-weight: bold;
}
#search_nav #search_nav_date input,
#search_nav #search_nav_district select {
	padding: 5px 5px 5px 20px;
}
#search_nav #search_nav_date:before,
#search_nav #search_nav_district:before {
	position: absolute;
	top: 6px;
	left: 5px;
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
}
#search_nav #search_nav_district:before {
	content: "\f3c5";
	font-weight: 900;
}
#search_nav input[type="submit"] {
	border-radius: 4px;
	border: 1px solid #CCC;
	width: 100px;
	height: 67px;
	background: linear-gradient(#FCFCFC, #F3F3F3);
	cursor: pointer;
	font-weight: bold;
}

#date_nav {
	position: relative;
	width: 100%;
	height: 0;
}
#date_nav > a {
	position: absolute;
	top: -60px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 0 5px;
}
#date_nav > a:hover {
	background-color: #EEE;
}
#date_nav_prev:before,
#date_nav_next:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 30px;
	font-size: 14px;
}
#date_nav_prev {
	left: 0;
	text-align: left;
}
#date_nav_prev:before {
	content: "\f053";
	margin: 0 0.2rem 0 0;
}
#date_nav_next {
	right: 0;
	text-align: right;
}
#date_nav_next:after {
	content: "\f054";
	margin: 0 0 0 0.2rem;
}


/*--------------------------------------
	Article page
--------------------------------------*/
#article_detail {
	margin: 50px 0 0;
	display: block;
	width: 690px;
	overflow: hidden;
	box-sizing: border-box;
}
#event_end {
	display: block;
	border: 1px solid #E00;
	margin: 0 0 15px;
	padding: 10px 20px;
}
#event_end p {
	font-size: 16px;
	text-align: center;
	color: #E00;
}
#event_end a {
	position: relative;
	display: block;
	text-decoration: none;
	border-top: 1px solid #E00;
	margin: 10px 0 0;
	padding: 5px 20px 5px 0;
	transition: .3 all;
}
#event_end a:hover {
	background-color: #FEC;
}
#event_end a:before {
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	font-size: 20px;
	color: #222;
}
#event_end a span:first-child {
	font-size: 12px;
	display: block;
}
#head_thumb {
	display: none;
}
#article_detail time {
	font-size: 13px;
	color: #369;
}
#article_detail h1 {
	font-size: 18px;
	margin: 5px 0 20px
}
#article_detail h2 {
	font-size: 16px;
	color: #E50;
}
#article_detail p.sentence1 {
	margin: 10px 0 0;
	font-size: 14px;
}
#article_detail p.sentence2 {
	margin: 20px 0 0;
	padding: 10px 20px;
	font-size: 14px;
	background-color: #F6F3F3;
}
#article_detail .images {
	float: right;
	width: 300px;
	margin: 0 0 5px 10px;
}
#article_detail .images a {
	display: inline-block;
	width: 300px;
	text-decoration: none;
	background-color: #E9E3E3;
	vertical-align: top;
}
#article_detail .images a img {
	width: 100%;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}
#article_detail .images a p {
	display: block;
	padding: 3px 5px;
	font-size: 10px;
	text-decoration: none;
	line-height: 1.1;
}
#article_detail .images div,
#article_gellery div {
	/* masonry root */
}
#article_detail .images div {
	margin: 10px 0 0;
}
#article_gellery {
	border: 1px solid #CCC;
	padding: 10px 0 10px 10px;
}
#article_detail .images div .grid-sizer {
	width: 50%;
}
#article_gellery div .grid-sizer {
	width: 25%;
}
#article_detail .images div a {
	width: 148px;
	margin-bottom: 5px;
	text-decoration: none;
}
#article_gellery div a {
	width: 160px;
	margin-bottom: 5px;
	text-decoration: none;
}
#article_gellery div img {
	width: 100%;
	vertical-align: baseline;
}
#article_gellery p {
	font-size: 10px;
}
#article_interview {
	margin: 30px 0 0;
	font-size: 16px;
}
#article_interview p {
	margin: 10px 0;
	font-size: 14px;
}
#article_interview p.question {
	font-weight: bold;
	font-size: 14px;
}
/*#article_detail .images li {
	width: 150px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
#article_detail .images li:first-child {
	width: 300px;
}
#article_detail .images li img {
	width: 100%;
	height: auto;
}*/
#basic_detailtable {
	margin: 25px 0;
}
#basic_detailtable dl {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
#basic_detailtable dl dt {
	padding: 10px;
	width: 30%;
	border-top: 1px solid #CCC;
	background-color:  #F6F3F3;
	box-sizing: border-box;
	font-size: 14px;
	display: flex;
	align-items: center;
}
#basic_detailtable dl dd {
	padding: 10px;
	width: 70%;
	border-top: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 14px;
}
#basic_detailtable dl dt:first-child {
	border-top: none;
}
#basic_detailtable dl dd:nth-child(2) {
	border-top: none;
}
a.gMapOpen {
	margin: 5px 0;
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #222;
	border-radius: 4px;
	font-size: 12px;
}
#read_more {
	display: none;
}

#basic_link {
	margin: 15px 0;
}
#basic_link ul {
	display: block;
	list-style: none;
	border-top: 1px solid #CCC;
}
#basic_link ul li {
	display: block;
	border-bottom: 1px solid #CCC;
}
#basic_link ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #222222;
	font-size: 14px;
}
#basic_link ul li a:hover {
	background-color: #DEF;
}
#basic_link ul li a span:after {
	content: "　";
}
#basic_link ul li a span:last-child {
	display: inline-block;
	color: #E50;
	font-size: 12px;
}

#article_gellery {
	display: block;
}

#article_share {
	display: flex;
	justify-content: space-between;
}
#article_share div {
	background-color: #F6F3F3;
	width: calc(40% - 5px);
	display: flex;
	box-sizing: border-box;
	padding: 5px 10px;
}
#article_share div p {
	display: flex;
	align-items: center;
	font-size: 12px;
	width: 100px;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
}
#article_share .sns_links {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	width: calc(100% - 100px);
}
#article_share .sns_links li {
	width: 30%;
}
#article_share .sns_links a {
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 100%;
	height: 60px;
	text-align: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#article_share .sns_links a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	font-family: "Font Awesome 5 Brands";
	text-indent: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #222222;
	font-weight: normal;
}
#article_share .sns_links .tw a:before {
	content: "\f099";
	color: #1DA1F2;
}
#article_share .sns_links .fb a:before {
	content: "\f39e";
	color: #4267B2;
}
#article_share .sns_links .ig a:before {
	content: "\f16d";
	color: #D93B75;
}
#article_share .sns_links .li a:before {
	content: "\f3c0";
	color: #00B900;
}
#article_share .sns_follow {
	width: calc(60% - 5px);
}
#article_share .sns_follow .sns_links li {
	width: 40%;
	box-sizing: border-box;
}
#article_share .sns_follow .sns_links li.li {
	width: 60%;
}
#article_share .sns_follow .sns_links a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-indent: 0;
	width: 100%;
	height: 30px;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
	padding: 0 0 0 10px;
	color: #222;
}
#article_share .sns_follow .sns_links a:before {
	position: relative;
	display: inline;
	font-size: 16px;
	width: 20px;
}

#article_footer {
	padding: 15px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #CCC;
	display: flex;
	justify-content: space-between;
}
#article_footer time {
	font-size: 13px;
}
#article_footer p {
	font-size: 13px;
}

#article_detail.detail_img {
	border: 1px solid #CCC;
	padding: 20px;
}
#article_detail.detail_img ul {
	list-style: none;
}
#article_detail.detail_img ul li {
	margin: 0 0 15px;
	padding: 0;
}
#article_detail.detail_img ul li img {
	max-width: 100%;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}
#article_detail.detail_img ul li span {
	margin: 5px 0 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
}

#featureList,
#pickupList,
#InterviewList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
}
.category-title {
	width: 100%;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px;
}
.category-title span {
	margin: 0 0 0 1rem;
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
}
.featureListData ,
.pickupListData,
#featureList .spacer,
#pickupList .spacer,
#InterviewList .spacer {
	width: calc(33.3% - 5px);
}
.featureListData a,
.pickupListData a {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0 0 10px;
	line-height: 1;
}
.featureListData a .thumb,
.pickupListData a .thumb {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 0;
}
.featureListData a span,
.pickupListData a span {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 14px;
}
.featureListData a span.icon-new,
.pickupListData a span.icon-new {
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 2px 5px;
}
.pickupListData a p {
	display: block;
	widows: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 60.9%;
	background-size: 100% auto;
	border-radius: 4px;
	text-indent: -9999px;
}

#page_header {
	display: block;
	margin: 0 0 10px;
}
#page_header h1 {
	font-weight: bold;
	font-size: 20px;
}


#magazine_profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#magazine_profile div {
	width: calc(55% - 20px);
}
#magazine_profile div.cover {
	width: 45%;
}
#magazine_profile div.cover img {
	width: 100%;
	height: auto;
}
#magazine_profile h1 {
	margin: 20px 0;
	display: block;
	height: 30px;
	background-image: url(../img/kisspress_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0% 0%;
	text-indent: -9999px;
}
#magazine_profile .basic_btn {
	margin: 20px 0 0;
}
#latest_preview {
	margin: 10px 0;
	border: 1px solid #DDD;
	padding: 10px;
}
#latest_preview ul {
	display: flex;
	list-style: none;
}
#latest_preview ul li {
}
#latest_preview ul li img {
	width: 100%;
	height: auto;
}
#magazine_backnumber_preview {
	margin: 20px 0 0;
}
#magazine_backnumber_preview h1 {
	font-size: 18px;
}
#magazine_backnumber_preview #article_list {
	margin: 10px 0;
}
.Magazines #article_list > * {
	padding: 0 0 0 110px;
	min-height: 149px;
	width: 33%;
	box-sizing: border-box;
}
.Magazines .article_data .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: auto;
	margin: 0;
	padding: 0;
	background: none !important;
}
.Magazines .article_data .image img {
	width: 100%;
	height: auto;
}
.Magazines .article_data .description {
	display: none;
}
.Magazines .article_data h1 {
	margin: 0;
	font-size: 24px;
	font-family: 'Vollkorn', serif;
}
.Magazines .article_data time {
	font-size: 14px;
}
.Magazines .article_data p {
	font-size: 12px;
	line-height: 15px;
}
.Magazines .article_data span {
	display: block;
	font-size: 10px;
	font-style: italic;
}

.pager {
	margin: 20px 0 0;
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.pager li {
	display: block;
	margin: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 20px;
	overflow: hidden;
	background-color: #E9E3E3;
}
.pager li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #222;
	background-color: #FEFDFD;
}
.pager li a:hover,
.pager li a:hover i {
	background-color: #222;
	color: #FFF;
}

.basic_btn {
	position: relative;
	margin: 10px 0;
	display: inline-block;
	padding: 10px 40px 10px 30px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #222;
	transition: all .3s;
	border-radius: 4px;
}
.basic_btn:after {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	justify-content: center;
	align-items: center;
}
.basic_btn:hover {
	background-color: #222;
	color: #FFF;
	border: 1px solid #222;
}


@media screen and (max-width:1050px) {
	#site_header {
		width: 780px;
		margin-left: -390px;
	}
	#contents {
		display: block;
		width: 780px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#main_wrapper {
		width: 100% !important;
	}
	#article_detail,
	#global_nav,
	#sns_info,
	#site_footer {
		width: 780px !important;
	}
	.menu_btn {
		display: block;
	}
	/*#sub_wrapper {
		display: none;
	}*/
	#article_list > * {
		width: 250px;
	}
	body.Root #article_list > *:first-child {
		width: 515px;
	}
	
	#slider_menu {
		width: 500px;
		max-height: 80vh;
		padding: 20px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#slider_nav ul {
		display: flex;
		margin: 0 0 10px;
	}
	#slider_nav ul li {
		width: 33.3%;
	}
	#slider_nav ul li a {
		text-align: center;
	}
	#slider_menu #sub_wrapper {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
	#slider_menu #sub_wrapper #ad_rectangle,
	body.Root #sub_wrapper #ad_rectangle > a {
		width: 300px;
		margin: 0;
		padding: 0;
	}
	body.Root #sub_wrapper #ad_rectangle > * {
		transform: none;
	}
	#magazine {
		width: calc(100% - 310px);
	}
	#magazine a .image {
		padding-top: 115%;
	}
	#slider_menu #sub_wrapper .banner_widget ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#slider_menu #sub_wrapper .banner_widget ul li {
		width: 49%;
		justify-content: space-between;
	}
	
}

.ad_infeed {
	position: relative;
}
.ad_infeed:after {
	position: absolute;
	bottom: 20px;
	right: 0;
	content: "PR";
	background-color: #7CB15F;
	color: #FFF;
	font-size: 12px;
	padding: 0 5px;
}
.ad_infeed > div,
.ad_infeed > div > div {
	width: 100% !important;
}



@media print {
	body {
		background: none;
	}
	#site_header {
		position: absolute;
		width: 780px;
		margin-left: -390px;
	}

	#recommendSlideList,
	#sub_wrapper,
	#sns_info,
	#site_footer {
		display: none;
	}
	#contents {
		display: block;
		width: 780px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#main_wrapper {
		width: 100% !important;
	}
	#article_detail,
	#global_nav,
	#sns_info,
	#site_footer {
		width: 780px !important;
	}
	.menu_btn {
		display: block;
	}
	/*#sub_wrapper {
		display: none;
	}*/
	#article_list > * {
		width: 250px;
	}
	body.Root #article_list > *:first-child {
		width: 515px;
	}
	
	#slider_menu {
		width: 500px;
		max-height: 80vh;
		padding: 20px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#slider_nav ul {
		display: flex;
		margin: 0 0 10px;
	}
	#slider_nav ul li {
		width: 33.3%;
	}
	#slider_nav ul li a {
		text-align: center;
	}
	#slider_menu #sub_wrapper {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
	#slider_menu #sub_wrapper #ad_rectangle,
	body.Root #sub_wrapper #ad_rectangle > a {
		width: 300px;
		margin: 0;
		padding: 0;
	}
	body.Root #sub_wrapper #ad_rectangle > * {
		transform: none;
	}
	#magazine {
		width: calc(100% - 310px);
	}
	#magazine a .image {
		padding-top: 115%;
	}
	#slider_menu #sub_wrapper .banner_widget ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#slider_menu #sub_wrapper .banner_widget ul li {
		width: 49%;
		justify-content: space-between;
	}
	
}

