/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font: inherit;
font-size: 100%;
font-family: Meiryo, "メイリオ", sans-serif;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
dl, dt, dd {
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
.default_form ul {
line-height: 1.4em;
margin-left: 2em;
}
.default_form ol {
line-height: 1.4em;
margin-left: 2em;
}
.default_form li {
margin-bottom: 0.4em;
}
#content ul {
margin-bottom: 0;
}
#content ul.notice {
line-height: 1.4em;
list-style: none;
font-size: 10pt;
margin-left: 1.2em;
}
#content ul.notice li:before {
content: "※";
margin-right: 0.2em;
margin-left: -1.2em;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
th {
font-weight: bold;
}
th, td {
border: 1px solid #aaa;
}
.shopInfo th, .shopInfo td {
border: 0;
}
caption, th, td {
text-align: left;
}
a:focus {
outline: none
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
embed, iframe, object {
max-width: 100%;
vertical-align:bottom;
}

/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
color: #232323;
font-size: 16px;
word-wrap: break-word;
}
body {
background-color: #fff;
}
/* Headings */
h1,h2,h3,h4,h5,h6{ line-height: 1.2; margin: 0; overflow: hidden; padding-top: 0.17em; padding-bottom: 0.17em; }
h1 { font-size: 188% }
h2 { font-size: 150% }
h3 { font-size: 128% }
h4 { font-size: 116% }
h5 { font-size: 108% }
h6 { font-size: 100% }
h1,h2{ margin:0 padding:0 }
hr {
border-color: #999;
border-style: solid none;
border-width: 1px 0 0;
height: 0;
margin: 0;
}
#widgetHeading, #heading01 {
line-height: 1.2;
font-size: 128%;
color: #000;
font-weight: bold;
border-bottom: 1px solid #ffae00;
text-align: left;
padding: 2px 0;
}
#heading01 { font-size: 188% }
.description {
float: left;
font-size: 12px;
margin-top: 2px;
margin-bottom: 10px;
}
.result {
float: right;
font-size: 0.8em;
text-align: right;
margin-top: 2px;
margin-bottom: 10px;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
line-height: 1.6;
margin-bottom: 16px;
font-size: 16px;
}
strong {
font-weight: bold;
}
ruby {
font-family: Arial;
}
pre {
background-color: #fff;
margin-bottom: 20px;
overflow: auto;
padding: 20px;
border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #777777;
cursor: help;
}
address {
display: block;
margin: 0 0 15px;
}
ins {
background: #F8F8F8;
}
table {
margin: 0;
width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
font-size: 12px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dt {
font-weight: bold;
}
ol {
list-style: decimal;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote{
width: 90%;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding:3em 1em 2em;
position:relative;
}
blockquote:before{
content:"“";
font-size:400%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:10px;
top:10px;
}
blockquote:after{
content:"”";
font-size:400%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:10px;
bottom:10px;
}
#content blockquote{
background: #f2f2f2;
}

/* =BALLOON
----------------------------------------------- */
.balloon {
width: 100%;
margin: 10px 0;
overflow: hidden;
}
.balloon .faceicon {
float: left;
margin-right: -50px;
width: 90px;
}
.balloon .faceicon img{
width: 100%;
height: auto;
border-radius: 50%;
}
.balloon .chatting {
width: 100%;
text-align: left;
}
.says {
display: inline-block;
position: relative; 
margin: 20px 0 0 70px;
padding: 20px;
border-radius: 12px;
background: #e6e6fa;
width: 70%;
}
@media screen and (max-width: 600px) {
	.balloon .faceicon img{
	width: 50%;
	height: auto;
	border-radius: 50%;
	}
	.says {
	display: inline-block;
	position: relative; 
	margin: 0 0 0 50px;
	padding: 10px;
	border-radius: 12px;
	background: #e6e6fa;
	width: 78%;
	}
}
.says:after {
content: "";
display: inline-block;
position: absolute;
top: 3px; 
left: -19px;
border: 8px solid transparent;
border-right: 18px solid #e6e6fa;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
}
.says p {
margin: 0;
padding: 0;
}
.line {
margin: 30px 0;
}
.lineComment {
display: inline-block;
position: relative; 
color: #000;
margin: 20px 0 0 20px;
padding: 20px;
border-radius: 12px;
background: #f2f2f2;
width: 75%;
}
.lineComment:after {
content: "";
display: inline-block;
position: absolute;
top: 3px; 
left: -19px;
border: 8px solid transparent;
border-right: 18px solid #f2f2f2;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg);
}

/* =FORMS
----------------------------------------------- */
input, textarea {
-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
display: block;
padding: 1%;
border: 1px solid #EAEAEA;
line-height: 20px;
width: 95%;
margin: 0;
background-color: #F8F8F8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
border: 1px solid #EAEAEA;
}
input.s {
padding: 0 0 1px 10px;
color: #777777;
background-color: #FFFFFF;
margin: 0;
border: 1px solid #EAEAEA;
}
input.s:focus {
padding-left: 10px;
border-color: #EAEAEA;
text-indent: 0;
}
.colormag-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
background-color: #ffae00;
border: 0px;
transition: background-color 0.3s linear 0s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius:3px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
appearance: none !important;
cursor: pointer;
display:inline-block;
color: #FFFFFF;
}
.search-wrap {
float: right;
margin: 8px 10px 8px 0;
}
#search-form input[type="submit"] {
border-radius: 0;
margin-left: -8px;
margin-bottom: 0;
padding: 6px 10px 5px;
font-size: 18px;
}
.colormag-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
background-color: #ff4500;
}
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =LINKS
----------------------------------------------- */
a {
text-decoration: none;
}
a:focus, a:active, a:hover {
text-decoration: none;
}
.themeLink a {
color: #0066CC;
}
.themeLink a:hover {
text-decoration: underline;
}
.moreLink {
clear: both;
text-align: right;
padding-top: 10px;
padding-right: 10px;
}
.moreLink a {
color: #0066CC;
}
.moreLink a:hover {
text-decoration: underline;
}
.topLink, .topLink a {
line-height: 1.4em;
color: #fff;
}
ul.topLink {
-moz-border-radius: 5px; -webkit-border-radius: 2px; border-radius: 2px;
background-color: #4285f4; text-align: center; margin-bottom: 10px; padding: 10px;
}
ul.topLink.themeLink li {
display: inline-block;
font-size: 0.8em;
}
ul.topLink.themeLink li b {
font-size: 1.2em;
vertical-align: middle;
padding: 0 4px;
}

