@charset "UTF-8";
/*
Theme Name: leaf-note
Author: 3rd-web
Description: This is my original theme.
Version: 1.0
*/

/* -------基本構造（全体）------- */

body {margin: 0;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	color: #332b1c;
	-webkit-text-size-adjust: 100%;
	background-color: honeydew;
	}

img {
	display: block;
	margin: 0 auto;
	}

/* -------インナーの左右の余白------- */

@media (max-width: 1200px) {
	.inner {
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
		}
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
	}

/* ------それぞれの各ブロックの上下間隔------ */

.sub-header {
	padding-top: 5px;
	}

.contents {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

.sub {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

@media (max-width: 599px) {
	.contents {
		padding-top: 10px;
		}
}

/*--コンテンツとサイドバーを横に並べる設定--*/

@media (min-width: 768px) {
	.contents {
		float: left;
		width: 70%;
		}

	.sub {
		float: left;
		width: 30%;
		}

/* ---コンテンツとサイドバーの間隔--- */
	.contents {
		padding-right: 30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}
}

@media (min-width: 1200px) {
	.inner {
	    width: 1200px;
		margin: 0 auto;
	}
}

/* -----------ヘッダー-------------- */
header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 70px;
	background-color: #79c06e;
	margin-bottom: 50px;
	}

#header-inner img {
	width: 180px;	
	}

#header-inner a {
	text-decoration: none;
	}

.logo h1 {
	float: left;
	padding-top: 5px;
	font-size: 24px;
	}

@media (max-width: 768px) {
	.logo h1 {
	font-size: 16px;
	}
}

@media (max-width: 399px) {
	.logo h1 {
	font-size: 12px;
	}
}

.logo a {
	color: #fff;
	}

.header-box {
	float: right;
	text-align: center;
	}

.header-box p {
	margin-bottom: 0px;
	}

/* -----------ナビボタン-------------- */

@media (max-width: 1199px){
	.mainmenu li {
		border-bottom: #fff 1px solid;
		color: #fff;
		background-color: #79c06e;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

	.mainmenu li:first-child {
		border-top: #fff 1px solid;
		background-color: #79c06e;
		}

	.mainmenu li:last-child {
		border-bottom: 0;
		}

	.mainmenu {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		z-index: 3;
		position: absolute;
		right: 0;
		top: 70px;
		width: 100%;
		color: #fff;
		background-color: #79c06e;
		}
}

.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.mainmenu li a {
	display: block;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	}

.mainmenu a:hover {
		background-color: #999;
	}

/* ---- トグルボタン ---- */

#sitenav {
	text-align: center;
	overflow: hidden;
	margin: 0;
	clear: both;
	width: 100%;
	}

#navbtn {
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	cursor: pointer;
	z-index: 2;
	height: 70px;
	background: no-repeat;
	}

#navbtn:focus {
	outline: none;
	}

#navbtn i {
	font-size: 1.5em;
	color: #fff;
	}

#navbtn span {
	display: inline-block;
	padding-left: 10px;
	font-size: 1.5em;
	color: #fff;
	}


@media (min-width: 1200px) {
	/*ナビゲーションボタンを横並びに配置*/
	#mainmenu {
		display: block !important;
		}

	.mainmenu {
		margin-top: 15px;
		height: 50px;
		}

	.mainmenu ul:after {
		content: "";
		display: block;
		clear: both;
		}

	.mainmenu li {
		float: left;
		text-decoration: none;
		list-style: none;
		width: auto;
		}

	.mainmenu li a {
		padding: 10px 15px;
		color: #fff;
		font-weight: bold;
		}

	.mainmenu a:hover {
		background-color: #609957;
		color: #fff;
		transition: all .5s;
		}

	/*トグルボタン*/
	#navbtn {
		display: none;
		}
}

/* -----------TELかけるボタン-------------- */

	#tel {
	  	position: fixed;
  		bottom: 10px;
  		right: 10px;
		}
 
	#tel a {
  		display: block;
  		z-index: 998;
  		padding: 0;
  		width: 50px;
  		height: 50px;
  		background-color: #7a6643;
  		color: #fff;
  		font-weight: bold;
  		text-decoration: none;
  		text-align: center;
  		opacity: 0.9;
  		box-shadow: 0 1px 5px rgba(0,0,0,0.4);
		border-radius: 50%;
		}
 
	#tel a:hover {
	  	text-decoration: none;
  		opacity: 0.5;
  		cursor: pointer;
		}

