@charset "UTF-8";
/*---------------------------------------------------------

Theme Name: SIMPLESTER-Ver4

Template: stinger5ver20150505b

Theme URI: http://degitekunote.com/

Description: STINGER5の究極のシンプル子テーマ「シンプレスター」です。

Author: こふす

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Version: 4.0

---------------------------------------------------------*/
@import url('../stinger5ver20150505b/style.css');
body {
    /*background-image: url("/wp-content/uploads/2017/07/sitebgimg.jpg");

    background-repeat: repeat-x;

    background-position: left top

    background-color: #FFF;*/
}
/*----

[カラー]

テーマ内のメインカラー(デフォルトでは赤色)を変更する時は「#003EA6」、

サブカラー（デフォルトでは青色でトップページのタグの色）を変更する時は「#084EAB」を検索し、

好きな色の値に置換して下さい。複数項目あります。

-----*/
* {
    /*font-family: "BIZ UDGothic", sans-serif;*/
    font-weight: 500;
    font-size: 1.2rem;
    color: #333;
    letter-spacing: .1rem;
}
.noto-serif-jp{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#footer,
#footer .copy {
    color: #000;
}
header .sitename a {
    color: #fff;
}
header .descr {
    color: #fff;
}
h2 {
    font-weight: bold !important;
    width: fit-content;
    margin: auto;
    padding: 0.5em 1em;
    margin-bottom: 0.3em;
    text-align: center;
    position: relative;
    /*    background: #fff;*/
}
h2::before,
h2::after {
    content: '';
    background-color: #58A7D2;
    width: 50%;
    height: 2px;
    position: absolute;
    border-top: none;
}
h2::before {
    top: 0;
    left: 0;
}
h2::after {
    bottom: 0;
    right: 0;
}
#searchsubmit {
    background: #58A7D2;
    top: 3px;
}
.full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.caption_bg {
    background-color: #015E91;
}
.caption {
    /*background-image: url(images/home_caption_bg.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    margin-bottom: 1rem;
    background-size: cover;
    padding: 1rem;
}
.caption h2, .caption p {
    color: #fff;
}
.vertical {
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    color: #FFD47F;
    line-height: 4rem;
    padding: 1rem 0;
}

.headmenubar {
    background: #58A7D2;
    min-height: 35px;
}
.headmenubar .inner {
    max-width: 1180px;
    margin: auto;
    padding: 0 40px;
}

/*wrapper 周り

--------------------*/
#wrapper {
    max-width: 1180px;
}
main {
    border-radius: 0px;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
}
#content {
    padding-top: 12px;
    /*    background: #FFF;*/
    padding: 0 5px;
}
/*header 周り

--------------------*/
.sitename img {
    max-height: 25px;
}
header {
    text-align: center;
    padding-top: 0;
}
header h1 {
    margin: 0;
}
header .sitename {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    font-size: 12px;
}
header .descr {
    display: inline-block;
    padding: 0;
    float: right;
    line-height: 30px;
}
#headimg {
    /*    padding-top: 10px;*/
}
#headimg img {
    /*height: 450px;*/
    object-fit: cover;
    margin: auto;
}
#gazou {
    clear: both;
    /*    background: #fff;*/
}
/*pagetop-btn 周り

--------------------*/
#page-top {
    right: 10px;
}
#page-top a {
    opacity: 1;
    background: none repeat scroll 0% 0% #13094f;
    /*    border-radius: 50%;*/
    padding: 12px;
    /*width: 14px;

    height: 14px;*/
    border: 4px solid #fff;
}
#page-top a:hover {
    background: none repeat scroll 0% 0% #13094f;
    color: #fff;
    opacity: 0.4;
}
/*index 周り

--------------------*/
/*#topnews dl:nth-of-type(2n) {flex-direction: row-reverse;-webkit-flex-direction: row-reverse;}

*/
.topnews {
    /*    background: #FFF;*/
    margin-bottom: 20px;
}
.topnews dl {
    padding: 1rem 0;
    transition: all 0.4s ease;
    /*position: relative;*/
    border-bottom: 2px solid #13094f;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px;
}
/*.topnews dl:first-child {

    padding-top: 10px;

}*/
.topnews dl:last-child {
    border-bottom: 2px solid #13094f;
}
.topnews dl p {
    font-size: .9rem;
    line-height: 1.4em;
}
.topnews dd {
    padding: 0px;
    /*display:flex;flex-direction:column;display:-webkit-flex;-webkit-flex-direction:column;*/
    /*margin: 0 25px;*/
}
.topnews dd p {
    margin: 0
}
.topnews dd h3 {
    order: 2;
    -webkit-order: 2;
    display: block;
    font-size: 1.25rem;
}
.topnews dd .blog_info {
    order: 1;
    -webkit-order: 1;
    margin-bottom: 5px;
}
.topnews dd .date {
    font-size: .8rem;
}
.topnews dd .smanone {
    order: 3;
    -webkit-order: 3;
}
/*#topnews dl:before {font-family: FontAwesome;content: "\f004";position: absolute;display: none;margin-left: -20px;margin-top: -20px;background-color: #003EA6;padding: 8px;border-radius: 50%;border:4px solid #fff;font-size:18px;}*/
.topnews dl:hover:before {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
    color: #333;
    display: inherit;
}
.category .topnews {
    background: none;
}
#kanren dd h5 {
    font-size: 15px;
    word-break: break-all;
}
#kanren .clearfix dd p {
    margin: 0
}
a:hover img {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8 !important;
    zoom: 1;
}
.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
    font-size: 8px;
}
#projects .topnews {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    display: table;
    width: 100%;
}
#projects .topnews dl {
    /*    width: 25%;*/
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
}
#projects .topnews dt img {
    width: 180px;
    margin: auto;
}
#projects .topnews dt {
    float: none;
    margin: 0 auto 10px auto;
}
#projects .topnews dd {
    padding-left: 10px;
    margin: 0;
}
#projects .readmore,
#projects .pcone {
    /*display:none;*/
}
.readmore a {
    color: #5F6160;
}
.topttl {
    padding: .2rem .5rem;
    /*background: #58A7D2;*/
    border-bottom: 2px solid #58A7D2;
}
.topttl a {
    color: #58A7D2;
    font-weight: bold;
    text-decoration: none;
}
.topttl a i {
    color: #58A7D2;
}
.topttl p a {
    /*display: block;

    float: right;*/
    font-size: .75rem;
    /*color: #58A7D2;

    font-weight: bold;*/
}
/*個別記事 周り

--------------------*/
.post {
    background: url(images/post-bg.png) top left no-repeat;
    /*    background-color: #FFF;*/
    /*    padding: 20px;*/
}
img.size-full,
img.size-large {
    margin-bottom: 20px;
}
.post img {
    border: none !important;
    display: inline;
}
/*ページネーション　周り

--------------------*/
/*

div.pagenation {

    display: inline-block;

    background: none !important;

    margin-top: 30px;

}



div.pagenation a {

    color: #fff !important;

    margin: 5px !important;

    padding: 0px !important;

    width: 22px;

    height: 22px;

    font-weight: normal !important;

    line-height: 22px;

    text-align: center;

}



div.pagenation a:hover {

    opacity: 0.8

}



div.pagenation span,

div.pagination a {

    background-color: #13094f !important;

    border: 4px solid #fff;

    margin: 5px;

}



div.pagenation span.active {

    background-color: #fefefe !important;

}



*/
/*タイポグラフィ 周り

--------------------*/
.post h3 {
    border-bottom: 2px dotted #003EA6
}
p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px
}
.post a {
    text-decoration: underline;
    /*    border-bottom: 1px dashed */
}
.post a img {
    border: none !important;
}
.post blockquote {
    margin-right: 0;
    border-left: 3px solid #CCC
}
.post ul li {
    font-size: 14px;
    line-height: 27px;
    list-style-type: square
}
.post ol {
    padding-left: 30px
}
.wp-caption-text:before {
    content: "■ "
}
/*キャプション文字列の前のアイコン*/
table,
table tr td,
td,
th,
.post table {
    border: none;
}
.post table tr:nth-child(even) {
    background: none;
}
.post table tbody {
    vertical-align: top;
}
/*index メタ周り

--------------------*/
#topnews dd .blog_info p {
    font-size: 10px;
}
.blog_info p a[rel="category tag"],
.blog_info p a[rel="category"] {
    background-color: #13094f;
    padding: 1px 5px;
    border-radius: 2px;
    color: #333;
    white-space: nowrap;
    opacity: 1;
    color: #fff;
}
.blog_info p a[rel="tag"] {
    background-color: #13094f;
    padding: 1px 5px;
    border-radius: 2px;
    color: #333;
    white-space: nowrap;
    opacity: 1;
}
.blog_info p a:hover {
    color: #fff;
    opacity: 0.8;
}
.pcone {
    color: #fff
}
/*tagのコンマを消すため*/
/*icon font 基本宣言

--------------------*/
.blog_info p .fa {
    color: #666
}
.tagst .fa-tags {
    color: #000
}
/*navigatin 周り

-----------------------------*/
/*nav li {

    background: #f69eaa;

    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 100%);

    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #fff 100%);

    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #fff 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);

}



nav li a {

    color: #FFF !important;

    width: 100%;

    display: block;

}



nav li a,

nav li a:hover {

    text-decoration: none;

}



nav li:hover,

nav li.current-menu-item {

    box-shadow: inset 0px -4px 0 0 #003EA6;

    color: #003EA6 !important;

}



nav li.current-menu-item a {

    color: #003EA6 !important;

}



nav li:hover>a {

    color: #003EA6 !important;

}



nav li li {

    padding: 10px;

}*/
.acordion_tree li a {
    color: #F00 !important;
    margin: 5px;
    padding: 5px;
    display: inline-table;
}
.acordion_tree li {
    border: none;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    margin-bottom: 5px;
    padding: 0px 5px;
}
.acordion_tree li li {
    float: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.sub-menu {
    background: none;
    top: 100%;
}
/*nav li {

    background-color: #333;

}



nav li:hover>.sub-menu {

    display: flex !important

}*/
.sub-menu {
    /*position: absolute; background: #fff;*/
    display: none;
    z-index: 10;
    flex-direction: column;
    width: inherit;
    /*border-bottom: 2px solid #003EA6;*/
    border-top: 1px solid #003EA6;
}
.sub-menu:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(186, 213, 155, 0);
    border-bottom-color: #f9f9f9;
    border-width: 5px;
    margin-left: -5px;
}
.sub-menu li {
    margin: 0px;
}
.sub-menu li:hover {
    box-shadow: 2px 0px 0px 0px #003EA6 inset;
}
.menu-item-has-children li:hover {
    padding: 5px 0px 5px 10px !important;
    box-shadow: none !important;
}
.menu-item-166 {
    background: #87CEFA !important;
}
.menu-item-169 {
    background: #FF69B4 !important;
}
/*artical メタ周り

--------------------*/
div#breadcrumb {
    color: #000;
}
#breadcrumb div a,
div#breadcrumb a,
.tagst a {
    text-decoration: none;
    padding: 4px 7px;
    border-radius: 2px;
    margin-right: 5px;
    color: #818181;
    background-color: #f9f9f9;
    transition: all 0.4s ease;
    border-bottom: 2px solid #13094f;
    font-size: 12px;
    white-space: nowrap;
}
#breadcrumb div a:hover,
div#breadcrumb a:hover,
.tagst a:hover {
    background-color: #13094f;
    color: #fff;
}
.blogbox {
    background-color: #EBE7E1 !important;
    border-left: 5px solid #58A7D2 !important;
    border-top: none;
    border-bottom: none;
    padding: 10px;
}
div#breadcrumb {
    padding: 10px 0px 5px;
    margin-bottom: 20px;
}
.tagst {
    color: #fff
}
/*artical 周り

--------------------*/
.entry-title {
    margin-bottom: 10px;
    padding: 10px;
    color: #191817;
}
.entry-title {
    border-top: #58A7D2 3px solid;
    border-bottom: #8F8F8F 1px solid;
}
/*page 周り

--------------------*/
.contentsbox {
    font-size: 13px;
    background-color: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #eee;
    position: relative;
}
.contentsbox--:before {
    font-family: FontAwesome;
    content: "\f129";
    position: absolute;
    left: 0;
    margin-top: -20px;
    background-color: #084EAB;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: -15px;
    border-radius: 50%;
    color: #333;
    border: 3px solid #fff;
}
.contentsbox p {
    margin: 0;
    font-size: 12px;
    color: #555
}
/*サイドバー

--------------------*/
/*#side aside {

    float: left;

}*/
.sub-menu {
    display: none;
}

