@charset "UTF-8";
/*---------------------------------
　共通
----------------------------------*/
.content-body {
    padding-left: 0;
    padding-right: 0;
}
.body-home.body-blog .main {
    padding-top: 50px;
}
.font-large {
    font-size: 15px;
}
.font-large .headline-h4 .maintext {
    font-size: 18px;
}

.content-body hr {
    border-top: 1px solid #eee;
}

hr.clear {
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    border: transparent;
}

.body-home #wrapper{
    padding-top: 0 !important;
}

/*---------------------------------
　ヘッダー
---------------------------------*/
@media(min-width:699px){
	.header-logo .logo {
    max-height: 120px;
}
}
.catchcopy {
    height: initial;
}
.header-logo {
    padding: 20px 0px;
}
/*.header-contact {
    padding-top: 20px;
}*/
.nav-plus-slug .header-menu > .menu-item > a::after {
    font-size: 9px;
}
.nav-colored .menu-item::before, .nav-plus-slug .menu-item::before, .nav-texture .menu-item::before {
    top: calc(50% - 12px);
    height: 22px;
}
.content.is-global-nav{
    position: relative;
}
.content.is-global-nav::before,
.content.is-global-nav::after{
    content: " ";
    position: absolute;
    z-index: 1;
    top: calc(50% - 12px);
    right: 0;
    height: 22px;
    opacity: .5;
    border-right: 1px solid;
}
.content.is-global-nav::after{
	  left:0;
}

/*スライドショーを一番上へ*/
.body-home .header-container {
	  height: 0;
	  position: relative;
	  z-index:100;
} 
.body-home .header, .catchcopy {
    position: relative;
    z-index: 100;
}
/*.catchcopy{
    height: 0;
}*/

/*連絡先情報*/
a.contact-btn{
    background-color: #002c6c;
    color: #fff;
    padding: 15px 20px;
    margin-left: 15px;
}
.header-contact .text-title {
    background-color: initial;
    color: #333;
    font-size: 14px;
}
.body-home .header-contact .text-title {
    color: #fff;
}
.header-contact .header-tel::before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 24px;
    margin-right: 5px;
    color: #1e8edf;
}
.header-contact .header-tel {
    text-align: left;
    background: none;
    padding-left: 0;
}
.global-nav .menu-item a:hover {
    opacity: 1;
}
.header-contact .header-tel {
    color: #262626;
}
.header-contact .contact-left{
	  color:#333;
}
.body-home .header-contact .contact-left,
.body-home .header-contact .header-tel{
    color: #fff;
}
.header-contact .contact-button {
    background-color: #006aff;
	  background-image: none;
    width: 210px;
    height: 50px;
    padding: 14px 20px;
    box-sizing: border-box;
}
.header:not(.header-left-fix) .header-contact-default .contact-right {
    margin-bottom: 15px;
}
.header:not(.header-left-fix) .header-contact-default .contact-left {
    padding-right: 15px;
}