/* -----------コンテンツ-------------- */
#main-img img{
	width: 100%;
	}

	@media (min-width: 768px) {
#main-img {
	position: relative;
	display: none;
}
	}

#main-m-img {
	position: relative;
	}

.fuwat1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
    padding: 0px;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}

	.fuwat1 p a {
	font-size: 36px;
	color: #fff;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-family: 'Fjalla One', sans-serif;
	}

	.fuwat1 p a span {
	display: inline-block;
	font-size: 36px;
	font-family:"Sawarabi Mincho";
}

@media (max-width: 768px) {
	.fuwat1 p a span {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		width: 320px;
	}
	.fuwat2{
		font-size: 1.3em;
	}
	#main-m-img {
	position: relative;
	display: none;
	}
	#main-img {
		position: relative;
		display: block;
	}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#info {
	margin: 0 auto;
	max-width: 1200px;
}

@media (max-width: 599px) {
	.info {
		margin: 0 auto;
	}
}

.info {
	padding: 20px;
	margin: 0 auto;
	background-color: honeydew;
}

.info li {
	list-style: none;
	text-align: left;
	font-size: 0.9em;
}

.info li a {
	text-decoration: none;
	color: #333;
}

#top-area {
	background-color: #fff;
	}

.message {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	}

.message h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	padding: 60px 0 40px 0;
	color: #7a6643;
	}

.message h2 span {
	display: inline-block;
}

.message p {
	padding-bottom: 10px;
	text-align: left;
	line-height: 2;
	font-size: 1em;
	max-width: 800px;
	display: inline-block;
	margin: 0 auto;
	}

.blogtitle {
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 2em;
	color: olivedrab;
	font-weight: bold;
	text-align: center;
	}

@media (max-width: 599px) {
	.blogtitle {
		font-size: 1.5em;
		}

	.message h2 {
		font-size: 1.5em;
		}

	.message p {
		font-size: 1em;
		text-align: left;
		}
}

.news_area {
    background: #fff;
	margin: 0 auto;
	max-width: 800px;
}

.news_area .inner {
	max-width: 800px;
	text-align: left;
}

.news_area .inner .flex_box {
    display: flex;
}

.news_area .flex_right {
    flex: 100%;
		max-height: 150px;
}

@media screen and ( max-width:600px ) {
    .news_area .inner .flex_box .flex_left ,.news_area .inner .flex_box .flex_right {
        width: 100%;
    }
    .news_area .inner .flex_box{
        flex-direction: column;
    }
}

@media screen and ( min-width:600px ) {
    .news_area .inner .flex_box .flex_left  {
			height: 170px;
        align-items: center;
    }
}

.article_list .article {
    display: table;
    width: 100%;
    padding: 12px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.article_list li.article:first-child {
    padding-top: 0px;
}
.article_list li.article:last-child {
    border-bottom: 0px;
}

.article_list .data {
    display: table-cell;
    width: 238px;
}

.article_list .time {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 112px;
}

.article_list .cat {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 100px;
    padding: 1px 0px;
    background: #999;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    letter-spacing: 1px;
}
.article_list .cat.type_news {
	background: darkslateblue;
}
.article_list .cat.type_events {
	background: darkslateblue;
}
.article_list .cat a {
    color: #fff;
}
.article_list .cat a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.article_list .area_txt {
    display: table-cell;
}
.article_list .area_txt a {
    color: #333;
    text-decoration: none;
}
.article_list .area_txt a:hover {
    text-decoration: none;
}
.article_list p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
    line-height: 2 !important;
    font-size: 1em;
}
@media screen and ( max-width:770px ) {
 .article_list .article {
           display: block;
    }
    .home .article_list li.article {
    	padding: 10px;
	    border-bottom: 0px;
	}
	
    .article_list .cat, .day_cat .cat {
    	width: 64px;
	    padding: 4px 0px;
	    line-height: 1 !important;
    }
	.article_list .time {
	    width: 100px;
	}
    .article_list .area_txt {
        display: block;
        padding-top: 1px;
    }
	   .article_list p {
	    font-size: 1em;
	}
}
#middle-area {
	background-color: #ffccd5;
}

