@charset "UTF-8";

/* --- ヘッダー --- */
.header-logo {
    padding: 0 0 20px;
}
/*
.header {
    background: url("https://yba1975.jp/wp-content/uploads/2019/08/002.gif") repeat-x;
}
*/
.catchcopy {
    background: transparent;
}
.global-nav {
    background-color: transparent;
}
.header-fixed .global-nav {
    background: transparent;
}

.header .header-contact-button, .header .header-contact-button:hover {
    background: #fff;
    color: #04a9d2;
    border: 1px solid #fff;
    border-radius: 3px;
}

.colored .header-menu > .menu-item a, .none .header-menu > .menu-item a {
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
/*
.global-nav .menu-item:hover a, .global-nav .menu-item:hover::after {
    color: #fff;
    opacity: 1;
}
*/
.colored .header-menu > .menu-item a:hover, .none .header-menu > .menu-item a:hover {
    border-bottom: 1px solid #fff;
	  transition: 0.1s;
}

.header-menu {
    display: inline-block;
}
.menu-item {
    font-weight: bold;
}
/*
.header-menu > .menu-item {
    width: 200px;
}*/
@media(min-width:690px){
.header-content .menu-item.menu-item-page.menu-item-page-543 {
    /*width: 350px290px;*/
    background: #13afd6;
	color:#fff;
  font-weight:bold;
	border-radius: 0px;
}
.header-content .menu-item.menu-item-page.menu-item-page-543 a{
 color:#fff;
 font-weight:bold;
	border-bottom:solid 2px #fff;
		}

}
@media(max-width:689px){
.header-content {
    display: initial;
}
.header-smp-menu .header-menu, .header-smp-menu .sub-menu {
    background: #2f98d4;
}
		.header-smp-menu-link i.fa {
    margin-right: 5px  !important;
}
}

/*共通部分*/
body {
    font-size: 18px;
}
.headline-h3 {
	display: inline-block;
}

@media(min-width:690px){
	.headline-h2.hl-inblock-ul2clr {
    font-size: 40px;
}
.headline-h3.hl-left-line {
    font-size: 30px;
}	
.list-item .title	
	 {
    font-size: 18px;
}	
}
.category-cassette.rows.tile  .title .link-to-post {
    border-bottom: solid 2px;
    color: #666 !important;
}

/* --- お問い合わせ --- */
.contact-form-table .field-name {
    width: 220px;
}
.contact-form-table .field .kikkake span.wpcf7-list-item{
    display: block;
}

/* --- フッター --- */
footer .line {
    background: #6dc9e7;
}
footer .footer-link a {
    color: #000;
}
footer .footer {
    border-top: 1px solid #ccc;
	  padding-top: 10px;
}

@media(max-width:1100px){
.menu-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}
@media(max-width:688px){
	
	i.fa {
    color: #000;
  }
	.header-menu {
    display: block;
  }
	.header-menu > .menu-item {
    width: 100%;
  }

.header-contact-smp .menu-item.menu-item-page.menu-item-page-543 {
    /*width: 350px290px;*/
    background: #fff;
	color:#d4662f;
  font-weight:bold;
	border-radius: 10px;
	text-align:center;
	display: block;
}	
	
}