/*
Theme Name: Gallery SASAKI Website
Author: Tsurukame Creative Limited Hong Kong
Author URI: http://www.trkm.net
*/

body, h1, h2, h3, h4, ul, li, p, th, input,
ul#menu-sasaki-menu01 a{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
font-size:17px;
line-height:1.6em;
}

img.aligncenter{
display:block;
margin-left:auto;
margin-right:auto;
}

/*  投稿画面カスタマイズ
----------------------------------------- */
.components-base-control{
	display:none;
}

/*  Header Navbar
----------------------------------------- */
body{
	color:#111;
}


.nav>li>a {
    padding: 10px 10px;
}

.navbar {
    min-height: 80px;
	font-size:16px;
}

a.navbar-brand img{
	opacity: 1;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a.navbar-brand:hover img{
	opacity: 0.5;
}

.navbar-sasaki {
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	z-index: 99999999;
}

.navbar-sasaki:hover {
	background: rgba(255, 255, 255, 1);
}

.navbar-toggle {
	background-color: #fff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border:#EBEBEB 1px solid;
	margin-top: 24px;
}

.navbar-toggle:hover{
    background-color: #EBEBEB;
}

.navbar-toggle .icon-bar {
    background-color: #DDD;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.navbar-toggle:hover .icon-bar {
    background-color: #FFF;
}

.navbar-nav li a,
.navbar-nav li a:visited{
	line-height:40px;
	padding-top: 20px;
    padding-bottom: 20px;
	color:#333;
}

.navbar-nav li a:hover{
	color:#C00;
	border-color: #C00;
    border-top: 3px solid #C00;
	background-color: transparent;
	padding-top: 17px;
}

.navbar-nav li.current_page_item a{
	color:#C00;
	border-color: #C00;
    border-top: 3px solid #C00;
	background-color: transparent;
	padding-top: 17px;
}

.navbar-nav li a:active,
.navbar-nav li a:focus{
	background-color:#FFF;
}

.nav-shadow{
	-webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
	background: rgba(255, 255, 255, 1);
}

.navbar-nav li.social-link a:hover{
	color:#C00;
    border-top: none;
	background-color: transparent;
	padding-top: 20px;
}

.navbar-brand{
	padding: 10px 0px 5px 10px !important;
}
img#middle-logo{
	display:none;
}


/*  Top Page
----------------------------------------- */

#maximage {
	position:fixed;
			}
div#top-text {
	position:absolute;
	bottom:20px;
	left:20px;
	padding: 0px;
	clear:both;
}
div#top-text #top-text-s{
	display:none;
}
div#top-text #top-text-m{
	display:none;
}

#top-text img{
	max-width:870px;
}

/*  TEXT Style
----------------------------------------- */
h1 {
	font-size:100%;
	-webkit-margin-before: 0.4em;
    -webkit-margin-after: 0em;
	margin-top:3px;
}

h2 {
	font-size:22px;
}

h3{
	font-size:18px;
	line-height:2em;
}

a{
	color:#666;
}

a:focus, a:hover{
	color:#C00;
	text-decoration:none;
}

.post-article p{
line-height: 1.6em;
}

/*   Title border
----------------------------------------- */
.sasaki-title{
    display: table;
    margin: 2em 0px 1em 0px;
    overflow: hidden;
}

.sasaki-title h3{
	margin-top: 1em;
    margin-bottom: 1em;
}

.sasaki-title .title-left{
	float: left;
    display: table-cell;
    margin: 0;
	padding: 0 8px 0 0;
	line-height: normal;
    white-space: pre;

	font-size: 19px;
    line-height: 24px;

	padding-right: 8px;
}

.sasaki-title i{
	color: #CCC;
}

.title-sep-container{
	position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 6px;
    width: 100%;
}
.title-sep-container .title-sep{
	position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #CCCCCC;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;

	border-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
    border-top-style: dashed;
}


/*   Separator
----------------------------------------- */

.sepa-dash{
	border: 0 solid #cccccc;
    position: relative;
	z-index: 11;

	border-bottom-style: dashed;
    border-top-style: dashed;

    border-color: #cccccc;
    border-top-width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.sepa-dash .maru{
	position: absolute;
    display: table;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px;
    height: 26px;
    width: 26px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
	color:#CCCCCC;
}

.sepa-dash .maru i{
	display: block;
    display: table-cell;
    vertical-align: middle;
}

/* footer
----------------------------------------- */
footer {
	padding:80px 0px 48px 0px;
	color:#BBB;
}

/*  Sub page top
----------------------------------------- */
#sub-page {
	padding-top:80px;
}

/*  About page
----------------------------------------- */
#about-bg{
	background:url(img/1606_gallery.jpg) no-repeat;
	background-size:100% auto;
	background-position: center;
	height:240px;
}

p.hide-text{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

h3.about-ttl{
	text-align:center;
	padding-top:16px;
	padding-bottom:16px;
	letter-spacing: 0.3em;
}
p.about-txt{
    line-height: 2.3em;
	padding-bottom:36px;
}
a:link.blue_link,a:visited.blue_link{
 color:#337ab7;
 display:inline-block;
 border-bottom:1px dotted #337ab7;
}
a:focus.blue_link, a:hover.blue_link{
color:#C00;
border-bottom:none;
}

div#three-photo-center{
margin-left:20%;
}

