@charset "utf-8";

/*
------ common ---------------------------------------------
*/

body {
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	-webkit-text-size-adjust: none;/*携帯端末の縦横で文字の大きさ揃える*/
	background-image: url(wallpaper/japanese_paper.png);
	background-repeat: repeat;
}

a:link,
a:active {
	text-decoration: none;
	color: #D95C07;
}

a:visited {
	color: #6C3809;
}

a:hover,
#taxonomy section:hover a:hover {
	color: #3175DF;
}

textarea,
input {
	outline: none;
}

header,
article {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
------ css animation setting ---------------------------------------------
*/

a,
.tourism_post_index a .thumbnail {

	/* Chrome */
	-webkit-transition-property: color, opacity, background-color, background-image, margin-top;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: linear;
	/* Mozilla */
	-moz-transition-property: color, opacity, background-color, background-image, margin-top;
	-moz-transition-duration: 0.3s;
	-moz-transition-delay: 0s;
	-moz-transition-timing-function: linear;
	/* Opera */
	-o-transition-property: color, opacity, background-color, background-image, margin-top;
	-o-transition-duration: 0.3s;
	-o-transition-delay: 0s;
	-o-transition-timing-function: linear;
	/* IE */
	-ms-transition-property: color, opacity, background-color, background-image, margin-top;
	-ms-transition-duration: 0.3s;
	-ms-transition-delay: 0s;
	-ms-transition-timing-function: linear;

}

.top_navigation a,
#top_post_b a img {

	/* Chrome */
	-webkit-transition-property: opacity, background-image;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: linear;
	/* Mozilla */
	-moz-transition-property: opacity, background-image;
	-moz-transition-duration: 0.15s;
	-moz-transition-delay: 0s;
	-moz-transition-timing-function: linear;
	/* Opera */
	-o-transition-property: opacity, background-image;
	-o-transition-duration: 0.15s;
	-o-transition-delay: 0s;
	-o-transition-timing-function: linear;
	/* IE */
	-ms-transition-property: opacity, background-image;
	-ms-transition-duration: 0.15s;
	-ms-transition-delay: 0s;
	-ms-transition-timing-function: linear;

}

/*
------ header ---------------------------------------------
*/

header {
	margin-top: 25px;
	overflow: hidden;
	margin-bottom: 15px;
	vertical-align: text-bottom;
	padding-left: 10px;
	padding-right: 10px;
}

header .site_logo,
header .free_dial,
header .reservations_by_phone {
	display: inline-block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center bottom;
}

header .site_logo {
	background-image: url(../image/shikishimasou-logo.png);
	width: 277px;
	height: 75px;
	float: left;
}

header .free_dial {
	background-image: url(../image/free_dial.png);
	width: 251px;
	height: 75px;
	float: right;
}

header .reservations_by_phone {
	background-image: url(../image/reservations_by_phone.png);
	width: 243px;
	height: 72px;
	float: right;
}

.top_image {
	margin-bottom: 7px;
}

/*
------ navi ---------------------------------------------
*/

.top_navigation {
}

.top_navigation ul {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-left: 0px;
	height: 165px;
}

.top_navigation ul.one-low {
	height: 80px;
	margin-bottom: 10px;
}

.top_navigation li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.top_navigation li:last-child{
	margin-right: 0px;
}

.top_navigation li a {
	width: 147px;
	height: 80px;
	display: inline-block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	opacity: 1.0;
}

.top_navigation .home-mini a {
	width: 68px;
	height: 80px;
	background-image: url(../image/navi-home-mini.png);
}

.top_navigation .home a {
	width: 68px;
	height: 160px;
	background-image: url(../image/navi-home.png);
}

.top_navigation .spa a {
	background-image: url(../image/navi-spa.png);
}

.top_navigation .dish a {
	background-image: url(../image/navi-dish.png);
}

.top_navigation .room_facility a {
	background-image: url(../image/navi-room-facility.png);
}

.top_navigation .tourism a {
	background-image: url(../image/navi-tourism.png);
}

.top_navigation .plan a {
	background-image: url(../image/navi-plan.png);
}

.top_navigation .vacancy a {
	background-image: url(../image/navi-vacancy.png);
}

