/*
for pc desktop
*/

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* スマホ時は非表示 */
.sp-only {
	display: none;
}

/* 強調 */
strong {
	font-weight: bold;
}

/* 固定メインメニュー */
body.fixed {
	padding-top: 63px;
}
.fixed #site-navi{
	position: fixed;
	top: 0;
	z-index: 999;
}

/* 画像回り込みの余白 */
img.alignright  {
	margin-left: 30px;
}
img.alignleft  {
	margin-right: 30px;
}

/* アニメーション移動値 */
#site-navi li:hover .sub-menu {
	top: 60px;
	visibility: visible;
	opacity: 1;
}

/* 記事アイキャッチアニメ */
.post-list a .eyecatch img {
	transition: all .4s ease;
}
.post-list a:hover .eyecatch img {
	transform: scale(1.05);
}

/* grid system */
.grid-pc-12 {	width: 100%;}
.grid-pc-11 {	width: 91.66666667%;}
.grid-pc-10 {	width: 83.33333333%;}
.grid-pc-9 {	width: 75%;}
.grid-pc-8 {	width: 66.66666667%;}
.grid-pc-7 {	width: 58.33333333%;}
.grid-pc-6 {	width: 50%;}
.grid-pc-5 {	width: 41.66666667%;}
.grid-pc-4 {	width: 33.33333333%;}
.grid-pc-3 {	width: 25%;}
.grid-pc-2 {	width: 16.66666667%;}
.grid-pc-1 {	width: 8.33333333%;}

/* card grid system */
.pc-card-1 .post-list {	width: 100%;}
.pc-card-2 .post-list {	width: 50%;}
.pc-card-3 .post-list {	width: 33.33333333%;}
.pc-card-4 .post-list {	width: 25%;}
.pc-card-5 .post-list {	width: 20%;}
.pc-card-6 .post-list {	width: 16.66666666%;}

/* entry table */
.entry table {
	width: 100%;
}
.entry th {
	vertical-align: top;
}
.entry td {
}
/*
.entry textarea,
.entry select,
.entry input {
	padding: 4px 5px;
	border: 1px solid #cccccc;
	font-size: 1.6rem;
}
*/
.entry textarea,
.entry select,
.entry input[type="text"] {
/*
	width: 100%;
*/
}

/* inquiry form creator */
.iqfm-inputbutton {
	text-align: center;
}
.iqfm-inputbutton .confirm,
.iqfm-inputbutton .back,
.iqfm-inputbutton .preview {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0.4em 1.2em;
	font-size: 1.6rem;
	cursor: pointer;
}

.umoureform-bikou {
	font-size: 1.0rem;
	color: #F80;
}

/***** navi *****/
#nav_menu-10 {
	display: none;
}

/***** content ******/
.single-entry-content .page-sub-title {
	margin-bottom: 75px;
	text-align: center;
	color: #aaa;
}

/***** home main visual *****/
.home-main-visual {
	display: block;
	width: 100%;
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}

/* ----------------------------------------------
	タイトル内改行
-------------------------------------------------*/
.page-title span {
  font-weight: bold;
}

/* ----------------------------------------------
	ブロック囲み
-------------------------------------------------*/
/* リード文 */
.lead {	
	text-align: center;
	font-size: 2.1rem;
}

/* グレーの背景 */
.article-1 {
	background: #F0EFEB;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-top: 75px;
	margin-bottom: 75px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}

/* 商品 */
.article-item {
	text-align: center;
	margin-right: -15px;
	margin-left: -15px;
	padding: 1px 15px;
}

/* ----------------------------------------------
	文字囲み
-------------------------------------------------*/

/* テキスト左右の線 */
.lines-on-sides {
	display: table;
	text-align: center;
	white-space: nowrap;
}
.lines-on-sides:after, .lines-on-sides:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
.lines-on-sides:after {
	border-left: 1em solid transparent;
}
.lines-on-sides:before {
	border-right: 1em solid transparent;
}

/* 吹き出し */
#content .fukidashi {
	position: relative;
	background: #E6E2D3;
	text-align: center;
	padding: 0.4em 0.8em;
}
#content .fukidashi:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255,0);
	border-top-color: #E6E2D3;
	border-width: 13px;
	margin-left: -13px;
}

/* 理由 */
#content .reason {
	position: relative;
	background: #E6E2D3;
	padding: 1.0em 1.9em;
	border-radius: 3px;
}

