@charset "UTF-8";


/*--------------------------------
 共通
---------------------------------*/
.content-body hr {
    border-top: 1px solid #fff;
}

/*--------------------------------
 ヘッダー
---------------------------------*/
.content.is-global-nav {
    border-top: solid 1px #e3dbcc;
}

.global-nav .header-menu .menu-item a {
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 5px;
}


.eyecatch-wrapper {
    position: relative;
    padding-bottom: 25px;
    overflow: visible;
	  margin-bottom:40px;
}
.eyecatch-wrapper::before {
    position: absolute;
    width: 44px;
    height: 20px;
    content: '';
    border-bottom: 3px solid #8c8040;
    text-align: center;
    left: 50%;
    bottom: -2px;
    z-index: 10;
	  transform: translateX(-50%);
}
.header-logo .logo {
    max-height: 130px;
}
.header-contact .contact-button {
    color: #fff;
    width: 180px;
    background: #ae393e;
    padding: 10px 20px;
}
.header-contact .header-tel {
    color: #746b4c;
}
.header-contact .text-title {
    background-color: #a09b8c;
}
.header-contact .header-tel {
    background: none;
}
.header:not(.header-left-fix) .header-contact-default .contact-left {
    margin-bottom: 0;
    padding-right: 15px;
	  width: 32px;
}
.header:not(.header-left-fix) .header-contact-default .contact-right {
    margin-bottom: 0;
}
.header:not(.header-left-fix) .header-contact .grid-column {
    margin-bottom: 0;
}
.contact-left img{
    padding-top: 6px;
    width: 30px;
    height: initial;
}
.header-contact .contact-left {
    position: relative;
}
.contact-left::before {
    content: "お問い合わせ";
    display: inline-block;
    position: absolute;
    right: 56px;
    bottom: 10px;
    width: 85px;
}
@media(max-width:1000px){
	.contact-left::before {
    content: "";
}
}
/*----------------------------------
 ホバー追加
-----------------------------------*/
.nav-colored .menu-item::before{
	  border-right:none;
}
.global-nav .header-menu .menu-item a {
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: solid 1px transparent;
	  margin-top: 10px;
}
.global-nav .menu-item a:hover {
    background-color: transparent;
    border-bottom: solid 1px #917748;
  	opacity: 1;
    transition: 0.3s;
}


/*----------------------------------
 見出し
-----------------------------------*/
.page-title .maintext {
    display: flex;
	  align-items: center;
	  font-size: 30px;
}
.page-title .maintext::before,
.page-title .maintext::after{
    border-top: 3px double #231815;
    content: "";
    flex-grow: 1;
}
.page-title .maintext::before {
    margin: 0 1em 0 0;
	  height:0;
}
.page-title .maintext::after{
    margin: 0 0 0 1em;
}

.headline-h2 {
    margin: 140px 0 40px 0;
}
.headline-h2 .maintext{
    display: flex;
    align-items: center;
}
.headline-h2 .maintext::before, .headline-h2 .maintext::after {
    border-top: 1px solid #e5e1d9;
    content: "";
    flex-grow: 1;
}
.headline-h2 .maintext::before {
    margin: 0 1em 0 0;
	  height: initial;
}
.headline-h2 .maintext::after {
    margin: 0 0 0 1em;
}
/*.headline-h3 {
    max-width: 560px;
}*/
.headline-h3 .maintext {
    position: relative;
    z-index: 10;
    overflow: visible;
    padding-left: 0;
    font-size: 21px;
	  display: flex;
	  align-items: center;
}
/*.headline-h3.hl-custom .maintext::after {
    content: "";
    position: absolute;
    background: #fffab9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: -2;
}*/
.headline-h3.hl-custom .maintext::after{
    border-top: 1px solid #e5dbca;
    content: "";
    flex-grow: 1;
	  margin: 0 0 0 1em;
}

.headline-h4 {
    border-radius: 5px;
	  margin: 30px 0 15px;
}
.headline-h4 .maintext {
    font-size: 19px;
}

/*--------------------------------
 midasi追加
---------------------------------*/
.midashi {
    font-size: 12px;
    display: contents;
    line-height: 12px;
}

h2.maintext {
    text-align: center;
    line-height: 1.2em;
}

/*----------------------------------
 お問い合わせフォーム
-----------------------------------*/
.submit-form .button {
    background-image: none;
    border-radius: 0;
    border: 3px double #917748;
    color: #917748;
}

.submit-form .button:hover {
    background-color: #917748;
    color: #fff !important;
    opacity: 1;
    transition: 0.2s;
    box-shadow: none;
}