.top_navigation .ana a {
	background-image: url(../image/navi-ana-pack.png);
}

.top_navigation .jal a {
	background-image: url(../image/navi-jal-pack.png);
}

.top_navigation .review a {
	background-image: url(../image/navi-review.png);
}

.top_navigation .present a {
	background-image: url(../image/navi-present.png);
}

.top_navigation .access a {
	background-image: url(../image/navi-access.png);
}

.top_navigation .magazine a {
	background-image: url(../image/navi-mail-magazine.png);
}

.top_navigation li a:hover {
	opacity: 0.65;
}

#bottom_navigation {
	margin-bottom: 50px;
	text-align: center;
}

#bottom_navigation ul,
#bottom_navigation li {
	display: inline;
}

#bottom_navigation li {
	font-size: 82%;
	margin-left: 15px;
	margin-right: 15px;
}

/*
------ navi B ---------------------------------------------
*/

.top_image_b {
	margin-left: 5px;
	margin-right: 5px;
}

.top_navigation_b {
	background-color: #000;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
	height: 120px;
}

.top_navigation_b_one-low {
	height: 60px !important;
}

.top_navigation_b ul {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-left: 0px;
	height: 120px;
}

.top_navigation_b li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.top_navigation_b li:last-child{
	margin-right: 0px;
}

.top_navigation_b li a {
	width: 145px;
	height: 60px;
	display: inline-block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	opacity: 0.65;
}

.top_navigation_b .home a {
	width: 70px;
	height: 120px;
	background-image: url(../image/navi_001.jpg);
}

.top_navigation_b .home-mini a {
	width: 70px;
	height: 60px;
	background-image: url(../image/navi_001-mini.jpg);
}

.top_navigation_b .spa a {
	background-image: url(../image/navi_002.jpg);
}

.top_navigation_b .dish a {
	background-image: url(../image/navi_003.jpg);
}

.top_navigation_b .room_facility a {
	background-image: url(../image/navi_004.jpg);
}

.top_navigation_b .tourism a {
	background-image: url(../image/navi_005.jpg);
}

.top_navigation_b .plan a {
	background-image: url(../image/navi_006.jpg);
}

.top_navigation_b .vacancy a {
	background-image: url(../image/navi_007.jpg);
}

.top_navigation_b .ana a {
	background-image: url(../image/navi_008.jpg);
}

.top_navigation_b .jal a {
	background-image: url(../image/navi_009.jpg);
}

.top_navigation_b .review a {
	background-image: url(../image/navi_010.jpg);
}

.top_navigation_b .present a {
	background-image: url(../image/navi_011.jpg);
}

.top_navigation_b .access a {
	background-image: url(../image/navi_012.jpg);
}

.top_navigation_b .magazine a {
	background-image: url(../image/navi_013.jpg);
}

.top_navigation_b li a:hover {
	opacity: 1.0;
}

/*
------ top post B ---------------------------------------------
*/

#top_post_b {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#top_post_b a img {
	opacity: 1.0;
}

#top_post_b a img:hover {
	opacity: 0.65;
}

#top_post_b h2 {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 180%;
	letter-spacing: 0.10em;
	text-shadow: 1px 1px 0px rgba(255,255,255,1.00);
	background-image: url(../image/jizou.png);/* h=61px */
	background-position: left top;
	background-repeat: no-repeat;
	height: 51px;
	padding-top: 10px;
	padding-left: 63px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #1E3E06;
}

#top_post_b h2 span {
	display: block;
	font-size: 55%;
	letter-spacing: 0.05em;
	margin-top: 3px;
}

#top_post_b p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#top_post_b img {
}

#top_banner_list,
#top_content_list {
	padding-left: 0px;
	list-style-type: none;
}

#top_banner_list img,
#top_content_list img,
#recommended_plan_list img {
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#top_banner_list {
	margin-bottom: 0px;
}

#top_banner_list:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#top_banner_list li {
	float: left;
	margin-bottom: 0px;
}

#top_banner_list .dish,
#top_banner_list .room {
	margin-right: 10px;
}

#top_banner_list img {
	margin-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(255,255,255,1.0);
}

#two_rows {
}

