@charset "UTF-8";
/*
 reset
============================================================================ */
*{ margin:0; padding:0; list-style-type:none;}
img { border-width: 0; }
a {
	outline : 0 ;
	text-decoration: none;
}
ul li { list-style: none; }
html { width: 100%; height: 100%; font-family:'Helvetica','Arial',sans-serif; font-weight: lighter; color: #333;}
h1,h2,h3,h4,h5,b, strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h2 em, h3 em, h4 em, em strong, strong em {
	font-style: italic;
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}

/*
 body
============================================================================ */
.wrapper {
	position: relative;
	width: 100%;
	min-width: 768px;
	min-height:100%;
	background-color: #F6F3F6;
}
.wrapper *, #footer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:  border-box;
}
.wrapper img {
	width: 100%;
	height: auto;
	display: block;
}
#container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto ;
	padding: 0 0 80px;
	max-width: 1200px;
	min-width: 768px;
}
#container_wrapper {
  position: relative;
  width: 100%;
  padding: 10px 0 ;
}
.main_area a {
	outline : 0 ;
	color: #0086CC;
	text-decoration: none;
}
.main_area a:hover {
	color: #005B98;
	text-decoration: underline;
}


/*
 header
============================================================================ */
body {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'MS PGothic';
	font-weight: normal;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height:1.5;
}
#header {position: relative;
	width: 100%;
	height: 110px;
	background: #624A69 no-repeat center top;
}
.header_top {
	position: relative;
	width: 100%;
	height: 52px;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 768px;
	background: #624A69 no-repeat center top;
	z-index: 7;
}
#header_logo {
	position: relative;
	width: 100px;
	margin: 10px 0 0 10px;
	float : left;
	z-index: 2;
	line-height: 0;
	display: block;
}

.header_nav {
	position: relative;
	width: 370px;
	margin: 11px 20px 0 0;
	float: right;
	z-index: 1;
}
.sns_list {
	width: 160px;
	height: 28px;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.sns_list ul {
	text-align: right;
	z-index: 6;
}
.sns_list li {
	position: relative;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 0 0 0 0.5em ;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	overflow: hidden;
}
.sns_list a {
	display: block;
	height: 100%;
	padding: 4px;
	background: #8c8b8b;
	transition: opacity 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.sns_list a:hover {
	background: #fff;
	transition: background 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sns_list div {
	height: 100%;
	overflow: hidden;
	background-image: url(../images/sns_icons.svgz?v=181003);
	background-size: 120px 40px;
}
.sns_list img {
	position: relative;
	width: 120px;
	height: 40px;
}
.sns_list a:hover img {
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.facebook_link div {
	background-position: 0 20px;
}
.youtube_link div {
	background-position: 60px 20px;
}
.youtube_link img {
	left: -60px;
}
.googleplus_link div {
	background-position: 80px 20px;
}
.googleplus_link img {
	left: -40px;
}
.insta_link div {
	background-position: 20px 20px;
}
.insta_link img {
	left: -100px;
}

.header_search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 180px;
}
#searchResults .pageLink{ font-size:12px; color:#999; margin:2px 0px 8px 0px; padding:0px; display:block }
#searchResults .searchResult{ margin-bottom:16px; margin-top:24px }
#searchResults .searchResult h3{ margin-bottom:0px; padding-bottom:0px }
#searchResults .searchResult p{margin-top:4px}
.search_form {
	position: relative;
	background-color: #fff;
	width: 180px;
	height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 0 5px;
}
.search_form form, .search_form input { margin: 0; }
.search_form form {
  display: inline;
  position: absolute;
  right: 0px;
}
.search_form input[type="search"] {
  height: 18px;
  width: 135px;
  position: relative;
  top: -3px;
  left: 3px;
  border: 0;
}
.search_form:hover {
    border-color: #E9B6FC;
    -webkit-box-shadow: 0px 0px 3px rgba(233,182,252,.9);
    -moz-box-shadow: 0px 0px 3px rgba(233,182,252,.9);
    box-shadow: 0px 0px 3px rgba(233,182,252,.9);
}
.search_form input[type="image"] {
  border: 0;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 3px 7px 0 0;
}
.search_form input,
.search_form textarea,
.search_form select {
    outline: none;
}
#suggest_box {
	position: absolute;
	display: none;
	top: 35px;
	right: 0;
	width: 210px;
	max-height: 280px;
	background: #fff;
	overflow-y:auto;
	overflow-x: hidden;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
#suggest_list {
	position: relative;
	display: table;
}
#suggest_list li {
	display: table-row;
}
#suggest_list a {
	display: table-cell;
	font-size: 0.8em;
	padding: 7px 40px 7px 20px;
	color: #222;
}
#suggest_list a:hover {
	background: #eee;
}
.global_nav {
	clear: both;
	position: relative;
	width: 100%;
	background-color: #B290BF;
	z-index: 3;
	box-shadow: 0 2px 10px 0px rgba(0,0,0,0.08);
}