#middle-area .inner {
	padding: 4em 0 2em 0;
}

#middle-area h2 {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	padding: 0 0 1.5em 0;
	color: olivedrab;
	}

@media (max-width: 599px) {
	#middle-area h2 {
		font-size: 2em;
	}
}


/* ------ヘッダーグローバルナビの幅分のスペース-------- */

.space {
	padding-top: 70px;
	}

.post_thumbnail img {
	width: 100%;
}

/* -----------固定、投稿ページコンテンツ-------------- */
	.main-contents {
	margin: 0 auto;
	}

	.column1-contents {
	margin: 0 auto;
	max-width: 800px;
	}

/* -----------過去記事-------------- */

/*記事の概要*/
.gaiyou a {
	display: block;
	padding: 20px 0;
	border-bottom: dotted 2px #ddd;
	color: #333;
	text-decoration: none;
	}

.gaiyou a:hover {
	background-color: #ddd;
	}

.gaiyou a:hover img {
	opacity: 0.5;
	}

.gaiyou a img {
	transition: opacity 0.5s ease-out;
	}

.gaiyou h2 {
	font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 8px;
    color: #332b1c;
	}

.gaiyou p {
	font-size: 1em;
    margin: 0;
    color: #332b1c;
	}

.gaiyou img {
	float: left;
	width: 200px;
	}

.gaiyou .text {
	float: none;
	width: auto;
	margin-left: 230px;
	}

@media (max-width: 599px) {
	.gaiyou img {
		width: 100px;
		}

	.gaiyou .text {
		margin-left: 110px;
		}

	.gaiyou h2 {
		font-size: 1em;
		}

	.gaiyou p {
		visibility: hidden;
		height: 0;
		}
}

.kiji h2 {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: bold;
	background-color: #7a6643;
	}

.kiji h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.5em;
	border: solid 2px #7a6643;
	padding: 10px 20px;
	letter-spacing: 0.05em;
	color: #7a6643;
	background-color: #fff;
	font-weight: bold;
	}

.kiji h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.2em;
	border-bottom: solid 2px #7a6643;
	padding: 10px;
	letter-spacing: 0.05em;
	color: #7a6643;
	font-weight: bold;
	}

@media (max-width: 599px) {
	.kiji h3 {
	font-size: 1.2em;
	padding: 10px;
	}
}	

.kiji p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	color: #332b1c;
	}

.kiji:after {
	content: "";
	display: block;
	clear: both;
	}

.kiji-date {
	color: #332b1c;
	font-size: 0.8em;
	margin-bottom: 8px;
	}

.kiji-date span {
	display: inline-block;
	background-color: olivedrab;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	}

.furniture-item .text .kiji-date {
	padding-left: 10px;
}

.datetime {
	display: inline-block;
	}

/*タグ*/
.kiji-tag {
	margin-bottom: 18px;
	}

.kiji-tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.kiji-tag li a {
	display: block;
	padding: 3px 5px;
	color: #fff;
	background-color: olivedrab;
	margin-right: 5px;
	margin-bottom: 2px;
	border-radius: 2px;
	font-size: 12px;
	text-decoration: none;
	}

.kiji-tag li a:hover {
	background-color: silver;
	}

.kiji-tag ul:after {
	content:"";
    display:block;
    clear:both;
	}

.kiji-tag li {
	float: left;
	width: auto;
	}

/*パンくずリスト*/
.bread ol {
	margin: 0;
	padding: 0;
	}

.bread li a {
	display: inline-block;
	padding: 5px 5px;
	color: #888;
	font-size: 12px;
	text-decoration: none;
	}

.bread li a[href]:hover {
	background-color: #eee;
	}

.bread li {
	float: left;
	width: auto;
	}

.bread li:after {
	content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888;
	}

.bread li:last-child:after {
	content: none;
	}