#two_rows:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#top_content_list {
	width: 395px;
	float: left;
	margin-right: 10px;
}

#top_content_list img {
	margin-bottom: 10px;
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
}

#recommended_plan {
	width: 535px;
	float: left;
	background-color: rgba(255,255,255,0.95);
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
}

#recommended_plan .title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

#plan_content {
	width: 345px;
	float: left;
	margin-right: 10px;
}

#plan_content p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#plan_content .text {
	font-size: 83%;
	line-height: 1.35em;
	margin-top: 7px;
	display: inline-block;
}

#plan_content .text a {
	margin-top: 7px;
	display: inline-block;
}

#recommended_plan_list {
	width: 160px;
	float: left;
}

#recommended_plan_list img {
	margin-bottom: 10px;
}

#plan_content_shikishima {
	display: block;
}

#plan_content_shiki,
#plan_content_hana,
#plan_content_hagoromo {
	display: none;
}

/* footer */

footer {
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 35px;
	vertical-align: text-bottom;
	padding-left: 10px;
	padding-right: 10px;
}

footer .site_logo,
footer .free_dial,
footer .reservations_by_phone {
	display: inline-block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center bottom;
}

footer .site_logo {
	background-image: url(../image/shikishimasou-logo.png);
	width: 277px;
	height: 75px;
	float: left;
}

footer .free_dial {
	background-image: url(../image/free_dial.png);
	width: 251px;
	height: 75px;
	float: right;
}

footer .reservations_by_phone {
	background-image: url(../image/reservations_by_phone.png);
	width: 243px;
	height: 72px;
	float: right;
}

footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
#reservations_centers {
	background-color: rgba(255,255,255,0.70);
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
	font-size: 86%;
	font-weight: bold;
	line-height: 1.75em;
	color: #333;
}

#reservations_centers .line {
	display: inline-block;
	background-color: #218723;
	font-size: 120%;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#reservations_centers .tel {
	display: inline-block;
	background-image: url(../toppage/receiver.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	padding-left: 40px;
	font-size: 180%;
	line-height: 31px;
	color: #DD7400;
}

footer .site_logo_mini {
	display: inline-block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/shikishimasou-logo-mini.png);
	width: 100%;
	height: 34px;
	margin-top: 25px;
	margin-bottom: 35px;
}
*/

/*
------ Common width settings ---------------------------------------------
*/

#post_title {
	margin-left: 0px;
	margin-right: 0px;
}

.archive {
	width: 100%;
}

#post {
	padding-left: 0px;
	padding-right: 0px;
}

#post_image {
	margin-left: 0px;
	margin-right: 0px;
}


/*
------ post ---------------------------------------------
*/

#post {
	background-color: rgba(255,255,255,0.35);
	background-image: url(../image/_transparency.png);
	/*border: 1px dotted rgba(0,0,0,0.05);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 20px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
}

#post_title {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 200%;
	line-height: 1.35em;
	letter-spacing: 1px;
	text-align: center;
	color: rgba(255,255,255,1.0);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.95);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 100px;
	padding-right: 100px;
	border: 10px solid #E1D4C1;
	border-radius: 3px;
}

/*
------ 見どころ情報 ---------------------------------------------
*/

.tourism_links {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #fff;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 120%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #fff;
}

.tourism_links a {
	color: rgba(255,255,255,1.0);
	text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: bold;
}

.tourism_links a:hover {
	color: rgba(0,0,0,1.0);
	text-shadow: 0px 0px 5px rgba(255,255,255,0.55);
}

.tourism_post_index {
	padding-left: 0px;
	list-style-type: none;
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.tourism_post_index:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*
.tourism_post_index li {
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: 1px dotted #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 2%;
	background-color: #fff;
}
*/

.tourism_post_index li {
	width: 49%;
	height: 240px;
	float: left;
	margin-bottom: 2%;
	background-color: #000;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
}

.tourism_post_index li:nth-child(odd) {
	margin-right: 2%;
}

.tourism_post_index li .title,
.tourism_post_index li .thumbnail {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
}

.tourism_post_index a .thumbnail {
	background-position: center center;
	background-size: cover;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 0.85;
}

.tourism_post_index a:hover .thumbnail {
	opacity: 1.00;
}

.tourism_post_index li .title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 235px;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	padding-top: 105px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5),
		1px -1px 3px rgba(0,0,0,0.5),
		-1px -1px 3px rgba(0,0,0,0.5),
		-1px 1px 3px rgba(0,0,0,0.5);
	z-index: 2;
}


