@charset "UTF-8";

/*
Theme Name: restyle-kt
Description: HTML5に準拠したシンプルデザインテーマ
Theme URI: http://restyle.skr.jp/theme/restyle/
Author: N.S.
Author URI: http://restyle.skr.jp/
Version: 1.0_20181021
*/

/* 基本デザイン */
* {
	box-sizing:border-box;
}
button, input, textarea {
font-family : inherit;
font-size : 100%;
}
select {
	font-family:inherit;
	font-size:90%;
	padding:3px 4px 7px 4px;
}
ul {
	list-style-type: none;
}
h1 {
	font-weight:normal;
}
h2 {
	font-weight:bold;font-size:125%;line-height:1.4;
}
body {
	color:#111111;
	font-family:"游明朝体", "YuMincho", "游明朝 Light", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 100;
}
p {
	margin:0 0 2em 0;line-height:1.4;
}
a:link {
	color:#111111;font-weight:normal;text-decoration:none;
}
a:visited {
	color:#111111;font-weight:normal;text-decoration:none;
}
a:hover {
	color:#666666;font-weight:normal;text-decoration:none;
}
a:active {
	color:#111111;font-weight:normal;text-decoration:none;
}
a:focus {
	color:#666666;font-weight:normal;text-decoration:none;
}
.clear {
	clear:both;
}
.text-bold {
	font-weight:bold;
}
.text-underline {
	text-decoration:underline;
}
.line-effect {
	padding:16px 0;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	margin:16px 0;
}
@media screen and (max-width:1200px) {
.pc {
	display:none;
}
}
@media screen and (min-width:1201px) {
.mp {
	display:none;
}
}

@media screen and (max-width:1200px) {
	body {
		font-size:14px;
	}
	img {
		width:100%;height:auto;
	}
}
@media screen and (min-width:1201px) {
	body {
		font-size:16px;
	}
	img {
		height:auto;
	}
}

/* レイアウト */
@media screen and (max-width:1200px) {
	#header {
		
	}
	#header > .inner {
		width:100%;padding:0 15px;
	}
	.home #body {
		margin:15px 0 0 0;
	}
	#body {
		margin:60px 0 0 0;
	}
	#main {
		
	}
	#main > .inner {
		width:100%;padding:0 15px;
	}
	#sidebar {
		
	}
	#sidebar > .inner {
		width:100%;padding:0 15px;
	}
	#footer {
		
	}
	#footer > .inner {
		width:100%;padding:0 15px;
	}
}
@media screen and (min-width:1201px) {
	#header {
		
	}
	#header > .inner {
		width:1070px;margin:0 auto;
	}
	.home #body {
		margin:30px 0 0 0;
	}
	#body {
	margin:110px 0 0 0;
	}
	#body > .inner {
		width:1070px;margin:0 auto;padding:0px 0 0 0;
	}
	#main {
		
	}
	#main > .inner {
		width:700px;float:left;
	}
	#sidebar {
		
	}
	#sidebar > .inner {
		width:300px;float:right;
	}
	#footer {
		
	}
	#footer > .inner {
		width:1070px;margin:0 auto;
	}
}

/* レイアウトパートのデザイン */
/* ヘッダーのデザイン */
@media screen and (max-width:1200px) {
#header {
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	z-index:100;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:left;
	align-items:left;
	text-align:left;
	background: #ffffff;
}
	.slider {
		width:100%;
		margin:50px 0 0 0;
	}
	.slider-in {

	}
#website-title img {
	width:200px;
	float:left;
	margin:6px 0 0 0;
}
#website-title a {

}

#header-icon{
	position:fixed;
	z-index:1;
	top:0;
	right:0;
	width:50px;
	height:50px;
	text-align:center; /* float:right;width:50px;height:50px;text-align:center; */
}
#header-icon i {
	font-size:30px;
	padding:5px 0 0 0;
}
#header-icon span {
	font-size:10px;display:block;margin:1px 0 0 0;
}

}
@media screen and (min-width:1201px) {
#header {
	position:fixed;
	top:0;
	width:100%;
	height:90px;
	z-index:100;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:left;
	align-items:left;
	text-align:left;
	background: #ffffff;
}
	.slider {
		margin:90px 0 0 0;
	}
	.slider-in {
		width:1070px;
		margin:0 auto;
	}
