@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: HARVEST1.0
Theme URI: http://takaguchidesign.com/gray
Description: 農家さんのための通販サイト＆情報発信サイト構築テーマです
Author: 株式会社たねをまく
Author URI: https://takaguchidesign.com
Tags: flexible-width, custom-header, custom-menu, editor-style,
Version: 20250107
---------------------------------------------------------*/
* {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

body {
	min-width: 320px;
	word-wrap: break-word;
	background-color:#FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.mceContentBody {
	background-color:#fff;
}

/* リンクの色 */
a {
	color: #0044cc;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #2E64FE;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.wp-caption{
	height: auto;
	max-width: 100%;
}
/* ロゴ画像の最大サイズ */
.sitename img {
	max-width: 100%;
	margin: 0 auto;
}
/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content{
	background: #fff;
	padding-bottom: 5px;
}

input,textarea{
	border: 1px solid;
	border-color: rgb(169, 169, 169);
}

/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */

p {
	font-size: 1.1em;
    line-height: 120%;
    margin-bottom: 20px;
}

#name-caption{
	display: block;
	float:left;
	width:60%;
	margin-top: 20px;
}

/*ブログタイトル*/

header .sitename a{
	color: #424242;
}

.sitename{
	display: block;
	float: left;
	width:100%;
	text-align: left;
	font-size: 27px;
	font-weight: bold;
	color: #424242;
	line-height: 30px;
	padding: 10px 0px 0px;
	margin-bottom: 10px;
}

.sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.sitename img{
	max-width: 300px;
	margin:0 auto;
}
.sitename img a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*ブログ名の下のキャプション */

.caption {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0px;
}

.caption h1 {
	font-size: 16px;
	color: #ff8000;
	font-weight: normal;
	padding-top: 0px;
}
.caption a {
	color: #FFF;
	text-decoration: none;
}
.caption .descr {
	font-size: 16px;
	color: #000;
	background: none;
	border:none;
	text-align: center;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	box-shadow: none;
}

.caption .descr:before {
	border: none;
}

/*写真のキャプション*/
.wp-caption-text a, .wp-caption-text {
    font-size: 16px;
    color: #424242;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0.5px;
}

@media only screen and (max-width: 980px){
.wp-caption-text a, .wp-caption-text {
}
}

img.size-full, img.size-large {
    margin-bottom: 0px;
    height: auto;
    max-width: 100%;
}

/*問い合わせ、電話番号 */

.number {
	display:block;
	float:right;
	width:38%;
	padding-right: 5px;
}

.number p{
	font-size: 1.1em;
	line-height: 1;
	text-align: right;
	margin-bottom: 0px;
}

.number .log-in p{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.number .log-in p .fa-sign-in,
.number .log-in p .fa-shopping-cart,
.number .log-in p .fa-question-circle-o {
    font-size: 1.8em;
    line-height: .75em;
    vertical-align: -15%;
}

.number .log-in p .fa-shopping-cart {
	margin-right: -0.2em;
}

@media only screen and (max-width: 380px){
.number .log-in p .fa-sign-in,
.number .log-in p .fa-shopping-cart,
.number .log-in p .fa-question-circle-o {
    line-height: 1em;
}
}

.number .log-in p .totalquantity {
    background: #e10000;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 0.5em;
    font-weight: bold;
    width: 2em;
    height: 1.4em;
    padding: 0.5em 0.2em;
    text-align: center;
    vertical-align: 1.9em;
}

.number .log-in p a{
	color: #302b2b;
}

.number .log-in p a:hover{
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.number p.tel {
    padding-top: 10px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    display: block;
    text-align: right;
}

.number p.tel img{
	display: inline;
	vertical-align: middle;
	margin-top: -5px;
}

i.fa.fa-phone{
	color: #424242;
}

i.fa.fa-fax{
	color: #424242;
}

i.fa.fa-envelope-o{
	color: #424242;
}

/* 記事タイトル */

h1 {
	font-size: 40px;
	line-height: 70px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	text-decoration: none;
}

/* 中見出し */

h2 {
	position: relative;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 0.1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2:after {
	content: '';
	position: absolute;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}
h2:before {
	content: '';
	position: absolute;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}

.page-template-template-blog h2 {
    box-shadow: none;
    background: #fff;
    color: #424242;
    font-size: 1.2em;
}

h3 a {
	color: #333;
	text-decoration: none;
}

.post h5{
	margin-bottom:10px;
	font-size:1.2rem;
	font-weight: bold;
}

footer h4 a {
	color: #666;
	text-decoration: none;
}
/* 関連記事の文字 */
.point {
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 160%;
	border-bottom: 1px solid #CCC;
}
/* 記事タイトル下 */
.blogbox p {
	font-size: 16px;
	margin: 0px;
	color: #666666;
	line-height: 22px;
}
.blogbox {
    margin-bottom: 0px;
    padding: 0 0 5px 0;
}

.tagst {
    margin-bottom: 0.3em;
}

.blogbox .tagst a {
    color: #fff;
    background: #94d1e4;
    padding: 0.2em 0.5em;
    border-radius: 0.2em;
    text-decoration: none;
    font-size: 0.8em;
    margin-bottom: 0.5em;
    margin-right: 0.2em;
}

.blogbox .tagst a:hover {
    -moz-opacity: 0.7;
	opacity: 0.7;
}

/* 引用 */
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 380px) {
.post blockquote{
	margin-right: 0px;
}
}

/* 引用じゃないけど引用と同じデザインにしたい時 */
.inyoumodoki {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* フッター文字 */
#footer h3 {
	font-size: 18px;
	padding-top:10px;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border:none;
}
#footer .copy {
	clear: both;
	font-size: 16px;
	color: #999;
	line-height: 20px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin-bottom: 0px;
    padding-bottom: 20px;
}
/* フッター背景 */
#footer{
	border-top:0px solid #ccc;
	margin-bottom: 0px;
	background-color: #fff;
}

/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	background: #fff;
	border:none;
}
#topnews dd h3:hover {
	text-decoration:underline;
}
#topnews dt {
	float: left;
	width: 100px;
}
#topnews dt img {
	width: 100%;
	border: none;
}
#topnews dd {
	padding-left: 110px;
}

#topnews dl:last-child {
	margin-bottom: 20px;
}
#topnews .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 18px;
	color: #666;
	line-height: 24px;
}
#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/* 一覧タイトル下 */

.blog_info p a {
	color: #000;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius:0.3em;
	line-height:30px;
	background-color:#F2F2F2;
	
	text-decoration: none;
}
.blog_info p a:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;	
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#topnews .clearfix dd .blog_info p {
	font-size: 14px;
}


#topnews dd h2 {
    background: none;
    font-size: 24px;
    line-height: 30px;
    height: 150px;
    text-align: left;
    padding: 0 0 15px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0em;
    box-shadow: none;
}

#topnews dd h2:before,
#topnews dd h2:after{
	display: none;
}

#topnews dd h2 a{
	text-decoration: none;
	text-shadow: none;
	color: #424242;
	background: none;
}

#topnews dd h2 a:hover{
	color: #2E64FE;
	text-decoration: underline;
}

#topnews dl{
	float: left;
	width: 32.3%;
	border: none;
	margin:0 auto;
	padding: 35px 5px 25px 5px;
}

#topnews .clearfix dd div.order_button img{
	width: 240px;
}

@media only screen and (max-width: 980px) {
#topnews dl {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
    border: none;
}
#topnews dt img{
    width: 320px;
}
}
@media only screen and (max-width: 380px) {
#topnews dl{
	padding: 35px 5px 25px 5px;	
}
#topnews .clearfix dd div.order_button img{
	width: 240px;
}
}