/* =IMAGES
----------------------------------------------- */
figure {
margin: 0;
text-align: center;
}
img {
max-width: 100%;
height:auto;
vertical-align:top;
margin-bottom: 0;
}
.entry-content img, .comment-content img, .widget img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
}
img.size-full, img.size-large {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
img#wpstats {
display: none;
}
.mainThumb {
position: absolute;
left: 50%;
width: 414px;
margin-left: -207px;
}
.mainThumb img {
margin: 0;
}
.featured {
position: absolute; top: 10px; right: 10px; display: inline-block; line-height: 66px; width: 60px; height: 60px; font-size: 22px; background-color: #ff0000; border-radius: 50%; text-align: center; box-shadow: 2px 2px 4px #000;
}
.circle-box img {
position: absolute; top: 10px; left: 5px;
height: 80px;
width: 80px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-shadow: 3px 3px 3px rgba(0,0,0,0.4)
z-index: 1;
}
.circle-box-min { display: inline-block; vertical-align: middle; }
.circle-box-min img {
height: 22px;
width: 22px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
box-shadow: 3px 3px 3px rgba(0,0,0,0.4)
z-index: 1;
}
.circle-box-author { display: inline-block; vertical-align: middle; margin-left: 5px; }
.balloon1{
position: relative;
width: 50px;
height: 20px;
line-height: 20px;
border-radius: 20%;
text-align: center;
color: #ffffff;
font-size: 12px;
font-weight: bold;
background-color: #ff0000;
padding: 2px 2px 0;
z-index: 0;
}
.balloon1::before{
content: '';
position: absolute;
width: 0;
height: 0;
left: -5px;
bottom: -5px;
border-right: 35px solid #ff0000;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
transform: rotate(-25deg);
z-index: -1;
}