/* ポイント */
#content .point-text {
	padding: 0.4em 0.8em;
	border: 1px solid #9C958D;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
/* 小さい文字 */
#content .small-text {
	font-size: 1.4rem;
}

/* データ */
#content .data-text {
	padding: 0.2em 0 0.2em 0.8em;
	border-left: 1px dotted #aaa;
}

/* 質問 */
#content .question {
	position: relative;
	background: #E6E2D3;
	padding: 0.3em 0.6em 0.3em 0.45em;
	border-radius: 15px;
}
#content .question:before {
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	content: 'Q';
	padding: 0 0.3em;
	margin-right: 0.2em;
	font-weight: bold;
	color: #CF175A;
}

/* 例 */
.recipe-example {
	background: #FFFFFF;
	border: 1px solid #e1d3b9;
	border-radius: 10px;
	padding: 0.1em 1.0em;
	font-size: 1.3rem;
}
.recipe-example p {
	margin: 0.5em 0;
}

/* 価格表 */
.reform-price {
	margin-top: 20px;
}
.reform-price td,
.reform-price th {
	border: 1px solid #aaa;
	text-align: center;
}
.reform-price th {
	background: #E6E2D3;
	font-weight: bold;
}
.reform-price td {
	background: #FFF;
}

/* 区切り線 */
.center-dot-line {
	width: 10%;
	height: 2px;
	margin: 2em 0;
    border: none;
	border-top: 2px dotted #ccc;
	margin-left: auto;
	margin-right: auto;
}

/* ●●の流れ、説明テキスト */
.step-text {
	font-size: 1.4rem;
}
/* 小さい補足 */
.small-text {
	font-size: 1.0rem;
	font-weight: bold;
}
/* 価格 */
.item-price-text {
	font-size: 1.8rem;
	font-weight: bold;
}

/* ショッピングカートとの連携 */
.shopping-item .grid-pc {
	text-align: center;
/*	height: 450px;*/
}
.shopping-item-pillow-case .grid-pc {
	text-align: center;
	height: 620px;
}
.shopping-item .grid-pc h3 {
	font-size: 1.8rem;
}
.shopping-item .order-data input[type="text"] {
	width: 60px;
	text-align: right;
}
.shopping-item .order-data input[type="submit"] {
}
.shopping-item .remark-text {
	display: inline-block;
	margin-top: 0.5em;
}

/* ページ下部の６メニュー */
.bottom-navi a {
	display: block;
	background: #FFFFFF;
	padding: 20px 0;
	text-decoration: none;
	text-align: center;
	border: 1px solid #888;
	color: #222;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 20px;
}
.mw_wp_form .horizontal-item label {
	margin-right: 15px;
}

/* トップページ上書き */
div#home-section-1st {
	background: none;
	background-color: #E2E3D8;
}

/* フッター */
.footer-navi .kt-svg-icon-list li a {
	text-decoration: none;
	color: #040404;
}

/* 布団のホテル右固定パーツ */
.fixed-side_vertical-text {
	display:inline-block;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.fixed-right {
	position:fixed;
	right:0;
	width:68px;
	top: 30%;
}
.fixed-right:before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	content: '';
}

/* この記事を書いた人 */
.post-author {
	background: #eff3f7;
	margin: 100px 0 135px 0;
	border: 1px solid #124a7c22;
	border-radius: 1px;
	padding: 20px 30px;
	box-shadow: 0 2px 8px #00000011;
}
.post-author .written-by {
	margin-bottom: 25px;
	background: #124a7c;
	text-align: center;
	padding: 15px 0;
	font-size: 24px;
	color: #fff;
}
.post-author .author-grid {
	display: grid;
	grid-template-columns: 200px auto;
	grid-template-rows: auto auto auto;
}
.post-author .author-image {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
	padding-right: 25px;
}
.post-author .author-image img {
	border-radius: 3px;
}
.post-author .author-name {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	margin-bottom: 11px;
	line-height: 1.4;
	font-size: 22px;
}
.post-author .author-qualifications {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.post-author .author-description {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	font-size: 16px;
	line-height: 1.8;
}
.post-author .author-description h5 {
	font-size: 17px;
	margin-top: 12px;
	margin-bottom: 7px;
	font-weight: bold;
}
.post-author .author-description ul li {
	margin-left: 2em;
	margin-bottom: 0.25em;
	line-height: 1.4;
	font-size: 14px;
}

::placeholder{
  color:#aaa;
}