#website-title img {
	width:240px;
	float:left;
	margin:20px 0 0 0;
}
#website-title a {

}
#header-icon{
	position:fixed;
	z-index:1;
	top:0;
	right:0;
	width:50px;
	height:50px;
	text-align:center; /* float:right;width:50px;height:50px;text-align:center; */
}
#header-icon i {
	font-size:30px;
	padding:5px 0 0 0;
}
#header-icon span {
	font-size:10px;display:block;margin:1px 0 0 0;
}

}
/* サイドバーのデザイン */
.sidebar-widget-title {
	font-weight:normal;
	font-size:100%;
	margin:32px 0 16px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #999999;
}
#sidebar .tag-cloud-link {
	display:inline-block;
	background:#eeeeee;
	font-size:85% !important;
	margin:0 4px 6px 0;
	padding:8px 12px;
	border-radius: 2px;
}
.widget-container li {
	margin:0 0 4px 0;
	line-height:1.4;
}
/* フッターのデザイン */
#footer {
	margin:20px 0 0 0;
	border-top:solid 0.1px #dddddd;
	width:100%;
	height:60px;
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	font-size:80%;
}
#footer > .inner {
	width:100%;
	text-align:center;
}
#footer ul li {
	display:inline;
}
#footer li {
	margin:0 10px;
	line-height:1.4;
}

/* メインのデザイン */
/* index.phpのデザイン */
@media screen and (max-width:1200px) {
	.post-list {
		margin:0 0 25px 0;
	}
	.post-list-text {
		width:100%;
	}
	.post-list-title {
		font-size:125%;
		line-height:1.4;
	}
	.post-list-meta {
		font-size:70%;
		line-height:1.4;
		margin:5px 0 5px 0;
	}
	.post-list-meta li {
		display: inline;
	}
}
@media screen and (min-width:1201px) {
	.post-list {
		margin:0 0 50px 0;
	}
	.post-list-text {
		width:100%;
	}
	.post-list-title {
		font-size:125%;
		line-height:1.4;
	}
	.post-list-meta {
		font-size:70%;
		line-height:1.4;
		margin:5px 0 15px 0;
	}
	.post-list-meta li {
		display: inline;
	}
}
/* single.php、page.phpのデザイン */
/* single.phpのデザイン */
.single .post-title {
	font-size:140%;
	line-height:1.4;
}
.single .post-meta {
	font-size:70%;
	line-height:1.4;
	margin:5px 0 30px 0;
}
.single .post-meta li {
	display: inline;
}
.single .pager {
	margin:0 0 32px 0;
}
.single #pager-title {
	font-weight:normal;
	font-size:115%;
	margin:32px 0 16px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #999999;
}
.single .prev {
	line-height:1.4;
	margin:0 0 10px 0;
}
.single .next {
	line-height:1.4;
	margin:0 0 0px 0;
}
/* page.phpのデザイン */
.page .post-title {
	font-size:140%;
	line-height:1.4;
	margin:0 0 30px 0;
}
/* 検索結果エラーページ */
.error404 .post-title {
	font-size:140%;
	line-height:1.4;
	margin:0 0 30px 0;
}
.search-no-results .post-list-title {
	font-size:140%;
	line-height:1.4;
	margin:0 0 30px 0;
}

/* サイドバー内ヒントリストのデザイン */
#sidebar .lcp_catlist img{	width:75px;height:75px;margin:3px 5px 10px 0;}
#sidebar .lcp_catlist span{	display:inline-block;vertical-align:top;width:220px;}
#sidebar a.link-button{		display:inline-block;width:120px;text-align:center;padding:6px 0px;background-color:#da8794;border-radius: 2px;color:#581f1f;font-family:YuMincho,'游明朝 Light',serif;
font-weight:300;}
#sidebar .button-loc{		width:100%;text-align:right;margin-bottom:40px;}
#sidebar .button-loc a {
	font-size:90%;
}
#sidebar ul{			margin-bottom:0px;}
.lcp_post {
	line-height:1.4;
	font-size:100%;
}

/* トップページボックスレイアウト */
.top-page-box {
	display:flex;
	justify-content: space-between;
	margin:0 0 32px 0;
}
.top-page-click {
	width:32%;
	padding:20px 0 20px 0;
	background-color:#da8794;
	color:#581f1f;
	text-align:center;
}
.top-page-click:last-child {
	width:32%;
	padding:20px 0 20px 0;
	background-color:#9F1E30;
	color:#ffffff;
	text-align:center;
}

