@charset "utf-8";
 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 {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}
article{
outline: none;
}
ol, ul {
list-style: none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
table {
border-collapse:collapse;
border-spacing:0;
}
input, select {
vertical-align:middle;
}
img {
vertical-align: top;
font-size: 0;
line-height: 0;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} @font-face {
font-family: 'Slabo';
font-style: normal;
font-weight: 100;
src: url(//heisei-hita.com/wp-content/themes/heisei/font/Slabo27px-Regular.eot?) format('eot'),
url(//heisei-hita.com/wp-content/themes/heisei/font/Slabo27px-Regular.woff) format('woff'),
url(//heisei-hita.com/wp-content/themes/heisei/font/Slabo27px-Regular.ttf) format('truetype');
} body {
line-height: 1.7;
font-size: 14px;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
color:#333;
}
img{
max-width: 100%;
height: auto;
}
a{
color: #333;
text-decoration: none;
}
a:hover{
text-decoration: none;
}
a:hover img{
opacity: 0.7;
}
.sp-view{
display: none!important;
}
.clearfix:after {
content:'';
display:block;
clear:both;
}
#wrapper{
min-width: 1100px;
}
.container{
width: 1000px;
margin: 0 auto;
position: relative;
}
.container.banner_area{
width: 750px;
}
.container:after {
content:'';
display:block;
clear:both;
}
.button {
position: relative;
cursor: pointer;
outline: none;
color: #0068b7;
background: #fff;
height: 60px;
line-height: 56px;
display: block;
width: 400px;
max-width: 100%;
margin: 0 auto;
text-align: center;
text-decoration: none;
border-radius: 30px;
border: 2px #0068b7 solid;
font-size: 18px;
font-weight: bold;
}
.button:hover{
color: #fff;
background: #0068b7;
}
.button:after{
content: '';
position: absolute;
right: 15px;
top: 50%;
background: url(//heisei-hita.com/wp-content/themes/heisei/img/common/icon_button.png) no-repeat;
transform: translate(0, -50%);
width: 19px;
height: 19px;
background-position: left 0 center;
}
.button:hover:after{
background-position: left -19px center;
}
@media screen and (max-width:768px) {
.pc-view{
display: none!important;
}
.sp-view{
display: block!important;
}
.container{
width: 100%;
padding: 0 10px;
}
.container.banner_area{
width: 100%;
}
.button {
width: 100%;
}
#wrapper{
min-width: 100%;
margin-top: 60px;
}
.scroll-table{
overflow-x: scroll;
}
.scroll-table::-webkit-scrollbar {
height: 10px;
}
.scroll-table::-webkit-scrollbar-track{
background: #ccc;
}
.scroll-table::-webkit-scrollbar-thumb {
background: #0068b7;
border-radius: 10px;
}
.scroll-table table{
white-space: nowrap;
margin: 0!important;
}
} .aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
} header{
height: 80px;
z-index: 2;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
}
header:after{
content: '';
width: 200%;
background: #fff;
height: 80px;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
header > .container{
width: 1100px;
}
header h1{
float: left;
margin: 20px 0 0 10px;
}
header nav{
float: right;
margin-top: 30px;
font-weight: bold;
}
header nav > ul{
font-size: 0;
}
header nav > ul > li{
display: inline-block;
line-height: 1;
position: relative;
}
header nav > ul > li:not(:last-child){
border-right: 2px #ddd solid;
}
header nav > ul > li >a{
display: block;
padding: 0 25px;
font-size: 14px;
}
header nav > ul > li:hover > a{
color: #0068b7;
}
header nav .sub{
display: none;
position: absolute;
top: 14px;
left: 0;
padding-top: 20px;
z-index: 1;
white-space: nowrap;
}
header nav > ul > li:hover .sub{
display: block;
}
header nav .sub li{
border-bottom: 1px #fff solid;
}
header nav .sub li a{
padding: 13px 20px;
display: block;
background: #e7e7e7;
font-size: 14px;
}
header nav .sub li a:hover{
background: #f4f4f4;
color: #999;
}
@media screen and (max-width:768px) {
header{
height: 60px;
}
header:after{
height: 60px;
}
header h1 {
float: left;
margin: 15px 0 0 0px;
width: 150px;
}
header .menu-trigger,
header .menu-trigger span {
display: inline-block;
transition: all .4s;
-webkit-transition: all .4s;
}
header .menu-trigger {
position: fixed;
width: 40px;
height: 40px;
right: 15px;
top: 13px;
}
header .menu-trigger span {
position: absolute;
right: 0;
width: 100%;
height: 2px;
background: #333;
}
header .menu-trigger span:nth-of-type(1) {
top: 0;
}
header .menu-trigger span:nth-of-type(2) {
top: 12px;
}
header .menu-trigger span:nth-of-type(3) {
bottom: 15px;
}
header .menu-trigger.active span:nth-of-type(1) {
transform: translateY(12px) rotate(-30deg);
}
header .menu-trigger.active span:nth-of-type(2) {
opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
transform: translateY(-10px) rotate(30deg);
}
header .menu-trigger p{
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
text-align: center;
line-height: 1;
}
header .menu-trigger p.close{
display: none;
}
header .menu-trigger.active p.close{
display: block;
}
header .menu-trigger.active p.open{
display: none;
}
header nav{
display: none;
float: none;
position: fixed;
top: 60px;
left: 0;
width: 100%;
height: calc(100% - 60px);
background: #fff;
margin: 0;
}
header nav > ul{
overflow: scroll;
height: 100%;
}
header nav > ul > li{
display: block;
border-bottom: 1px solid #e4e4e4;
}
header nav > ul > li:not(:last-child){
border-right: none;
}
header nav > ul > li > a{
padding: 20px;
text-align: center;
position: relative;
}
header nav > ul > li > a:after{
content: '';
position: absolute;
right: 15px;
top: 50%;
background: url(//heisei-hita.com/wp-content/themes/heisei/img/common/icon_nav.png) no-repeat;
background-size: contain;
transform: translate(0, -50%);
width: 13px;
height: 7px;
}
header nav > ul > li > a.open:after{
transform: translate(0, -50%) rotate(180deg);
}
header nav > ul > li .sub{
position: static;
padding: 0;
}
header nav > ul > li:hover .sub{
display: none;
}
header nav .sub li a {
padding: 20px;
display: block;
text-align: center;
}
} #main{
margin: 100px 0 70px 0;
min-width: 1000px;
}
h2 {
font-size: 20px;
margin-bottom: 1em;
padding-left: 10px;
background: #0068b7;
color: #fff;
padding: 5px 20px;
}
@media screen and (max-width:768px) {
#main{
min-width: 100%;
margin-top: 40px;
}
h2{
padding: 3px 10px;
font-size: 18px;
margin: 0 -10px 10px -10px;
}
}
h2.sub {
font-size: 20px;
margin-top: 5rem;
margin-bottom: 1em;
padding-left: 10px;
background: #f1f9ff;
color: #333;
padding: 5px 20px;
border-bottom: 4px solid #0068b7;
}
h2.sub:nth-child(1) {
margin-top: 0;
} .contents.has-sidebar{
width: 100%;
}
.contents h3 {
border-bottom: 2px #0068b7 solid;
border-left: 5px #0068b7 solid;
line-height: 1.3;
font-size: 20px;
font-weight: bold;
padding: 5px 10px;
margin-bottom: 1em;
}
.contents h3:not(:first-child){
margin-top: 1.5em;
}
.contents h4{
font-size: 18px;
font-weight: bold;
margin: 1.5em 0 1em 0;
border-left: 5px #0068b7 solid;
padding-left: 10px;
line-height: 1.5;
}
.contents h5{
font-weight: bold;
font-size: 16px;
margin-top: 0.5em;
}
.contents table{
width: 100%;
margin-bottom: 30px;
}
.contents table th{
border: 1px #333 solid;
background: #f1f9ff;
padding: 10px 15px;
font-weight: bold;
vertical-align: middle;
}
.contents table td{
border: 1px #485A1C solid;
padding: 10px 15px;
vertical-align: middle;
}
@media screen and (max-width:768px) {
.tatsundesu_mainImage{
margin: 0 -10px -70px -10px;
}
.contents.has-sidebar{
float: none;
width: 100%;
margin-bottom: 30px;
}
.contents h3{
font-size: 18px;
}
.contents table th,
.contents table td{
padding: 10px 5px;
}
} #sidebar{
width: 20%;
float: left;
}
#sidebar .nav-case a{
color: #333;
display: block;
position: relative;
}
#sidebar .nav-case a.active{
color: #0068b7;
font-weight: bold;
}
#sidebar .nav-case a:hover{
color: #0068b7;
}
#sidebar .nav-case > ul > li{
position: relative;
margin-bottom: 1em;
}
#sidebar .nav-case > ul > li > a{
border-bottom: 2px #0068b7 solid;
margin-bottom: 3px;
font-weight: bold;
position: relative;
padding-left: 20px;
}
#sidebar .nav-case > ul > li > a:before{
content: '';
position: absolute;
left: 0;
top: 50%;
background: url(//heisei-hita.com/wp-content/themes/heisei/img/common/icon_button.png) no-repeat;
transform: translate(0, -50%);
width: 15px;
height: 15px;
background-position: left 0 center;
background-size: cover;
}
#sidebar .nav-case .sub{
margin-left: 0.5em;
}
#sidebar .nav-case .sub > li{
position: relative;
padding-left: 15px;
}
#sidebar .nav-case .sub > li:before{
content: '-';
position: absolute;
top: 0;
left: 0;
}
#sidebar .nav-page ul li{
background: #f1f9ff;
margin-bottom: 2px;
}
#sidebar .nav-page ul li.current_page_item,
#sidebar .nav-page ul li:hover{
background: #0068b7;
}
#sidebar .nav-page ul li a{
color: #333;
display: block;
padding: 3px 10px;
}
#sidebar .nav-page ul li:hover a,
#sidebar .nav-page ul li.current_page_item a{
color: #fff;
}
@media screen and (max-width:768px) {
#sidebar{
float: none;
width: 100%;
}
#sidebar .nav-page ul li{
text-align: center;
}
#sidebar .nav-page ul li a{
padding: 10px;
}
} footer{
background: url(//heisei-hita.com/wp-content/themes/heisei/img/common/bg_footer.png) repeat-x;
background-position: center bottom 25px;
text-align: center;
padding-top: 60px;
box-shadow: 0 -2px 4px #eee;
min-width: 1000px;
}
footer #pagetop{
border: 2px #0068b7 solid;
border-radius: 7px;
width: 60px;
height: 60px;
position: absolute;
right: 0;
top: -10px;
text-align: center;
}
footer #pagetop img{
margin-top: 17px;
}
footer .info{
margin: 20px 0;
text-align: center;
font-size: 0;
}
footer .info li{
display: inline-block;
vertical-align: middle;
}
footer .info li:not(:last-child){
margin-right: 10px;
}
footer .info li.icon{width: 40px;}
footer .info li.banner{
border: 1px #cbcbcb solid;
}
footer .info li a{
display: block;
}
footer .address a{
color: #0068b7;
}
footer .address a:hover{
text-decoration: underline;
}
footer .footer-nav{
margin-top: 20px;
font-weight: bold;
}
footer .footer-nav ul{
font-size: 0;
}
footer .footer-nav ul li{
display: inline-block;
line-height: 1;
position: relative;
}
footer .footer-nav ul li:not(:last-child){
border-right: 2px #ddd solid;
}
footer .footer-nav ul li a{
display: block;
padding: 0 25px;
font-size: 14px;
}
footer .footer-nav ul li:hover a{
color: #0068b7;
}
footer .fixed-nav{
position: fixed;
bottom: 30px;
right: 20px;
}
footer .copyright{
background: #0068b7;
color: #fff;
padding: 5px;
margin-top: 100px;
}
@media screen and (max-width:768px) {
footer{
min-width: 100%;
padding: 40px 10px 0 10px;
}
footer .footer-nav ul li,
footer .footer-nav ul li:not(:last-child){
display: block;
border: none;
margin-bottom: 10px;
}
footer .fixed-nav {
bottom: 10px;
right: 10px;
width: 70px;
}
footer #pagetop{
width: 50px;
height: 50px;
border-radius: 5px;
top: -15px;
padding: 10px;
}
footer #pagetop img {
margin-top: 7px;
}
footer .logo img{
width: 150px;
}
footer .info{
margin: 20px -20px;
}
footer .copyright{
margin: 60px -10px 0 -10px;
font-size: 12px;
}
} #breadclub{
margin-bottom: 5px;
}
#breadclub ul li{
display: inline-block;
font-size: 12px;
}
#breadclub ul li:not(:last-child){
margin-right: 10px;
}
#breadclub ul li:not(:last-child):after{
content: '＞';
margin-left: 10px;
}
#breadclub ul li a{
color: #333;
text-decoration: none;
}
#breadclub ul li a:hover{
text-decoration: underline;
} .wp-pagenavi{
text-align: center;
margin-top: 30px;
}
.wp-pagenavi a{
display: inline-block;
margin: 0 5px;
width: 35px;
height: 35px;
line-height: 35px;
background: #0068b7;
color: #fff;
vertical-align: top;
}
.wp-pagenavi a:hover{
opacity: 0.7;
}
.wp-pagenavi span{
display: inline-block;
margin: 0 5px;
width: 35px;
height: 35px;
line-height: 33px;
border: 1px #0068b7 solid;
vertical-align: top;
}
.pager{
margin-top: 30px;
}
.pager:after {
content:'';
display:block;
clear:both;
}
.pager .prev{
float: left;
}
.pager .next{
float: right;
}
.pager a{
color: #0068b7;
text-decoration: underline;
}
.pager a:hover{
text-decoration: none;
}
@media screen and (max-width:768px) {
.pager .prev{
margin-bottom: 10px;
}
} .contents.archive dl dt{
float: left;
width: 100px;
}
.contents.archive dl dd{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px #cbcbcb solid;
padding-left: 100px;
}
.contents.archive dl dd a{
text-decoration: underline;
color: #0068b7;
}
.contents.archive dl dd a:hover{
text-decoration: none;
}
@media screen and (max-width:768px) {
.contents.archive dl dt{
float: none;
width: 100%;
}
.contents.archive dl dd{
padding-left: 0;
padding-bottom: 15px;
margin-bottom: 15px;
}
} .contents.single .post-date{
margin-bottom: 20px;
font-size: 12px;
}
.contents.single .post-content p{
margin-bottom: 1em;
}
.contents.single .post-content ol{
margin-bottom: 1em;
list-style: outside decimal;
margin-left: 1em;
}
.contents.single .post-content ul{
margin-bottom: 1em;
list-style: outside disc;
margin-left: 1em;
}
.contents.single .post-content a{
text-decoration: underline;
color: #0068b7;
}
.contents.single .post-content a:hover{
text-decoration: none;
} .notfound p{
margin: 60px 0 60px 0;
text-align: center;
}