@charset "utf-8";

/* トップタイトル
-------------------- */
#PageTitle {
    margin-top: 90px;
    height: 200px;
    background: no-repeat;
    background-size: cover;
    text-align: center;
}
#PageTitle h1 {
    padding-top: 60px;
    font-size: 42px;
    font-weight: bold;
	color: #fff;
}


/* レイアウト
-------------------- */
.contents {
    margin-bottom: 50px;
}
#Main {
}
#Side {
	display: none; /* 固定ページなどは見えないようにしたいので */
    margin-top: 100px;
}
#Side #Banner {
    margin: 30px 0 60px;
    text-align: center;
}
#Side #Banner .banner {
    display: inline-block;
}
/* 右サイド */
#MainLeft {
    float: left;
    width: 824px;
}
#SideLeft {
    float: left;
    width: 300px;
}
/* 左サイド */
#MainRight {
    float: right;
    width: 824px;
}
#SideRight {
    float: right;
    width: 300px;
}

#SideLeft #Banner,
#SideRight #Banner {
    text-align: center;
}
#SideLeft #Banner .banner,
#SideRight #Banner .banner {
    margin: 20px 0;
}



/* 汎用スタイル
-------------------- */
/* 見出し */
/*
.main h2 {
	margin-bottom: 30px;
    padding-bottom: 15px;
    background: url(../img/common/bg_headline.png) left bottom no-repeat;
	font-family: "Century Gothic", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 30px;
    line-height: 1.3;
}
*/
.main h2 {
	position: relative;
    padding-left: 0.7em;
	margin-bottom: 32px;
	margin-top: 56px;
	font-size: 32px;
    line-height: 1.3;
}
 
.main h2::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:1em;
     background-color: #6d4a25;
}

.main h3 {
	margin: 40px 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #999;
    font-size: 24px;
}
.main h3 a {
	text-decoration: none;
    color: #333;
}
.main h3 a:hover {
	text-decoration: underline;
    color: #888;
}
.main h4 {
	margin: 30px 0 20px;
    font-size: 18px;
    font-weight: bold;
}

/* 文章 */
.main p {
    margin-bottom: 30px;
}
#Recipe img {
    border: 1px solid #ccc;
    box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.1);
}

/* サイドバー
-------------------- */
.side h2 {
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
    color: #fff;
    background: #666666;
    font-family: "oswald";
    font-size: 14px;
    letter-spacing: 2px;
}
.widget {
    margin-bottom: 30px;
}
.widget li a {
    display: block;
    padding: 13px 10px 12px 20px;
    border-bottom: 1px solid #CCCCCC;
    background: url(../img/common/icn_arrow02.png) 10px 18px no-repeat;
    text-decoration: none;
    color: #333;
}
.widget li a:hover {
    background-color: #e8e8e8;
}
.widget table tr:first-child {
    background: #666666;
    color: #fff;
}
.widget table tr:first-child a {
    color: #fff;
}
.widget table th,
.widget table td {
    padding: 3px;
    border: 1px solid #ddd;
    text-align: center;
}
.widget table th {
    background: #e8e8e8;
}
.widget table td {

}


/* 検索窓 */
.search-box {
    margin-bottom: 30px;
}
.search-box input#SearchIndexQ {
    width: 200px;
    margin-right: 10px;
}


/* ブログスタイル
-------------------- */
.blog h2 {
}
.blog h2 a {
    text-decoration: none;
    color: #333;
}
.blog h2 a:hover {
    position: relative;
    bottom: -1px;
    color: #666;
}
.blog h3 {
    padding-bottom: 10px;
    font-size: 20px;
}
.blog p {
	margin-bottom: 0;
}
.blog .post {
    margin-bottom: 80px;
}
.blog .more {
    text-align: right;
}
.blog .more a {
    display: inline-block;
    width: 130px;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
    background: #cf9f58;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}
.blog .more a:hover {
	background-color: #dfb980;
    text-decoration: none;
}
.blog .meta {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px dashed #ccc;
}
.blog .tag a {
    display: inline-block;
    margin-right: 2px;
    padding: 2px 15px;
    background: #000;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.blog .eye-catch {
    margin-bottom: 30px;
}

/* コメントスタイル */
#BlogCommentList {
    margin-bottom: 50px;
}
img.auth-captcha-image {
	margin-bottom: 6px;
}
.auth-captcha {
	margin: 20px 0;
	color: #fff;
	text-align: center;
}
.submit {
	text-align: center;
}