/*  Access page
----------------------------------------- */
#access-bg{
	background:url(img/1606_accs.jpg) no-repeat;
	background-size:100% auto;
	background-position: center;
	height:240px;
}

h4.sasaki-name{
padding-top:15px;
}

/*  Contact page
----------------------------------------- */
#contact-bg{
	background:url(img/1606_inq.jpg) no-repeat;
	background-size:100% auto;
	background-position: center;
	height:240px;
}

p.tel-fax{
	font-size:1.7em;
}


/*  Contact page Form area
----------------------------------------- */
input[type="text"],input[type="email"], select, textarea {
	float: none !important;
    width: 100% !important;
    padding: 8px 2%;
	border: 1px solid #d2d2d2;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #666;
    border-color: #d2d2d2;
}
input {
	float:none;
	vertical-align: -2px;
	color: #000;
}
input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}

input[type="submit"], .wpcf7-submit {
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type="submit"], .wpcf7-submit {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
}

input[type="submit"], .wpcf7-submit {
    color: #ffffff !important;
}

input[type="submit"]:hover, .wpcf7-submit:hover {
    background: #d60707;
    color: #780404;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #e80707 ), to( #d60707 ) );
    background-image: linear-gradient( to top, #e80707, #d60707 );
    background-image: -webkit-linear-gradient( to top, #e80707, #d60707 );
    background-image: -moz-linear-gradient( to top, #e80707, #d60707 );
    background-image: -ms-linear-gradient( to top, #e80707, #d60707 );
    background-image: -o-linear-gradient( to top, #e80707, #d60707 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d60707, endColorstr=#e80707);
}

input[type="submit"], .wpcf7-submit {
    background: #e80707;
    color: #780404;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #d60707 ), to( #e80707 ) );
    background-image: linear-gradient( to top, #d60707, #e80707 );
    background-image: -webkit-linear-gradient( to top, #d60707, #e80707 );
    background-image: -moz-linear-gradient( to top, #d60707, #e80707 );
    background-image: -ms-linear-gradient( to top, #d60707, #e80707 );
    background-image: -o-linear-gradient( to top, #d60707, #e80707 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e80707, endColorstr=#d60707);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

input[type="submit"], .wpcf7-submit {
    border-width: 0px;
    border-style: solid;
}

/*  Thanks page
----------------------------------------- */


div.thanks-text{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 400px;
	height: 300px;
	background: #fff;
	text-align:center;
}
div.thanks-text h1{
	font-size:1.2em;
	padding-bottom:1em;
}
div.thanks-text p{
	padding:0px;
}

/*  Information Archive page
----------------------------------------- */
#info-bg{
	background:url(img/05s-2.jpg) no-repeat;
	background-size:100% auto;
	background-position: center;
	height:240px;
	margin-bottom:3em;
}

.breadcrumbs{
	font-size:13px;
	text-align:right;
	line-height:20px;
	padding-top:12px;
	padding-bottom:24px;
}

.breadcrumbs .breadcrumb-sep{
	padding: 0 5px;
}

.breadcrumbs .breadcrumb-leaf-title{
	display:inline-block;
}

h2.list-page-ttl{
margin:0px;
padding-top: 10px;
padding-bottom: 32px;
text-align:center;
}
h2.list-page-ttl.future{
padding-top: 40px;
padding-bottom: 30px;
}
h2.list-page-ttl{
clear:both;
}
.icatch {
	float:left;
	margin:0px 25px 16px 0px;
}

.post-article p{
	margin-bottom:1em;
}

.post-article h3{
	font-size:20px;
	margin-top:0px;
	line-height:1.2em;
	font-weight:bold;
	padding-bottom:0px;
}

.post-article a:link{
	color:#333;
	border-bottom:1px dotted #333;
}

.post-article a:visited{
	color:#666;
}

.post-article a:focus,
.post-article a:hover{
	color:#C00;
	border-bottom:1px dotted #C00;
}

.post-article table{
	font-size: 17px;
}
.post-article table tr td{
	vertical-align:top;
}
.post-article table tr th{
    white-space:nowrap;
	vertical-align:top;
	font-weight:normal;
	}

.meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 16px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
	line-height: 20px;
	margin-bottom:5em;
}

.meta-info span{
	display:inline-block;
	float:left;
	margin-left:8px;
    color: #747474;
}

.meta-info .read-more{
	display: inline;
    float: right;
	margin-right:15px;
}

.meta-info .read-more a:after,
.read-more:after{
	position: absolute;
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 14px;
    padding-left: 5px;
}

p.grayright{
	text-align:center;
	color:#BBB;
	font-size:14px;
}

span.kikan{
font-size:1.2em;
}

div#sub-page.kobetsu-page h2.single-title{
font-size:24px;
font-weight:bold;
padding-bottom:0px;
}

/*pagenation*/
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#cc0000;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#910000;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#cc0000;border-color:#cc0000}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}



/**/

#info-side h4{
	font-size:17px;
	margin-top:16px;
	margin-bottom:8px;
}

#info-side ul{
	list-style: none;
    margin: 0;
	padding:0;
	font-size:13px;
	padding-bottom:1em;
}

#info-side ul li{
    display: block;
    padding: 14px 14px 14px 14px;
    border-bottom: 1px solid #e7e6e6;
	border-color: #e0dede;

}
#info-side ul li a:link{
	color:#333;
}
#info-side ul li a:hover,
#info-side ul li a:focus{
	color:#C00;
}

#info-side ul li a:before{
    position: absolute;
    font-size: 14px;
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: -12px;
}

#info-side p.go-to-list{
	font-size:1em;
	text-align:right;
	padding-bottom:1.5em;
	margin-top:-0.6em;
}
#info-side p.go-to-list a:before{
	position: absolute;
    font-family: 'FontAwesome';
    content: '\f101';
    font-size:1em;
    margin-left: -12px;
}