.global_nav ul {
	position: relative;
	max-width: 1180px;
	min-width: 320px;
	width: 100%;
	height: 58px;
	font-size: 0;
	margin:auto;
}
.global_nav li {
	position: relative;
	display: inline-block;
	width: 19.8%;
	margin: 0 1px 0 0 ;
	height: 100%;
	vertical-align: middle;
	font-size: 15px;
	text-align: center;
	background-color: #B290BF;
	transition: 0.4s;
}
.global_nav li:before, .global_nav li:after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 5px;
	width: 1px;
	height: 48px;
	background-color: #b99bc5;
	transition: 0.4s;
	z-index: 1;
}
.global_nav li:after {
	right: -1px;
}
.global_nav li:before {
	left: -1px;
}
.global_nav li:not(.cur):hover {
	background-color: #b99bc5;
	transition: 0.4s;
}
.global_nav li:not(.cur):hover:before, .global_nav li:not(.cur):hover:after {
	top: 0;
	height: 100%;
	transition: 0.4s;
	z-index: 2;
}
.global_nav a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.global_nav span {
	display: inline-block;
	margin-top: 10px;
}
.global_nav .first:before {
	content: none;
}
.global_nav .last:after {
	content: none;
}
.global_nav .cur {
	background: #c1a6cb;
}
.global_nav .cur:before, .global_nav .cur:after {
	background: #c1a6cb;
	top: 0;
	height: 100%;
	z-index: 3;
}
.nav_icon {
	margin-right: 10px;
	position: relative;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
img.nav_img {
	position: relative;
	width: 1100%;
	height: 350%;
}
.nav_img_wt {
	top: -50%;
}
.nav_img_bk {
	top: -200%;
}
.PtG_icon {
	left: -50%;
}
.EC_icon {
	left: -200%;
}
.VG_icon {
	left: -350%;
}
.KV_icon {
	left: -500%;
}
.EM_icon {
	left: -650%;
}
.DK_icon {
	left: -800%;
}
.WN_icon {
	left: -950%;
}
/*
 footer
============================================================================ */
#footer {
	position: relative;
	width: 100%;
	min-width: 768px;
	margin-top: -80px;
	height: 80px;
	font-size: 0.9em;
	text-align: center;
	background: #624A69 no-repeat center top;
	clear: both;
}
#footer_container {
  max-width: 1200px;
  min-width: 768px;
  margin: auto;
}
#footer_menu {
  position: relative;
  width: 560px;
  margin: 15px 10px 15px 30px;
  text-align: left;
}
#footer_menu li {
  display: inline;
  padding-right: 20px;
}
#footer_menu li:last-child {
  padding-right: 0;
}
#footer_menu li a {
	color: #fff;
	text-decoration: none;
}
#footer_menu li a:hover {
	text-decoration: underline;
}
.footer_sns {
	margin: 10px 30px 0 10px;
}
#footer_copy {
	position: absolute;
	width: 100%;
	text-align: center;
	clear: both;
	color: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 900px) {
	#header {
		height: 104px;
	}
	.global_nav ul {
		height: 52px;
	}
	.global_nav li{
		font-size: 13px;
	}
	.nav_icon {
		width: 32px;
		height: 32px;
	}
	.global_nav li:before, .global_nav li:after {
		position: absolute;
		content: "";
		display: inline-block;
		top: 5px;
		width: 1px;
		height: 42px;
		background-color: #b99bc5;
		transition: 0.4s;
		z-index: 1;
	}
}