/*----------------------------------
 画像カセット
-----------------------------------*/
.gallery-title /*.gallery-caption*/ {
    text-align: center !important;
}
.gallery.layout-4 .gallery-image-caption{
    display: flex;
}

.body-home .gallery .gallery-title {
    color: #a7956e;
}



/*----------------------------------
 ボタン
-----------------------------------*/
.button-link-inner{
    min-width: 420px;
    box-sizing: border-box;
    height: 48px;
    line-height: 1.7em;
}
.button-link-inner,
.button-content a{
    border: 3px double #231815;
    border-radius: 0;
    background-color: #fff !important;
    background-image: none;
    color: #231815 !important;
	  text-shadow:none;
}
.button-link-inner:hover, .button-content a:hover {
    background-color: #aea27c !important;
    color: #fff !important;
    opacity: 1;
    transition: 0.2s;
    box-shadow: none;
}
.button-link-inner::before,
.button-content a::before{
  	border: none;
	
}
.button-link {
    margin-top: 10px;
    text-align: center;
}

.button-content {
    text-align: center;
    margin-top: 10px;
}
.button-content .button-content-inner {
    border: 3px double #aea27c;
    border-radius: 0;
    background-color: #fff !important;
    background-image: none;
    color: #8c8040 !important;
    text-shadow: none;
    /*min-width: 420px;*/
    box-sizing: border-box;
    /*height: 48px;*/
    line-height: 1.7em;
    text-align: center;
	  padding: 10px 20px;
	 	max-width: 380px; 
	  width: 100%;
}
.is-archive-list .button-content-inner::before, .is-post-list .button-content-inner::before {
    border: none;
}

/*----------------------------------
 表
-----------------------------------*/
.table-content td, .table-content th {
	border:initial;
   border-top: 1px dotted #e5dbca;
	padding: 32px 7px;
}
.table-content th {
    background: #fff;
    font-weight: bold;
}
.table-content {
	 border: none;
   border-bottom: 1px dotted #e5dbca;
}
.table-content td {
    vertical-align: top;
}

/*----------------------------------
 画像
-----------------------------------*/
.gallery.layout-4 .grid-column-inner {
    flex-wrap: nowrap;
}

/*----------------------------------
 記事一覧
-----------------------------------*/
.l-list-default, .l-list-slick-3, .l-list-slick-4, .l-list-tile, .l-list-tile-circle {
    margin-left: 0px;
    margin-right: 0px;
}


.l-list-default .grid-column,
.slick-slider .grid-column{
    border: 4px solid #f4f2ed;
	  margin: 1px;
}
.l-list-default .grid-column:hover,
.slick-slider .grid-column:hover{
    border: 4px solid #aea27c;
	  opacity:1;
}
.l-list-default .grid-column.grid-column-md-1-2,
.slick-slider .grid-column.grid-column-1-2{
    width: calc(50% - 2px);
}
.l-list-default .grid-column.grid-column-lg-1-3,
.slick-slider .grid-column.grid-column-lg-1-3{
    width: calc(33.3333% - 2px);
}
.l-list-default .grid-column.grid-column-lg-1-4,
.slick-slider .grid-column.grid-column-lg-1-4{
    width: calc(25% - 2px);
}

.l-list-default .list-item .title,
.l-list-tile-circle .list-item .title,
.slick-slider .list-item .title{
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
    padding-bottom: 9px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.l-list-default .list-item .title a,
.slick-slider .list-item .title a,
.l-list-tile-circle .list-item .title a{
    color: #737373;
}
.l-list-default .list-item .desc,
.slick-slider .list-item .desc,
.l-list-tile-circle .list-item .desc{
    color: #737373;
}
.l-list-news-list .tagname {
    background:#8c8040;
}

.l-list-news-list .list-item:first-child {
    border-bottom: 1px dotted #e5dbca;
}
.l-list-news-list .list-item:hover {
    background-color: #f4f2ed;
}

/*----------------------------------
 ネーミングフロー
-----------------------------------*/
.flow_box{
    background-color: #fff5fa;
		padding: 20px;
	  padding: 40px 30px 20px;
	  margin: 50px 0;
}
.flow_first{
	  margin-top:50px;
}
.flow{
    display: flex;
    align-items: center;
	  margin: 50px 0;
}
.flow_title {
    width: 35%;
    text-align: center;
    border: 2px solid #958357;
    border-radius: 15px;
    color: #ef4936;
    box-sizing: border-box;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 35px;
	  background-color: #fff;
	  position: relative;
}

.flow_title::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.0px 15px 0 15px;
    border-color: #958357 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}
.flow_last{
    margin-bottom: 30px;
}
.flow_last .flow_title::before{
	  border:none;
	  position:initial;
}
.flow_text{
	  width:65%;
}

/*----------------------------------
 お問い合わせフォーム
-----------------------------------*/
.contact-form-table .field-name {
    background-color: #f4f2ed;
}
.contact-form-table .field-group:first-child {
    border-top: 1px solid #e5dbca;
}
.contact-form-table .field-group {
    border-bottom: 1px solid #e5dbca;
}
input, select, textarea {
    border: 1px solid #e5dbca;
}

/*----------------------------------
 フッター
-----------------------------------*/
.widget-content.is-image img{
    width: 315px;
}
.footer-content{
    /*border-top: 1px solid #ccc;*/
	  padding-top:45px/*55px*/;
}
.footer .widget-content.is-menu{
    margin-bottom: 15px;
}
.footer .widget-menu.is-horizontal .menu-item::before {
    border-right: none;
}
.footer .widget-menu.is-horizontal a {
    padding: 5px 18px;
}
.footer-link a {
    color: #635131;
    font-size: 13px;
}
.footer .link-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	  margin-bottom: 10px;
}
.footer .link-list li a {
    padding: 0px 15px;
}
.footer .widget_text{
    text-align: center;
}
.footer .widget_text img{
    margin-top: 20px;
}
.footer .link-list li::before{
	  content:"";
}


