@charset "UTF-8";
/*!　cssのおまじない
Template: cocoon-master
*/
a:hover {
	transition: .2s;
	opacity: 0.6;
}

.article h3 {
	border-left:0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
	font-size: 1.5rem;
	font-weight:bold;
    text-align: center;
    padding: 5px;
    margin: 0 auto 15px;
}
.article h3::after {
    content: "";
    display: block;
    position: relative;
    top: 13px;
    left: calc(50% - 1.25em);
    width: 2.5em;
    height: 2px;
    border-radius: 2px;
    background: #223a70;
}

.nagoyaka-btn {
	width: 55%;
	margin:25px auto 5px;
}
.nagoyaka-btn a {
	max-width:550px;
    background: #f3f3f2;
    border-radius: 2px;
	border:solid 1px #afafb0;
    position: relative;
    display: flex;
    justify-content: space-around;
	font-size:1rem;
    align-items: center;
    margin: auto;
    padding: 10px 25px;
    color: #250d00;
    text-decoration:none;
    transition: 0.3s ease-in-out;
}
.nagoyaka-btn,.nagoyaka-btn-white a {
    background: #fff;
}
.nagoyaka-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 3rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.nagoyaka-btn a:hover {
    background: #223a70;
    color: #FFF;
    opacity: 1;
}
.nagoyaka-btn a:hover:after {
    right: 1.5rem;
}

/*PCヘッダーメニュー ↓↓↓ */
.logo{
	text-align:left;
	padding: 9px 0px 0px 25px;
}
.logo-header img {
    width: 50%;
}
#navi .navi-in > ul li{
	height: 29px;
	line-height: 29px;
}
#navi .navi-in > ul > li{
    border-left: 1px dotted #fff;
}
#navi .navi-in > ul > li:last-child{
    border-right: 1px dotted #fff;
}
.navi-in > ul > .menu-item-has-children > a::after{
    right: 10px;
}
.item-label{
    font-size: 14px;
}
#navi ::before {
    content: "";
    height: 6px;
    display: block;
    z-index: 100;
    position: relative;
}
#navi ul ::before {
    display: none;
}
#navi ::after {
    content: "";
    height: 6px;
}

#navi .navi-in a:hover  {
	transition: 0s;
}
.site-logo-image.header-site-logo-image{
	padding-top:3px;
}

/*PC用 検索窓*/
.add-header-contents{
	position:relative;
	bottom: 73px;
    left: 690px;
    height: 0;
    width: 370px;
}
.search-box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}	
.search-box  > .search-edit {
	padding:4px;
	font-size: 15px;
}	
.search-box>.search-edit::placeholder {
    left:10px;
	top:1px;
	position:relative;
}
/*モバイルヘッダーメニュー ↓↓↓ */
.mobile-menu-buttons {
    background-color: #fff;
    color:#250d00;
}
.mobile-menu-buttons .menu-button > a {
    color: #250d00;
}
.logo-menu-button img {
	width: 140px;
    margin: 0px 0px 0px 10px;
}

/* スライドイン */
.navi-menu-content {
    left: auto;
    right: 0;
    padding: 30px 20px 0;
    transform: translateX(105%);
}
.menu-close-button {
    padding:15px 0px 25px;
}
.fa-times {
    color: #223a70;
    font-size: 1.6rem;
}
.menu-drawer li{
    position: relative;
}
.menu-drawer li::before{
    content: "";
    position: absolute;
    top: 48px;
    height: 0;
    border-bottom: dotted 1px #223a70;
    width: 100%;
    max-width: 100%;
    left: 0;
}
.menu-drawer a{
	font-size: 1rem;
	font-weight: bold;
	height: 3rem;
    padding: 14px 0px 0px 6px;
	margin: 6px 0px;
}
.menu-drawer a:hover{
	color: rgba(0,255,255,0.7);
	background-color: rgba(30,124,209,0);
}