/*ページネーション*/
.pagination {
	margin: 40px 0 30px;
	text-align: center;
	}

.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	}

.pagination li a,
.pagination li > span {
	display: block;
	margin :0 5px;
	padding: 6px 8px;
	color: #666;
	font-size: 1em;
	border :solid 1px #eee;
	text-decoration: none;
	}

.pagination li > span{
	background-color: #efefef;
	}

.pagination li a:hover {
	background-color: #eee;
	}

.pagination ul:after{
	content: "";
	display: block;
	clear: both;
	}

.pagination li {
	float: left;
	width: auto;
	}

/* ----------前後のページ表示ナビゲーション-------------- */
.navigation {
	margin: 20px 0;
}

.navigation-before a:hover, .navigation-after a:hover {
	background-color: #eee;
	}

.navigation-before a, .navigation-after a {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 10px;
	border: #ddd 1px solid;
	border-radius: 4px;
	text-decoration: none;
	color: #666;
	font-size: 0.9em;
}

.navigation-before a {
	float: left;
}

.navigation-after a {
	float: right;
}

/* ----------2分割ページのレイアウト-------------- */
.concept-2colmun {
	vertical-align: top;
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	border: none;
	}

.concept-2colmun img {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
	border: none;
	}

.concept-2colmun a img {
	transition: opacity 0.5s ease-out;
	margin: 0 auto;
	padding: 20px;
	}

.concept-2colmun a:hover img {
	opacity: 0.5;
	}

#concept h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: 20px 0;
	color: olivedrab;
	}

.concept-2colmun h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: olivedrab;
	padding: 20px 20px 0 20px;
	}

.concept-2colmun p {
	font-size: 1em;
	line-height: 2;
	color: #333;
	text-align: left;
	padding: 20px;
	}

@media (max-width: 599px) {
	#concept h2 {
		font-size: 1.5em;
		padding: 0 10px;
		}

	.concept-2colmun h3 {
		font-size: 1.2em;
		}
}

/* ----------背景白の（プロフィール）3分の1分割ページのレイアウト-------------- */
	.bg-white .box1 {
    width: calc(33.3% - 20px);
	margin: 40px auto;
	}

	.bg-white .box1 img {
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
	}	

	.bg-white .box1 p {
    padding: 0px;
	margin-bottom: 0;
	}

	.bg-white .box1 h3 {
	font-size: 1em;
    text-align: center;
	background-color: #79c06e;
    color: #fff;
    font-weight: bold;
    padding: 10px;
	margin: 0 auto 20px;
	border: none;
	width: 100%;
	display: inline-block;
}

@media (max-width: 599px) {	
	.bg-white .box1 {
    width: calc(80% - 40px);
	}
}

/* ----------背景白の（プロフィール）3分の2分割ページのレイアウト-------------- */
	.bg-white .flex-box {
    align-items: center;
	margin: 20px;
	}	

.bg-white .box2 {
    width: calc(66.6% - 20px);
	margin: 0 auto 20px;
	}

	.bg-white .box2 img {
	width: 100%;
	margin: 0 auto;
	}	

	.bg-white .box2 p {
    padding: 0px;
	margin-bottom: 0;
	}

	.bg-white .box2 h3 {
	font-size: 1em;
    text-align: center;
	background-color: #79c06e;
    color: #fff;
    font-weight: bold;
    padding: 10px;
	margin: 0 auto 20px;
	border: none;
	width: 100%;
	display: inline-block;
}

@media (max-width: 599px) {	
	.bg-white .box2 {
    width: calc(100% - 20px);
	}
}

/* -----------3分割ページのレイアウト-------------- */
.flex-box {
	display: flex;
	margin-bottom: 40px;
}

	.box3 {
    width: calc(100% / 3 - 20px);
	margin: 0 auto 20px;
	}

.box3 a {
	display: block;
	color: #333;
	text-decoration: none;
}

.box3 a:hover {
	opacity: 0.5;
}

.box3 img {
	width: 100%;
	margin: 0 auto;
	}

.box3 a img {
	transition: all .5s ease-out;
}

.box3 a:hover img {
	opacity: 0.5;
	transition: all .5s;
}