/*--------------------------------
関連記事表示部分
---------------------------------*/
/* タイトル名 */
.kanren dd h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
.kanren dt {
	float: left;
	width: 100px;
}
.kanren dt img {
	width: 100px;
}

.kanren dd {
	padding-left: 110px;
}
.kanren dl {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.page-contents .kanren dl {
	float: left;
	width: 32%;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
	border-bottom: none;
}

.kanren dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-style: none;
}

@media only screen and (max-width: 980px) {
.page-contents .kanren dl {
	float: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
}

.page-contents .kanren dl:last-child{
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-style: none;
}

/* 抜粋文字 */
.kanren .clearfix dd p {
	font-size: 14px;
	color: #333;
	line-height: 1.3em;
	margin-bottom: 0px;
}
.kanren .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
.kanren .clearfix dd h5 a:hover {
	color: #2E64FE;
	text-decoration: underline;
}

#kanren{
	border: 1px solid #ccc;
	border-top: none;
	padding: 30px 10px 10px 10px;
}

#kanren p{
	font-size: 16px;
}

#kanren img {
    border: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#kanren dl{
	clear: both;
	margin-bottom: 10px;
}

#kanren h5{
	font-size: 18px;
}

.kanren-blog{
	border-bottom: 1px solid #ddd;
	border-top: none;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}

.kanren-blog:last-child{
	border:none;
}

.kanren-blog p{
	font-size: 16px;
	padding-top: 10px;
}

@media only screen and (max-width: 380px) {
.kanren-blog p {
    font-size: 0.9em;
    line-height: 120%;
    padding-top: 0.5em;
}
}

.kanren-blog img {
    border: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.kanren-blog img:hover {
	-webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media only screen and (max-width: 980px) {
.kanren-blog img {
    width: 40%;
    margin-bottom: 1em;
}
}

@media only screen and (max-width: 380px) {
.kanren-blog img {
    width: 100%;
    margin-bottom: 1em;
}
}

.kanren-blog dl{
	clear: both;
	margin-bottom: 10px;
}

.kanren-blog h4{
	font-size: 20px;
	background: #fff;
	border: none;
}

.post.blog h3.point{
	border-radius: 0.2em 0.2em 0 0;
    padding-left: 15px;
    margin-bottom: 0px;
}

/*--------------------------------
サイドバー
---------------------------------*/

#side{
	padding-bottom: 10px;
}

#side aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#side aside h4{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	border-radius: 0em;
	border-left: none;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#side aside #mybox ul li ul li ul{
	font-weight:normal;
	line-height: 25px;
}
#side aside #mybox ul li ul li ul.children li{
	list-style-type: disc;
	font-weight:normal;
	font-size: 16px;
	margin-left:25px;
}
#side aside #mybox ul {
	padding-bottom: 15px;
}

#side aside #mybox ul li{
	padding: 5px;
	padding-top: 0px;
    padding-bottom: 0px;
}

/* 体験予約カレンダーをウィジェット登録 */
#side aside #mybox .monthly-calendar{
	margin-bottom: 0.5rem;
}

#side aside #mybox .monthly-calendar table{
	border:1px #999 solid;
	width:100%;
}

#side aside #mybox .mtssb-calendar-widget{
	background: #fff;
}

#side aside #mybox .monthly-next{
	margin-right: 0rem;
}

/* ブログやお知らせの更新カレンダー */
#side aside .blog-calender,
#side aside .oshirase-calender{
	background: #EFFFE3;
	padding: 5px;
	margin-top: 0px;
}
#side aside .blog-calender ul li,
#side aside .oshirase-calender ul li{
	padding: 5px;
}

/* ブログやお知らせの更新カテゴリ */
#side aside .blog-category,
#side aside .oshirase-category{
	background: #EFFFE3;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#side aside .blog-category ul li,
#side aside .oshirase-category ul li{
	padding: 5px;
}

#side aside #mybox ul li ul.ucart_widget_body li{
	border: none;
}

.kanren2 h5{
	margin-bottom: -10px;
}

#side aside .kanren2 dl.clearfix{
	border: 1px solid #ddd;
    box-shadow: none;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side aside .kanren2 h5{
	font-size: 18px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#side aside .kanren2 dl.clearfix p{
	font-size:14px;
	line-height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}

/*サイドウィジェット見出しのフォントサイズ*/

#side aside h5 {
    font-size: 16px;
    line-height: 1.3em;
}

.kanren2,
.kanren{
	background: #fff;
	clear: both;
}

#side aside .kanren h4.menu_underh2,
#side aside .kanren2 h4.menu_underh2{
	color:#fff;
	padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1)inset;
}


#side aside #mybox ul li .kanren-img{
	margin-bottom: 0px;
	margin: -5px;
	padding-bottom: 15px;
	background: #fff;
}

#side aside #mybox ul li .kanren-img2{
	display: none;
}

@media only screen and (max-width: 980px) {
#side aside #mybox ul li .kanren-img{
	display: none;
}
#side aside #mybox ul li .kanren-img2{
	margin: -5px;
	padding-bottom: 15px;
	display: block;
	background: #fff;
}
#side aside #mybox ul li .kanren-img2 img{
	margin: 0 auto;
	padding-bottom: 0px;
	display: block;
	background: #fff;
}
}

/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}
.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
	border: 0px #999 solid;
	margin-bottom:20px;
	width:100%;
}
table tr td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 15px;
	line-height: 18px;
}
.post table tr td p{
	font-size: 13px;
	line-height: 18px;
}

#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}

/*画像 */
img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 20px;
}
img.alignleft {
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ie8 img {
	width: auto;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.post ul li {
	font-size: 17px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.post ol li {
	font-size: 15px;
	line-height: 27px;
}

/*--------------------------------
予約フォーム
---------------------------------*/
.monthly-calendar th{
	border-bottom: 1px solid #999;
}

.post .day-calendar h3{
	font-size: 20px;
}

h4.taiken-info{
	color: #1C1C1C;
	background: #fff;
	margin-bottom: 0px;
}

.post .content-form th{
	width:25%;
}
.post .content-form fieldset{
	width:98%;
}

.post .content-form #action-button{
	margin-bottom: 20px;
}

.post .content-form #action-button button{
	display: inline-block;
	padding: 13px 30px;
	color: #fff;
	border:none;
	border-radius: 2px;
	background: #ff6767;
}
.mtssb-calendar-widget .day-calendar h3{
	border-left: none;
}
.mtssb-calendar-widget .day-calendar table{
	margin: 0 auto;
}
/*--------------------------------
アコーディオン
---------------------------------*/
#s-navi dt.trigger {
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	border-top: 0px solid #e8e8e8;
    border-bottom: 0px solid #e8e8e8;
}

#s-navi dt.trigger:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#s-navi dt.trigger p{
	font-weight: bold;
	margin-bottom: 0px;
}

#s-navi dt.trigger .op {
	font-size: 20px;
	padding: 0px 10px;
	border: none;
}

#s-navi dt.trigger .op:hover {
	font-size: 22px;
	padding: 0px 10px;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#s-navi dd.acordion_tree {
	display: none;
	
	width: 100%;
	background: #fff;
	right: 0;
}

#s-navi dd.acordion_tree ul {
	margin-bottom: 15px;
}
#s-navi dd.acordion_tree li {
	list-style: none;
	line-height: 30px;
}

#s-navi dd.acordion_tree li li {
	font-size: 80%;
	padding: 0 24px;
}

#s-navi dd.acordion_tree li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:15px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	position: relative;
}

#s-navi dd.acordion_tree li a:hover {
	font-size: 16px;
	font-weight: bold;
	color:#fff!important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#s-navi dd.acordion_tree li ul.sub-menu{
	display: none;
}