/* =BUTTON
----------------------------------------------- */
.themeBtn li {
display: inline-block;
}
.themeBtn {
margin: 10px auto;
}
.themeBtn a {
display: inline-block;
width: 100%;
color: #fff;
font-weight: bold;
text-align: center;
background-color: #ffae00;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 10px 0;
}
.themeBtn>a:hover {
text-decoration: none !important;
}
.themeBtn:hover {
filter:alpha(opacity=80);
opacity:0.8;
}

/* =OPACITY
----------------------------------------------- */
.opacity:hover {
filter:alpha(opacity=80);
opacity:0.8;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
display: inline;
float: left;
margin-right: 10px;
}
.alignright {
display: inline;
float: right;
margin-left: 10px;
}
@media screen and (max-width: 960px) {
.alignleft { float: none; margin-right: 0 !important; }
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {
background-size: cover;
}
#page {
max-width: 1200px;
margin: 0 auto;
}
.wide {
padding-top: 0;
padding-bottom: 0;
}
.wide #page {
max-width: 100%;
}
.inner-wrap {
margin: 0 auto;
max-width: 1140px;
}
.inner-wrapWide {
margin: 0 10px;
max-width: 100%;
}

/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-meta {
background-color: #ffffff;
}
#header-text-nav-container {
background-color: #FFFFFF;
}
#header-text-nav-wrap {
}
#header-left-section {
float: left;
}
#header-logo-image {
float: left;
padding-right: 20px;
}
#header-logo-image img {
margin-bottom: 0;
}
#header-text {
float: left;
padding-right: 20px;
}
#site-title {
padding-bottom: 0;
line-height: 1.2;
}
#site-title a {
color: #444444;
font-size: 46px;
}
#site-description {
line-height: 24px;
font-size: 16px;
color: #666666;
padding-bottom: 0px;
}
.breaking-news {
position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
left: 1em;
font-size: 12px;
}
@media screen and (max-width: 600px) {
.breaking-news {
display: none;
}
}
#header-right-section {
float: left;
}
#header-right-section .widget {
text-align: left;
color: #232323;
font-size: 13px;
}
#header-right-section .widget .widget-title {
padding-bottom: 0;
font-size: 13px;
line-height: 1.2;
padding-bottom: 5px;
}
.header-image {
background-color: #000;
width: 100%;
text-align: center;
}
.entry-header {
margin-bottom: 10px;
}
.headline-news-link { color: #ff0000; font-weight: bold; }
@media screen and (max-width:800px) {
.headline-news-link { display: none; }
}


/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
margin: 0;
list-style: none;
}
#site-navigation {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
position: relative;
background-color: #232f3e;
z-index: 20000;
}
#site-navigation .inner-wrap {
position: relative;
}
.home-icon {
float: left;
}
.home-icon .fa {
color: #ffffff;
font-size: 27px;
}
.home-icon.front_page_on {
background-color: #ffae00;
}
.main-navigation .home-icon a {
padding: 7px 10px 6px;
}
.main-small-navigation .home-icon a {
padding: 7px 10px;
}
.main-navigation {
width: 100%;
background-color: #232323;
text-align: center;
}
.main-navigation li {
float: left;
position: relative;
font-weight: 300;
}
.main-navigation a {
color: #ffffff;
display: block;
float: none;
font-size: 14px;
font-weight: 600;
padding: 10px 12px;
text-transform: uppercase;
}
.main-navigation li.default-menu,
li.default-menu {
display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after {
color: #ffffff;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a {
background-color: #ffae00;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 14px;
padding-left: 6px;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation .sub-menu,
.main-navigation .children {
background-color: #232f3e;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
display:none;
z-index: 100;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
display:block;
}
.main-navigation ul li ul {
position: absolute;
width: 200px;
top: auto; /* 40px */
}
.main-navigation ul li ul li {
float: none;
}
.main-navigation ul li ul li a {
border-top: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
float: none;
font-size: 14px;
height: 100%;
padding: 10px 15px;
color: #ffffff;
width: 170px;
text-align: left;
text-transform: none;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
color: #FFFFFF;
background-color: #ffae00;
}
.main-navigation ul li ul li ul {
left: 200px;
top: 0;
}
.main-navigation select {
display: none;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle, .top-menu-toggle {
display: none;
cursor: pointer;
}
.site-header .menu-toggle {
color: #ffffff;
margin: 0;
text-align: center;
height: 41px;
margin: 0;
padding: 0;
}
.site-header .menu-toggle:hover {
background-color: #ffae00;
}
.site-header .menu-toggle:before {
content: "\f0c9";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
display: block;
text-decoration: inherit;
font-size: 24px;
color: #ffffff;
padding: 8px 12px;

}
.main-small-navigation {
float: none;
}
.main-small-navigation .menu-primary-container,
.main-small-navigation .nav-menu {
padding-top: 41px;
padding-bottom: 10px;
}
.main-small-navigation ul {
margin: 0;
list-style: none;
}
.main-small-navigation a {
display: block;
font-size: 14px;
color: #333333;
padding: 10px;
text-decoration: none;
text-transform: uppercase;
}
.main-small-navigation .random-post a {
padding: 8px 12px;
border-bottom: none;
}
.main-small-navigation li {
background-color: #f2f2f2;
}
.main-small-navigation li a:hover {
background-color: #ffae00;
color: #FFFFFF;
}
.main-small-navigation ul ul a {
padding-left: 45px;
text-transform: none;
}
.main-small-navigation ul ul ul a {
padding-left: 90px;
}
.main-small-navigation .current_page_item > a,
.main-small-navigation .current-menu-item > a {
background: #ffae00;
color: #FFFFFF;
}
.main-small-navigation .menu-item-12699 { /* お問い合わせ */
}

/* =CONTENT
----------------------------------------------- */
#main {
background-color: #ffffff;
margin-top: 10px; /* ヘッダーとコンテンツの余白 */
}
#side {
padding-bottom: 10px;
}

/* =LIST
----------------------------------------------- */
.ListBoxwrap {
float: left; position: relative; width: 100%; box-sizing: border-box; border-bottom: solid 1px #aaa;
}
.ListBoxwrap dl, .ListBoxwrap dt, .ListBoxwrap dd {
margin: 0;
padding: 0;
}
.ListBoxwrap ul {
list-style: none;
}
.ListBoxwrap li {
cursor: pointer;
}
.ListBoxwrap dl {
font-size: 12px;
color: #757575;
}
.ListBoxwrap dt {
line-height: 1.4em;
font-size: 16px;
color: #232323;
padding: 0.2em 0 0.4em;
}
.ListBoxwrap dd {
position: absolute; bottom: 0; left: 0;
}
.ListBoxwrap:hover:not(.marker) {
background-color: #f7f7f8;
}
.ListBoxwrap:hover dt {
color: #0066CC;
text-decoration: underline;
}
.ListBoxwrap:hover p {
background-color: transparent;
}
.ListExcerpt {
line-height: 1.4em;
font-size: 12px;
color: #757575;
}
.ListBorder {
float: left; position: relative; border-bottom: solid 1px #aaa; padding: 10px 0 10px 10px;
}

.module-list-articles__item {
border-bottom: none;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
width: calc(50% - 5px);
max-height: 310px;
text-align: center;
margin-top: 10px;
}
.module-list-articles__item dl {
height: 120px;
text-align: left;
padding: 10px 10px 0;
}
.module-list-articles__item dd {
bottom: 5px;
left: 10px;
}
.module-list-articles__item .wpp-views {
bottom: 5px;
right: 10px;
color: #777;
text-shadow: none;
}
.module-list-articles__item .pre {
position: absolute; top: 0; background: #EA3049; color: #fff; font-size: 14px; padding: 4px 8px;
}

.featuredWrap {
width: 100%; border-bottom: none; text-align: center; background-color:#f2f2f2; margin-top: 10px;
}
.featuredWrap img {
max-height: 298px; overflow: hidden;
}

.themeBoxwrap {
margin-top: 10px;
}
.themeBoxwrap li {
background-repeat: no-repeat; background-position: center; max-width: 340px; margin: 0 auto;
}
.themeBoxwrap a {
display: block;
width: 100%;
height: 100%;
color: #232323;
}
.themeBoxwrap img {
max-width: 100%;
}
li.themeBoxwrap>a:hover img, li.themeBoxwrap>a:hover p {
background-color: transparent;
}
.themeBoxwrap dl {
position: relative;
height: 90px;
font-size: 12px;
}
.themeBoxwrap dt {
line-height: 1.4em;
font-weight: bold;
}
.themeBoxwrap dd {
position: absolute; right: 5px; bottom: 2px; font-size: 0.9em; color: #fff;
margin: 0;
padding: 0;
}
.imgSet {
float: left;
width: 80px;
height: 80px;
border: solid 1px #aaa;
box-sizing:border-box;
background-color: #fff;
margin: 5px;
}
.metaSet {
position: absolute;
top: 5px;
left: 90px;
font-size: 0.9em;
color: #fff;
}
.metaSet dt {
font-family: 'Yu Mincho'; font-size: 1.8em;
}

.termList ul {
overflow: hidden;
max-width: 100%;
}
.termList li {
float: left;
box-sizing: border-box;
padding: 1px;
}
.termList .term {
display: block;
border: 1px solid #ddd;
background: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 0.9rem;
font-weight: bold;
color: #232323;
padding: 10px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.termList a.term .count {
line-height: 1.2em;
font-size: 60%;
font-weight: normal;
vertical-align: middle;
color: #777;
}
.termList .term:hover {
background: #f9f9f9;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
margin: 15px 0;
}
.pagination span {
padding: 2px 5px;
border: 1px solid #EAEAEA;
background-color: #ffae00;
color: #FFFFFF;
}
.pagination a span {
background-color: #FFFFFF;
color: #777777;
}
.pagination a span:hover {
color: #0066CC;
border-color: #ffae00;
text-decoration: none;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
font-size: 12px;
border: 1px solid #cccccc;
background-color: #f8f9fa;
box-sizing: border-box;
margin-bottom: 10px;
padding: 10px 10px 0;
}
#colophon .wp-caption {
border: 1px solid #444444;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto 0;
max-width: 100%;
}
.wp-caption-text {
line-height: 1.6em;
font-size: 12px;
text-align: right;
margin: 5px 0;
}
.single-sakapedia .wp-caption-text {
line-height: 1.6em;
text-align: left;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
background-color: #ffae00;
font-size: 12px;
padding: 20px 0;
}
.footer-socket-area, .footer-socket-area a {
width: 100%;
color: #232323;
position: relative;
}
.footer-socket-area a:hover {
text-decoration: underline;
}
.footer-socket-right-section {
float: right;
text-align: right;
}
.footer-socket-left-section {
float: left;
position: absolute;
top: 50%;
-webkit- transform: translateY(-50%);
transform: translateY(-50%);
}
.footer-socket-wrapper .copyright {
color: #b1b6b6;
float: left;
max-width: 50%;
}
.footer-socket-wrapper .copyright a {
color: #b1b6b6;
border-bottom: 1px solid #5a5d62;
}
.footer-socket-wrapper .copyright a:hover {
color: #ffffff;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
bottom: 10px;
position: fixed;
right: 20px;
display: none;
opacity: 0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
a#scroll-up i {
font-size: 40px;
color: #ffae00;
}
a#scroll-up:hover {
opacity: 1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* =BANNER
----------------------------------------------- */
.themeBanner {
display: inline-block;
width: 100%;
line-height: 1.2em;
color: #000;
box-sizing: border-box;
padding: 10px 10px 10px 0;
}
.themeBanner dl {
position: relative;
margin-left: 0;
}
.sns {
color: #fff; border: 0;
padding-left: 10px;
}
.bannerTitle {
font-size: 16px;
font-weight: bold;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
}
.bannerDescription {
font-size: 12px;
text-align: left;
}
.bannerIcon {
width: 50px;
height: 50px;
position: relative;
box-sizing: border-box;
}
.bannerText {
font-family:"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
line-height: 1em;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 20px;
font-weight: bold;
text-align: center;
}

ul.shareArea { margin: 10px !important; }
.shareArea {
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-flex-pack:distribute;
-moz-flex-pack:distribute;
-ms-flex-pack:distribute;
-webkit-justify-content:space-around;
-moz-justify-content:space-around;
justify-content:space-around;
}
ul.shareArea li:last-child {
margin-left: 10px;
}
.fb-share-button {
width: 100%;
background-color: #315096;
}
.twitter-share-button {
width: 100%;
background-color: #55acee;
}
.transparent {
width: 100%;
background-color: #00a4de;
margin: 10px;
}
.commonBtn {
border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; 
}
.commonBtn a {
display: block; width: 100%; text-decoration: none; text-align: center; padding: 5px 0;
}
.commonBtn i {
font-size: 30px; color: #fff; padding-right: 10px;
}
.hatena:before { content: "B!"; line-height: 1; font-family: Verdana; font-size: 30px; color: #fff; font-weight: bold; vertical-align: middle; padding-right: 5px; }

.YB { background-image: url('/wp/wp-content/uploads/2020/03/YB-BG2003.gif'); background-repeat: no-repeat; background-position: center; background-size: cover; }
.bannerIcon img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.bannerSns { position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}

.adsBlank { height:90px;background-color:#f2f2f2; }

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
float: left;
width: calc(100% - 310px);
}
#secondary {
float: right;
width: 300px;
}

/* =POST CONTENT
----------------------------------------------- */
.page-header .page-title {
border-bottom: 2px solid #444444;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 0;
}
.page-header .page-title span {
background-color: #444444;
color: #fff;
padding: 6px 12px;
display: inline-block;
}
.archive #content .post p {
font-size: 14px;
}
.archive #content .post:nth-child(2n+1) {
float: right;
width: 48.7013%;
}
.archive #content .post:nth-child(2n) {
float: left;
width: 48.7013%;
clear: both;
}
.archive #content .post:first-child {
float: none;
width: 100%;
}
.archive #content .post:not(:first-child) .article-content .entry-title {
font-size: 22px;
}
#content .post a:hover {
text-decoration: underline;
}
#content .post {
margin-bottom: 30px;
}
.single #content .post {
margin-bottom: 0;
}
.single #content .post,
#content .post {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.gallery {
padding-bottom: 10px;
}