.wp-block-group {
    margin-top: 2rem;
}
.wp-block-latest-posts__post-title {
    font-size: .9rem;
}
/*サイドバー メニュー

--------------------*/
#menu-menu1-1 li a {
    /*color: #FFF !important;*/
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: .9rem;
}
#menu-menu1-1 li a span {
    font-size: 9px;
}
#menu-menu1-1 li {
    line-height: 36px;
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    border: 1px solid #333;
    /*border-bottom: 2px solid #003EA6;*/
}
#menu-menu1-1 li:hover,
.current-menu-item {
    padding-left: 15px;
    box-shadow: inset 5px 0 0 #58A7D2;
}
#menu-menu1-1 li {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}
.screen-reader-text {
    display: none;
}
/*サイドバーRSS周り

--------------------*/
.rssbox a {
    background-color: #58A7D2 !important;
    padding: 7px 10px
}
.rssbox a i {
    color: #FFF;
}
.fa-rss-square {
    margin-right: 5px;
}
/*サイドバー検索周り

--------------------*/
#s {
    padding: 5px 65px 5px 10px;
    background: none repeat scroll 0% 0% #f8f8f8 !important;
    border: 1px solid #e1e1e1;
}
/*サイドバー（NEWPOST）周り

--------------------*/
#kanren dl {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #F9F9F9;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    position: relative;
}
#kanren dl:hover {
    box-shadow: inset 0px -5px 0 0 #13094f;
}
#side #kanren dl {
    padding: 10px;
}
#side #kanren dl:last-child {
    padding-bottom: 0;
}
#side #kanren dd {
    padding-left: 0;
}
/*サイドバー タイトル

--------------------*/
#side aside h2 {
    font-size: 1.25rem;
}
#side aside h4 {
    border-bottom: 2px solid #58A7D2;
    padding: 5px 10px;
    margin: 20px 0px 10px 0px;
    color: #000;
}
/*#side aside h4:before{font-family: FontAwesome;margin-right:5px;content:"\f067";}*/
/*サイドバー カテゴリー

--------------------*/
aside #mybox ul li ul li a {
    color: #333;
    text-decoration: none;
}
aside #mybox ul li ul li {
    font-size: 14px;
    line-height: 27px;
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    border-bottom: 2px solid #13094f;
}
aside #mybox ul li ul li:hover {
    padding-left: 15px;
    box-shadow: inset 5px 0 0 #13094f;
}
/*サイドバー tagクラウド

--------------------*/
aside ul li .tagcloud a {
    text-decoration: none;
    color: #333;
    padding: 3px;
    border-radius: 2px;
    white-space: nowrap;
    transition: all 0.4s ease;
}
aside ul li .tagcloud a:hover {
    background-color: #003EA6;
    color: #fff
}
/*sns btn 周り

--------------------*/
.sns {
    position: relative;
    /*display: flex;justify-content: center;*/
}
.snsb {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    text-align: center;
    padding: 15px 0px 10px;
    padding: 10px;
    background-color: #333;
    border: 1px solid #eee;
    border-bottom: 2px solid #003EA6;
}
.sns .snsb li {
    margin: 0 10px;
}
.post .sns .snsb.clearfix {
    background-color: #fff;
}
/*記事下の関連記事 周り

--------------------*/
#kanren a {
    border: none;
}
/*footer 周り

--------------------*/
#footer h3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}
footer {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding: 30px 0px;
}
#footer .copy {
    font-size: 12px;
    color: #999;
    line-height: 15px;
    opacity: 0.5;
    margin: 0;
    color: #000;
}
.toiawase {
    background: #ebe7e1;
    /*height: 375px;*/
    padding-top: 1rem;
}
/*プラグイン 修正

--------------------*/
/*Key Shortcut Formatter*/
.key {
    padding: 2px 6px !important;
    margin: 0px 3px;
}
/*toc*/
div#toc_container a {
    border: none
}
div#toc_container {
    background-color: #f9f9f9 !important;
    padding: 20px;
    border: none;
}
/*SNSボタン統一

----------------------------------------------------*/
.sns {
    margin-bottom: 20px
}
.snstext {
    font-size: 13px;
    vertical-align: middle
}
.post .sns ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}
.sns li {
    float: left;
    padding: 5px;
    text-aligh: center;
    list-style: none !important
}
.sns li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    border: 0
}
.sns li a i {
    color: #fff;
}
.sns .twitter a {
    background: #55acee
}
.sns .twitter a:hover {
    background: #4892cb
}
.sns .twitter .snstext {
    border-left: 1px solid #9acff4;
    padding-left: 10px;
    margin-left: 10px
}
.sns .facebook a {
    background: #3b5998
}
.sns .facebook a:hover {
    background: #324c81
}
.sns .facebook .snstext {
    border-left: 1px solid #607bb2;
    padding-left: 10px;
    margin-left: 5px
}
.sns .googleplus a {
    background: #dc4e41
}
.sns .googleplus a:hover {
    background: #bb4237
}
.sns .googleplus .snstext {
    border-left: 1px solid #e0776d;
    padding-left: 10px;
    margin-left: 5px
}
.sns .hatebu a {
    background: #00a5de
}
.sns .hatebu a:hover {
    background: #008cbd
}
.sns .hatebu .snstext {
    border-left: 1px solid #48b6db;
    padding-left: 10px;
    margin-left: 3px
}
.sns .line a {
    background: #25af00
}
.sns .line a:hover {
    background: #219900
}
.sns .pocket a {
    background: #f03e51
}
.sns .pocket .snstext {
    border-left: 1px solid #f27985;
    padding-left: 10px;
    margin-left: 5px
}
.sns .pocket a:hover {
    background: #c0392b
}
/*コンタクトフォーム

-------------------------*/
.cf7__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
    margin-top: 30px;
}
.cf7__list dt {
    width: 35%;
    padding-top: 15px;
}
.cf7__list dd {
    width: 65%;
}
/* 必須・任意 */
.cf7__required,
.cf7__optional {
    margin-right: 15px;
    padding: 6px 14px;
    color: #fff;
    font-size: 12px;
    vertical-align: 1px;
}
.cf7__required {
    background: #BE1D1D;
}
.cf7__optional {
    background: #878D8E;
}
/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
    width: 100%;
    padding: 15px 20px;
    background: #F4F4F4;
    border-width: 1px;
}
/* ドロップダウンメニュー */
.cf7__select {
    position: relative;
}
.cf7__select:before {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
    content: '';
}
.cf7__select select {
    width: 100%;
    padding: 19px 20px;
    background: #F4F4F4;
    color: #a5a5a5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
    display: block;
    padding: 15px 0 10px;
}
/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
    display: block;
    margin: 0;
}
.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 18px;
}
/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
    cursor: pointer;
}
/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #bcbcbc;
    vertical-align: -3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* チェックボックス */