/*--------------------------------
スマートフォン、タブレット用メニュー
---------------------------------*/
#sma-navigation li {
	list-style: none;
	font-size: 18px;
	margin-top: 1px;
	border-right: 1px solid #fff;
	float: left;
	width:33.1%;
	text-align: center;
	display: inline;
	position: relative;
}

#sma-navigation li:last-child{
	border-right: none;
}

#sma-navigation li a {
	font-weight: bold;
	display: block;
	color: #48423E!important;
	text-align: center;
	padding:15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
#sma-navigation li a:hover {
	color: #fff!important;
	text-decoration: none;
}

/*--------------------------------
検索フォーム
---------------------------------*/
#side aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
#s {
	height: 34px;
	color: #333;
	font-size: 14px;
	background: #fff;
	border-radius: 0.2em;
	border:1px solid #848484;
	z-index: 10;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
}
#searchsubmit {
	border-radius: 0 0.2em 0.2em 0;
	background-color: #848484;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 50px;
	height: 32px;
	z-index: 20;
}
*:first-child + html #searchsubmit {
	top: 1px;
}

/*--------------------------------
お問い合わせフォームのボタン
---------------------------------*/
input.wpcf7-form-control.wpcf7-submit{
	font-size: 20px;
	padding: 13px 30px;
	color: #fff;
	border:none;
	border-radius: 2px;
	display: block;
	margin:0 auto;
	background: #fe2e64;
    border-bottom: 2px solid #cd2451;
}

input.wpcf7-form-control.wpcf7-submit:hover{
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/***** コンタクトフォーム *****/
.required-contactform7{
 color: #ff0000;
}

.table-contactform7{
	border:1px solid #ccc;
}

.table-contactform7 th{
	font-size: 18px;
	font-weight:bold;
	border:1px solid #ccc;
	width:40%;
	line-height:150%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table-contactform7 td{
	font-size: 18px;
	font-weight:normal;
	border:1px solid #ccc;
	line-height: 250%;
}

.table-contactform7 input,
.table-contactform7 textarea{
 	width: 100%;
 	border:1px solid;
 	border-color: rgb(169, 169, 169);
}
 
.address-100 input{
 	width: 100%;
}
 
.message-100 textarea{
 	width: 92%;
 	line-height: 150%;
 	border: 0px inset;
 	border-color: rgb(169, 169, 169);
}
 
@media screen and (max-width: 980px){
.post table.table-contactform7{
	border: none;
}

.table-contactform7 th{
	width:100%;
	text-align: left;
 	display:block;
 	margin: 0 auto;
 	border:none;
}
.table-contactform7 td{
 	display: block;
 	text-align: left;
 	margin:0 auto;
 	padding:5px;
 	width: 100%;
 	border: none;
 }
.table-contactform7 input{
 	max-width: 90%;
 	border:1px solid;
 	border-color: rgb(169, 169, 169);
}

.table-contactform7 textarea{
	border:1px solid;
	border-color: rgb(169, 169, 169);
}

}
@media screen and (max-width: 380px){
.table-contactform7 td{
	max-width: 320px;
	margin: 0 auto;
}
}
/*--------------------------------
ヘッダー用メニュー
---------------------------------*/
#main-navigation {
	float: none;
    background-color: #fff;
    width: 840px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0;
    padding: 0 0 10px 0;
    clear: both;
}

#main-navigation li ul li a{
	width: 180px;
}

#main-navigation li {
	list-style: none;
	font-size: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	display: inline;
	position: relative;
}

#main-navigation li a {
	display: block;
	color: #48423E;
	text-align: center;
	padding: 15px 19.4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

#main-navigation li a:hover {
	color: #fff;
	text-decoration: none;
}

#main-navigation li.current-menu-item a{
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1)inset;
}

#main-navigation li.current-menu-item ul.sub-menu a{
	box-shadow:none;
}

#main-navigation li.current-menu-item ul.sub-menu a:hover{
	color:#fff;
}

#main-navigation li a span {
	font-size: 10px;
	font-weight: normal;
	display: block;
}
#main-navigation li ul {
	display: none;
	font-size: 16px;
	border-top: 1px solid #fff;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
}
#main-navigation li ul li {
	border:1px solid #fff;
	border-top: none;
	border-bottom: 0.5px solid #ddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
#main-navigation li ul li a {
	width:180px;
	font-size: 16px;
	padding: 5px 15px;
}
#main-navigation li ul li ul {
	top: 0;
	left: 100%;
	margin: 0;
}

/*--------------------------------
フッター用メニュー
---------------------------------*/
#footer #name-caption{
	display: block;
	float:left;
	width:100%;
	text-align: center;
	margin-top: 20px;
}

#footer-navigation {
	float: left;
	width: 60%;
	margin-bottom: 30px;
}
#footer-navigation li {
	list-style: none;
	margin-top: 0px;
	text-decoration: underline;
	margin-right: 0px;
	display: block;
	position: relative;
}
#footer-navigation li a {
	display: block;
	color: #48423E;
	text-align: left;
	font-size: 17px;
	float: left;
	width:24%;
	padding: 15px 27px 15px 27px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	position:relative;
	padding-left:29px;
	font-weight: bold;
	line-height: 22px;
}
 
#footer-navigation li a:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:8px; 
	width:8px; 
	display:block; 
	position:absolute; 
	top:22px; 
	left:10px; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	background: url(../HARVEST1.0/images/f_icon_01.png);
}

#footer-navigation li a:hover {
	text-decoration: underline;
}
#footer-navigation li.current-menu-item a{
	text-decoration: underline;
}
#footer-navigation li a span {
	font-size: 10px;
	font-weight: normal;
	display: block;
}
#footer-navigation li ul {
	display: none;
	font-size: 17px;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 1 0 0 1px;
	z-index: 999;
}
#footer-navigation li ul li {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
#footer-navigation li ul li a {
	width:140px;
	font-size: 16px;
	padding: 5px 15px;
}
#footer-navigation li ul li ul {
	top: 0;
	left: 100%;
	margin: 0;
}

/*問い合わせ、電話番号 */
#footer .number {
	display:block;
	float:left;
	width:100%;
}

#footer .number p{
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

#footer .number p.tel{
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.4;
    display: block;
    text-align: center;
}

/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #999;
}
.pagination a:hover {
	color: #fff;
	background-color: #666666;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*--------------------------------
ぱんくず
---------------------------------*/
.breadcrumbs {
	font-size: 15px;
}
.breadcrumbs a {
	color: #4682b4;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color:#2E64FE;
	text-decoration: underline;
}
div.breadcrumbs {
	padding: 30px 0 5px 20px;
	margin: 0 0 15px;
	background-color: #fff;
	clear: both;
}

/*--------------------------------
SNS
---------------------------------*/
.sns li {
	margin: 5px 0;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
	line-height: 10px;
}
.post .sns .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/************************************
** Twitterバルーンボタン
************************************/
.balloon-btn-set{
  display:block;
  width:65px;
  height:63px;
}
 
.balloon-btn-set a{
  display:block;
  color:#777;
  font-size:14px;
  text-decoration:none;
 
}
a.arrow-box-link{
  color: #bbb;
  text-align:center;
  display:block;
}
 
a.balloon-btn-link{
  border:1px solid #ddd;
  width:65px;
  height:18px;
  line-height:16px;
  position:relative;
  color:white;
  border-radius: 0px 0px 3px 3px;
  text-align:center;
  display:block;
}

.arrow-box {
    position: relative;
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: none;
    text-align: center;
    width: 65px;
    height: 20px;
    border-radius: 3px 3px 0 0;
    line-height: 23px;
    display: inline-block;
}

a.twitter-balloon-btn-link .fa-twitter{color:#55acee;
  font-size: 16px;}
a.twitter-balloon-btn-link .tweet-label{
  font: 11px/18px "Helvetica Neue",Arial,sans-serif;
  font-weight: bold;
  color: #000;
  margin-left: 3px;
  vertical-align: top;
}
 
/************************************
** Twitterのボタンのグラデーション
************************************/
a.balloon-btn-link {
  font-size:16px;
  font-weight:normal;
  border:1px solid #bbb;
  text-decoration:none;
  background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  background:-ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
  background-color:#f9f9f9;
  color:#666666;
  display:inline-block;
  text-shadow:1px 1px 0px #ffffff;
   -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
   -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
   box-shadow:inset 1px 1px 0px 0px #ffffff;
}
/*--------------------------------
カレンダー
---------------------------------*/
#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	background-color: #fff;
	width: 100%;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
	line-height: 25px;
	background-color: none;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}