.shopInfo h3 { border-bottom: solid 1px #aaa; font-size: 1.4em; vertical-align: middle; margin-bottom: 10px; } .shopInfo h3 span { font-weight: normal; font-size: 0.8em; } .shopInfo table { float: left; display: inline-block; width: 50%; line-height: 1.4; font-size: 0.8em; margin-bottom: 10px; } .shopInfo th { white-space: nowrap; text-align: left; vertical-align: top; padding: 2px; } .shopInfo td { text-align: left; padding: 2px; }.shopInfo .note { clear: both; float: left; width: 50%; color: #0000ff; font-size: 0.8em; } .shopInfo iframe { display: inline-block; width: 50%; }

table.infobox {
width: calc(100% - 20px);
font-size: 80%;
background-color: #fff;
border-collapse: collapse;
table-layout: fixed;
margin: 0 10px 15px;
}
table.infobox:before {padding-bottom: 5px; }
.infobox th {
background-color: #f2f2f2;
}
.infobox th, .infobox td {
border: solid 1px #aaa;
text-align: center;
padding: 2px;
}

/*--------------------------------------------------------------
Responsive Structure（page、inner-wrap）
--------------------------------------------------------------*/
	.news-bar {
	position: relative;
	}
@media screen and (max-width: 1190px) {
	#secondary {
	width: 30%;
	}
	#page {
	width: 100%;
	}
	.wide #page {
	width: 100%;
	}
	.inner-wrap {
	margin: 0 10px; /* width: 98%; */
	}
}
@media screen and (max-width:960px) and (orientation:landscape) {
	#primary {
	width: 67%;
	}
	#secondary {
	width: 32%;
	}
	.main-navigation a {
	padding: 10px 8px;
	}
}
@media screen and (max-width:768px) and (orientation:landscape) {
	#header-logo-image {
	float: none;
	text-align: center;
	padding-right: 0;
	}
}
@media screen and (max-width:800px) {
	#header-text-nav-wrap {
	padding: 10px 0;
	}
	#header-left-section {
	float: none;
	margin-bottom: 10px;
	}
	#header-logo-image {
	float: none;
	text-align: center;
	padding-right: 0;
	}
	#header-text {
	float: none;
	text-align: center;
	padding-right: 0;
	}
	#header-right-section {
	float: none;
	}
	#header-right-section .widget {
	text-align:center;
	}
	.menu-toggle {
	display: block;
	float: left;
	}
	.main-navigation ul {
	display: none;
	}
	.main-navigation .home-icon a {
	padding: 7px 10px;
	}
	.widget_slider_area,
	.widget_beside_slider {
	float: none;
	width: 100%;
	}
	.widget_slider_area {
	padding-bottom: 10px;
	}
	#primary, #secondary {
	float: none;
	width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.news-bar {
	text-align: left;
	}
	.date-in-header,
	.breaking-news,
	#masthead .social-links {
	float: left;
	max-width: 100%;
	}
	.newsticker li {
	text-align: left;
	}
	.footer-socket-wrapper {
	padding: 20px 0 10px;
	}
	.footer-socket-right-section,
	.footer-socket-left-section {
	float: none;
	position: unset;
	text-align: center;
	}
	.footer-socket-wrapper .copyright {
	float: none;
	max-width: 100%;
	text-align: center;
	}
	.footer-socket-area .social-links {
	float: none;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
	width:25%;
	}
}
@media screen and (max-width: 420px) {
	.widget_featured_posts .first-post,
	.widget_featured_posts .following-post {
	float: none;
	width: 100%;
	}
	.main-content-section .tg-one-half {
	width: 100%;
	}
	.tg-second-footer-widget,
	.tg-third-footer-widget,
	.tg-fourth-footer-widget {
	float: none;
	margin-right: 0;
	width: 100%;
	}
	.single-related-posts {
	margin-right: 0;
	width: 100%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
	width:33.33%;
	}
}
@media screen and (max-width: 380px) {
	.widget_highlighted_posts .single-article {
	float: none;
	margin-right: 0;
	max-width: 100%;
	}
}