/* ボタンスタイル */

input[type="submit"],
input[type="reset"] {	
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.button {
	font-size:15px;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:10px 15px;
	text-decoration:none;
	background-color:#666;
	color:#fff;
	display:inline-block;
    cursor: pointer;
	transition: 0.3s all;
}
.button:hover {
	background-color:#C0A356;
}
.button:active {
	position:relative;
	top:1px;
}


/* baser system style
-------------------- */
	/* contents-navi */
#contents-navi {
	margin: 50px 0 20px;
	text-align: center;
}
#contents-navi a {
	color: #333;
}

	/* pagination */
.pagination {
	margin: 60px 0;
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}
.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
	margin: 0 20px;
	color: #333;
}
.pagination span.current,
.pagination span.number a {
	margin: 0 4px;
	padding: 7px 10px;
	background: #dedede;
	color: #fff;
	text-decoration: none !important;
}
.pagination span.current,
.pagination span.number a:hover {
	background: #666;
}
.pagination a:active {
	background: #666;
}

/* ContactForm
-------------------- */
.form-s {
    width: 20%;
}
.form-m {
    width: 50%;
}
.form-l {
    width: 90%;
}

.mail-before-attachment {
}
.mail-after-attachment {
}
.mail-description small {
}

.submit {
	margin: 30px 0;
	text-align: center;
}
.submit input.button {
	font-size: 15px;
	cursor: pointer;
}
.auth-captcha {
	margin: 30px 0;
	text-align: center;
}
.mail-description {
	margin-bottom: 10px;
}
#flashMessage {
	margin-bottom: 10px;
}
.alert-message {
    color: #c00;
}


@media screen and (max-width: 640px) {
	.form-contact table {
		box-sizing: border-box;
	}
	.form-contact tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.form-contact th {
		padding: 5px 10px;
		background: #999;
		color: #fff;
	}
	.form-contact th,
	.form-contact td {
		display: list-item;
		width: auto;
		border: none;
	}
	.form-contact td textarea {
		width: 100%;
	}
}

/* ブログ
-------------------- */
.topics-index .eye-catch,
.topics-archives .eye-catch {
   float: left;
    margin-right: 20px;
}
.topics-single .eye-catch {
    width: 280px;
}


/* コンセプト
-------------------- */
#ConceptIndex .desc {
	text-align: center;
	background: url("../img/contents/concept/desc_bg.jpg") top center no-repeat;
	min-height: 200px;
}
#ConceptIndex .desc h2 {
	width: 14em;
	font-size: 40px;
	font-weight: bold;
	padding-left: 0;
	margin-bottom: 24px;
	margin-top: 48px;
    line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
} 
#ConceptIndex .desc h2::after {
     width: 0;
     background-color: none;
}
#ConceptIndex .desc h2 span {
	color: #6d4a25;
	font-weight: bold;
}
#ConceptIndex .desc .feature {
	margin: 48px 0;
}
#ConceptIndex .desc .box {
	float: left;
	width: 33.33%;
	border-right: 1px dotted #ccc;
	box-sizing: border-box;
	padding: 20px 28px;
}
#ConceptIndex .desc .box:last-child {
	border-right: none;
}
#ConceptIndex .desc .box h3 {
	border-bottom: none;
	color: #6d4a25;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
#ConceptIndex .sample {
	width: 1000px;
	padding: 48px;
	margin: 48px auto 60px;
	background-color: #fbf8f0;
}
#ConceptIndex .sample h2 {
	color: #6d4a25;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 24px;
    line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
} 
#ConceptIndex .sample h2::after {
     width: 0;
     background-color: none;
}
#ConceptIndex .post-list {
	width: 100%;
	overflow: hidden;
}
#ConceptIndex .post-list li {
	float: left;
    width: 280px;
    margin-right: 26px;
	margin-bottom: 42px;
}
#ConceptIndex .post-list li:nth-child(4n) {
	margin-right: 0;
}
#ConceptIndex .post-list li .thumbnail {
	width: 100%;
	height: 180px;
    margin-bottom: 15px;
}
#ConceptIndex .post-list li .thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%
}
#ConceptIndex .post-list li h3 {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: none;
    font-size: 16px;
}
#ConceptIndex .post-list li h3 a {
	color: #cf9f58;
    font-weight: bold;
}
#ConceptIndex .post-list li h3 a:hover {
	color:#dfb980;
}


