@charset "UTF-8";
/*-------------------------------
 共通
-------------------------------*/
.content-body hr {
    border-top: 1px solid #eee;
}

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




/*-------------------------------
 ヘッダー
-------------------------------*/
.header-menu a {
    font-weight: bold;
}
.body-home .content.is-header {
    border-bottom: none;
}
.body-home.body-blog .main {
    padding-top: 0;
}
.content-body {
    padding-top: 0;
}
.contact-right{
    text-align: right;
}

/*-------------------------------
 コンタクトボタン
-------------------------------*/
.content.is-header .header-contact .contact-button {
    background-color: #befa5c
}

/*-------------------------------
 見出し
-------------------------------*/
.headline-h2:nth-child(4n+1)  h2::first-letter{
    color: #333;
}
.headline-h2:nth-child(4n+2)  h2::first-letter{
    color: #6f7606;
}
.headline-h2:nth-child(4n+3)  h2::first-letter{
    color: #f29958;
}
.headline-h2:nth-child(4n)  h2::first-letter{
    color: #6a3905;
}
.headline-h3 {
    margin: 40px 0 20px;
}


/*-------------------------------
 背景色あり
-------------------------------*/
.l-m .alignfull {
    margin-left: -40px;
    margin-right: -40px;
}


/*-------------------------------
 ボタン
-------------------------------*/
.button-content .left-icon, .button-content a, .button-link .button-link-inner, .submit-form .button {
    background-color: #f29858 !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: 0 2px #ccc;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 70px !important;
    box-sizing: border-box;
    background-image: none !important;
    text-shadow: none;
    border: none !important;
}
.button-content .left-icon::before, .button-content a::before, .button-link .button-link-inner::before, .submit-form .button::before {
    border-top: solid 2px #fff !important;
    border-right: solid 2px #fff !important;
}
.button-content .left-icon::before, .button-content a::before, .button-link .button-link-inner::before, .submit-form .button::before {
    width: 6px;
    height: 6px;
}


/*-------------------------------
 画像カセット
-------------------------------*/
.grid-column-md-1-3 .gallery .grid-column-md-1-2:first-child {
    padding-right: 0;
}
.grid-column-md-1-3 .gallery .grid-column-md-1-2:last-child{
    padding-left: 5px;
}
.grid-column-md-1-3 .gallery .grid-column-md-1-2:last-child .grid-column-inner{
    padding-left: 5px;
}

/*サイドバー*/
.side {
    margin-top: 0;
}


/*-------------------------------
 フッター
-------------------------------*/
.footer .widget-content.is-image img {
    margin-right: 20px;
}

.footer-smp-menu {
    background-color: #f7861e;
}
#footer .footer {
    background-color: initial;
}
.line {
    background-color: initial;
}


/*-------------------------------
 スマホ
-------------------------------*/
@media(max-width:688px){
	.body-home #block-1 p {
    text-align: left !important;
　}
	
	/*ヘッダー*/
	i.fa {
    color: #000;
  }
	
	/*見出し*/
	.is-archive-list .button-content-inner, .is-post-list .button-content-inner {
    margin-left: 0;
  }
	.page-title .maintext {
    margin-top: 15px;
  }
	
	/*ボタン*/
　.button-content .left-icon, .button-content a, .button-link .button-link-inner, .submit-form .button {
    padding: 18px 35px !important;
	  text-align: center;
  }
	.button-content a {
    width: 100%;
	}	
	.button-link-inner {
    margin-left: auto;
    margin-right: auto;
    display: block;
	}
	
	/*パンくずリスト*/
	#wrapper nav {
    background-color: #fff;
  }
	.content.is-breadcrumb .breadcrumb {
    padding: 10px;
  }
	.content.is-breadcrumb .breadcrumb li {
    padding: initial;
  }
	.content.is-breadcrumb .breadcrumb li::after {
    margin: 0 5px;
    content: "\f105";
    font-family: FontAwesome;
		position: initial;
  }
	.content.is-breadcrumb .breadcrumb li:last-child::after {
    content: "";
  }
	
	/*トップページ*/
	.l-m .alignfull {
    margin-left: 0;
    margin-right: 0;
  }
	
	/*記事一覧*/
	.l-list-news-list .link-to-post {
    padding-top: 10px;
    padding-bottom: 10px;
  }
	
	/*表*/
	.col2.tr-left td, .col2.tr-left th {
    text-align: center;
  }
	
	/*フッター*/
	.footer .widget-content.is-image img {
    margin-left: 20px;
  }
	.footer-smp-menu .footer-menu-text {
    color: #fff;
  }
		.footer-padding {
    height: 0px;
  }
	
	
	
	
}

/*-------------------------------
　横幅1150px以下でパンケーキリストに切り替え
--------------------------------*/
@media(max-width:1150px){
	
	.global-nav-smp-link {
    display: initial;
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
	i.fa {
    color: #000;
  }
	.global-nav.is-pc {
    display: none;
  }
	#header .header-compact .is-header .header-contact .header-contact-default{
    display: none;
  }
	#header .header-compact {
    padding-top: 0;
  }
	
/* 	自分で追加したcss*/
}
.title{
	font-size: 160%;
}
.list-item .desc{
	font-size: 15px;
}