/*投稿ページ関連 */
#sidebar .widget-title {
    background-color: #fff;	
    color: #250d00;
    font-size: 1.1rem;
    line-height: 25px;
    padding-top: 20px;
}
.sidebar {
    border-left: 1px solid #f3f3f2;
	padding-left: 40px;
	margin:30px 0px 0px;
}
.sidebar h3 {
	padding:0px;
	margin:0px 0px 10px;
}
.widget_categories ul li a , .widget_archive ul li a{
	padding:2px;
	font-size:0.9rem;
    border-bottom: 1px solid rgba(51,51,51,.12);
}
.widget_categories ul li ul {
	padding-left: 0px;
}
.card-title-bold .card-title {
    font-size: 0.9rem;
	font-weight:normal;
}
.widget-entry-card-content {
    padding:10px 5px;		
}
.card-arrow .a-wrap::after {
	right:0px;
}
.cat-link {
    display:none;
}
.entry-title, .archive-title {
    font-size: 20px;
    margin: 10px 0px 35px;
	color: #afafb0 ;
}
.breadcrumb +  .archive-title {
    display:none;
}
.breadcrumb {
    margin: 10px 0px 40px;
    font-size: 15px;
}
.breadcrumb a{
	margin: 0px 15px;
}
.breadcrumb-item a{
    font-size: 12px;
    background-color: #223a70;
    padding: 3px 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 1px;
	position: relative;
    top: -1px;
}
.fa-fw {
   display: none;
}
#categories-2 {
	margin-top:15px;
	margin-bottom:20px;
}
.widget_categories>ul>.cat-item>a::before,.widget_categories>ul>.cat-item>ul>.cat-item>a::before , .widget_archive ul li a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f07b';
	font-size: 16px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 7px;
    transform: translateY(1.2px); 
}

/*フッター*/
#sb_instagram {
	padding:0px 15px 0px;
}
#sb_instagram #sbi_load{
	margin-top: 13px;
}
#footer {
    padding: 20px 0px 0px;
    background-color: #f3f3f2;
}
.foot_menu *{
    font-size: 16px;
    color: #250d00;	
}

.foot_menu a{
    text-decoration: none;
	color: #250d00;	
}
/* WP謎css対策 */
#footer a:not(.sns-button) {
    color: #250d00;	
}

.foot_menu ul{
	list-style:none;
	padding-left: 5px;
}
.footer-title p{
    padding: 30px 0px 15px;
	font-size: 15px;
}
.footer-title p> .fas::before{
	font-size: 11px;
}
#footer .widget{
   margin: 0px 0px 20px;
}
#footer .footer-title .fas {
   position:relative;
	bottom: 1.5px;
}
#footer .fas {
	margin:0px 5px 0px 0px;
}
.footer-left,
.footer-center,
.footer-right,
.footer-mobile{
    padding: 10px 0px 0px 0px;
}

.footer-center,
.footer-right{
  	position:relative;
}
.footer-center {
	left:140px;
}

.footer-right{
	left:60px;
}

.footer-bottom{
     background-color:#223a70;
     margin: 0px calc((100% - 100vw)/2) 0;
     padding: 5px calc((100vw - 100%)/2);
}
.copyright {
    margin-top: 0px;
    margin: 5px 0px 6px;
	font-size: 13px;
}
/*固定ページ投稿ページ関連 */
.entry-title {
    display: none;
}
.new-entry-card-date {
    display: block;
}
.no-post-date .post-date {
    display: block;
}
.entry-card-content .post-date {
    position: relative;
  	bottom: 19px;
	right: -5px;
}
.entry-date {
    margin-left: 4px;
}
.entry-card-title {
	font-size:1rem;
	margin: 0px 0px 5px 0px;
}
.entry-card-content{
	padding:0px 5px;
}
.post-update {
	display:none;
}
.entry-card-snippet::after{
	content: '記事を読む \00bb'; 
	position: absolute;
	bottom: 15px;
	right: 88px;
	font-size: 11px;
	background-color: #223a70; 
	padding: 5px 12px;
	font-weight: bold;
	color: #fff; 
	border-radius: 1px;
}
.post{
      font-size: 1rem;
	  margin-bottom:0px;
      margin: 25px auto 5px;
      padding: 0px 2px;
      width: 100%;
}
.go-to-top-button {
    border: 1px solid #223a70;
    position: relative;
    top: 7.5px;
    background-color: #f3f3f2;
	opacity:0.85;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
#navi ::before {
    display:none;
}
#navi ::after {
    display:none;
}
.mobile-menu-buttons .menu-caption{
    display: none;
}
.mobile-menu-buttons{
    align-items: center;
}	
.add-header-contents {
	display: none; }

.article h3 {
    font-size: 1.4rem;
}