.box3 p {
    padding: 0px;
	margin-bottom: 0;
}

.box3 h3 {
	font-size: 1em;
    text-align: center;
	background-color: #79c06e;
    color: #fff;
    font-weight: bold;
    padding: 10px;
	margin: 0 auto 20px;
	border: none;
	width: 100%;
	display: inline-block;
}

.box3 a h3 {
	margin-bottom: 0;
	}

@media (max-width: 599px) {
	.flex-box {
    flex-direction: column;
	justify-content: center;
	}
	
	.box3 {
    width: calc(80% - 40px);
	margin: 0 auto 20px;
	}
	
	.box3 img {
	width: 100%;
	margin: 0 auto;
	}
	
	.box3 h3 {
    padding: 10px;
	margin: 0 auto 20px;
	display: inline-block;
	width: 100%;
}
	
	.box3 p {
    margin-bottom: 0px;	
	}
}
/* -----------テーブルデザイン-------------- */

table.type10 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #333;
}
table.type10 thead th {
	width: 20%;
	padding: 10px;
	vertical-align: middle;
	background-color: #ddd;
	border-left: 1px solid #ccc;
}

table.type10 thead td {
	width: 80%;
	background-color: #fff;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}


table.type10 tbody th {
	vertical-align: middle;
	width: 20%;
	padding-left: 10px;
	background-color: #eee;
	border-left: 1px solid #ccc;
}

table.type10 tr {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

table.type10 tbody td {
	width: 80%;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	background-color: #fff;
}

@media (max-width: 599px) {
	table.type10 {
		font-size: 14px;
	}
}

table.type1 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	color: #333;
}
table.type1 thead th {
	width: 25%;
	padding: 10px;
	vertical-align: middle;
	background-color: #f1f1f1;
	color: olivedrab;
}

table.type1 thead td {
	width: 80%;
	background-color: #f6f6f6;
	padding: 10px;
	vertical-align: middle;
}

table.type1 tbody th {
	vertical-align: middle;
	width: 20%;
	padding: 30px;
	background-color: #f1f1f1;
	color: olivedrab;
}

table.type1 tr {
	vertical-align: middle;
}

table.type1 tbody td {
	width: 80%;
	padding: 30px;
	vertical-align: middle;
	background-color: #f6f6f6;
}

@media (max-width: 599px) {
	table.type1 {
		font-size: 0.9em;
		padding: 0;
	}
	table.type1 tbody th {
	padding: 10px;
	width: 25%;
	}
	table.type1 tbody td {
	padding: 10px;
	width: 75%;
	}
}

.profile .inner {
	padding: 10px;
	max-width: 800px;
	}

/* ----------リストデザイン-------------- */

ul.list li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0px;
	font-size: 0.8em; 
	margin-bottom: 10px;
	}

/* -----------サイド-------------- */
/*
.mymenu {
	margin-bottom: 20px;
	}

.mymenu h2 {
	font-size: 1em;
    padding: 4px;
    text-align: center;
    color: #444;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    border: solid 1px #444;
	}

.mymenu ul {
	padding: 0;
    margin: 0;
    list-style: none;
	}

.mymenu li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #444;
	text-decoration: none;
	}

.mymenu li a:before {
  	font-family: FontAwesome;
 	content: '\f138';
  	color: #444;
  	padding-right: 10px;
	}

.mymenu li a:hover {
	background-color: #ddd;
	transition: all .5s;
	}
*/
.mymenu {
	margin-bottom: 20px;
	}

.mymenu h2 {
border-bottom: solid 3px silver;
position: relative;
padding: 10px 10px 10px 0;
margin-bottom: 20px;
font-weight: bold;
}

.mymenu h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px olivedrab;
bottom: -3px;
width: 20%;
}

.mymenu ul {
	padding: 0;
    margin: 0;
    list-style: none;
	}

.mymenu li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333;
	text-decoration: none;
	}

.mymenu li a:hover {
	background-color: #ddd;
	transition: all .5s;
	}


/*サムネイルをつけたサイドメニューのデザイン*/
.mymenu-thumb li a {
	padding: 5px 0;
	border-bottom: dotted 1px #ddd;
	color: #333;
	}