/*--------------------------------
特定商取引法に関する表記
---------------------------------*/
.tokutei_info table{
	width:100%;
	margin-top: 30px;
}

.post .tokutei_info table{
	border:none;
}

.tokutei_info table tr th{
	width: 180px;
    background: #FFF;
    border: 1px solid #BDBDBD;
    padding: 30px 15px 30px 15px;
    text-align: left;
    vertical-align: top;
}
.tokutei_info table tr td {
	border: 1px solid #BDBDBD;
    padding: 30px 15px 30px 15px;
}

/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
}
#page-top img{
	-moz-opacity: 0.5;
	opacity: 0.5;
	width:50px;
	height:50px;
}

#page-top img:hover {
	text-decoration: none;
	-moz-opacity: 0.2;
	opacity: 0.2;
}

a#scroll-to-top{
	width: 0px;
	height: 0px;
}
/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #333;
}
#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #333;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #ff8000;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	border:2px solid #000;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
	line-height: 18px;
}
.commentmetadata {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments #commentlist img {
	padding: 10px;
}
#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}
ul.children {
	padding: 0px;
}
.commets-list li {
	list-style-type: none;
}
.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}
/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}
#comments h3 {
	background-image: url(images/come.png);
	font-size: 16px;
	padding: 10px 0px 10px 50px;
	border: none;
	margin-bottom: 0px;
}
#comments textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}
#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	border: 1px #f2f2f2 solid;
}
/* コメントボタン */
#comments input[type="submit"] {
	background-color: #ccc;
	padding: 10px;
	-webkit-appearance: none;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	float: left;
	width: 70px;
	color: #666;
}
.p-navi dl dd {
	font-size: 17px;
	font-weight: bold;
	padding-left: 55px;
	line-height: 27px;
}

/*---------------
ブログコンテンツ
----------------*/

.post.blog {
	margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 0px solid #000000;
}

.post.blog p{
	font-size: 1.1em;
	line-height: 120%;
}

.post.blog p span.kdate,
.post.blog p span.tagst{
    font-size: 14px;
    line-height: 140%;
}

.post.blog h1 {
	color: #48423e;
	background: #fff;
    text-align: left;
    margin-bottom: 0.5em;
    padding: 0.5rem 0 1rem 0;
    box-shadow: none;
}

.post.blog h1:before {
    border:none;
}

.post.blog h2 {
    text-align: left;
    border-radius: 0.1em;
}

.post.blog h3.point{
    margin-top: 60px;
    border:none;
}

.p-navi.clearfix{
	margin-top: 20px;
}


.post.blog img.alignleft{
	margin: 0 20px 10px 0;
}

.single-officialblog #side aside{
    margin-top: 0px;
}

@media only screen and (max-width: 380px){
.post.blog h1 {
	font-size: 1.4em;
    line-height: 120%;
    padding: 0rem 0 0.5em 0;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0.5em;
}
.post.blog p{
	font-size: 16px;
}
.post.blog img{
	border: none;
}
}

.blog-thumnail{
	margin-bottom: 40px;
}

.blog-thumnail img {
    display: block;
    margin: 0 auto;
    border: 0px solid #efefef;
}

/*----------------------------------------
お知らせとブログのコンテンツ（右カラム）
-----------------------------------------*/

@media only screen and (min-width: 980px){
#oshirase-content #contentInner,
#blog-content #contentInner,
.single-officialblog #contentInner,
.single-oshirase #contentInner,
.tax-officialblog_cat #contentInner,
.page-template-template-blog #contentInner{
	float: left;
}
#oshirase-content #contentInner main,
#blog-content #contentInner main,
.single-officialblog #contentInner main,
.single-oshirase #contentInner main,
.tax-officialblog_cat #contentInner main,
.page-template-template-blog #contentInner main{
	padding: 20px;
}
#oshirase-content #side aside,
#blog-content #side aside,
.single-officialblog #side aside,
.single-oshirase #side aside,
.tax-officialblog_cat #side aside,
.page-template-template-blog #side aside{
	padding: 60px 0px 0 10px;
}
}

#blog-content #contentInner{
	margin-top: 0px;
}

#blog-content #contentInner main,
.single-officialblog #contentInner main,
#oshirase-content #contentInner main,
.single-oshirase #contentInner main,
.page-template-template-blog #contentInner main{
	padding-top: 20px;
}

@media only screen and (max-width: 380px){
#oshirase-content #contentInner main{
	padding-top: 20px;
}
}

#blog-content #side aside{
	margin-top: 0px;
}

#oshirase-content h2,
#blog-content h2 {
    background: none;
    color: #424242;
    text-align: left;
    font-size: 1.2em;
    border-radius: 0em;
    box-shadow: none;
}

#oshirase-content h1,
#blog-content h1{
	background-position: center;
	line-height: 150px;
	font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
}

#oshirase-content h1:before,
#blog-content h1:before{
	border: none;
}


@media only screen and (max-width: 700px){
#oshirase-content h1,
#blog-content h1{
	line-height: 200%;
}
}

/*レイアウト スマートフォン
----------------------------------------------------*/

header {
	text-align: center;
	background-color: #fff;
}

main {
	clear: both;
	background-color: #fff;
	padding: 20px 10px;
	margin: 0 0px 0px;
}

section {
	margin-bottom: 3em;
}
footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}
.ad {
	padding-bottom: 10px;
}
.post{
	overflow: hidden;
}

@media only screen and (max-width: 1100px) {
.smanone a {
    font-size: 17px;
    font-weight: bold;
}
}

/*--------------------------------
一覧記事表示部分
---------------------------------*/
#topnews {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

#topnews dt {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#topnews dt img {
	width: 100%;
	border: none;
}
#topnews dd {
    clear: both;
    width: 100%;
    display: block;
    padding: 0px;
}

#topnews .clearfix dd h5 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#topnews .clearfix dd p {
	font-size: 18px;
	color: #666;
	line-height: 24px;
	height: 110px;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
}

#topnews .clearfix dd div.order_button_exc{
	height: 120px;
}

@media only screen and (max-width: 980px) {
#topnews .clearfix dd div.order_button_exc {
    height: auto;
}
}

div.order_button_img {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 1em;
    float: none;
    width: 85%;
    margin: 5px auto;
    border-radius: 0.2em;
    color: #fff;
}

div.order_button_img a{
	color: #fff;
    text-decoration: none;
}

#topnews .clearfix dd div.order_button_img{
	display: block;
    padding: 20px;
    text-align: center;
    font-size: 1.3em;
    float: none;
    width: 85%;
    margin: 20px auto;
    border-radius: 0.2em;
}

div.order_button_img:hover,
#topnews .clearfix dd div.order_button_img:hover{
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