/* メイン内ニュースのデザイン */
.news-list{
	text-align:right;
}
#main .lcp_catlist li {
	margin:0 0 4px 0;
	line-height:1.4;
}
#main .lcp_post {
	margin:0 0 0 0px;
}
#main .lcp_post_date {
	display:inline-block;
	width:130px;
}

/* 関連記事のデザイン */
#related-posts {
	width:100%;
	margin:0 0 32px 0;
}
#related-posts-title {
	font-weight:normal;
	font-size:115%;
	margin:32px 0 16px 0;
	padding:0 0 5px 0;
	border-bottom:solid 1px #999999;
}
.related-post-list {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 16px 0;
}
.related-post-list-img img {
	float:left;
	margin:0 15px 0 0;
}
.related-post-list-text {
	-webkit-flex: 1;
	flex: 1;
}
.related-post-list-title {
	font-size:125%;
	line-height:1.4;
}

/* リストデザイン */
@media screen and (max-width:1200px) {
	.category-hints .post-list {
		
	}
	.category-hints .post-list-image {
		float:left;
		width:80px;
		margin:0 10px 0 0;
}
	.category-hints .post-list-text {
		float:left;
		width:100%;
		margin-left:-90px;
		padding-left:90px;
}
	.tag .post-list {
		
	}
	.tag .post-list-image {
		float:left;
		width:80px;
		margin:0 10px 0 0;
}
	.tag .post-list-text {
		float:left;
		width:100%;
		margin-left:-90px;
		padding-left:90px;
}
}
@media screen and (min-width:1201px) {
.category-hints .post-list-image {
	float:left;width:100px;margin:0 25px 0 0;
}
.category-hints .post-list-text {
	float:left;width:575px;
}
.tag .post-list-image {
	float:left;width:100px;margin:0 25px 0 0;
}
.tag .post-list-text {
	float:left;width:575px;
}
}

/* mainを左右にわけるデザイン */
@media screen and (min-width:1201px) {
.kodawari-layout {
	display:flex;
}
.kodawari-layout-box:nth-child(1) {
	width:66%;
}
.kodawari-layout-box:nth-child(2) {
	width:33%;
}
}

/* テーブルの行間調整 */
article .post-text td {
	padding:8px 0;
}

/* オーダーボタンのデザイン */
a.order-button {
	display:inline-block;
	width:120px;
	text-align:center;
	padding:6px 0px;
	background-color:#9F1E30;
	border-radius: 2px;
	color:#ffffff;
	font-family:YuMincho,'游明朝 Light',serif;
	font-weight:300;
}

/* FAQテーブルのデザイン */
.qa {
	margin:0 0 35px 0;
}
.qa tr {
	
}
.qa td {
	padding:4px 0 !important;
}
.qa td.qa-item {
	line-height:1.4;
	width:40px;
}
.qa td.qa-text {
	line-height:1.4;
}

/* インスタグラムのボタンデザイン */
#sb_instagram p {
	display:none;
}
@media screen and (min-width:1201px) {
	.page-id-956 #nav li:nth-child(1) {
		border-bottom: solid 2px #9F1E30;
	}
	.page-id-965 #nav li:nth-child(2) {
		border-bottom: solid 2px #9F1E30;
	}
	.page-id-1008 #nav li:nth-child(3) {
		border-bottom: solid 2px #9F1E30;
	}
	.page-id-1020 #nav li:nth-child(4) {
		border-bottom: solid 2px #9F1E30;
	}
	.category-3 #nav li:nth-child(5) {
		border-bottom: solid 2px #9F1E30;
	}
}

/* オーダーフォームテキストフィールドデザインの調整 */
@media screen and (max-width:1200px) {
	.page-id-796 textarea,.page-id-1431 textarea {
		resize:both;
		width:100%;
	}
}
@media screen and (min-width:1201px) {
	.page-id-796 textarea,.page-id-1431 textarea {
		resize:both;
		width:100%;
	}
}

/* 20200119 追記 */
@media screen and (max-width:1200px) {
	#related-posts {
		margin-top: 90px;
	}
	.related-post-list-text {
		margin-left: 10px;	
	}
}
@media screen and (min-width:1201px) {
	#related-posts {
		margin-top: 200px;
	}
}
.related-post-list-title {
	font-size: 100%;
}
.related-post-list-snippet {
	font-size: 75%;
}