input[type="checkbox"]:checked {
    border: 1px solid #000;
    background: #000;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
/* ラジオボタン */
input[type="radio"] {
    border-radius: 50%;
}
input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    content: '';
}
/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
    color: #a5a5a5;
}
/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
    color: #a5a5a5;
}
/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
    color: #a5a5a5;
}
/* 送信ボタン */
.cf7__button {
    padding-left: 72px;
    text-align: center;
}
input[type="submit"],
button[type="button"],
#bottomPanel button,
.book_now_button,
.return_form_button {
    width: 260px;
    height: 60px;
    background: #58A7D2;
    color: #fff;
    transition: opacity .6s;
    border-width: 1px;
}
input[type="submit"]:hover,
button[type="button"]:hover,
#bottomPanel button:hover,
.book_now_button:hover,
.return_form_button:hover {
    opacity: .6;
}
/* ajax-loader */
.wpcf7-spinner {
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .cf7__list dt {
        width: 100%;
        margin-bottom: 15px;
        padding-top: 0;
    }
    .cf7__list dd {
        width: 100%;
    }
    .cf7__list dd:nth-of-type(n + 2) {
        margin-top: 0;
    }
    .cf7__list dd .wpcf7-checkbox,
    .cf7__list dd .wpcf7-radio {
        padding: 15px 0 0;
    }
    /* 送信ボタン */
    input[type="submit"],
    button[type="button"] {
        width: 180px;
        height: 56px;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}

div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}