.table-content td.w_td {
    width: 20%;
    text-align: center;
    background-color: #002c6c;
    color: #fff;
}
/*---------------------------------
　見出し
----------------------------------*/
.midashi {
    font-size: 13px;
    display: block;
    line-height: 12px;
	  color: #b3b2b2;
}
.page-title.hl-custom {
    background: #07203a;
}
.page-title.has-back-image .page-title-image {
    opacity: .4;
}
.page-title.has-back-image {
    text-shadow: none;
}
.font-large .page-title .maintext {
    font-size: 43px;
}
.page-title .maintext {
    font-size: 43px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.page-title .content {
    padding-left: 0;
}
.page-title .maintext::before {
    width: 0;
}

.headline-h2 .maintext {
    overflow: initial;
}
.headline-h2{
  	margin: 70px 0 20px 0;
    padding: 35px 0 0;
    background: url("https://souzoku.l-tas.net/wp-content/uploads/2021/05/bg_tit02.png") top center / 18px 18px no-repeat;
}
.font-large .headline-h2 .maintext,
.headline-h2 .maintext{
    font-size: 32px;
	  font-size: 44px;
}


/*
.headline-h3 {
    border-color: #337ab7;
}
.headline-h3 .maintext{
    padding: 5px 0px 5px 0px;
    font-size: 1.7rem;
    line-height: 1;
    font-weight: 700;
    background: #fff;
}*/

.headline-h3 {
    margin: 30px 0;
}
.headline-h3 .maintext {
    display: flex;
    align-items: center;
    color: #2287be;
    font-size: 27px;
}
/*.headline-h3 .maintext::before,*/ .headline-h3 .maintext::after {
    border-top: 1px solid #2287be;
    content: "";
    flex-grow: 1;
}
/*.headline-h3 .maintext::before {
    margin: 0 30px 0 0;
	  height: initial;
	  min-width: 50px;
	  width: initial;
}*/
.headline-h3 .maintext::after {
    margin: 0 0 0 30px;
	  min-width: 50px;
}
.headline-h4 .maintext {
    font-size: 26px;
}

/*---------------------------------
　サイドバー
----------------------------------*/
.left-sidebar{
    margin-right: 40px;
}

/*---------------------------------
　パンくずリスト
----------------------------------*/
.breadcrumb {
    text-align: left;
}

/*---------------------------------
　ボタン
----------------------------------*/
.button-content .button-content-inner, .button-link .button-link-inner {
    color: #2287be !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #2287be;
    border-radius: 0;
    text-shadow: none;
    height: 50px;
    padding: 16px 60px;
    box-sizing: border-box;
	  box-shadow: none;
}
.button-content .button-content-inner:hover, .button-link .button-link-inner:hover {
    opacity: 1;
    background-color: #2287be !important;
    color: #fff !important;
}
.button-content {
    margin-top: 15px;
}
.button-content .icon-play-circle::before {
    content: '';
}
.is-archive-list .button-content-inner::before, .is-post-list .button-content-inner::before {
    border: none;
}
.button-content a::after {
    background: none;
}

/*---------------------------------
　広告一括管理
----------------------------------*/
.bnr_sns {
    text-align: right;
}
.bnr_sns li{
    display: inline-block;
    vertical-align: middle;
}
.bnr_sns li img{
    width: 36px;
}
.content-body ul.bnr_sns li::before {
    content: "";
}
.follow{
	position:relative;
}
.follow::after {
    content: " /";
}
.follow::before {
    content: "/";
    position: absolute;
    left: -13px;
    bottom: -5px;
    transform: rotateX(-180deg);
}

/*---------------------------------
　記事一覧カセット
----------------------------------*/
.l-list-news-list .link-to-post {
    background: url("https://souzoku.l-tas.net/wp-content/uploads/2021/05/ico_arw02_pc.png") 99.5% center no-repeat;
}
.l-list-news-list .list-item {
    padding: 10px 0;
}
.l-list-news-list .tagname {
    padding: 5px 15px;
}
/*.list-item .post-date-and-tag {
    padding: 2px 0;
}*/
.l-list-news-list {
    border-top: 1px solid #e2e2e2;
}
.is-post-list {
    text-align: center;
}
.l-list-news-list .list-item .post-date {
    width: 95px;
    display: inline-block;
}

/*---------------------------------
　画像カセット
----------------------------------*/

.gallery {
    margin: 0 -10px;
}
.gallery .grid-column-inner {
    border: 1px solid #b3b2b2;
	  padding: 40px 30px;
}
.gallery .gallery-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.gallery .grid-column-inner:hover{
		border: 1px solid #07135f;
}

.gallery.layout-3 .gallery-title.gallery-title-left,
.gallery.layout-4 .gallery-title.gallery-title-left {
    float: left;
}
.gallery-caption {
    clear: both;
}
.gallery.layout-4 .gallery-image-caption {
    display: flex;
}
.gallery.layout-5 .grid-column-inner{
	  padding:0;
}

/*---------------------------------
　表
----------------------------------*/
.table-content {
    border: none;
}
.table-content td, .table-content th {
    border-right: none;
    border-left: none;
    padding: 23px 10px;
}

/*.table-content th {
	  text-align:left;
}*/

/*---------------------------------
　背景色があるときのコンテンツ幅
----------------------------------*/
.l-m .alignfull {
    margin-left: initial;
    margin-right: initial;
}

/*---------------------------------
　お問い合わせフォーム
----------------------------------*/

.wpcf7{
    background-color: #f7f9fa;
    padding: 40px 70px 50px;
	  margin-bottom:30px;
}
.contact-form-table .field-name {
    background-color: #f7f9fa;
    font-weight: bold;
    font-size: 17px;
    width: 290px;
}
input, select, textarea {
    padding: 11px 5px;
}
.contact-form-table .field, .contact-form-table .field-name {
    padding: 17px 0;
}
.contact-form-table .field-group:first-child {
    border-top: none;
}
.contact-form-table .field-group:last-child {
    border-bottom: none;
}
.submit-form{
	  text-align:center;
}
.submit-form .button {
    background-image: none;
    background-color: #2287be;
    color: #fff;
    width: 180px;
    height: 50px;
    border: none;
    border-radius: 0;
    font-size: 16px;
}
.contact-form-table .field-group {
    border-bottom: 1px solid #cbc9c9;
}
.hissu, .ninni{
    font-size: 12px;
    float: right;
    padding: 3px 8px;
    background: #07135f;
    color: #fff;
	  line-height: 1.1em;
	  margin-right: 10px;
}
.ninni{
	  background-color:#8d8d8d;
}

/*---------------------------------
　SNSシェア
----------------------------------*/
.content-body .block-title.social-title {
    font-size: 18px;
    margin-top: 50px;
}

/*---------------------------------
　フッター
----------------------------------*/

.footer_bnr {
    display: flex;
    flex-wrap: nowrap;
}
.f_item{
    width: 50%;
}
.item_left{
    line-height: 0;
}
.footer_bnr .item_right {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #2287be;
    color: #fff;
}
.item_right img{
    width: 140px;
    margin-bottom: 20px;
}
a.footer_btn{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 100px;
    margin-top: 20px;
}
a.footer_btn:hover{
    background-color: #fff;
    opacity: 1;
    color: #2287be;
	  transition:0.3s;
}


.footer .content {
    max-width: 100%;
}
.footer .widget_map .grid-column-inner{
	padding:0;
}

.footer .widget_text .grid-column-inner{
	padding:10px 0 0;
}

.footer .map-frame-wrapper {
    margin-bottom: 0;
}
.footer .widget-menu.is-horizontal a {
    padding: 5px 25px;
}
.footer .widget-menu.is-horizontal .menu-item::before {
    top: calc(50% - 12px);
    height: 22px;
    border-right: 1px solid #999;
}
.line {
    background-color: #fff;
    padding-top: 10px;
}
.copyright {
    font-size: 12px;
    letter-spacing: 0.5px;
}
.footer-link a{
    color: #262626;
    font-size: 13px;
}

.item_right img {
    margin-bottom: 20px;
    max-width: 510px;
    width: auto;
}
a.footer_btn {
    width: 310px;
    height: 60px;
    font-size: 19px;
    text-align: center;
    line-height: 60px;
}
.footer_bnr .item_right {
    font-size: 15px;
}

/*---------------------------------
　スマホ
----------------------------------*/
@media(max-width:1050px){
	.footer_bnr {
    display: block;
    width: 100%;
  }
	.f_item {
    width: 100%;
  }
	.footer_bnr .item_right {
    padding: 20px 0;
  }

}

@media(max-width:688px){
	
	.content-body {
    padding-left: 15px;
    padding-right: 15px;
  }
	.body-home .header-container {
    height: initial;
  }
	.catchcopy {
    height: initial;
  }
	.catchcopy h1 {
    color: #fff;
    background-color: #2287be;
  }
	.global-nav-smp-link i.fa {
    color: #000;
  }
	.body-home .header, .catchcopy {
    top: 0 !important;
  }
	.body-home.body-blog .main {
    padding-top: 20px;
  }
	
	/*見出し*/
	.page-title .content {
    padding-left: 10px;
  }
	.page-title .maintext {
		font-size: 24px;
	}
	.font-large .headline-h2 .maintext, .headline-h2 .maintext {
    font-size: 26px;
  }
	.headline-h3 .maintext {
    font-size: 22px;
  }
	.headline-h3 .maintext::before,
	.headline-h3 .maintext::after{
    min-width: 0;
  }
	.headline-h3 .maintext::before{
    margin: 0 5px 0 0;
  }
	.headline-h3 .maintext::after {
		margin:0 0 0 5px;
	}
	.headline-h4 .maintext {
    font-size: 21px;
  }
	
	/*サイドバー*/
	.left-sidebar{
    margin-right: 0;
  }
	
	/*表*/
	.table-content td {
    text-align: center;
  }
	.table-content.tr-left {
		border-bottom:1px solid #ccc;
  }
	.tr-left th {
    text-align: center;
  }
	.table-content.tr-left th,
	.table-content.tr-left td{
    border-bottom: none !important;
  }
	
	/*広告一括管理*/
	.gallery .grid-column.image-1611,
.gallery .grid-column.image-1612,
.gallery .grid-column.image-1613 {
    width: 100%;
  }
	
	/*画像カセット*/
	.gallery .gallery-title {
    font-size: 21px;
  }
	.gallery .grid-column-inner {
    padding: 10px;
  }
	.gallery.layout-5 .gallery-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
	.gallery.layout-6 .gallery-title {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
	
	/*記事一覧*/
	.list-item .post-date {
    float: initial;
    margin-bottom: 0;
  }
	.list-item .tagname {
    margin-right: 15px;
  }
	.l-list-news-list .link-to-post {
    padding-right: 27px;
  }
	.l-list-news-list .list-item .post-date {
    width: 100px;
  }
	.l-list-news-list .tagname {
    padding: 2px 15px;
  }
	
	/*ボタン*/
	.button-content .button-content-inner, .button-link .button-link-inner {
    height: initial;
    padding: 16px 20px;
    width: 100%;
    text-align: center;
  }
	.is-archive-list .button-content-inner, .is-post-list .button-content-inner {
    margin-left: 0;
  }
	
	/*お問い合わせフォーム*/
	.wpcf7{
    padding: 20px 20px 30px;
  }
	.contact-form-table .field-group {
    border-right: none;
    border-left: none;
  }
	.contact-form-table .field-name{
    padding: 10px 0 5px;
    width: 100%;
  }
	.contact-form-table .field{
    padding: 0px 0px 8px;
  }
	.contact-form-table .field div[class^="grid-column"] {
    padding: 5px 0px;
  }
	.contact-form-table .field-group {
		border: 1px solid #cbc9c9;
		border-right: none;
		border-left: none;
	}


	
	/*フッター*/
	.is-footer {
    padding: 5px;
  }
	#footer {
    background-color: #f5f5f5;
    color: #262626;
    padding-bottom: 0;
  /** 20210403：
      .footer-paddingと.lineを入れ替えたためpaddingの設定を変えています
    margin-bottom: 60px;
    **/
  }
	.footer-smp-content .grid-column {
    padding: 0;
  }
	.footer .widget-menu.is-horizontal .menu-item {
    width: 100%;
    text-align: center;
  }
	.sp_item{
    text-align: center;
  }
	a.footer_btn {
    color: #fff;
    border: 2px solid #fff;
    margin-top: 15px;
    display: block;
    text-align: center;
  }
	.line {
    background-color: #f5f5f5;
		padding-top:0;
  }
  /** 20210403： 
      .footer-paddingと.lineを入れ替えたためpaddingの設定を変えています 
	.footer-padding {
    height: 120px;
  }
	**/
	.footer-smp-menu {
    background-color: #07135f;
  }
	.footer-smp-menu .footer-menu-text {
    color: #fff;
  }
	
	.footer_bnr .item_right {
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }
	a.footer_btn {
    width: 85%;
    height: 55px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.8em;
    padding: 10px;
		margin: 20px auto 10px;
  }
	.item_right img {
    max-width: 75%;
		margin-bottom:15px;
  }
	.map-frame-wrapper{
		padding-top:50% !important;
	}
	.footer_bnr .item_right {
    font-size: 14px;
  }

	
}