#share-box{
	display:inline-block;
	float:right;
}

.smo-ico{
    cursor: pointer;
	text-align: right;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
	margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0px;
	font-size: 15px;
	color: #bebdbd;
}
.smo-ico.facebook:before{content: "\f09a";}
.smo-ico.pinterest:before{content: "\f231";}
.smo-ico.twitter:before{content: "\f099";}
.smo-ico.tumblr:before{content: "\f173";}
.smo-ico.gplus:before{content: "\f0d5";}

#single-page-nav{
	margin-top:-40px;
}

.pager .previous{
    text-align: left;
}

.pager .previous a{
	border-left:#CCC dotted 1px;
}

.pager .next{
    text-align: right;
}

.pager .next a{
	border-right:#CCC dotted 1px;
}

.pager li>a, .pager li>span {
    background-color: #fff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	border-radius:0px;
	border:none;
	}

.pager .page-nav-date {
	font-size:13px;
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #F3F3F3;
}

.single-title{
	padding-top:40px;
	padding-bottom:10px;
	font-size:24px;
}

p.icatch-image-space{
}

p.icatch-image-space{
padding:2.4em 5em 2.4em 5em;
}

div.bx-wrapper{
	margin:0 auto 60px auto;
}
div.bx-wrapper ul{
	margin-left:0;
	padding-left:0;
}

/*  =================================================================================

  992

================================================================================= */

@media only screen and (max-width:992px) {
  /*  style  */
#top-text img{
	width:90%;
}
#info-side h4{
	clear:both;
	font-size:15px;
}
div.col-md-3#info-side{
	padding-top:32px;
}

.navbar-brand{
	padding: 15px 15px 5px 15px !important;
}
img#wide-logo{
 width: 130px; height: 38px;
}
div#three-photo-center{
margin-left:15%;
}
}
/*  =================================================================================

  959

================================================================================= */
@media only screen and (max-width:959px) {
  /*  style  */
div#three-photo-center{
margin-left:0%;
}
}
/*  =================================================================================

  768

================================================================================= */

@media only screen and (max-width:768px) {
  /*  style  */
.navbar-sasaki {
	background: rgba(255, 255, 255, 1);
}

.navbar-nav li a{
	line-height:20px;
	padding-top: 10px;
    padding-bottom: 10px;
	color:#333;
}

.navbar-nav li a:hover{
	padding-top: 7px;
}

.navbar-nav li.social-link a:hover{
	padding-top: 10px;
}
div#three-photo-center{
margin-left:0%;
}

}

/*  =================================================================================

  569

================================================================================= */

@media only screen and (max-width:569px) {
  /*  style  */

div#top-text #top-text-l{
	display:none;
}
 div#top-text #top-text-m{
	display: inherit;
}
.pager li a{
	width:100%;
}
h3.about-ttl{
	text-align:center;
	padding-top:8px;
	letter-spacing: 0em;
}
p.about-txt{
    line-height: 2.3em;
	text-align:left;
}

p.icatch-image-space{
padding:0em 0em 0.8em 0em;
}

}
/*  =================================================================================

  480

================================================================================= */

@media only screen and (max-width:480px) {
  /*  style  */

  div#top-text #top-text-m{
	display:none;
}
 div#top-text #top-text-s{
	display: inherit;
}
h3.about-ttl{
	text-align:center;
	padding-top:8px;
	letter-spacing: 0em;
}
p.about-txt{
    line-height: 2.3em;
	text-align:left;
}

p.icatch-image-space{
padding:0em 0em 0.8em 0em;
}

}



/* =デフォルトの指定
-------------------------------------------------------------- */
.gallery {
    margin: auto;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}


/*Minimum width of 600 pixels. =タブレットのみの指定
-------------------------------------------------------------- */
@media screen and (min-width: 600px) {
.gallery .gallery-item {
    width: 33%;
}
}


/*Minimum width of 960 pixels. =PCのみの指定
-------------------------------------------------------------- */
@media screen and (min-width: 960px) {
.gallery .gallery-item {
    width: 25%;
}
}