.footer_ads {
width: 100%;
height: 50px;
position: fixed;
bottom: 0;
background-color: #fff;
z-index: 100;
}

/* =WPP PLUGIN
----------------------------------------------- */
.wpp-thumbnail {
float: left;
margin-right: 5px;
}
.wpp-excerpt {
line-height: 1.4em;
font-size: 12px;
}
.wpp-list a {
display: block;
height: 100%;
box-sizing: border-box;
padding: 5px;
}
.wpp-list dl {
margin: 0;
}
.wpp-list dt {
line-height: 1.4em;
color: #232323;
font-size: 14px;
}
.wpp-list li:hover dt {
color: #0066CC;
text-decoration: underline;
}
.wpp-list dd {
position: absolute; right: 5px; bottom: 0; font-size: 12px; color: #757575;
margin: 0;
padding: 0;
}
.wpp-list li:hover {
background-color: #f7f7f8;
}
.wpp-views {
position: absolute; bottom: 10px; right: 5px;
}
.wpp-views:hover, .wpp-views i:hover {
background-color: transparent;
}

/* =WP PAGENAVI PLUGIN
----------------------------------------------- */
.wp-pagenavi {
clear: both;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
#content .wp-pagenavi .current, #content .wp-pagenavi .page,
#content .wp-pagenavi a {
line-height: 1;
color: #ff4500;
border: 1px solid #ff4500;
padding: 10px;
}
#content .wp-pagenavi .current,
#content .wp-pagenavi a:hover {
color: #FFFFFF;
background-color: #ff4500;
border: 1px solid #ff4500;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
border-radius: 4px;
margin-right: 5px;
}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .first, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
display: inline-block;
min-width: 20px;
max-height: 16px;
}
.nextpostslink { margin-right: 0 !important; }
#content .wp-pagenavi span:last-child { margin-right: 0 !important; }

/* =Easy Footnotes PLUGIN
----------------------------------------------- */
.easy-footnote-title { clear: both; }
.qtip-content a {
color: #06C;
z-index: 0;
}
.qtip-content a:hover {
text-decoration: underline;
}

/* =table-of-contents-plus
----------------------------------------------- */
#toc_container p.toc_title {
margin: 0.5em;
}
#toc_container p.toc_title + ul.toc_list {
margin: 0 1em 1em;
}

/* contact-form-7 CSS */
div.wpcf7-response-output{margin:1em 0;padding:.2em 1em}.wpcf7-submit{padding:5px 20px}