/* photo_gallery */

.photo_gallery {
	clear: both;
	padding-top: 10px;
}

.photo_gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.photo_gallery dl {
	width: 189px;/* 175 + 7 + 7 */
	float: left;
	margin-right: 20px;
}

.photo_gallery dl img {
	padding: 7px !important;
}

.photo_gallery dl dd {
	text-align: center;
}

/* google_map */

.google_map {
	border: 1px solid #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
	margin-bottom: 45px;
}

/* editor */

#post a:link,
#post a:active {
	color: #D1103F;
	text-decoration: underline;
}

#post a:visited {
	color: #9E5667;
}

#post a:hover {
	color: #5D904B;
	text-decoration: none;
}

#post img {
	border-radius: 0px;
}

#post img:not(.no_decoration) {
	border-radius: 0px;
	background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
}

#post div img,
#post table {
	max-width: 100%;
}

#post .wp-caption,
#post .gallery-caption {
}

#post .wp-caption .wp-caption {
}

#post .wp-caption img {
}

#post .wp-caption p,
#post .wp-caption .wp-caption-dd {
	font-size: 82%;
	line-height: 125%;
	color: #333;
	padding: 0px;
	margin: 0px;
}

#post .wp-caption img {
	margin: 0px !important;
	margin-top: 0.35em !important;
}

#post .wp-caption .wp-caption-text {
	text-align: center !important;
}

#post .alignnone {
	margin-right: 15px;
}

#post .alignleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	text-align: left;
}

#post .alignleft img {
	margin-top: 5px;
	margin-bottom: 15px;
}

#post .aligncenter {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#post .alignright {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: right;
	text-align: right;
}

#post .alignright img {
	margin-bottom: 20px;
}


/* #post 内のスタイル */

#post h2,
#post h3 {
	line-height: 1.5em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

#post h2,
#post h3 {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #222;
}

#post h2 {
	font-size: 125%;
	background-color: rgba(255,255,255,0.65);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 45px;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../image/title_bg2.jpg);
	background-position: center 170px;/* 230 */
}

#post h3 {
	font-size: 115%;
	color: #396E40;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #D9B699;
}

#post h4,
#post h5,
#post h6 {
	font-size: 95%;
	color: #111;
	margin-top: 40px;
	margin-bottom: 35px;
}

#post p {
	font-size: 85%;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	line-height: 2.0em;
}

#post strong {
	background-color: #fff;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
}

#post hr {
	width: 100%;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px dashed rgba(0,0,0,0.25);
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#post del {
	color: rgba(0,0,0,0.65);
}

#post div,
#post li {
	font-size: 85%;
	line-height: 2.0em;
}

#post ul,
#post ol {
	margin-top: 1.35em;
	margin-bottom: 1.35em;
}

#post div div {
	font-size: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

#post li li,
#post table table {
	font-size: 100%;
}

.table_wrap {
	margin-top: 15px;
	margin-bottom: 25px;
}

#post table {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-spacing: 2px;
	border-collapse: separate;
	border: 1px dotted rgba(0,0,0,0.30);
	background-color: rgba(255,255,255,0.20);
}

.editor-area table {
	margin-top: 15px;
	margin-bottom: 25px;
}

#post table td,
#post table th {
	font-size: 100%;
	line-height: 1.50em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-spacing: 1px;
	border: 1px dotted rgba(0,0,0,0.65);
}

#post table caption {
	font-size: 70%;
	font-weight: normal;
	color: #333;
	line-height: 150%;
}

#post table ul,
#post table ol {
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#post table li {
}

.heading-simple {
	font-weight: bold;
	font-size: 140% !important;
	color: #333;
	margin-top: 35px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0px;
	clear: both;
}

.googlemap {
	float: right;
	text-align: right !important;
	margin-top: 0px;
}