/*カスタム地図

--------------------*/
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
/*画像回り込み  周り

--------------------*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 0 4px;
    margin: 0 0 0 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left
}
/*画像に枠を付ける

---------------------------------*/
.sumbox img {
    border: solid 1px #ccc;
    padding: 3px;
}
.post img {
    border: solid 1px #ccc;
    padding: 3px;
}
img.attachment-60x60 {
    border: none;
}
/*商品一覧  周り

--------------------*/
.table-ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    padding: 0 !important;
}
.table-ul li {
    display: table-cell;
    vertical-align: middle;
}
/*予約カレンダー

--------------------*/
/*#booking-package, #booking-package_inputFormPanel, #booking-package_inputFormPanel .title_in_form {

    background-color: inherit;

}*/
/*media Queries PCサイズ（最低1150pxのサイズ）

----------------------------------------------------*/
@media only screen and (min-width: 1150px) {
    .snsb:before {
        font-family: FontAwesome;
        content: "\f164";
        height: 17px;
        background-color: #003EA6;
        padding: 9px;
        border: 5px solid #fff;
        line-height: 17px;
        font-size: 17px;
        color: #333;
        width: 17px;
        border-radius: 50%;
        margin-left: -70px;
        margin-top: 10px;
        position: absolute;
        box-shadow: 0px 1px 1px #003EA6;
    }
    #topnews {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }
    div.post #kanren {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    div.post #kanren dl {
        width: 49%
    }
    #kanren dl:last-child {
        margin-bottom: 10px;
        border: 1px solid #EEE;
    }
    .post aside>div:first-child {
        display: flex;
        justify-content: space-between;
    }
    .post .smanone {
        padding-top: 0 !important;
    }
}
/*media Queries PCサイズ（最低780pxのサイズ）

----------------------------------------------------*/
@media only screen and (min-width: 780px) {
    nav ul {
        display: -webkit-box;
        /* Android 2~4 */
        -webkit-box-pack: justify;
        /* Android 2~4 */
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        /*フレキシブルボックス*/
        text-align: center !important;
        /*センタリングは好みで*/
    }
    nav ul li {
        width: 200px;
        /*幅は大きめに調節する*/
        -webkit-box-flex: 1;
        /* Android 2~4 */
        text-align: center;
    }
    #side aside {
        float: none;
        width: 100%;
    }
    /*#contentInner {

        margin-right: -200px;

        float: right;

    }*/
    /*main {

        margin-right: 200px;

    }*/
    #topnews dd {
        padding: 0
    }
    .topnews img {
        max-width: 95%;
        height: auto;
    }
    .sub-menu {
        /*width: -moz-max-content; width: -webkit-max-content; width: max-content;*/
    }
    /*サイドバー企業情報

--------------------*/
    #side div.company p {
        font-size: 0.8rem;
        line-height: 1.25rem;
        color: #333;
    }
    #side div.company h5 {
        font-size: 0.9rem;
        color: #333;
    }
}
/*media Queries タブレットサイズ（最高780pxのサイズ）

----------------------------------------------------*/
@media only screen and (max-width: 780px) {
    #topnews dd {
        padding: 0
    }
    .sub-menu {
        position: relative;
        background: none repeat scroll 0% 0% #333;
        box-shadow: none;
        display: inline;
        z-index: inherit;
    }
    /*nav li:hover>.sub-menu {

        display: inline !important;

    }



    nav li:hover {

        box-shadow: none;

    }*/
    img {
        /*        max-width: 97%;*/
        height: auto;
        display: block !important;
        float: none !important;
    }
    #gazou {
        display: block !important;
    }
    #gazou img {
        max-width: 100%;
        ;
    }
    header .sitename {
        display: none
    }
    header .descr {
        display: none;
    }
    header .headmenubar {
        display: none;
    }
    /*#projects .topnews dl {

        width: 40%;

    }*/
    #projects .topnews dd {
        margin: 0;
        padding: 0 0 0 .75rem;
    }
    div.company h5,
    div.company p {
        color: #333;
    }
    .toiawase {
        background: url(images/toiawase_bg_s.png) center 0px no-repeat #ebe7e1;
        background-size: 100% auto;
        position: relative;
        padding: 1rem 0 0;
        overflow: hidden;
    }
    #bottomPanel button,
    .book_now_button,
    .return_form_button {
        width: 100px;
    }
    .addtoany_list.a2a_kit_size_32 a {
        margin-bottom: 1.5rem;
    }
}
/*media Queries タブレットサイズ（最低380pxのサイズ）

----------------------------------------------------*/
@media only screen and (max-width: 380px) {
    #topnews dd {
        padding: 0
    }
    #topnews dt {
        min-width: 100px;
    }
    #topnews dt img {
        width: 98%;
    }
    #topnews dd h3 {
        font-size: 100%;
        word-break: break-all;
        line-height: 22px;
    }
    #topnews .clearfix dd p {
        line-height: 18px;
    }
    #breadcrumb div a,
    div#breadcrumb a,
    .tagst a {
        line-height: 30px;
    }
    .topnews img {
        max-width: 95%;
        height: auto;
    }
    #topnews .smamnone {
        display: block !important;
    }
    #projects .topnews dl {
        /*        width: 97%;*/
        padding: 0;
    }
    table {
        width: 95%;
    }
}
.smanone {
    background: #FFF;
}
#side aside #mybox ul {
    margin-bottom: 0px;
    padding-left: 0;
}
/*.company-tbl table,

.company-tbl tr,

.company-tbl td,

.company-tbl th {

    border: 1px solid #888;

}*/
/*投稿時のテーブル用クラス*/
.table-border table,
.table-border tr,
.table-border td,
.table-border th {
    border: 1px solid #888;
}
/*投稿一覧の記事内容 背景色*/
.smanone p {
    /*    background: #FFF;*/
}
/* フッター部 2行目 */
#footer p {
    color: #000;
}
/*関連投稿記事の背景色*/
#kanren .clearfix dd .smanone p {
    background: #F9F9F9;
}
/*メニューボタン部*/
#side aside #mybox img.size-full,
#side aside #mybox img.size-large {
    margin-bottom: 0px;
}
#recr tr {
    border-bottom: 1px #A16EFF solid;
}
form #content {
    background: #EEEEEE;
}
header .smanone {
    background: ##FFF;
}
#kanren dl dd .smanone {
    background: #F9F9F9;
}
#breadcrumb div a span,
div#breadcrumb a span {
    color: #333;
}
#breadcrumb div a:hover span,
div#breadcrumb a:hover span {
    color: #fff;
}
.post .tagst {
    color: #000;
}
div.pagination {
    text-align: center;
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 1.0em;
    line-height: 1.3em;
}
div.pagination span,
div.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #5E558F;
}
div.pagination a:hover {
    color: #fff;
    background: #13094f;
}
div.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #13094f;
    color: #fff;
}
/*　ハンバーガーメニューボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background: #58A7D2;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger.active {
    background: none;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(71, 70, 73, 0.6);
    text-align: center;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.6s;
}
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
    background: #ddd;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: .5em 0;
    text-decoration: none;
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
}
.side-table {
    border: 1px solid #888;
}
.side-table th,
.side-table td {
    display: block;
    width: 100%;
    font-size: .7rem;
    padding: 5px;
    border-bottom: 1px solid #888;
}
.side-table th {
    background: #015E91;
    font-weight: bold;
    color: #fff;
}
.side-table tr:last-child td {
    border-bottom: none;
}
label.hidden {
    display: block;
}
.company-tbl tr {
    border-bottom: 1px solid #b5b1b1;
}
.company-tbl th,
.company-tbl td {
    padding: 1rem .25rem;
    border: none;
    font-size: 1rem;
    line-height: 1.2rem;
}
.company-tbl th {
    width: 30%;
}
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#side aside #search
{
    margin-bottom: 1rem;
}

/* sp */
@media only screen and (max-width: 480px) {
    .company-tbl th,
    .company-tbl td {
        width: 100%;
        display: block;
    }
    .company-tbl th {
        width: 100%;
    }
    .company-tbl td {
        padding-top: 0;
    }
    .topttl a {
        font-size: .75rem;
    }
}