.mymenu-thumb li a:after {
	content: "";
	display: block;
	clear: both;
	}

.mymenu-thumb li .thumb {
	float: left;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50% 50%;
	}

.mymenu-thumb li .text {
	float: none;
	width: auto;
	margin-left: 75px;
	}

/*関連記事メニュー～～～～～～～～～～～～後で消すかも*/
.mymenu-related {
	margin: 40px 0 0;
	padding: 20px;
	background-color: #f6f6f6;
	font-size: 1em;
}

.mymenu-related li a {
	border: none;
}

.mymenu-related h2 {
	padding: 0 0 4 7px;
}

@media (max-width: 599px) {
	.mymenu-related {
		padding: 10px;
	}

	.mymenu-related li .thumb {
		width: 80px;
		height: 50px;
	}

	.mymenu-related li .text {
		margin-left: 95px;
	}
}

@media (min-width: 600px) {
	.mymenu-related ul:after {
		content: "";
		display: block;
		clear: both;
	}

	.mymenu-related li {
		float: left;
		width: 25%;
		padding: 0 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mymenu-related li .thumb {
		width: 100%;
		height: 80px;
		margin-bottom: 5px;
	}

	.mymenu-related li .text {
		margin-left: 0;
	}
}

/* サイドバーの画像の配置 */
.fb {
	text-align: center;
	}

/* イラストマップの位置 */
.map {
	text-align: center;
	}

/* グーグルマップの配置 */
.ggmap {
position: relative;
padding-bottom: 25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* -----------予約ボタン-------------- */

.reserve {
	text-align: center;
	background-image: none;
	padding: 20px;
	display: block;
	cursor: pointer; 
	margin: 0 auto;
	}

.reserve a {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid olivedrab;
	padding: 20px;
	color: olivedrab;
	display: inline-block;
	cursor: pointer; 
	margin: 0 auto;
	text-align: center;
	}

.reserve a:hover {
	text-decoration: none;
	color: #fff;
	background-color: olivedrab;
	border: 1px solid olivedrab;
	transition: all .5s;
	margin: 0 auto;
	}



#bottom-area {
	text-align: center;
}

/*-お問い合わせBOX-*/
.otoiawase {
	border: 1px solid #ddd;
	padding: 20px;
	display: inline-block;
	margin: 60px 10px 60px 10px;
	text-align: center;
	max-width: 800px;
}

.otoiawase .yoyaku {
	font-size: 1.8em;
	padding: 10px 0;
	color: olivedrab;
}

.otoiawase .tel {
	font-size: 2em;
}

.otoiawase .tel a {
	text-decoration: none;
	color: #333;
}

@media (max-width: 599px) {
	.otoiawase .yoyaku {
		font-size: 1.2em;
	}
}

/*サイドバーのタグクラウドに枠線を付ける（＋フォントサイズ統一）*/
	.tagcloud a {
    font-size: 0.9em !important;
    border: solid 1px #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    color: #444;
    text-decoration: none;
	}

/* タグクラウドのマウスオーバー時の背景色 */
	.tagcloud a:hover {
    background-color: #eee;
    text-decoration: none;
    color: #444;
	}

/* サイドバーの検索フォーム */
	#s {
	width: 80%;
	height: 40px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 0;
	background-image: none;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	}

	.screen-reader-text {
	display: block;
	visibility: hidden;
	height: 0;
	}

	#searchsubmit {
	display: inline-block;
	width: 18%;
	height: 40px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 0;
	background-color: #eee;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	cursor: pointer;
	}

/* -----------コンタクトフォーム送信ボタン-------------- */

	.wpcf7 input[type="submit"] {
	font-size: 100%;
 	padding: 10px 60px;
 	background-color: #7a6643;
 	color: #fff;
 	cursor: pointer;
 	border: 1px solid #7a6643;
 	margin: -1px;
 	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	}

	.wpcf7 input[type="submit"]:hover {
 	text-decoration: none;
	color: #7a6643;
	background-color: #fff;
	border: 1px solid #7a6643;
	transition: all .5s;
	margin: -1px;
	}