#topnews .clearfix dd div.order_button_img a{
	color: #fff;
	text-decoration: none;
}

#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}

@media only screen and (max-width: 980px) {
#topnews dt{
	float: none;
	width: 320px;
	margin: 0 auto;
}
#topnews dd{
	clear: both;
	padding-left: 0px;
}
#topnews dd img{
	float: right;
}
#topnews dd h2{
	font-size: 24px;
    line-height: 34px;
    height: auto;
	text-align: center;
	margin-top: 20px;
}
#topnews .clearfix dd p {
    height: auto;
}
}

/*-- ここまで --*/

/*--------------------------------
1カラムページ
---------------------------------*/
main.one_column_page{
	margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 15px 20px 15px;
}
/*--------------------------------
サイドバーやフッター周り
---------------------------------*/
#side aside {
	float: left;
	width: 24%;
	padding: 20px 0px 0 20px;
	background-color: #fff;
}

@media only screen and (max-width: 980px){
#side aside {
	clear: both;
	width: 97%;
	margin: 0 auto;
	padding: 20px 0px 0 10px;
	position: static !important;
}

#side aside #mybox ul li {
    padding-bottom: 0px;
    padding-top: 0px;
}
}

@media only screen and (max-width: 380px){
#side aside {
	width: 97%;
	padding: 20px 5px;
}
}

.page-contents #side aside{
	float: left;
	width: 97%;
    padding: 20px 5px;
	background-color: #fff;
}

@media only screen and (max-width: 980px){
.page-contents #side aside {
    float: none;
}
}

.page-contents #side aside .kanren2 dl.clearfix{
    width: 30%;
    float: left;
    height: 420px;
    margin: 5px;
    margin-left: 0px;
}

@media only screen and (max-width: 980px){
.page-contents #side aside .kanren2 dl.clearfix{
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
}

.kanren2 img{
	margin: 5px auto;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}

#footer {
	border-top: none;
    max-width: 1100px;
    padding: 0 0px;
    margin: 0 auto;
    background: none;
}

#footer #name-caption{
	display: block;
	float:left;
	width: 36%;
	margin-top: 20px;
	margin-right: 15px;
	text-align: left;
	padding-left: 10px;
}

#footer .number {
	display:block;
	float:left;
	width:100%;
}

#footer .number p{
	text-align: left;
}

#footer .number p.tel{
    text-align: left;
}

@media only screen and (max-width: 980px){
#footer #name-caption {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-left: 0px;
}
#footer #name-caption p.address{
    display: none;
}

#footer .number p{
	text-align: center;
	font-size: 16px;
}

#footer .number p.tel{
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
}
}

#page-top img{
	display:block;
	width:50px;
	height:50px;
}

/*IEで要素がズレるのを対応*/
.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
	display: list-item;
	padding: 0;
}
/*--------------------------------
各フォント設定
---------------------------------*/

/*記事タイトル*/

.entry-title a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2rem;
    line-height: 120%;
    border: none;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: .7em .4em .7em .4em;
    position: relative;
    margin-left: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)inset;
}

h1:before {
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 14px solid #fff;
    border-top: 14px solid rgba(0,0,0,0.5);
    border-left: 14px solid rgba(0,0,0,0.5);
}

h1.cart_page_title {
    display: inline-block;
    color: #424242;
    background: #fff;
    font-size: 1.6em;
    line-height: 120%;
    border: none;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: .7em .4em .4em 0em;
    box-shadow: none;
}

h1.cart_page_title:before{
	border: none;
}

/*中見出し*/
h2 {
	position: relative;
    font-size: 1.8rem;
    text-align: center;
    line-height: 120%;
    margin-top: 1.8em;
    margin-bottom: 1em;
    border-radius: 0.1em;
    padding: .7em .4em .7em .4em;
}

h2:after, h2:before {
    border-top: none;
}

h2:before {
    content: '';
    position: absolute;
    border: none;
    bottom: 0px;
    left: 0px;
}

h2:after {
    content: '';
    position: absolute;
    border: none;
    bottom: 0px;
    left: 0px;
}

/*小見出し*/
h3 {
	font-size: 1.5em;
    line-height: 120%;
    background: none;
    border: none;
    padding: .7em .4em .7em .4em;
    margin: 1.8em 0 1em 0;
}

h4 {
    font-size: 1.3em;
    line-height: 120%;
    margin-bottom: 1em;
    padding: .7em .4em .7em .4em;
    margin-top: 1.8em;
}

.kanren-blog h4 {
    font-size: 1.3em;
    line-height: 120%;
    margin-bottom: 0.5em;
    padding: 0em .4em 0em .4em;
    margin-top: 0em;
}

@media only screen and (max-width: 380px) {
.kanren-blog h4 {
    font-size: 1.1em;
    line-height: 120%;
    margin-bottom: 0em;
    padding: 0em;
    margin-top: 0em;
}
}

/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.post ul li {
	font-size: 15px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.post ol li {
	font-size: 16px;
	line-height: 27px;
}
/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #999;
}
.pagination a:hover {
	color: #fff;
	background-color: #666666;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 980px) {

#wrapper1 {
    padding-top: 0px;
}

.page-template-template-review-php #wrapper1 {
    padding-top: 0px;
}

#wrapper2 {
    max-width: 1100px;
    padding: 0 0px;
    margin: 0 auto;
    background-color: #fff;
}

.smanone {
	display: block;
}

.smanone a{
	font-size:17px;
	font-weight:bold;
}

.pcnone {
	display: none;
}

header {
	max-width: 1100px;
    padding: 0 0px;
    margin: 0 auto;
}

.sitename img{
	max-width: 100%;
	margin: -20px 10px 0 0px;
	display: inline;
}

.caption .descr {
	text-align: left;
}
nav {
	display: block;
	padding: 0px 0;
}

#contentInner {
	float: right;
	width: 73%;
	margin-right: 0px;
}

#content.page-contents{
    width: 900px;
    margin: 0 auto;
    background: #fff;
}

.page-contents #contentInner{
	float: left;
	width: 100%;
	margin-right: 0px;
}

#contentInner.itemlistinner {
	float: left;
	width: 100%;
	margin-right: 0px;
}

main {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #fff;
	border-radius: 0px;
	padding: 20px 20px 20px 10px;
}

.storycontent {
    width: 870px;
    margin: 0 auto;
}
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 980px) {
#wrapper2,#wrapper3 {
	max-width: 700px;
	padding: 0;
	margin: 0 auto;
}
header {
    max-width: 1100px;
    padding: 0 0px;
    margin: 0 auto;
    margin-bottom: 10px;
}

p{
	font-size: 1em;
}
h1{
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
h2 {
	position: relative;
    font-size: 1.4rem;
    text-align: center;
    line-height: 120%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 0.1em;
}


.post h3 {
    font-size: 1.3em;
    line-height: 120%;
    background: none;
    margin: 1.8em 0 1em 0;
}
.post h4 {
    font-size: 1.2em;
}
div.breadcrumbs {
	padding: 15px 10px 15px;
	margin: 0 0 0px;
	clear: both;
}

#name-caption{
	float: none;
	text-align: center;
	margin: 0 auto;
	width:100%;
}
#footer .sitename img{
	max-width: 300px;
	max-height: 75px;
	margin: 0px auto;
}
#footer .caption .descr {
	text-align: center;
}
#footer-navigation{
	width:100%;
	margin: 0 35px;
}

