/*
Theme Name:  Connect-Chiffote
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333;
	font-size:16px;
  	font-weight: 400;
  	font-style: normal;
	line-height:2;
	letter-spacing:0.03em;
	text-align:justify;
  	font-optical-sizing: auto;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#9d7f6a;
}

::selection{background-color:#cfa972; color: #FFF;}
::-moz-selection{background-color:#cfa972; color: #FFF;}

body , header , footer{
	min-width:1200px;
	max-width: 1920px;
	margin: auto;
}




/*============================================================================

	モーション　＊　文字が１文字ずつ出る

============================================================================*/
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 2s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}



/*============================================================================

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
    animation-name: fadeInUpMin;
}
@keyframes fadeInUpMin {
    from { opacity: 0; transform: translate3d(0, 10%, 0);}
    to { opacity: 1; transform: none;}
}



#loftloader-wrapper {
	min-width: 400px !important;
}
#loftloader-wrapper .loader-section.section-fade {
	min-width: 400px !important;
}




/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	position: relative;
	width: 100%;
	max-width:1600px;
	height:250px;
	margin:auto;
	background: url(images/MV.jpg) center top no-repeat;
  	background-size: cover;
  	z-index: 0;
  	overflow: hidden;
}
#mainvisual h2 {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0 20px 60px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #008239;
}
#mainvisual h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 1px;
	background: #008239;
}


/*------------------------------ ページごとにMV変更 ------------------------------*/
.page-template-blog #mainvisual {background: url(images/MV_01.jpg) center top no-repeat;}
.page-template-products #mainvisual {background: url(images/MV_02.jpg) center top no-repeat;}
.page-id-94 #mainvisual {background: url(images/MV_03.jpg) center top no-repeat;}
.page-id-169 #mainvisual {background: url(images/MV_04.jpg) center top no-repeat;}
.single #mainvisual {background: url(images/MV_01.jpg) center top no-repeat;}






/*==================================================================

	ぱんくず

==================================================================*/
.breadcrumbs {	
	width:100%;
	margin:0 auto 30px;
	padding-bottom:15px;
	border-bottom: 1px solid #fff;
	font-size:13px;
	color:#7e5b43;
}	
.breadcrumbs p {	
	width:100%;
	margin:auto;
}	
.breadcrumbs i {	
	color:#cfa972;
	margin-right:5px;
}	
.breadcrumbs a {	
	color:#7e5b43;
}	



/*==================================================================

	main

==================================================================*/
main {
	margin-top: 10px;
	background: #f7f4f0;
}
main #wrapper {
	width: 1200px;
	margin: auto;
	padding: 60px 0 80px;
}
main #wrapper section {
	position:relative;
	width: 1200px;
	margin: 0 auto 80px;
	padding: 60px;
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
main #wrapper section:last-child {
	margin-bottom: 0;
}



/*---------- 右カラム＊メインコンテンツ ----------*/
#container {
	position: relative;
	float: left;
	width: 850px;
}


/*---------- 左カラム＊メニューバー ----------*/
#sidebar {
	position: relative;
	float: right;
	width: 300px;
	box-sizing: border-box;
	padding: 40px 30px 80px;
	background: #eee9e1;
}




/*==================================================================

	 タイトル

==================================================================*/
h3 {
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 40px;
	font-size: 17px;
	font-weight: bold;
}
h3::before {
	position: absolute;
	content: "";
	top: -5px;
	left: 0;
	width: 23px;
	height: 33px;
	background-image: url(images/ico01.png);
	background-size: 23px 33px;
}

h4 {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	color:#68512e;
}

h5 {
	position: relative;
	margin-bottom: 5px;
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	color:#214083;
}




/*==================================================================

	table

==================================================================*/

/*------------------------------ XXXXXXXXXX ------------------------------*/
.tb01 {
	background:#FFF;
	width:100%;
	margin-bottom:70px;
}
.tb01:last-of-type {
	margin-bottom:0;
}
.tb01 th{
	color: #7e5b43;
	background:#eee9e1;
	border-bottom: 1px solid #fff !important;
	font-weight:bold;
}
.tb01 tr:last-of-type th {
	border-bottom: 1px solid #e6e6e6 !important;
}
.tb01 th , .tb01 td {
	padding:25px 20px;
	border: 1px solid #e6e6e6;
}