/* ---------コンタクトフォームデザイン----------- */

	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 input[type="tel"],
	.wpcf7 select,
	.span .wpcf7-list-item,
	.wpcf7 input[type="date"],
	.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	}

@media (max-width: 599px) {
	.wpcf7 .form {
	max-width: 280px;
	}
}
/* -----------画像-------------- */

/* 画像のキャプション */
.wp-caption-text {
	margin: 0px;
	color: #666;
	font-size: 10px;
	text-align: center;
	}

@media (max-width: 599px){
	.wp-caption-text {
	font-size: 8px;
	}
}

.wp-caption-text a {
	color: #666;
	}

/* 画像の配置 */
.aligncenter {
	display: block;
	margin: 0px auto;
	}

@media (max-width: 599px) {
	.alignleft, .alignright{
		display: block;
		margin: 0px auto;
		}
}

@media (min-width: 600px) {
	.alignleft {
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 30px;
		}

	.alignright {
		float: right;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 30px;
		}
}

/* 大きい画像用の設定 */
img, .wp-caption {
	max-width: 100%;
	height: auto;
	}

/* アイキャッチ画像 */
.catch {
	margin: 30px 0px;
	}
	.catch img {
		width: 100%;
		}

/* -----------フッター-------------- */

#foot {
	background-color: #fff;
	}

#foot .inner {
	background-color: #fff;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 1em 10px;
	}

#foot img {
	text-align: center;
	}

#foot p {
	text-align: left;
	color: #333;
	}

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

@media (min-width: 768px) {
	#foot .inner {
		max-width: 1200px;
		background-color: #fff;
		}
}

/* SNSアイコン */
#icon {
	display: block !important;
	}

footer .inner .icon {
	margin: 0 auto 30px;
	text-align: center;
	}

@media (min-width: 768px) {
	footer .inner .icon {
		width: 300px;
		margin: 0 auto 30px;
		text-align: center;
		}
}

.icon ul:after {
	content: "";
	display: block;
	clear: both;
	}

.icon li {
	float: left;
	text-decoration: none;
	list-style: none;
	width: 33.3%;
	font-size: 1.5em;
	}

.icon li a {
	padding: 10px 15px;
	color: #fff;
	}

.icon a:hover {
	color: #333;
	transition: all .5s;
	}

/* コピーライト */
.copyright p {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	}

.copyright img {
	margin: 0 auto;
	}

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

.copyright {
	background-color: #79c06e;
	clear: both;
	padding: 30px 0 80px 0;
	}

@media (min-width: 768px) {
	.copyright {
		padding: 50px 0;
		}
}

/* -----------ページ読み込み後ふわっと表示させる-------------- */

.fuwat2 {
    position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    animation: fadeIn 4s ease 2s 1 normal backwards;
    -webkit-animation: fadeIn 4s ease 2s 1 normal backwards;
    padding: 0 20px;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
	}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* -----------スクロールしてからふわっと表示させる-------------- */

.fuwatanime {
	-webkit-animation-fill-mode:both;
 	-ms-animation-fill-mode:both;
 	animation-fill-mode:both;
 	-webkit-animation-duration:1s;
 	-ms-animation-duration:1s;
 	animation-duration:1s;
 	-webkit-animation-name: fuwatanime;
 	-ms-animation-name: fuwatanime;
 	animation-name: fuwatanime;
 	visibility: visible !important;
	}