#footer-navigation li a{
	font-size: 17px;
    float: left;
    width: 25%;
	display: block;
    color: #48423E;
    text-align: left;
    padding: 15px 27px 15px 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    line-height: 22px;
}
.descr{
	display: block;
}
/* FBウィジェット */
.fb-page .fb_iframe_widget{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/* タブレットでも電話番号は表示 */
header .number{
	display: block;
	float: none;
    width: 100%;
}

/* タブレットでは問い合わせボタンを80pxにする */
#contact img{
	width:80px;
}

/* タブレット以下、関連記事の画像は真ん中 */
.kanren2 img,
.kanren img{
	margin:5px auto;
}
.kanren2 dd{
	padding-left: 5px;
}

p#headimg{
	margin-bottom: 0px;
}

header {
	text-align: left;
}

.sitename{
	text-align: center;
}

.sitename img{
	max-width: 300px;
	display: inline;
}

.number p,
.number p.tel{
	text-align: center;
	font-size: 24px;
}

.number p{
	text-align: center;
	font-size: 16px;
}

.caption .descr {
	font-size: 14px;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

main {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px 5px;
}
#sma-navigation li{
	width: 33.1%;
}

/*--------------------------------
特定商取引法に関する表記
---------------------------------*/
.tokutei_info table{
	width:100%;
	margin-top: 30px;
}

.post .tokutei_info table{
	border:none;
}

.tokutei_info table tr th{
	display: block;
	width: 100%;
    background: #FFF;
    border: none;
    padding: 15px 15px 15px 15px;
    text-align: left;
    vertical-align: top;
}
.tokutei_info table tr td {
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
    padding: 25px 15px 30px 15px;
}
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {

}

/*media Queries スマホサイズ
----------------------------------------------------*/
@media only screen and (max-width: 380px) {

main{
	background-color: #fff;
	padding:10px 5px;
}

.number p,
.number p.tel{
	text-align: center;
}

.number p{
	font-size: 14px;
}

/* スマホでは問い合わせボタンを非表示 */
#contact img{
	display:none!important;
}

p#headimg img{
	display: none;
}
/* スマホではパンくずリストを非表示 */
div.breadcrumbs{
	display: none;
}

#name-caption{
	width:100%;
}

#footer-navigation{
	width:100%;
	margin: 0;
}

#footer-navigation li a {
    display: block;
    color: #48423E;
    text-align: center;
    font-size: 16px;
    float: left;
    max-width:100%;
    width: 49%;
    padding: 15px 0px 15px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding-left: 0px;
    font-weight: bold;
    line-height: 22px;
}

h1{
	font-size: 24px;
    line-height: inherit;
    border: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#topnews dt{
	float: none;
	width: 310px;
	margin: 0 auto;
}
#topnews dd{
	clear: both;
	padding-left: 0px;
}
#topnews dd img{
	float: right;
}
#topnews dd h2{
	text-align: center;
	margin-top: 20px;
}

.post.blog{
    padding-top: 0px;
}

.post h4 {
    font-size: 1.2em;
}
/*--------------------------------
スマートフォン、タブレット用メニュー
---------------------------------*/
#sma-navigation li {
	list-style: none;
	font-size: 17px;
	margin-top: 1px;
	float: left;
	width:33%;
	text-align: center;
	display: block;
	position: relative;
}
#sma-navigation li a {
	font-weight: bold;
	display: block;
	color: #48423E!important;
	text-align: center;
	padding:15px 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
#sma-navigation li a:hover {
	color: #fff!important;
	text-decoration: none;
}
}

/* サイドバー人気記事位置調整 */
.pop {
  margin-left:0px !important;  /* 人気記事左の余白を無くす */
  padding-left:0px !important; /* 人気記事左の余白を無くす */
}
 
.pop li{
  border-top: 3px dotted #088A08;  /* 各記事の上に点線 */
  list-style-type:none;  /* リストマークを無くす */
  list-style-image:none; /* リストマークを無くす */
  clear: both;  /* 画像の左寄せを解除 */
  margin-left: 0px !important;  /* 左側の余白を無くす */
  padding: 5px 0 10px 0 !important;  /* 改めて余白をちょい足し */
  border-bottom: none !important;  /* 記事下の点線を削除 */
}

/* サムネイル */
.pop img{
  width:120px;  /* 画像の横幅 */
  height:120px; /* 画像の高さ */
  margin-right: 10px;  /* 画像とタイトルの隙間 */
  padding:0px 0 10px 0;  /* とりあえず余白は5px */
  float: left;  /* 画像は左寄せ */
　
}
.pop li a {
	font-weight: bold !important;  /* タイトル文字を太字に */
}
ul.pop:after {
  content: "";
  display: block;
  clear: both;
}
.fb-like.fb_iframe_widget,
.fb-share-button.fb_iframe_widget,
#twitter-widget-1{
	padding-top:10px;
}

/* スピーチバブル */
.sb-speech-bubble{
	font-size:22px;
}

#twitter-widget-1,
#facebook,
#___plusone_0,
.hatena-bookmark-button-frame{
	padding-top:0px!important;
}

/* ページ右側の問い合わせボタン */
#contact{
	position:fixed;
	top:50px;
	right:0px;
	margin-right: 40px;
}

#contact img{
	margin-bottom: 5px;
}

@media only screen and (max-width: 1100px){
#contact{
	margin-right: 5px;
}
}

@media only screen and (max-width: 700px){
#contact{
	display: none;
}
}

/* 横揺れ防止 */
html{
	overflow:auto;
}

body{
	overflow:hidden;
}

/* サイドバーの開始位置 */
#mybox{
	margin-top: 0px;
	clear: both;
}

/* トップページのお知らせ */
#oshirase{
	clear: both;
	border-radius:0.5em;
	padding: 10px;
	margin-bottom: 20px;
	
}
h3.oshirase{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 20px;
	border: none;
	text-align: center;
	font-size: 24px;
}
#oshirase .oshirase_list{
	max-height:220px;
	overflow-y: scroll;
}

#oshirase dt.thumnail-img{
	float: left;
    width: 100px;
    margin-right: 10px;
}

#oshirase dl.title-day{
	border-bottom: 1px dotted #999999;
	padding: 0.5em;
	background:#fff;
	margin-bottom: 0px;
}

#oshirase dd.title{
	font-size: 1.1em;
	line-height: 120%;
}

@media only screen and (max-width: 380px){
#oshirase dd.title {
    font-size: 1em;
}
}

#oshirase dd.day{
	font-size: 1em;
}

@media only screen and (max-width: 380px){
#oshirase dd.day{
	font-size: 0.8em;
}
}

#oshirase dd.day img{
	display: inline-block;
	vertical-align: top;
}

/* トップページの最新のブログ記事 */
#officialblog,
#oshirase{
	clear: both;
	border-radius:0.5em;
	padding: 10px;
	margin-bottom: 20px;	
}

@media only screen and (max-width: 380px){
#officialblog,
#oshirase{
	border-radius:0.2em;	
}
}

.officialblog-top,
.oshirase-top{
	clear: both;
	border-radius:0.5em;
	padding: 0px;
	margin-bottom: 20px;
}
h3.officialblog,
h3.oshirase{
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 120%;
	border: none;
	text-align: center;
	font-size: 1.5em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)inset;
	border-radius: 0.1em;
}

@media only screen and (max-width: 380px){
h3.officialblog, h3.oshirase {
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 120%;
    border: none;
    text-align: center;
    font-size: 1.3rem;
}
}

#officialblog .officialblog_list{
	max-height:220px;
	overflow-y: scroll;
}

#officialblog dt.thumnail-img{
	float: left;
    width: 100px;
    margin-right: 10px;
}

#officialblog dl.title-day{
	border-bottom: 1px dotted #999999;
	padding: 0.5em;
	background:#fff;
	margin-bottom: 0px;
}
#officialblog dd.title{
	font-size: 1.1em;
	line-height: 120%;
}