/* ブログのナビゲーション
-------------------- */
.post-navi {
	text-align: center;
}
.post-navi a {
	font-size:15px;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:10px 15px;
	text-decoration:none;
	background-color:#666;
	color:#fff !important;
	display:inline-block;
    cursor: pointer;
	transition: 0.3s all;
}
.post-navi a:hover {
	background-color:#C0A356;
}


/* 実績一覧・プラン集一覧
-------------------- */
#WorksIndex .desc,
#PlanIndex .desc {
	text-align: center;
	min-height: 200px;
}
#WorksIndex .desc {
	background: url("../img/contents/works/desc_bg.jpg") top center no-repeat;
}
#PlanIndex .desc {
	background: url("../img/contents/plan/desc_bg.jpg") top center no-repeat;
}
#WorksIndex .desc strong,
#PlanIndex .desc strong {
	display: block;
	color: #6d4a25;
	font-size: 40px;
	font-weight: bold;
	padding-left: 0;
	margin-bottom: 24px;
	margin-top: 48px;
    line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
}

.works-index .post-list {
	width: 100%;
	overflow: hidden;
}
.works-index .post-list li {
	float: left;
    width: 280px;
    margin-right: 26px;
	margin-bottom: 42px;
}
.works-index .post-list li:nth-child(4n) {
	margin-right: 0;
}
.works-index .post-list li .thumbnail {
	width: 100%;
	height: 180px;
    margin-bottom: 15px;
}
.works-index .post-list li .thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%
}
.works-index .post-list li h3 {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: none;
    font-size: 18px;
}
.works-index .post-list li h3 a {
	color: #cf9f58;
    font-weight: bold;
}
.works-index .post-list li h3 a:hover {
	color:#dfb980;
}
.works-index .post-list li p {
    color: #666666;
}


/* 実績詳細
-------------------- */
.works-index .eye-catch,
.works-archives .eye-catch {
	float: left;
	margin-right: 20px;
}
.works .post {
    position: relative;
}
.works .category {
    display: none;
}
/*
.works .category {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
}
.works .category a {
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}
*/
.works .tag {
    margin: -20px 0 20px;
}
.works-single .eye-catch {
	text-align: center;
}
.works-single .post-list {
	width: 100%;
	overflow: hidden;
}
.works-single .post-list li {
	float: left;
    width: 280px;
    margin-right: 26px;
	margin-bottom: 26px;
}
.works-single .post-list li:nth-child(4n) {
	margin-right: 0;
}
.works-single .post-list li a {
	display: block;
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* 会社概要
-------------------- */
#About #PageTitle {
	background-image: url("../img/contents/about/pagetitle.jpg");
}

#About .name {
	text-align: center;
	margin-right: 48px;
}	
#About .name p {
	margin-top: 16px;
	font-size: 18px;
	font-weight: bold;
	color: #6d4a25;
	line-height: 28px;
}
#About .name p span {
	font-size: 24px;
	font-weight: bold;
}
#About .licenselist {
	width: 100%;
	overflow: hidden;
}
#About .licenselist li::before {
	content: "・";
}
#About .licenselist li {
	float: left;
	width: 50%;
}
#About .gmap {
	width: 100%;
	height: 480px;
}


/* お問合せ
-------------------- */
#ContactIndex #PageTitle,
#ContactConfirm #PageTitle,
#ContactThanks #PageTitle {
	background-image: url("../img/contents/contact/pagetitle.jpg");
}

#RowMessageName1 input[type=text],
#RowMessageNameKana1 input[type=text] {
    width: 120px;
}
		
#FieldMessageAddress2 input[type=text],
#FieldMessageAddress3 input[type=text] {
    width: 50%;
}
		
#RowMessageEmail1 input[type=text] {
    width: 50%;
}
	
#RowMessageTel1 input[type=text] {
    width: 80px;
}