/*----------------------------------
 スマホ
-----------------------------------*/
@media(max-width:688px){
	
	/*ヘッダー*/
	i.fa {
    color: #555;
  }
	.header-logocenter .header-logo {
    padding-left: 40px;
  }
	
  .col2.tr-left th {
    display: inline-block;
    width: 30%;
  }
	.col2.tr-left td {
    display: inline-block;
    width: 70%;
  }
	.table-content th {
		display: inline-block;
		float: left;
  }
	.table-content td {
    display: inline-block;
  }
	.table-content tr:first-child td, .table-content tr:first-child th {
    border-top: none !important;
  }
	
	/*見出し*/
	.page-title .maintext {
    font-size: 24px;
  }
	.page-title .maintext::before {
    width: initial;
  }
	.headline-h2 .maintext {
    font-size: 20px;
  }
	.headline-h2 .maintext::before {
    width: initial !important;
  }
	.headline-h3 .maintext {
    font-size: 18px;
  }
	
	/*記事一覧*/
	.l-list-default .grid-column.grid-column-lg-1-3, .slick-slider .grid-column.grid-column-lg-1-3 {
    width: calc(50% - 2px);
  }
	.l-list-default .grid-column.grid-column-lg-1-4, .slick-slider .grid-column.grid-column-lg-1-4 {
    width: calc(50% - 2px);
  }
	
	/*トップページ*/
	.image-1620{
    width: 60%;
	}
	
	/*ボタン*/
	.button-link-inner {
    min-width: 90%;
    margin-left: 0;
  }
	/*ボタン*/
	.button-content .button-content-inner {
    min-width: 80%;
  }

/*	.footer-smp-menu {
    background-color: #000;
}*/
	.footer-smp-menu .grid-column-inner::after {
    border-right: 1px solid #fff;
  }
	.footer-smp-menu .footer-menu-text {
    color: #fff;
  }
	
  .footer-smp-menu {
    background-color: #8c8040;
  }

}

/*-------------------------------
　横幅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;
  }
	
	/*ネーミングフロー*/
	.flow_box .headline-h2{
    margin-bottom: 20px;
  }
	.flow_box {
    padding: 30px 15px 10px;
  }
	.flow {
    flex-direction: column;
  }
	.flow_title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
	.flow_text {
    width: 100%;
  }
	.flow{
		margin: 60px 0;
	}
	.flow_title::before {
    bottom: initial;
    top: -42px;
  }
	.flow_last .flow_title::before {
    position: absolute;
    border-style: solid;
    border-width: 26.0px 15px 0 15px;
    border-color: #958357 transparent transparent transparent;
  }
	.flow_first .flow_title::before{
	  border:none;
	  position:initial;
  }
	.flow.flow_first{
    margin-top: 30px;
  }
	.flow.flow_last {
    margin-bottom: 30px;
  }
	
	/*フッター*/
	.footer-content {
    padding-top: 20px;
  }
	.footer .footer-column{
    width: 100% !important;
  }
	.footer .link-list li{
		padding-left:0;
	}
	.footer-padding.narrow {
    padding-bottom: 60px;
  }
	
	
}

.gallery .gallery-title {
    margin-bottom: 15px;
    line-height: 1em;
    font-weight: 700;
    margin-top: 15px;
}