.entry-card-content .post-date {
  	bottom: 13px;
	right: 0px;
}
.entry-card-snippet::after{
	bottom: 10px;
	right: 95px;
}
.entry-content {
    margin-bottom: 5px;
}
.content .main{
    margin:0px 18px 40px;
	padding:20px 25px;
}
.sidebar {
    border-left: 0px;
}
div.sidebar {
    border-width: 1px;
	padding: 0px 10px;
	width:90%;
	margin: 40px auto 20px;	
	border-top: 3px dotted rgba(51,51,51,.12);
}
#categories-2 {
	margin-top:70px;
	margin-bottom:25px;
}
.foot_menu *{
    font-size: 15px;
}
.footer-left,
.footer-center,
.footer-right,
.footer-mobile{
    padding: 10px 0px 0px 0px;
}
.footer-widgets {
    display: flex;
}
.footer-widgets > div {
    width: 33%;
}
.footer-center {
	left:120px;
}
.footer-right{
	left:40px;
}
.post{
      margin: 25px auto 3px;
}
}

/*834px以下 */
@media screen and (max-width: 834px){
.footer-widgets {
    display:flex;
}
.footer-right{
	left:20px;
}
}

/*768px以下*/
@media screen and (max-width: 768px){
.article h3 {
    font-size: 1.3rem;
    margin: 0 auto 13px;
}

.nagoyaka-btn {
	width: 65%;
	margin:20px auto 5px;
}
.nagoyaka-btn a:after{
    right: 2rem;
}
.nagoyaka-btn a:hover:after {
    right: 1rem;
}
.content .main{
	padding:15px 10px;
}
div.sidebar {
	margin: 20px auto 20px;	
	padding: 0px 5px;
	width:90%;
}
.footer-widgets {
	display: block;
    margin: 20px 0px 0px;
}
.foot_menu *{
    font-size: 15px;
}	
#footer .widget{
    margin: 0px 0px 10px;
}
.footer-bottom{
	margin-top: 10px;
}
.footer-title p{
    padding: 22px 0 15px 4px;
	font-size: 14px;
}
.footer-title p> .fas::before{
	font-size: 10px;
}
.footer-left{
    padding: 10px;
}
.footer-center,
.footer-right,
.footer-mobile{
    padding: 0px 10px 7px 50px;
}	
.footer-bottom{
	font-size:0.8rem;
}
.footer-widgets > div {
    width: 100%;
}
.footer-center,
.footer-right{
    position:static;
	left:0px;
}
.entry-title, .archive-title {
    font-size: 18px;
}
.entry-card-title {
	font-size:0.8rem;
	margin: 0px 0px 1px 0px;
}
.entry-card-snippet {
	font-size:0.8rem;
}
.post {
        font-size: 0.9rem;
	    margin-bottom:0px;
        margin: 20px auto 3px;
        padding: 0px 2px;
}
}


/*記事を読む用*/
@media screen and (max-width: 560px){
.entry-card-content .post-date {
  	bottom: 3px;
	right: -1px;
}
.entry-card-snippet::after{
	bottom: 0px;
	right: 90px;
}
}


/*512px以下*/
@media screen and (max-width: 512px){
.article h3 {
    font-size: 1.2rem;
}

.foot_menu *{
    font-size: 14px;
}	
.footer-title p{
	font-size: 13px;
}
.footer-title p> .fas::before{
	font-size: 9px;
}
.entry-card-title {
	font-size:1rem;
}
.entry-card-content .post-date {
  	bottom: 15px;
	right: 0px;
}
.entry-title, .archive-title {
    font-size: 16px;
}
.no-sp-snippet .entry-card-snippet {
    display: none;
}

.content .main{
    margin: 0 18px 30px;
}
#categories-2 {
	margin-top:50px;
}
.breadcrumb a{
	margin: 0px 5px;
}
.breadcrumb-item a{
    font-size: 11px;
    padding: 3px 8px;
}
.nagoyaka-btn a {
	font-size:0.8rem;
}	
.nagoyaka-btn a:after{
    right: 1.2rem;
    font-size: 80%;
}
.nagoyaka-btn a:hover:after {
    right: 0.8rem;
}
.footer-left{
    padding: 2px;
}
.footer-center,
.footer-right,
.footer-mobile{
    padding: 0px 10px 5px 20px;
}
.post{
	font-size:0.8rem;
    margin-bottom:0px;
    margin: 10px auto 3px;
    padding: 0px 2px;
}
}

@media screen and (max-width: 380px) {
.nagoyaka-btn {
    width: 70%;
    margin: 10px auto 5px;
}
.nagoyaka-btn a {
	font-size:0.7rem;
}
.entry-card-title {
	font-size:0.8rem;
	margin: 0px 0px 0px 0px;
}	
}