/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}



/*==================================================================

	list

==================================================================*/

/*------------------------------ 左にベージュの●のシンプルリスト ------------------------------*/
ul.list01 {
	position:relative;
}
ul.list01 li {
	position:relative;
	margin-bottom:5px;
	padding-left:17px;
}
ul.list01 li::before {
	position:absolute;
	content:"";
	top:9px;
	left:3px;
	width:5px;
	height:5px;
	background:#cfa972;
	border-radius:100%;
}




/*==================================================================

	btn

==================================================================*/

/*------------------------------ btn01 ------------------------------*/
.btn01 {
	margin-top: 60px;
	text-align: center;
}
.btn01 a {
	position: relative;
	border: 1px solid #666;
	padding: 15px 40px;
	transition: 0.3s ease-out;
}
.btn01 a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -40px;
	width: 50px;
	height: 1px;
	background: #666;
	transition: 0.3s ease-out;
}
.btn01 a:hover {
	color: #6c503d;
	border: 1px solid #6c503d;
	background: rgba(255,255,255,.4);
}
.btn01 a:hover::before {
	left: -20px;
	width: 40px;
	background: #6c503d;
}



/*------------------------------ btn02 ------------------------------*/
.btn02 a {
	position: relative;
	padding-left: 60px;
	color: rgba(255,255,255,1);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.btn02 a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 55px;
	height: 1px;
	background: #FFF;
	transition: 0.3s ease-out;
}
.btn02 a:hover {
	padding-left: 40px;
	color: rgba(255,255,255,.8);
}
.btn02 a:hover::before {
	left: -10px;
	width: 40px;
}


/*------------------------------ btn03 ------------------------------*/
.btn03 a {
	position:relative;
	display:inline-block;
	margin-top:5px;
	padding:5px 40px;
	color:#FFF;
	background:#a39176;
	border:1px solid #a39176;
}
.btn03 a:hover {
	color:#a39176;
	background:#eee9e1;
	cursor:pointer;
}



/*==================================================================

		$投稿一覧ページ(blog.php)

==================================================================*/
.archive_post_content {
	border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.archive_post_content .date {
	position:absolute;
	margin-bottom:10px;
	padding:5px 10px 7px;
   background: #eee;
	font-size:13px;
   line-height: 2;
}
.archive_post_content h3 {
   top: 4px;
    margin-left: 140px;
    width: 86%;
    box-sizing: border-box;
	font-size:18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*------------------------------ページネーション------------------------------*/
div.pagenum {
	text-align:center;
}
div.pagenum ul.page-numbers li  {
    display: inline-block;
    min-width: 20px;
}
div.pagenum ul.page-numbers li .page-numbers  {
	background: #ccc;
    padding: 10px 10px;
}
div.pagenum ul.page-numbers li .current {
    background :#222;
	color:#FFF;
}



/*==================================================================

		$投稿ページ(single.php)

==================================================================*/
#post_thumbnail {
	float:right;
	width:auto;
	max-width:350px;
	margin-bottom:30px;
	margin-left:30px;
	text-align:center;
	background:#eee9e1;
}
#post_thumbnail img {
	width:auto;
	height:auto;
	margin:auto;
	max-width:100%;
	max-height:400px;
	border:10px solid #eee9e1;
}
time {
	display: block;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0px 10px 10px;
    border-bottom: 1px dashed #eee;
    text-align: right;
    font-size: 15px;
}
time i {
	margin-right:5px;
}

.single .text {
	word-break: break-all; /*URLを改行させる、入れる*/
}

/*------------------------------ページネーション------------------------------*/
.single_nav {
	text-align:center;
	border-top:1px solid #eee;
    margin-top: 90px;
    padding-top: 50px;
}
.single_nav p {
	display:inline-block;
}
.single_nav a {
	margin:0 10px;
    padding: 5px 20px 7px;
    background: #f3eedf;
}