@media only screen and (max-width: 380px){
#officialblog dd.title {
    font-size: 1em;
}
}

#officialblog dd.day{
	list-style: none;
	font-size: 1em;
}

@media only screen and (max-width: 380px){
#officialblog dd.day {
    font-size: 0.8em;
}
}


#officialblog dd.day img{
	display: inline-block;
	vertical-align: top;
}

.officialblog-top .officialblog_list,
.oshirase-top .oshirase_list{
	background: #fff;
	height:auto;
	overflow-y: visible;
}

.officialblog_list li,
.oshirase_list li{
	list-style: none;
}

.officialblog-top .title-day,
.oshirase-top .title-day{
	border: none;
	padding: 10px;
	background:#fff;
	margin-bottom: 0px;
}

@media only screen and (max-width: 380px){
.officialblog-top .title-day,
.oshirase-top .title-day {
    padding: 0px;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}
}

.officialblog-top .title,
.oshirase .title{
	font-size: 1em;
}
.officialblog-top .day,
.oshirase-top .day{
	list-style: none;
}
.officialblog-top .day img,
.oshirase-top .day img{
	display: inline-block;
	vertical-align: top;
}


.post h3.oshirase,
.post h3.officialblog {
    color: #fff;
    background: none;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
}

.login h1 a{
    background-position: center top;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-indent: -9999px;
    outline: 0;
    display: block;
}
.big-redborder{
    border:3px solid #B40431;
    font-size: 30px;
    padding: 5px 10px 5px 10px;
}

.natural-blueline{
	font-size: 30px;
	padding-bottom: 10px;
	background: url(images/nat2_line_01.png) no-repeat bottom;
}

@media only screen and (min-width: 380px){
#topnews .clearfix dd div.order_button img {
    margin-top: 30px;
    width:300px;
}
}


.banner #side aside #mybox ul li{
	background: none;
}

/* 商品カテゴリー */
#side aside #mybox ul li.cat-item{
	background: #fff;
	padding-top: 15px;
	padding-left: 10px;
}

#side aside #mybox ul li.cat-item a{
	font-size: 18px;
	font-weight: bold;
}

#side aside #mybox ul li.cat-item ul.children li.cat-item{
	padding-top: 5px;
}

#side aside #mybox ul li.cat-item ul.children li.cat-item a{
	font-size: 16px;
	font-weight: normal;
}


/* 予約者専用ページ */
.one_column #contentInner{
	width: 100%;
}

/*トップページボックスコンテンツ*/
#page-box{
	margin-top: 20px;
}

.page-box-content{
	float: left;
	width: 48%;
	margin-left: 0px;
}
.page-box-content2{
	float: left;
	width: 48%;
	margin-left: 30px;
}

.page-box-content p,
.page-box-content2 p{
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1100px){
.page-box-content2{
	margin-left: 27px;
}
}

@media only screen and (max-width: 700px){
.page-box-content2{
	margin-left: 10px;
}
}

@media only screen and (max-width: 380px){
.page-box-content{
	margin-bottom: 10px;
}
.page-box-content2{
	margin-left: 10px;
	margin-bottom: 10px;
}

.page-box-content p{
	display: none;
}
.page-box-content2 p{
	display: none;
}
}

/*sns*/
.post .sns .snsb.clearfix {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*ブログバナー*/
.bnr a{
	position: relative;
	display: inline-block;
	margin-bottom: 80px;
}

.bnr a::after {
    content:"";
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    border-radius:0px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3)inset;
}

/*メールマガジンのチェックボックスを非表示*/
.wpcf7 input.mailing {
    display: none;
}

#customize-control-site_icon .app-icon-preview {
  display: none;
}
 
#customize-control-ys_apple_touch_icon .favicon-preview {
  display: none;
}

/*--------------------------------
スライダー
---------------------------------*/

/* スライドショー */
#slider,
#slider5 {
    overflow:hidden;
    position:relative;
    width:100%;
    background: #fff;
}
#slider3,
#slider4,
#slider6{
	display: none;
}

@media only screen and (max-width: 980px){
#slider,
#slider2,
#slider5 {
	display: none;
}

#slider3,
#slider4,
#slider6 {
	display: block;
}
}

#slider2,
#slider3,
#slider4,
#slider5,
#slider6 {
    background: #fff;
}

#sliderInner,
#sliderInner5 {
    position:relative;
    left:50%;
    width:3040px;
    margin-left:-1520px;
}
#sliderInner li,
#sliderInner5 li {
    width:1100px;
}

#slideFilterL,
#slideFilterL5 {
    left:0;
}
#slideFilterR,
#slideFilterR5 {
    right:0;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
    width:1000px;
    background:#fff;
    display: none;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:1035px;
    background:url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right:1035px;
    background:url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:-43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:109px;
    outline:0;
    width:32px;
    height:32px;
    text-indent:-9999px;
    z-index:9999;
}

.su-box-title h2{
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 3px;
}


/* カートに入れるボタン */
.skubutton{
	border: none;
	width: 320px;
	height:95px;
	padding-left: 75px;
	background: url(images/cart_button.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
}

.skubutton:hover {
	moz-opacity:0.8;
	opacity:0.8;
	border-top: 1px solid #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 380px) {
.skubutton{
	margin-top: 10px;
}

.skubutton{
	border: none;
	width: 250px;
	height:74px;
	padding-left: 75px;
	background: url(images/cart_button2.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
}

.customer {
    border: 1px solid #bbbbbb;
    background: url(images/voice_pat01.jpg);
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 10px;
    margin-bottom: 20px;
    border-radius: 0.2em;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.float{
	display:block;
	clear:both;
	width: 1px;
	height: 1px;
	background: url(images/1x1.gif);
}

/*-----------------------------------
ショートコード
------------------------------------*/
.blog-card{
	border:1px solid #cccccc;
	word-wrap:break-word;
	max-width:100%;
	margin-bottom: 30px;
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}

.blog-card a {
	color: #424242;
	background: #fbfaf8;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-card a:hover{
	color: #0044cc;
	background: #ffffe0;
}

.blog-card-thumbnail{
	float:left;
	padding:10px;
}

.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-card-content{
	line-height:120%;
}
.blog-card-title{
	padding:10px 10px 10px 0;
	font-size: 1.2em;
    line-height: 130%;
}
.blog-card-title p{
	color: #424242;
	text-decoration: none;
}
.blog-card-title p:hover{
	moz-opacity:0.8;
	opacity:0.8;
}

@media only screen and (max-width: 980px) {
.blog-card-title {
    font-size: 1em;
}
}

.blog-card-kanren p,
.post.blog .blog-card-kanren p{
	font-size: 0.8em;
    font-weight: bold;
    width: 5em;
    display: inline-block;
    padding: 0.2em;
    position: relative;
    top: 10px;
    text-align: center;
    margin-bottom: 0.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.customer {
    border: none;
    background: url(images/voice_pat01.jpg);
    padding: 20px;
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 0.1em;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
}

.customer h3{
	margin: 0.5em 0 1em 0;
}

.customer h4{
    background: none;
}

.customer h2.free,
.customer h3.free{
	margin: 0.5em 0 1em 0;
}

.customer-back1{
	background: url(images/voice_pat05.png);
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px;
    margin: 1em 0 1em 0;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1)inset;
    border-radius: 0.2em;
}

.customer-back2{
	background: url(images/voice_pat02.jpg);
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px;
    margin: 1em 0 1em 0;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1)inset;
    border-radius: 0.2em;
}

.thank-you{
	display: inline-block;
    color: #ffffff;
    background: #b2b423;;
    padding: 0.5em 1em 0.5em 1.5em;
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(-2deg);
    font-size: 0.8em;
    margin-left: -3em;
    margin-bottom: 1em;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}

.thank-you:before{
	content: "ありがとうございます！";
}

#customer-box{
	position: fixed;
	z-index: 9999;
	width: 100px;
	height: auto;
	background: rgba(255,0,0,0);
	bottom: 30%;
	right: 10px;
}

#customer-box div.order_button_img{
	margin: 0 auto;
	border-bottom: 4px solid;
}

@media only screen and (max-width: 980px) {
#customer-box div.order_button_img{
	position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 3px;
    text-align: center;
    margin-bottom: 0px;
    border-radius:0;
}
}

