/*
Theme Name: Shibatatakumi
Theme URI: https://shibatatakumi.com/
Author: Yoshikuradesign
Author URI: https://yoshikuradesign.com/
Description: Shibatatakumi
Version: 0.1
License: Yoshikuradesign
License URI: https://yoshikuradesign.com/
Tags: https://shibatatakumi.com/
Text Domain: shibatatakumi
*/
@import url('/wp/wp-content/themes/shibatatakumi/css/set/import.css');
@import url('/wp/wp-content/themes/shibatatakumi/css/share.css');
@import url('/wp/wp-content/themes/shibatatakumi/css/style.css');
h2{margin: 1em 0;font-size:155%;font-weight:bold}
h3{margin: 1em 0;font-size:136%;font-weight:bold}
h4{margin: 1em 0;font-size:117%;font-weight:bold}
strong{font-weight:bold}
body.single table td, body.category-newsletter table td{border-left:none}
figure{margin-inline-start: 0;margin-inline-end: 0}
.wp-block-image figcaption{font-size:small}
img.alignright, div.alignright{float:right}
img.alignleft, div.alignleft{float:left}
.sp{display:none}
#header{padding-right:18px;padding-left:18px}
div#main{padding-top:0}
div#mainContents{padding-right:18px;padding-left:18px}
#globalnav td{width:16.66%;padding:0;text-align:center}
ul#gNavi{width:980px}
ul#gNavi li a{color:#fff;font-size:15px}
ul#gNavi li a:hover{color:#fff7a0;text-decoration:none}
div#newTopics{width:770px !important}
div#newTopics dl{width:auto !important}
div#newTopics dl dt{width:130px !important}
div#newTopics dl dd{margin-left:140px !important;font-size:111%}
div#newTopics dl dd a{
	color: #246aab;
	text-decoration: none;
}
div#newTopics dl dd a:hover{
	text-decoration: underline;
}
div#newTopics dl.row5{max-height:248px;overflow:auto}
div#newTopics dl.row2{max-height:100px;overflow:auto}
div#newTopics h3{
	font-size: 145%;
	margin-bottom: 15px;
	font-weight: bold;
	-moz-text-shadow:3px 3px 5px #ccc;
	-webkit-text-shadow:3px 3px 5px #ccc;
	text-shadow:3px 3px 5px #ccc;
}
div#newTopics h4{
	font-weight: bold;
	font-size: 133%;
	margin-bottom: 8px;
	display: block;
	background: url(https://shibatatakumi.com/wp/wp-content/themes/shibatatakumi/img/bg_list.gif) no-repeat left center;
	padding-left: 1.5em;
}
h2.entry-title{
	margin-bottom: 1em;
	padding-bottom: 4px;
	border-bottom: 3px solid #333;
	font-size: 184%;
	font-weight: bold;
}
table.entry{border:1px solid #111}
table.entry th{padding:8px;border:1px solid #111;width:111px}
table.entry td{padding:10px 12px;border-left:1px solid #111;border-right:1px solid #111;border-bottom:1px solid #111}
input[type="text"],textarea{line-height:1.5em;padding:3px}
input[type="submit"]{letter-spacing:0.7em;padding:0.5em 1em}
textarea{width:95%;height:3em}
table.entry td.furigana{font-size:85%;padding:5px 12px;border-bottom:1px dotted #111}
table.entry td.photo{text-align:center;border-right:none;border-left:none;border-bottom:none;border-top:none;padding-left:0;padding-right:0}
table.entry td.gakureki{border-bottom:1px dotted #111}
table.entry td.nen{border-right:none;border-left:none;padding-right:0}
table.entry td.gappi{border-right:none;border-left:none;padding-right:0;padding-left:0}
p.comment{font-size:90%}
input[name="namae"]{max-width:18em}
input[name="namaefurigana"]{margin-left:5px;max-width:17em}
input[name^="yuubin"]{margin-bottom:5px}
input[name*="furigana"],textarea[name*="furigana"]{font-size:90%}
input[name$="nen"]{width:4em}
input[name$="gatsu"],input[name$="hi"]{width:2em}
div.mw-wp-form_image{margin-top:-2em}
div.mw-wp-form_image img{width:250px;height:auto}
div.address{width:980px;margin:0 auto;font-size:92%;padding-right:18px;padding-left:18px}
div.address .kokkai, div.address .toyama{display:table-cell;width:50%;border-top:1px solid #ccc}
table.face{float:right;width:205px;border:none;}
table.face td{border:none;padding:0 0 10px}
table.face th.icon{font-size:12px;line-height:1.35em;background:#dedede;vertical-align:middle}
table.face th.icon, table.face td.icon{border:1px solid #bbb;padding:6px 0;text-align:center}
table.prof_top th, table.prof th{width:6em}
table.prof_top{float:left;width:505px}
table.prof{width:100%}
table.prof_small{border:1px solid #e8ba13;font-size:92%;background:#fef4cf}
table.prof_small th{border:none;padding-top:10px;padding-bottom:10px;padding-left:6px;}
table.prof_small td{border:none;padding-top:10px;padding-bottom:10px;padding-left:12px;width:130px}
table.prof_small img{margin-right:12px}
.profPhoto {float: left;padding-right: 1rem}
.profName {overflow: hidden}

.wp-caption-text{font-size:80%;line-height:1.34em}

#mainImg img{max-width:100%;height:auto}

.gallery:before,
.gallery:after {
	content: "";
	display: table;
}
.gallery:after {
	clear: both;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
	margin-bottom: 20px;
}
div#newTopics dl.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
div#newTopics .gallery-columns-1 dl.gallery-item {
	max-width: 100%;
}
div#newTopics .gallery-columns-2 dl.gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}
div#newTopics .gallery-columns-3 dl.gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}
div#newTopics .gallery-columns-4 dl.gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
div#newTopics .gallery-columns-5 dl.gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
div#newTopics .gallery-columns-6 dl.gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
div#newTopics .gallery-columns-7 dl.gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
div#newTopics .gallery-columns-8 dl.gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
div#newTopics .gallery-columns-9 dl.gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
div#newTopics .gallery-columns-1 dl.gallery-item:nth-of-type(1n),
div#newTopics .gallery-columns-2 dl.gallery-item:nth-of-type(2n),
div#newTopics .gallery-columns-3 dl.gallery-item:nth-of-type(3n),
div#newTopics .gallery-columns-4 dl.gallery-item:nth-of-type(4n),
div#newTopics .gallery-columns-5 dl.gallery-item:nth-of-type(5n),
div#newTopics .gallery-columns-6 dl.gallery-item:nth-of-type(6n),
div#newTopics .gallery-columns-7 dl.gallery-item:nth-of-type(7n),
div#newTopics .gallery-columns-8 dl.gallery-item:nth-of-type(8n),
div#newTopics .gallery-columns-9 dl.gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
div#newTopics dl dt.gallery-icon {
	width: auto !important;
	padding:0 !important;
	border:none !important;
}
div#newTopics dl dd.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 !important;
	max-height: 50%;
	opacity: 1;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	border:none;
}
div#newTopics dl dd.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div#newTopics dl.gallery-item:hover dd.gallery-caption {
	opacity: 1;
}
div#newTopics .gallery-columns-7 dd.gallery-caption,
div#newTopics .gallery-columns-8 dd.gallery-caption,
div#newTopics .gallery-columns-9 dd.gallery-caption {
	display: none;
}

iframe.sslseal{
margin:0;
padding:0;
border:none
}
div.sslseal table,div.sslseal table tr td{
border:0 !important;
padding:0 !important
}

div.topphoto {
max-width: 770px
}

.wpcf7-submit {
font-size: 1.1rem
}
input[type="tel"], input[type="email"] {
line-height: 1.5em;
padding: 3px;
}
textarea[name="your-address"] {
max-width: 70%
}
form.sent p {
display: none
}
img.emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em;
}
.blogsns img {
	width:30px;height:auto
}