.googlemap a {
}

/* TinyMCE Style */

/* フロートクリア */

.tinymce-float-clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* テーマ内オリジナルスタイル */

/* 明朝体太文字 */

.tinymce_big_mintyou,
.tinymce_middle_mintyou,
.tinymce_small_mintyou {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: bold;
	line-height: 1.15em !important;
}

/* 大サイズ */

.tinymce_big_mintyou {
	font-size: 145% !important;
	margin-top: 50px !important;
	margin-bottom: 35px !important;
}

/* 中サイズ */

.tinymce_middle_mintyou {
	font-size: 125% !important;
	margin-top: 50px !important;
	margin-bottom: 35px !important;
}

/* 標準サイズ */

.tinymce_small_mintyou {
	font-size: 95% !important;
	margin-top: 35px !important;
}

/* 色付きタイトル向け */

.tinymce_bg_sepia,
.tinymce_bg_green,
.tinymce_bg_violet {
	font-weight: bold;
	font-size: 125% !important;
	margin-top: 50px !important;
	margin-bottom: 35px !important;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
}

/* セピア調 */

.tinymce_bg_sepia {
	background-color: #FDFAF3;
	color: #7F5116;
	border-bottom: 1px dotted #F3ECDB;
}

/* グリーン調 */

.tinymce_bg_green {
	background-color: #F4F8F3;
	color: #5C7347;
	border-bottom: 1px dotted #E2EDDF;
}

/* あずき色 */

.tinymce_bg_violet {
	background-color: #FAF5F3;
	color: #90423E;
	border-bottom: 1px dotted #E3D0CB;
}

/* タイトル向けスタイルに画像を入れた場合(文字中央揃え) */

.tinymce_big_mintyou img,
.tinymce_middle_mintyou img,
.tinymce_small_mintyou img,
.tinymce_bg_sepia img,
.tinymce_bg_green img,
.tinymce_bg_violet img {
	vertical-align: middle;
	margin-right: 10px;
}

/* 枠線ブロック向け */

.tinymce_gray_frame,
.tinymce_sepia_frame,
.tinymce_green_frame {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

/* 灰色点線 */

.tinymce_gray_frame {
	background-color: #fcfcfc;
	border: 1px dotted #bbb;
}

/* セピア点線 */

.tinymce_sepia_frame {
	background-color: #FDFDF7;
	border: 1px dotted #E1D5B9;
}

/* グリーン点線 */

.tinymce_green_frame {
	background-color: #F8FBF8;
	border: 1px dotted #CADDC5;
}

/* 文字範囲指定向け */

.tinymce_gray_span,
.tinymce_green_span,
.tinymce_violet_span {
	color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 2em;
}

/* 灰色 */

.tinymce_gray_span {
	background-color: #333;
}

/* 緑色 */

.tinymce_green_span {
	background-color: #3F5839;
}

/* あずき色 */

.tinymce_violet_span {
	background-color: #90423E;
}

/* 表向け */

/* セルの小さい表 */

.tinymce_small_table {
	background-color: #888 !important;
	border-spacing: 1px !important;
	min-width: 100%;
}

.tinymce_small_table th,
.tinymce_small_table td {
	background-color: #fff;
	font-size: 90% !important;
	line-height: 1.25em;
	padding-top: 4px !important;
	padding-bottom: 3px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	border-spacing: 1px !important;
	border-width: 0px !important;
	text-align: center;
}

/* リスト向け */

/* 料理用 */

.tinymce_cuisine_list {
	list-style-type: none;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 15px;
	border: 1px dotted #E1D5B9;
}

.tinymce_cuisine_list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../image/mark_hoarse.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	padding-left: 25px;
	padding-right: 35px;
	line-height: 1.15em !important;
}

.tinymce_cuisine_list:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.tinymce_cuisine_list_b {
	list-style-type: none;
	margin-left: 23px;
	margin-right: 35px;
}

.tinymce_cuisine_list_b li {
	list-style-image: url(../image/mark_hoarse.png);
	/*background-image: url(../image/mark_hoarse.png);*/
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 0.12em;
	padding-bottom: 0.12em;
	padding-left: 5px;
	padding-right: 0px;
}