.black-box{
	padding:1em; 
	margin:1em 0 1em 0; 
	border: 1px solid #424242;
	border-radius: 0.2em;
}

.yellow-box{
	position: relative;
    background: #ffffe0;
    padding: 1em;
    margin: 3em 0 1em 0;
    border: 2px solid #e0ab0b;
    border-radius: 0.2em;
}

.yellow-box:after {
    content: "お知らせ";
    position: absolute;
    top: 0px;
    left: -2px;
    background: #e0ab0b;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    padding: 0.3em 1.2em 0.3em 1.2em;
    border-radius: 0.2em 0em 0.2em 0;
}

.fa-info-circle:before {
    color: #e0ab0b;
}

.red-box{
	position: relative;
    background: #ffebeb;
    padding: 1em;
    margin: 3em 0 1em 0;
    border: 2px solid #d34e4e;
    border-radius: 0.2em;
}

.red-box:after{
    content: "ご注意";
    position: absolute;
    top: 0px;
    left: -2px;
    background: #d34e4e;
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    padding: 0.3em 1.7em 0.3em 1.7em;
    border-radius: 0.2em 0em 0.2em 0;
}

.fa-exclamation-circle:before {
    color: #d34e4e;
}

.price-box{
	background: #ffffe0;
    padding: 1em;
    margin: 1em 0 1em 0;
}

.red-oshirase{
	background: #ffefe8;
    padding: 10px;
    margin:1em 0 1em 0; 
    border: 3px solid #ff3800;
}

.yellow-oshirase{
	background: #ffffe0;
    padding: 10px;
    margin: 1em 0 1em 0;
    border: 3px solid #e0ab0b;
}

.green-oshirase{
	background-color: #fbfbef;
    padding: 10px;
    margin: 1em 0 1em 0;
    border: 3px solid #F2F5AA;
}

.blue-oshirase{
	margin: 1em 0 1em 0;
    background: #f6fcff;
    border: 3px solid #038bbc;
    padding: 10px;
}

.flesh-oshirase{
	background-color: #fffaf0;
    padding: 10px;
    margin: 1em 0 1em 0;
    border: 3px solid #FFE7C2;
}

.fukidasi{
  position: relative;
  padding: 0.5em 1em;
  margin: 0px;
  border-radius: 0.3em;
}

.fukidasi:before{
  content: '';
  position: absolute;
  left: 5%;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
}

.fukidasi-under{
  position: relative;
  padding: 0.5em 1em;
  margin: 0px;
  border-radius: 0.3em;
}

.fukidasi-under:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 5%;
  display: block;
  width: 0;
  height: 0;
}

.fukidasi-left{
  position: relative;
  padding: 0.5em 1em;
  margin: 0px 0px 0px 20px;
  border-radius: 0.3em;
}

.fukidasi-left:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  display: block;
  width: 0;
  height: 0;
}

.fukidasi-right{
  position: relative;
  padding: 0.5em 1em;
  margin: 0px 20px 0px 0px;
  border-radius: 0.3em;
}

.fukidasi-right:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  display: block;
  width: 0;
  height: 0;
}

/*文字を大きくする*/
div.big1 p,
.post.blog div.big1 p,
#itempage div.big1 p{
	font-size: 2.4em;
	line-height: 120%;
}

div.big2 p,
.post.blog div.big2 p,
#itempage div.big2 p{
	font-size: 1.8em;
	line-height: 120%;
}

div.big3 p,
.post.blog div.big3 p,
#itempage div.big3 p{
	font-size: 1.4em;
	line-height: 120%;
}

div.big4 p,
.post.blog div.big4 p,
#itempage div.big4 p{
	font-size: 1.2em;
	line-height: 120%;
}


@media only screen and (max-width: 980px) {
div.big1 p,
.post.blog div.big1 p,
#itempage div.big1 p{
	font-size: 1.8em;
}

div.big2 p,
.post.blog div.big2 p,
#itempage div.big2 p{
	font-size: 1.4em;
}

div.big3 p,
.post.blog div.big3 p,
#itempage div.big3 p{
	font-size: 1.2em;
}
div.big4 p,
.post.blog div.big4 p,
#itempage div.big4 p{
	font-size: 1.1em;
}
}

@media only screen and (max-width: 380px) {

div.big1 p,
.post.blog div.big1 p,
#itempage div.big1 p{
	font-size: 1.2em;
}

div.big2 p,
.post.blog div.big2 p,
#itempage div.big2 p{
	font-size: 1.2em;
    text-align: left!important;
}

div.big3 p,
.post.blog div.big3 p,
#itempage div.big3 p{
	font-size: 1.1em;
}
div.big4 p,
.post.blog div.big4 p,
#itempage div.big4 p{
	font-size: 1em;
}
}

/*背景のない、自由に使える見出し*/

h2.free,
post blog h2.free{
	font-size: 1.3em;
    line-height: 120%;
    background: none;
    color: #424242;
    border: none;
    text-align: left;
    box-shadow: none;
    margin: 0 0 1em 0;
    padding: 0px;
}

h3.free,
post blog h3.free{
	font-size: 1.2em;
    line-height: 120%;
    background: none;
    color: #424242;
    border: none;
    text-align: left;
    box-shadow: none;
    margin: 0 0 1em 0;
    padding: 0px;
}

#itempage h2.free{
	position: relative;
    font-size: 1.8rem;
    text-align: center;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 0.1em;
    padding: .7em .4em .7em .4em;
}

#itempage h3.free{
	line-height: 120%;
    font-size: 1.6em;
    background: none;
    font-weight: bold;
    border-radius: 0;
    padding: 1em 0em;
    margin-bottom: 0.5em;
}

@media only screen and (max-width: 980px) {
#itempage h2.free{
    font-size: 1.4rem;
}
#itempage h3.free{
	font-size: 1.3em;
}
}

@media only screen and (max-width: 380px) {
h2.free,
post blog h2.free,
#itempage h2.free{
	font-size: 1.2em;
}
h3.free,
post blog h3.free,
#itempage h3.free{
	font-size: 1.1em;
}
}


h1.item_page_title{
    position: relative;
    margin-left: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)inset;
}

h1.item_page_title:before{
	content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border: 14px solid #fff;
        border-top: 14px solid rgba(0,0,0,0.5);
        border-left: 14px solid rgba(0,0,0,0.5);
}

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.field {
  display: inline-block;
  width: 88%;
  height: 50px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
  border: 1px solid #dfdfdf;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
select{
  height: 50px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px
}
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}

table.usces_calendar{
	margin: 0px auto; 
	margin-bottom: 0.5em;
}
table.usces_calendar tr td {
    padding: 5px;
    background: #eff1f5;
 ・’ont-size: 15px;x;
    line-height: 18px;
	border-collapse:  collapse;
	border: 1px solid #fff;
	margin: 0px 0 -1px;  
}
table.usces_calendar caption{
	margin: 1em 0 0 0;
}
@media only screen and (max-width: 980px){
input[type="text"], input[type="password"], select {
	width: 90%;}
}