@-webkit-keyframes fuwatanime {
 	0% { opacity: 0; -webkit-transform: translateY(-40px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatanime {
 	0% { opacity: 0; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* -----------firefoxの画像クリックしたときの枠線を消す------------- */

a {
	outline: none;
	}

a:focus {
	outline: none;
	}

/* -----------要素の枠線とpaddingを内側にする------------- */
* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }

/* -----------カスタムフィールドのCSS------------- */
.post-meta {
background-color: #eee;
padding: 20px 10px;
margin: 20px 0;
}
.post-meta-key {
	font-weight: bold;
	width: 30%;
	display: inline-block;
}

/* -----------業種別一覧のBOXのCSS------------- */
.circle-box {
	width: 33%;
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
	padding: 0 20px;
	}

.circle-box img {
	width: 95%;
	margin: 10px auto;
	border-radius: 50%;
	}

.circle-box a img {
	transition: opacity 0.5s ease-out;
	}

.circle-box a:hover img {
	opacity: 0.5;
	}

.circle-box h2 {
	padding: 10px;
	font-size: 1.2em;
	color: olivedrab;
	text-align: center;
	font-weight: bold;
	}

.circle-box p {
	padding: 10px;
	font-size: 0.9em;
	}

@media (max-width: 599px) {
	.circle-box {
		width: 50%;
		padding: 0;
		}

	.circle-box img {
		width: 90%;
		}

	.circle-box h2 {
		font-size: 1em;
		padding: 0 10px;
		}
}

/* -----------お店の得点のCSS------------- */
.point {
	position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 20px;
	border-radius: 10px;
	background-color: honeydew;
	clear: both;
	font-size: 14px;
}

.point:after {
	position: absolute;
	left: 32px;
	top: -8px;
	z-index: 1;
	content: 'POINT';
	padding: 3px 10px;
	border-radius: 5px;
	background-color: olivedrab;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 1;
}

/* -----------囲い枠のCSS------------- */
.border {
	margin: 20px 5px;
	padding: 20px;
	border: solid 2px #79c06e;
}

@media (max-width: 599px) {
	.border {
	padding: 10px;
	}
}

/* -----------目次の囲い枠のCSS------------- */
.border-menu {
	margin: 20px 0;
	padding: 20px;
	border: solid 2px #7a6643;
	background-color: #fff;
}

.border-menu ul {
padding-bottom: 20px;
}

.border-menu li {
	color: #7a6643;
	border-bottom: dotted 2px #7a6643;
	padding: 10px;
}

.border-menu li a{
	color: #7a6643;
	text-decoration: none;
}

@media (max-width: 599px) {
	.border-menu {
	padding: 10px;
	}
}

#reco, #basic, #reco-s, #basic-s, #basic-p, #light-p, #staff, #high, #consult, #r-consult {
	padding-top: 30px;
	margin-top: -30px;
}

/* -----------背景　白のCSS------------- */
.bg-white {
	background-color: #fff;
	padding: 10px;
}


/* -----------よくある質問のCSS------------- */

details {
	margin: 0 auto 10px;
	width: 100%;
}

summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	background-color: honeydew;
	border-radius: 10px;
	cursor: pointer;
}

@media (max-width: 768px) {
	summary {
	padding: 10px 30px 10px 10px;
	}

	.answer {
	padding: 10px;
	}
}

summary::-webkit-details-marker {
	display: none;
}

summary:hover,details[open] summary {
	background-color: #ddd;
}

summary::after {
	content: '+';
	margin-left: 30px;
	color: olivedrab;
	font-size: 21px;
	transition: transform .5s;
}

details[open] summary::after {
	transform: rotate(45deg);
}

.answer {
	padding: 20px;
}

strong {
	font-weight: bold;
}

.recruit {
	display: flex;
	align-items: center;
	margin: 0 auto 40px;
}

.recruit:nth-child(even) {
	flex-direction: row-reverse;
}

.recruit-photo {
	width: 50%;
}

.recruit-photo img {
	width: 90%;
}

.recruit-text {
	width: 50%;
	padding: 0 30px;
}

.recruit-text h3 {
	position: relative;
	padding: 30px 26px 10px 26px;
	font-size: 24px;
	border-bottom: 2px solid olivedrab;
	border-top: none;
}

.recruit-text h3 span {
	position: relative;
	Z-index: 2;	
}

.recruit-text h3::before {
	content: attr(date-number);
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(107 142 35 /0.1);
	font-size: 54px;
	font-weight: 900;
	z-index: 1;
}

@media (max-width: 768px) {
	.recruit {
	flex-direction: column;
	}
	.recruit:nth-child(even) {
	flex-direction: column;
	}
	.recruit-photo {
	width: 100%;
	}
	.recruit-text {
	width: 100%;
	padding: 0 10px;
	}
	.recruit-text h3 {
	padding: 30px 16px 10px 16px;
	font-size: 18px;
	}
}

.page-id-7 .bread {
  display: none;
}

.post-7 h2 {
  display: none;
}