/*
　Common
============================================================================ */
.breadcrumbs {
  position: relative;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 10px 0;
}
.breadcrumbs a {
    color: #757575;
}
.breadcrumbs a:hover {
    color: #000;
}
.title_share {
  position: relative;
  width: 140px;
  text-align: right;
  float:right;
  z-index: 4;
}
.title_share ul {
  width :100%;
}
.sns_btn {
  position: relative;
  display: inline-block;
  margin:0 1px 0;
  padding: 4px;
  width: 28px;
  height: 28px;
}
.sns_btn:last-child {
  margin:0;
}
.sns_btn img {
	position: relative;
	width: auto;
	height: 200%;
}
.sns_btn a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sns_btn:hover:after, .sns_btn:hover:before {
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
}
.sns_btn:hover:after {
  content: attr(data-tip);
  display:block;
  padding: 3px 0;
  width: 4em;
  left: -1em;
  position:absolute;
  background-color: #444;
  border-radius: 8px;
  color:#fff;
  bottom:40px;
  text-align:center;
  z-index: 4;
}
.sns_btn:hover:before {
  border: solid;
  border-color: #444 transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  left:10px;
  bottom: 30px;
  position: absolute;
  z-index: 4;
}
.sns_btn.facebook {
  background-color: #305097;
}
.sns_btn.facebook img {
	left: 0;
}
.sns_btn.twitter {
  background-color: #00aced;
}
.sns_btn.twitter img {
	left: -20px;
}
.sns_btn.google_plus {
  background-color: #db4a39;
}
.sns_btn.google_plus img {
	left: -40px;
}
.sns_btn.tumblr {
  background-color: #35465c;
}
.sns_btn.tumblr img {
	left: -80px;
}
#ad {
	display: none;
	position: relative;
	padding: 133.3% 0 0;
}
#banner_wrapper {
	display: none;
}
@media (max-width: 1048px) {
	#ad {
		display: none;
	}
}


/*
　parts
============================================================================ */
.table {
	display: table;
	table-layout: fixed;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.vtop {
	vertical-align: top;
}
.vmid {
	vertical-align: middle;
}
.rnd {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.ds {
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.03);
}
.dss {
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
}
.dbs {
	box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.2);
}
.dbs:hover {
	box-shadow: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.cl:after {
	content: '';
	display: block;
	clear: both;
}
.m:before {
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.trans_op {
	opacity: 1;
	transition: opacity 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform:translate3d(0,0,0);
	overflow: hidden;
}
.trans_op:hover {
	opacity: 0.6;
	transition: opacity 0.2s;
}
.leica {
	display: block;
	position: relative;
	padding-top: 66.7%;
	overflow: hidden;
}

.pp {
	background-color: #624A69;
	color: #fff;
}
a.link_btn {
	color: #fff;
	font-size: 1.1em;
	padding: 2px 7px 3px;
	background-color: #C3A1CF;
}
a.link_btn:hover {
	color: #fff;
	text-decoration: none;
}
.lazyload, .lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}
.loading_bk_s {
	background: #333 url(/themes/discoverkyoto/images/loading_bk_s.gif) no-repeat center;
}
.loading_bk_l {
	background: #333 url(/themes/discoverkyoto/images/loading_bk_l.gif) no-repeat center;
}
.loading_wt {
	background: #fff url(/themes/discoverkyoto/images/loading_wt.gif) no-repeat center;
}