/*
 Theme Name:   Colorway Child
 Theme URI:    https://www.d51522naka.com/colorway-child/
 Description:  ColorWay Child Theme for "TOKODEN"
 Author:       miyanekostudio.com
 Author URI:   https://www.d51522naka.com
 Template:     colorway
 Version:      2.1.2
 Text Domain:  colorway-child
 */

@charset "UTF-8";

body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*==============================*/
/* 管理ページスタイル修正 */
/*==============================*/
.wp-admin #wpcontent ul {
	list-style: none;
}
.wp-admin #wpcontent ul li {
	margin-left: 0;
}
/*==============================*/
/* Admin bar                    */
/*==============================*/
html.wp-toolbar {
	padding-top: 32px;
}
.admin-bar #wpadminbar {
	height: auto;
	min-height: 32px;
}
.admin-bar #wp-toolbar {
	display: block;
	float: left;
	width: 100%;
}
.admin-bar #wpadminbar .ab-top-secondary {
	z-index: 1000001;
}
.admin-bar #wpadminbar .ab-sub-secondary {
	z-index: 1000000;
}
.admin-bar #wpadminbar #wp-admin-bar-root-default {
	z-index: 1000002;
}
#wpadminbar .ab-top-menu .ico-moon {
	color: rgba(240,245,250,.6);
	float: left;
	text-align: center;
	width: 32px;
}
#wpadminbar .ab-top-menu .ico-moon:hover {
	color: #fefefe;
}
#wpadminbar .ab-top-menu .ico-moon.icon-view_list {
	position: relative;
	top: 0;
	font-size: 16px;
	line-height: 2em;
}
#wpadminbar .ab-top-menu .ico-moon.icon-edit2 {
	position: relative;
	top: 1px;
	font-size: 14px;
}
@media only screen and (min-width: 783px) and (max-width: 899px) {/*adminbar2行対応*/
	html.wp-toolbar {
		padding-top: 64px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 782px) {/*tablet-adminbar2行対応*/
	html.wp-toolbar {
		padding-top: 92px;
	}
}
@media only screen and (max-width: 782px) {/*tablet以下*/
	#wpadminbar .ab-item {
		line-height: 46px;
		height: 46px;
		color: #a0a5aa;
	}
	#wpadminbar #wp-toolbar #wp-admin-bar-all-in-one-seo-pack, 
	#wpadminbar #wp-toolbar .ab-sub-secondary > li {
		padding-left: 0.5em;
	}
	#wpadminbar .ab-top-menu .ico-moon {
		height: 46px;
		width: 52px;
		line-height: 46px;
		display: block;
		text-align: center;
		float: left;
		color: rgba(240,245,250,.6);
	}
	#wpadminbar .ab-top-menu .ico-moon.icon-view_list {
		top: 0;
		font-size: 38px;
	}
	#wpadminbar .ab-top-menu .ico-moon.icon-edit2 {
		top: 0;
		font-size: 24px;
	}
}
/*==============================*/
/* グリッド構造 */
/*==============================*/
.container_24 .grid_24 {
	box-sizing: border-box;
	width: 100%;
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin: 0;
}
.container_24 .grid_16 {
    box-sizing: border-box;
	width: 65%;
}
.container_24 .grid_8 {
    box-sizing: border-box;
	width: 34%;
	margin: 0;
}
.grid_16.alpha .content-wrap {
    box-sizing: border-box;
	display: block;
	float: left;
    margin: 0 0 20px;
    padding: 0 1em 2em 4em;
	width: 100%;
	overflow: hidden;
}
.grid_8.omega .sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2em;
    padding-right: 3em;
    overflow: hidden;
    border-left: 0 none;
}
.home2017 + .primary-widget {/*for template tokoden-home2017*/
	display: block; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	width:100%;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    border-left: 0 none;
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0;
}
.grid_24 > .tokoden-home {/*for template tokoden-home*/
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 2%;
    margin: 0 0 2em;
    border-left: 0 none;
}
.grid_24 > .tokoden-home .widget {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 30%;
    min-height: 300px;
    margin: 0 1.6% 1em;
}
@media only screen and (min-width: 961px) and (max-width: 1260px) {/*mini-PC*/
	.grid_16.alpha .content-wrap {
	    padding-left: 2em;
	}
	.grid_8.omega .sidebar {
	    padding-left: 1em;
	    padding-right: 1.5em;
	}
	.grid_24 > .tokoden-home {
	    padding-left: 1.5em;
	    padding-right: 1.5em;
	}
	.grid_24 > .sidebar.home {
	    padding-left: 1.5em;
	    padding-right: 1.5em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 772px) {/*tablet*/
	.container_24 {
		box-shadow:-8px 0px 10px -8px #000000 inset;
		-moz-box-shadow:-8px 0px 10px -8px #000000 inset;
		-webkit-box-shadow:-8px 0px 10px -8px #000000 inset;
	}
	.container_24.footer-navi {
		box-shadow:-8px -8px 10px -8px #000000 inset;
		-moz-box-shadow:-8px -8px 10px -8px #000000 inset;
		-webkit-box-shadow:-8px -8px 10px -8px #000000 inset;
	}
	.header .menu-bar {
		background-color: transparent;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {/*tablet*/
	.container_24 .grid_16 {
	    box-sizing: border-box;
		width: 100%;
		margin: 0;
	}
	.container_24 .grid_8 {
	    box-sizing: border-box;
		width: 100%;
		margin: 0;
	}
	.grid_16.alpha .content-wrap {
	    padding-left: 3em;
	    padding-right: 3em;
	}
	.grid_8.omega .sidebar {
	    padding-left: 3em;
	    padding-right: 3em;
	}
	.grid_24 > .tokoden-home {
	    padding-left: 0.5em;
	    padding-right: 0.5em;
	}
	.grid_24 > .sidebar.home {
	    padding-left: 0.5em;
	    padding-right: 0.5em;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {/*スマホ*/
	.container_24 .grid_16 {
	    box-sizing: border-box;
		width: 100%;
		margin: 0;
	}
	.container_24 .grid_8 {
	    box-sizing: border-box;
		width: 100%;
		margin: 0;
	}
	.grid_16.alpha .content-wrap {
	    padding-left: 1em;
	    padding-right: 1em !important;
	    padding-bottom: 0;
	}
	.grid_8.omega .sidebar {
	    padding: 2em;
	    padding-right: 2em;
	}
	.sidebar.home {
		display: block;
		float: none;
	    margin: 0 2% 20px;
	    padding: 0 5% 5%;
	    overflow: hidden; 
	}
	.grid_24 > .sidebar.home {
	    padding: 0 2em;
	    margin: 0;
	}
	.grid_24 > .sidebar.home:last-of-type {
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width: 480px) {
	.container_24 {
		width: 90%;
	    box-sizing: border-box;
	    min-width: 300px;
	}
	.container_24 .grid_16 {
	    box-sizing: border-box;
		width: 100%;
		margin: 0;
	}
	.container_24 .grid_8 {
	    box-sizing: border-box;
		width: 100%;
		margin: 0;
	}
	.grid_16.alpha .content-wrap {
	    padding-left: 5%;
	    padding-right: 5% !important;
	    padding-bottom: 0;
	}
	.grid_8.omega .sidebar {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.sidebar.home {
		display: block;
		float: none;
	    margin-top: 0;
	    margin-right: 2%;
	    margin-bottom: 20px;
	    margin-left: 2%;
	    padding: 0 5% 5%;
	    overflow: hidden; 
	}
	.grid_24 > .sidebar.home {
	    padding-left: 5%;
	    padding-right: 5%;
	    margin: 0;
	}
	.grid_24 > .sidebar.home:last-of-type {
		margin: 0 0 1em;
	}
}
/*==============================*/
/* 投稿記事スタイル             */
/*==============================*/
/* 記事内共通スタイル             */
input, textarea, select, label {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.5;
    clear: both;
}
.single .post p {
	display: inline-block;
	width: 100%;
	clear: both;
}
.single .post p ul li {
	list-style: inside disc;
	margin-left: 32px;
}
p code {
	line-height: 0;
	margin: 0;
}
p:empty {
	display: none;
	margin: 0;
}
.fullwidth {
	display: inline-block;
	float: left;
	margin: 0;
	width: 100%;
	clear: both;
}
.text-right {
	display: inline-block;
	width: 96%;
	padding-right: 3%;
	text-align: right;
	clear: right;
}
.indent1 {
	padding-left: 20px;
}
.indent2 {
	padding-left: 40px;
}
.underline {
	text-decoration: underline;
}
.highlight {
	color: #e5394f;
}
.no-warp {
	white-space: nowrap;
}
ul.item_list {
	display: inline-block;
	list-style: none;
	clear: left;
}
ul.item_list li.items {
	display: inline-block;
	float: left;
	margin-left:1em;
}
ul.item_list li.items.left {
	display: inline-block;
	float: left;
	text-align: left;
}
ul.item_list li.items img {
	margin-top: 0;
}
.content img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
.content-wrap .blog img {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 2% 3% 5%;
    padding: 3px;
}
.content-wrap img {
	margin-top: 0px;
}
.content-wrap .wp-caption {
	margin-bottom: 3%;
	box-shadow: 3px 4px 6px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.content-wrap .blog .wp-caption img {
	margin-left: 0;
	margin-right: 0;
}
.content-wrap .blog .single p img {
	max-width: 90%;
	height: auto;
}
.content-wrap .blog_post .link_coments-form img {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0 3%;
}
@media only screen and (max-width: 480px) {
	.content-wrap .wp-caption {
		max-width: 100%;
		width: 100%;
		padding: 2%;
	}
	.content-wrap .wp-caption img {
		height: auto;
		width: 100%;
		max-width: none;
	}
}
/* トコ電動画  */
.single .singl_content iframe {
	display: block;
	max-height: 100%;
	max-width: 100%;
}
/*==============================*/
/* 固定ページスタイル */
/*==============================*/
.sl h1 {
	border-bottom: 0.2em solid rgba(32, 71, 108, 0.8);
	padding: 0 0.5em;
	color: rgba(32, 71, 108, 1);
	font-weight: 600;
}
/*==============================*/
/* 固定ページ記事内スタイル */
/*==============================*/
/*  レイアウトの特徴  */
#spec {
	display: block;
	float: left;
	clear: both;
}
.spec-holder {
	display: block;
	float: left;
	width: 47%;
	clear: none;
    margin: 0 1.5% 1.5em;
    box-sizing: border-box;
}
.spec-holder .spec-title {
	display: inline-block;
	width: 100%;
	height: 2em;
	line-height: 2em;
	background-color: rgba(32, 71, 108, 0.3);
	color: rgba(32, 71, 108, 1);
	padding: 2px 0.5em 0;
	margin: 0;
	text-align: center;
    border-bottom: 1px solid rgba(32, 71, 108, 0.8);
	border-radius: 8px 8px 0 0;
    box-sizing: border-box;
}
.spec-holder .spec-contents {
	display: inline-block;
	float: left;
	width: 100%;
    border-color: rgba(32, 71, 108, 0.3);
    border-style:  solid;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 8px 8px;
    padding: 1em 1em;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    height: 18em;
}
#spec .spec-holder .spec-contents {
	height: auto;
}
.spec-holder .spec-contents ul {
	height: 16em;
}
.spec-holder .spec-contents li {
	line-height: 1.5em;
	margin-left: 1.5em;
}
.spec-holder .spec-contents .movie {
    box-sizing: border-box;
	width: 47%;
    margin: 0 1.5% 0;
}
.spec-holder .spec-contents .movie .sd-movie {
	height: auto;
	padding-top: 0.5em;
}
.spec-holder .spec-contents .movie .sd-movie .ico-moon {
	font-size: 1.5em;
}
.spec-holder .spec-contents p {
	line-height: 1.5em;
	margin-bottom: 0.25em;
	text-indent: 1em;
}
.spec-holder .spec-contents .spec-item {
	display: inline-block;
	width: 4em;
	margin-right: 1em;
}
.spec-and-data-holder {
	display: block;
	float:left;
	box-sizing: border-box;
	width: 100%;
	padding: 0 1em;
	position: relative;
}
.spec-and-data-holder h4.spec-and-data {
	display: inline-block;
	float:left;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em 2em;
	background-color: rgba(32, 71, 108, 0.8);
	color: #fafafa;
	border-radius: 8px;
}
.spec-and-data-holder .sd-open, .spec-and-data-holder .sd-close {
	display: block;
	float:left;
	width: 1.5em;
	height: 1.5em;
	font-size: 1.5em;
	color:  #fafafa;
	position: absolute;
	top: 1em;
	right: 2em;
	cursor: pointer;
}
.sd-open span, .sd-close span {
	display: inline-block;
	float: left;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
}
.spec-and-data-holder .sd-close {
	display: none;
}
.page-contents.current .sd-close, .page-contents.current .sd-open {
	display: none;
}
.spec-and-data-holder .s-and-d-contents {
	display: block;
	float:left;
	box-sizing: border-box;
	width: 100%;
}
.s-and-d-contents .spec-holder {
	margin: 0 0.5% 2em;
	padding: 0 0.5em;
	width: 49%;
}
.spec-contents.sd-movie img, .spec-contents.yard-img img {
	margin: 0;
	width: 100%;
}
.spec-contents.layout_map a img, .spec-contents.yard-img a img {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	}
.spec-contents a img:hover {
	opacity: 0.6;
}
.spec-contents a img:focus {
	opacity: 0.6;
}
.spec-title .ico-moon {
	display: inline-block;
	float: none;
	width: 1em;
	height: 2em;
	line-height: 2em;
	font-size: 1em;
	margin-right: 1em;
}
.sd-movie {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	float: left;
}
.sd-movie a {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
.spec-contents.sd-movie, .spec-contents.yard-img {
	padding-top: 2em;
}
.sd-movie .ico-moon {
	display: block;
	float: left;
	height: 1.5em;
	width: 1.5em;
	position: absolute;
	font-size: 40px;
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -0.75em;
	color: #fafafa;
	text-align: center;
	line-height: 1.5em;
	padding-left: 0.2em;
	box-sizing:border-box;
	background-color: rgba(32, 71, 108, 0.9);
	border-radius: 0.75em;
}
.spec-holder.movie .movie-content {
	display: none;
}
.movie-content iframe {
	display: block;
	float: left;
	max-height: 100%;
	max-width: 100%;
}
.movie-content iframe .drive-viewer-video-preview-img {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	height: auto !important;
}
@media only screen and (max-width: 1260px) {
	#spec {
		width: 100%;
		padding: 0 1em;
	    box-sizing: border-box;
	}
	.spec-holder, .s-and-d-contents .spec-holder {
		margin: 0 0 1em;
		height: auto;
		width: 100%;
	}
	.spec-holder .spec-contents ul {
		height: auto;
	}
	.spec-holder .spec-title {
		width: 100%;
	}
	.spec-holder .spec-contents {
		width: 100%;
		height: auto;
	}
	.spec-holder .spec-contents li {
		margin-left: 1em;
	}
	.spec-holder .spec-contents .spec-item {
		display: inline-block;
		width: 4em;
		margin-right: 0.5em;
	}
	.spec-holder .spec-contents .movie {
		width: 47%;
	    margin: 0 1.5% 0;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.spec-holder .spec-contents .movie {
		width: 100%;
	    margin: 0 0 1em;
	}
	.spec-holder .spec-contents .movie .sd-movie .ico-moon {
		font-size: 2em;
	}
	.spec-holder .spec-contents .movie:last-of-type {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 480px) {
	.spec-holder .spec-contents ul {
		height: auto;
	}
	#spec {
		width: 100%;
		font-size: 0.9em;
	    box-sizing: border-box;
	    padding: 0;
	}
	.spec-holder .spec-contents .movie {
		width: 100%;
	    margin: 0 0 1em;
	}
	.spec-holder .spec-contents .movie:last-of-type {
	    margin: 0;
	}
	.spec-and-data-holder {
		width: 100%;
		font-size: 0.9em;
	    box-sizing: border-box;
	    padding: 0;
	}
	.spec-and-data-holder h4.spec-and-data {
		padding-right: 2.5em;
		padding-left: 1em;
	}
	.spec-and-data-holder .sd-open, .spec-and-data-holder .sd-close {
		position: absolute;
		top: 1.75em;
		right: 0.5em;
	}
	.sd-movie .ico-moon {
		font-size: 24px;
	}
}
/* アクセス */
.column_90.access-info {
	display: block;
	float: left;
	padding: 1em 0.5em;
	box-sizing: border-box;
	width: 100%;
}
.access-info .item_list {
	display: block;
	float: left;
	box-sizing: border-box;
}
.access-info .item_list li.items.off-1 {
	display: inline-block;
	float: left;
	text-align: left;
	margin-left: 2em;
	text-indent: -1em;
	clear: left;
}
.access-info ico-moon {
	font-size: 1.5em;
}
.info-title {
	display: inline-block;
	float:left;
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em 2em;
	background-color: rgba(32, 71, 108, 0.8);
	color: #fafafa;
	line-height: 1em;
	border-radius: 8px;
	margin: 0.5em 0 1em;
}
.info-title .ico-moon {
	margin-right: 1em;
}
.info-contents {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 100%;
	line-height: 1.5em;
	padding: 0 1em;
	margin-bottom: 2em;
}
.info-contents p {
	display: inline-block;
	float: left;
	margin-bottom: 0.5em;
	width: 100%;
	box-sizing: border-box;
	clear: both;
	text-align: left;
}
.info-contents .info-img {
	display: block;
	float: left;
	margin: 0 auto 1em;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
}
.info-contents .info-img a:hover {
	opacity: 0.7;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.info-contents .info-img a:active {
	opacity: 0.7;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.info-contents .info-caption {
	display: inline-block;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	clear: both;
}
@media only screen and (max-width: 480px) {
	.access-info .item_list li.items.off-1 {
		margin-left: 1em;
		text-indent: -1em;
	}
	.info-title {
		padding: 0.5em 1em;
	}
	.info-contents .holizontal-list ul.item_list {
		height: auto;
		width: 100%;
	}
}
/* 料金 */
.price_list {
	display: inline-block;
    width: 88%;
    padding: 0 5%;
    margin-bottom: 10px;
}
.price_list .price_item {
	display: inline-block;
    width: 60px;
}
.price_list .price_des {
	display: inline-block;
    width: auto;
    margin-left: 30px;
}
#info.columns {
	display: block;
	width: 92%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	float: none;
	clear: both;
}
#info.columns .one_third {
	display: inline-block;
	float: left;
    width: 27%;
    min-width: 150px;
    height: 5em;
    margin: 0 5px 5% 5px;
    background-color: #f7cf6f;
    border-radius: 8px;
    padding: 2%;
}
h4.icon {
	background: url("./original_icons/icon.png") no-repeat;
	padding: 5px 10px 5px 52px;
	border-bottom: solid 2px #cccccc;
	width: 90%;
}
.icon2 {
	background: url("./images/icon2.png") no-repeat;
	line-height: 30px;
	padding: 5px 10px 5px 52px;
}
.icon_border {
	background: url("./images/title_background650.jpg") no-repeat;
	display: inline-block;
	line-height: 30px;
	padding: 5px 10px 5px 100px;
	width: 90%;
}
.column_80 {
	display: block;
	float: none;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: double #cccccc;
	border-radius: 8px;
	clear: both;
}
.column_90 {
	display: block;
	float: none;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: double #cccccc;
	border-radius: 8px;
	clear: both;
}
li.check-item {
background: url("./images/icon_check24.png") no-repeat ;
margin: 0  2% 10px;
padding: 0 0 0 30px;
text-align: left;
list-style: none;
}
.holizontal-list {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.holizontal-list ul.item_list {
	display: block;
	margin: 0 auto;
	float: none;
	width: 400px;
	height: 80px;
	clear: none;
}
.holizontal-list ul.item_list li.items {
	display: inline-block;
	float: none;
	margin: 5px 3%;
	height: 60px;
	clear: none;
}
.holizontal-list ul.item_list li.items img{
	margin: 0;
}
.imglink_box {
	display: block;
	float: left;
	margin: 0 auto 2em;
	width: 100%;
	text-align: center;
}
.imglink_box ul.item_list {
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 95%;
	height: auto;
	line-height: 1em;
}
.imglink_box ul.item_list li.items {
	display: inline-block;
	float: none;
	margin: 0 0.5em 0.5em;
	height: auto;
	clear: none;
}
.imglink_box ul.item_list li.items button {
	font-size: 1em;
	line-height: 1.4em;
	width: 9em;
	display: block;
	box-sizing: border-box;
	padding: 0.3em;
}
#layout_ftrs .item{
	display: inline-block;
	width: 4em;
	margin-right: 1em;
}
#layout_ftrs .item_des{
	display: inline-block;
}
.layout_data .item{
	display: inline-block;
	width: 4em;
	margin-right: 1em;
}
.layout_data .item_des{
	display: inline-block;
}

#layout_fullmap {
	display: block;
	float: none;
	width: 99%;
	border: 1px solid #555555;
	margin: 30px auto;
}
#sl_layout .sp-slide img {
	max-width: 100%;
}
.view_img_case {
	display: block;
	width: auto;
	clear: both;
	float: none;
	margin: 15px auto;
}
.view_img_case .half {
	display: inline-block;
	clear: none;
	width: 46%;
	padding: 1.5%;
}
.plan_img {
	margin: 0 1%;
	text-align: center;
	border: double #aaaaaa;
	border-radius: 3%;
}
.plan_img.half {
	width: 47%;
	box-sizing: border-box;
}
.plan_img img {
	border: 2px solid #aaa;
}
/*=========================================*/
/*==========Home Page Style==========*/
/*=========================================*/
.menu-bar, .slider-container, .logo, .content-wrapper, .footer-wrapper {
    margin-left: 2%;
    margin-right: 2%;    
}

/*=========================================*/
/*==========ロゴマーク==========*/
/*=========================================*/
.logo {
    margin-top: 0;
    margin-bottom: 24px;
	display: block;
	clear: both;
}
.logo #title_logo {
	display: inline-block;
	float: left;
	clear: both;
	margin-top: 0;
	margin-bottom: 1.5%;
	overflow: hidden;
	text-align: left;
	width: auto;
}
.logo #title_logo a {
	display: inline;
	float: left;
	clear: both;
}
.logo #title_logo a img {
	display: inline;
	float: none;
	width: auto;
	height: 200px;
	margin: 0 auto;
}
.logo #description {
	display: inline-block;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

/*==============================*/
/* グローバルナビ */
/*==============================*/
.header .menu-bar {
    display: block;
    position: relative;
	box-sizing: border-box;
	background-color: #fff;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    padding: 0 4em;
    margin: 0;
    clear: both;
}
#tokoden-menu-bar.popped {
	position: fixed;
    padding: 0;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(32,71,108,0.7);
    z-index: 10;
}
.logged-in #tokoden-menu-bar.popped {
	padding-top: 32px;
}
#tokoden-menu-bar.popped #menu {
    position: relative;
    height: auto;
	box-sizing: border-box;
    padding-left: 2%;
}
.header .menu-bar #menu ul {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 0 0 0.5em;
	width: 100%;
	font-size: 0.9em;
	clear: both;
}
.header .menu-bar li a{
	background-color: #cccccc;
}
.header .menu-bar #menu ul .menu-item {
	margin: 0 0.5em 0.5em 0;
	border-radius: 5px;
	box-sizing: border-box;
	height: 2.2em;
	width: auto;
	max-width: 11em;
	line-height: 1.2em;
}
.header .menu-bar #menu ul .menu-item-has-children {
	width: 11em;
}
.header .menu-bar #menu ul .menu-item a {
	box-sizing: border-box;
	padding: 0.5em;
	width: 100%;
	border-style: none;
	border-width: 0;
	white-space: normal;
}
#menu li.current_page_parent.overwrite a {
	background-color: #cccccc;
	color: #000;
}
#menu ul .menu-item a.selected, 
#menu ul .menu-item a:hover {
    color: #ccf4f4;
}
#menu ul li.current-menu-item a:hover {
    color: #ccf4f4;
}
#menu ul .menu-item .sub-menu a.selected, 
#menu ul .menu-item .sub-menu a:hover {
    background-color: rgba(32,71,108,0.9);
    color: #fff;
}
.header .menu-bar #menu ul .sub-menu {
	box-sizing: border-box;
	white-space: normal;
	background-color: rgba(210, 230, 230, 0.7);
	border-radius: 0 0 8px 8px;
	width: 100%;
	min-width: 1em;
	padding: 0.5em;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	float: left;
}
.header .menu-bar #menu ul .menu-item-has-children.sfHover {
	border-radius: 5px 5px 0 0;
	background-color: #2b4908;
}
.header .menu-bar #menu ul .sub-menu li {
	height: auto;
	width: 100%;
	margin-right: 0;
	float: left;
}
.header .menu-bar #menu ul .sub-menu .sfHover {
	border-radius: 5px;
    color:#fff;
	background-color: rgba(32,71,108,0.9);
	float: left;
}
.header .menu-bar #menu ul .sub-menu li a {
	border-left: 0 none;
	border-radius: 5px;
	white-space: normal;
	float: left;
}
.header .menu-bar #menu ul .sub-menu .sfHover a:hover {
	background-color: rgba(210, 230, 230, 0.8);
	color: rgba(32,71,108,0.9);
	border: 0.1em solid rgba(32,71,108,0.9);
	padding: 0.4em;
}
.header .menu-bar #menu ul .sub-menu .menu-item-has-children .sub-menu {
	box-sizing: border-box;
	padding: 0.5em 0.5em 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
.header .menu-bar #menu ul .sub-menu li .sub-menu li {
	background-color: rgba(150, 170, 190, 0.6);
}
.header .menu-bar #menu ul .sub-menu li:last-child {
	margin-bottom: 0;
}
.header .menu-bar #menu ul .sub-menu li .sub-menu li a:hover {
	background-color: rgba(150, 170, 190, 1);
	color: #fff;
}
#tokoden-menu-bar .menu-item .sf-sub-indicator {
	float: right;
}
.menu-item-has-children .sf-sub-indicator {
	background-image: none;
}
@media only screen and (min-width: 1260px) {
	.header .menu-bar #menu ul .menu-item {
		min-width: 6em;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.header .menu-bar {
	    padding: 0 1em;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1260px) {
	.header .menu-bar #menu ul {
		padding-right: 0;
	}
	.header .menu-bar #menu ul .menu-item {
		height: 3.4em;
		max-width: 9em;
	}
	.header .menu-bar #menu ul .menu-item a {
		height: 3.4em;
	}
	.header .menu-bar #menu ul .menu-item .sub-menu a {
		height: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.header .menu-bar #menu ul {
		padding-right: 0;
	}
	.header .menu-bar #menu ul .menu-item {
		height: 3.4em;
		max-width: 6em;
	}
	.header .menu-bar #menu ul .menu-item a {
		height: 3.4em;
	}
	.header .menu-bar #menu ul .menu-item .sub-menu a {
		height: auto;
		font-size: 0.9em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 772px) {/*iPad*/
	.header .menu-bar {
		background-color: transparent;
	}
}
/*==============================*/
/* Utility navi */
/*==============================*/
.header .utility_navi {
	display: block;
	line-height: 30px;
	width: 100%;
	float: left;
	font-size: 15px;
	clear: both;
	height: 30px;
}
.utility_navi .menu-utility_navi-container {
	display: inline-block;
	float: left;
	margin: 0;
	clear: none;
	width: 100%;
	height: 30px;
}
.utility_navi .menu-utility_navi-container .menu {
	display: inline-block;
	float: left;
	clear: none;
	width: 98%;
	height: 30px;
	margin: 0;
	overflow: hidden;
}
.utility_navi .menu-utility_navi-container .menu .menu-item {
	display: inline-block;
	float: right;
	clear: none;
	margin-left: 2%;
	width: auto;
	height:	30px;
}
.utility_navi div {
	display: inline-block;
	float: left;
	margin-left: 15px;
	clear: none;
	width: auto;
	height:	30px;
}
.utility_navi form {
	display: inline-block;
	float: left;
	margin-left: 15px;
	font-size: 15px;
	clear: none;
}
/*==============================*/
/* スマホ用グローバルナビ */
/*==============================*/
.logged-in.mean-container .mean-bar {
	margin-top: 0;
}
.logged-in.mean-container {
	padding-top: 90px;
}
@media only screen and (max-width: 767px) {
	.mean-bar a.meanmenu-reveal {
		height: 40px;
		width: 40px;
		font-size: 24px;
		line-height: 30px;
		box-sizing: border-box;
		padding: 8px 5px;
		display: block;
		top: 5px;
		right: 5px;
		z-index: 9999;
	}
	.mean-bar a.meanmenu-reveal span {
		margin-top: 4px;
	}
	.mean-container .mean-nav ul li a {
		padding: 0.5em 1em;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
	}
	.mean-container .mean-nav ul li li a {
		padding: 0.5em 2em;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		line-height: 2em;
		height: 2em;
		width: 2em;
		padding: 0.25em !important;
	}
}
/*==============================*/
/* meta-slider */
/*==============================*/
.metaslider {
	width: 100%;
	padding: 0 1em;
	box-sizing: border-box;
}
/*==============================*/
/* 営業日カレンダー */
/*==============================*/
.sidebar .isp-calendar-frame {
	margin-top: 8px;
	padding: 0 1em;
	max-width: 400px;
}
@media only screen and (max-width: 480px) {
	.sidebar .isp-calendar-frame {
		padding: 0 0.5em;
	}
}
table.isp-calendar-inner div.move_button {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 3px;
}

/*==============================*/
/* フォーム共通スタイル */
/*==============================*/
.content-wrap form {
	display: block;
	clear: both;
}
.content-wrap form ul {
	list-style: none;
	margin: 0;
	padding: 3%; 
}
.content-wrap form ul li {
	margin: 0 0 1em;
	display: inline-block;
	width: 100%;
	height: 2em;
	min-height: 2em;
	height: auto;
	clear: both;
	float: left;
}
.content-wrap label, 
.content-wrap select,
.content-wrap textarea,
.content-wrap input {
	line-height: 2em;
	display: block;
	float: left;
	height: auto;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
}
.content-wrap input[type="checkbox"] {
	position: relative;
	top: 5px;
	width: auto;
	margin-right: 8px;
}
.content-wrap input[type="radio"] {
	position: relative;
	top: 3px;
	width: auto;
	margin-right: 8px;
}
.content-wrap input[type="text"] {
	height: 2em;
	padding: 0 0.5em;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.content-wrap textarea {
	height:200px;
	width: 300px;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.content-wrap input:focus,
.content-wrap textarea:focus {
	outline:none;
	background-color: #eeeeee;
}
.content-wrap input#pwbox-131 {
    display:block;
}
/*==============================*/
/*   お問い合わせフォーム    */
/*==============================*/
#contact-form {
	display: block;
	float: none;
	margin: 0 auto 15px;
	width: 600px;
	max-width: 100%;
}
#contact-form p {
	margin-left: 0;
}
#contact-form .form-title {
	background-color: #ffffff;
	background-image: url(./images/contact-600.jpg);
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	max-width: 99%;
	width: 598px;
	height: 126px;
	text-align: center;
	line-height: 126px;
	border: 1px solid #2c4359;
}
#contact-form .form_item_list {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
}
#contact-form .form_item span {
	display: block;
	float: left;
	height: auto;
}
#contact-form .form_item .asta {
	color: red;
	width: 15px;
}
#contact-form .form_item .item_name {
	width: 200px;
	margin-left: 15px;
	margin-top: 2px;
}
#contact-form .form_item .item_name_a {
	width: 200px;
	margin-top: 2px;
}
#contact-form .form_item .input_box, 
#contact-form .form_item .note {
	box-sizing: border-box;
	width: 100%;
	padding-left: 14em;
    font-size: 16px;
}
#contact-form .form_item .input_box.select {
	width: auto;
	padding-left: 0.5em;
    font-size: 16px;
}	
#contact-form .form_item .input_box.text_area {
	width: 100%;
	height: auto;
	padding: 1em;
}
#contact-form .form_item .input_box label {
	width: 100%;
	display: block;
	float: left;
	padding-left: 2em;
	box-sizing: border-box;
}
#contact-form .form_item .mwform-tel-field {
	display: block;
	float: left;
	width: 100%;
}
#contact-form .form_item_list input{
	width: 300px;
	box-sizing: border-box;
}
#contact-form .form_item_list textarea {
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	height: 10em;
}
#contact-form .form_item .input_box .vertical-item {
	width: 100%;
}
#contact-form .form_item_list input, #contact-form .form_item_list textarea {
	border: 1px solid #cccccc;
	border-radius: 3px;
}
#contact-form .form_item_list input:focus, #contact-form .form_item_list textarea:focus {
	background-color: #eeeeee;
}
#contact-form .form_item .mwform-tel-field input {
	display: inline;
	text-align: center;
	width: 4.5em;
	float: none;
}
#contact-form .form_control {
	width: 100%;
	text-align: right;
	clear: right;
}
#contact-form .form_control input {
	float: right;
	margin-right: 3%;
}
#contact-form input[type="checkbox"] {
	width: auto;
	margin-right: 0.5em;
    line-height: 1.7em;
}
#contact-form input[type="radio"] {
	width: auto;
	margin-right: 0.5em;
	margin-left: 1em;
    line-height: 1.7em;
}
/*==============================*/
/* 予約フォーム(MW WP Form)     */
/*==============================*/
#resv-form .form-title {
	background-image: url(./images/reservation-600.jpg);
}
#contact-form .vertical-item input[type="checkbox"],
#contact-form .vertical-item input[type="radio"] {
	display: block;
	float: left;
	box-sizing: border-box;
	margin-left: -1.75em;
	margin-right: 0;
}
#contact-form .vertical-item input[type="radio"] {
	margin-left: -1em;
	height: 1.1em;
}
#contact-form .form_item .note {
	color: red;
	font-size: 0.8em;
	text-indent: -1em;
}
#contact-form .form_item .note:first-of-type {
	padding-top: 1em;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#contact-form {
		display: block;
		float: none;
		margin: 0 auto 15px;
		width: auto;
	}
	#contact-form .form-title {
		background-color: #ffffff;
		background-image: url(./images/contact-350.jpg);
		background-repeat: no-repeat;
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		width: 398px;
		height: 74px;
		text-align: center;
		line-height: 74px;
		border: 1px solid #2c4359;
	}
	#contact-form .form_item .item_name, #contact-form .form_item .item_name_a {
		margin-left: 0;
	}
	#resv-form .form-title {
		background-image: url(./images/reservation-350.jpg);
	}
	#contact-form .form_item .input_box, 
	#contact-form .form_item .note {
		padding-left: 2em;
	}
}
@media only screen and (max-width: 480px) {
	#contact-form {
		display: block;
		float: none;
		margin: 0 auto 15px;
		width: 100%;
	}
	#contact-form .form-title {
		background-color: #ffffff;
		background-image: url(./images/contact-350.jpg);
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		width: 99%;
		height: 74px;
		text-align: center;
		line-height: 74px;
		border: 1px solid #2c4359;
		font-size: 20px;
	}
	#contact-form .form_item .item_name, #contact-form .form_item .item_name_a {
		width: auto;
		margin-left: 0;
	}
	#contact-form .form_item .input_box, 
	#contact-form .form_item .note {
		padding-left: 1em;
	}
	#contact-form .form_item .input_box label {
		padding-left: 2em;
	}
	#contact-form .form_item .input_box input{
		width: 100%;
	}
	#contact-form .form_item .mwform-tel-field input {
		display: inline;
		width: 3.5em;
		padding: 0;
		text-align: center;
	}
	#contact-form .form_item .input_box.text_area {
		padding: 0;
	}
	#contact-form .form_item .input_box input[type="checkbox"] {
		width: auto;
	}
	#contact-form .form_item .input_box input[type="radio"] {
		width: auto;
	}
	#contact-form .form_item_list textarea {
		width: 100%;
		height: 148px;
	}
	#resv-form .form-title {
		background-image: url(./images/reservation-350.jpg);
	}
}
/*==============================*/
/* 予約フォーム（contact-form-7）/*
/*==============================*/
#booking-form {
	display: block;
	width: 350px;
	max-width: 88%;
	border: solid #cccccc 2px;
	border-radius: 10px;
	padding: 0 10px;
	clear: both;
}
#booking-form .form-title {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #385dae;
	border: 1px solid #2c4359;
	border-radius: 8px;
	color: #ffffff;
}
#booking-form .wpcf7-form-control.wpcf7-text, #booking-form .wpcf7-form-control.wpcf7-textarea, #booking-form .wpcf7-form-control.wpcf7-date {
	display: inline-block;
	height: 30px;
	width: 90%;
	padding: 0 10px 0 10px;
	border: medium double #ccc;
	clear: both;
}
#booking-form .wpcf7-form-control.wpcf7-number {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px 0 10px;
	border: medium double #ccc;
	clear: both;
	width: 180px;
	height: 30px;
}
#booking-form .option .wpcf7-form-control {
	border: 0 none;
}
#booking-form .wpcf7-form-control.wpcf7-submit {
	width: 30%;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#booking-form .ui-datepicker .ui-datepicker-title {
	-webkit-display: inline-flex;
	display: inline-flex;
	width: auto;
}
/*==============================*/
/* ブログタイトル */
/*==============================*/
.content .blog-title-holder {
	color: #5f6eb3;
	text-align: center;
	clear: both;
	display: block;
	float: left;
    margin: 0 0 20px;
    padding: 0 1em;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}
.content .blog-title-holder .blog-title {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.content .blog-title-holder .blog-title a {
	display: inline-block;
	width: auto;
}
.blog-title-holder .blog-title img.title-img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 1100px;
	display: inline;
	text-align: center;
}
/*==============================*/
/* フロントページ */
/*==============================*/
#home_page_post, #content, .u_cont_sns {
    border-bottom: 3px double #cccccc;
}
.content-wrap #home_page_post, .content-wrap #content {
	margin-bottom: 2em;
	border-radius: 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    margin-top: 0;
    padding: 0 0.5em 0.5em;
}
.content-wrap #home_page_post .home-msgbox {
	margin-bottom: 1em;
	display: inline-block;
}
.content-wrap #home_page_blog {
    margin-top: 0;
    padding: 0 0.5em;
}
.content-wrap #home_page_post h1, .content-wrap h1.blog_head {
	border-bottom: 0.2em solid #acacac;
}
.tokoden_top {
	float: left;
}
.tokoden_top .one_fourth a {
	color: #4a4a4a; 
}
.tokoden_top .one_fourth a:hover {
	color: #4f7327; 
}
.tokoden_top h3 {
	font-size: 1.2em;
	height: 2.25em;
	text-align: center;
}
.content-info h2 {
	font-size: 30px;
}
.feature_text {
	font-size: 14px;
}
.content-wrap h1.blog_head {
	padding-bottom: 8px;
	margin-bottom: 24px;
}
.content-wrap #home_page_blog .blog_post {
	border: 0 none;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-radius: 0 0 8px 0;
}
.content-wrap #home_page_blog .blog_post li {
	margin-top: 0;
}
#home_page_blog .blog_post .goto-sample {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: right;
	position: relative;
	top: 1em;
}
#home_page_blog .blog_post .goto-sample .ico-moon {
	color: #6eb4cd;
	font-size: 4em;
}
@media only screen and (max-width: 960px) {
	#home_page_blog .blog_post .goto-sample .ico-moon {
		font-size: 3em;
	}
}
.grid_24 > .tokoden-home #nav_menu-8,
.grid_24 > .tokoden-home #nav_menu-9 {
	height: auto;
	min-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {/*tablet*/
	.grid_24 > .tokoden-home .widget {
	    width: 45%;
	    min-height: 300px;
	    margin: 0 1em 1em;
	}
}
@media only screen and (max-width: 767px) {
	.grid_24 > .tokoden-home .widget {
	    width: 100%;
	    min-height: unset;
	    margin: 0 0 1em;
	}
}
/*==============================*/
/* フロントページ（固定ページ投稿本文スタイル） */
/*==============================*/
#home_page_post .icon_border {
	padding: 50px 2% 5px;
	width: 95%;
	line-height: 1.5;
}
.icon_border .holizontal-list {
	margin-bottom: 0;
}
.holizontal-list #spec_home {
	display: block;
	padding: 0;
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	clear: both;
}
.holizontal-list #spec_home li.items {
	display: block;
	float: left;
	box-sizing:border-box;
	padding: 0.5em;
	margin: 0;
	height: auto;
	width: 49%;
	clear: none;
}
.holizontal-list #spec_home li.items h4 {
	margin: 0 0 0.5em;
}
.holizontal-list #spec_home li.items ul {
	display: block;
	float: left;
	margin-bottom: 0;
}
.holizontal-list #spec_home li.items ul li {
	margin-left: 1em;
	min-width: 13em;
}
.home-msg h3 {
	margin-bottom: 0.5em;
}
.home-msg p {
	margin-bottom: 0.5em;
}
.related-linkbox {
	display: block;
	float: left;
	box-sizing: border-box;
	margin: 0 0 1em 1em;
	border: rgba(32, 71, 108, 1) 1px solid;
	width: 22em;
	border-radius: 0.5em;
}
.related-linkbox .related-link {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0.5em;
	width: 100%;
}
.related-linkbox .related-link .related-linkimg {
	display: inline-block;
	float: left;
	width: auto;
	height: 50px;
	border-radius: 4px;
	border-right: 1px solid #4a4a4a;
	border-bottom: 2px solid #4a4a4a;
}
.related-linkbox .related-link .related-linkcont {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding: 0.5em 0 0.5em 1em;
	font-size: 0.9em;
}
@media only screen and (max-width: 480px) {
	.holizontal-list #spec_home li.items {
		width: 100%;
	}
	.related-linkbox {
		width: 100%;
		margin: 0 0 1em 0;
	}
	.related-linkbox .related-link .related-linkimg {
		margin: 0;
		height: 30px;
	}
	.related-linkbox .related-link .related-linkcont {
		width: 8em;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 1.2em;
	}
}
.home .readmore {
	display: none;
}
/*==============================*/
/* ブログ（トップ）スタイル */
/*==============================*/
.content-info {
    border-bottom: medium double #cccccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.content-wrap div.sl, .content-wrap div.blog_post, .content-wrap ul.blog_post {
    margin: 2% 0 1em;
    padding: 2%;
    border: medium double #cccccc;
    border-radius: 10px;
    overflow: hidden;
}
.content-wrap .blog ul.blog_post .post {
    border-bottom: 1px solid rgba(32,71,108,0.6);
    overflow-x: hidden;
    padding-bottom: 20px;
    margin: 15px 2% 0 2%; 
    list-style: inside none none;
}
.comment_section li{
    list-style: none;
}
.posted_date {
	font-size: 0.95em;
	display: inline-block;
	width: 95%;
	padding-right: 3%;
	text-align: right;
	clear: right;
	}
.postimg-box {
	display: block;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 3px;
	width: 160px;
	height:  160px;
	overflow: hidden;
}
.postimg-box a {
	display: block;
	float: left;
	padding: 0;
	width: 160px;
	height:  160px;
	overflow: hidden;
	position: relative;
}
#blogmain .postimg-box a img.postimg {
	max-height: 250px;
	max-width: 250px;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}
.content-holder {
	display: block;
	float: left;
	width: 470px;
	padding: 0 0 0 2em;
	box-sizing: border-box;
}
.content-holder .excerpt_contents {
	display: block;
	text-align: left;
	width: auto;
}
.excerpt_contents h3 {
	margin-bottom: 0.5em;
}
ul.blog_post .post .content-holder .excerpt_contents p {
	display: inline-block;
    max-height: 4.2em;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    padding: 0 0.5em;
}
.post .content-holder .excerpt_contents .link_to_post {
	display: block;
	text-align: center;
	width: 200px;
	border-radius: 15px;
	background-color: rgba(32,71,108,0.8);
	float: none;
	margin: 0 auto 0.5em;
	height: 2em;
	line-height: 2em;
	color: #fff;
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
	.postimg-box {
		width: 120px;
		height:  120px;
		overflow: hidden;
		position: relative;
		top: 0;
		right: 0;
	}
	#home_page_blog .postimg-box, .archive .postimg-box {
		top: 0;
	}
	.postimg-box a {
		width: 120px;
		height:  120px;
		position: relative;
	}
		#blogmain .postimg-box a img.postimg {
		width: auto;
		height: auto;
		max-height: 180px;
		max-width: 180px;
	}
	.content-holder .excerpt_contents {
		width: auto;
	}
	.content-holder .excerpt_contents .post-title {
		font-size: 130%;
		line-height: 1.3em;
	}
	#home_page_blog .content-holder .excerpt_contents > p {
		margin: 0;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1260px) {
	.content-holder {
		width: 22em;
		padding-left: 1em;
	}
	.content-holder .excerpt_contents {
		width: auto;
	}
	#home_page_blog .content-holder {
		width: 21em;
	}
	#home_page_blog .content-holder .excerpt_contents p {
		margin: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.content-holder {
		width: 29em;
		padding: 0 0 0 1em;
		box-sizing: border-box;
	}
	#home_page_blog .content-holder {
		width: 28em;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.content-holder {
		width: 16em;
		padding: 0 0 0 1em;
		box-sizing: border-box;
	}
	#home_page_blog .content-holder {
		width: 16em;
		padding-left: 1em;
	}
}
@media only screen and (max-width: 480px) {
	.postimg-box {
		height: 145px;
		width: 100%;
		overflow: hidden;
		visibility:	visible;
		box-sizing: border-box;
	}
	.postimg-box a {
		height: 100%;
		width: 100%;
		position: relative;
	}
	#blogmain .postimg-box a img.postimg {
		visibility:	visible;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 245%;
		position: absolute;
		top: -100%;
		bottom: -100%;
		left: 0;
		right: 0;
		margin: auto !important;
	}
	.content-holder {
		width: 100%;
		float: left;
		margin-top: 0.5em;
		padding: 0;
		box-sizing: border-box;
	}
	.content-holder .post-title {
		line-height: 1.2em;
	}
	.content-holder .excerpt_contents {
		float: left;
		margin-left: 0;
		text-align: left;
		width: 100%;
		padding: 0;
	}
	.post .content-holder .excerpt_contents > p {
		padding: 0 0.5em;
		margin: 0;
		width: auto;
	}
}
/*==============================*/
/* ブログ（カテゴリ一覧-SNSなし）*/
/*==============================*/
#blogmain.category .blog_post li {
	position: relative;
}
#blogmain.category .postimg-box {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 75px;
	height:  75px;
	border-radius: 3px;
	padding: 3px;
	z-index: 2;
}
#blogmain.category .postimg-box a {
	width: 100%;
	height:  100%;
}
#blogmain.category .postimg-box a img.postimg {
	max-height: 120px;
	max-width: 120px;
}
#blogmain.category .content-holder {
	display: block;
	float: left;
	position: relative;
	top: 0;
	width: 100%;
	margin-top:	0;
	padding: 0 3em 0 100px;
	box-sizing: border-box;
	z-index: 1;
}
#blogmain.category .content-holder .excerpt_contents {
	display: block;
	text-align: left;
	width: 100%;
}
#blogmain.category .content-holder .excerpt_contents .post-title {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}
#blogmain.category .content-holder .excerpt_contents p {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
    height: 1.2em;
    line-height: 1.2em;
    padding: 0;
}
#blogmain.category .content-holder .excerpt_contents .posted_date {
    display: inline-block;
    font-size: 0.95em;
	line-height: 1.2em;
    padding: 0;
    text-align: left;
}
#blogmain.category .content-holder .link_to_postpage {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1.6em;
	font-size: 1.6em;
	margin-top: -0.8em;
	z-index: 3;
}
@media only screen and (max-width: 480px) {
	#blogmain.category .blog_post li {
		padding-bottom: 0.5em;
	}
	#blogmain.category .content-holder {
		display: block;
		float: left;
		position: relative;
		top: 0;
		width: 100%;
		padding: 0 0 0 90px;
		box-sizing: border-box;
	    font-size: 0.9em;
	}
	#blogmain.category .content-holder .excerpt_contents .posted_date {
	    font-size: 0.8em;
	}
	#blogmain.category .content-holder .link_to_postpage {
		position: relative;
		right: 2px;
		top: 0;
		width: 1em;
		font-size: 1.4em;
		line-height: 1.5em;
		float: right;
	}
}
/*==============================*/
/* ブログ本文（エントリーごと） */
/*==============================*/
.content-wrap .blog .single {
    margin: 0 0 2%;
    padding: 2%;
}
.content-wrap .blog .single .post {
    margin: 0 2%; 
    list-style: inside none none;
}
.content-wrap .blog .single h2{
	font-size: 26px;
	border-bottom: 4px solid rgba(32,71,108,0.7);
	margin-bottom: 0.25em;
}
.category_in {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0.5em;
	border-radius: 5px;
	margin-right: 1em;
	font-size: 0.9em;
	line-height: 1.5em;
	white-space: nowrap;
}
.category_in.tokoden-to-nfan {
	background-color: rgba(70,85,135,0.6);
	color: #fff;
}
.category_in.todays-tokoden {
	background-color: rgba(70,140,0,0.6);
	color: #fff;
}
.content-wrap .blog .single li p.l_coments-form {
    margin: 0;
    padding: 0;
}
.content-wrap .blog .single .l_coments-form img {
    border: 0 none;
    margin: 0;
}
.home_page_blog {
    border-bottom: 0 none;
    margin: 0;
}
#nav-single {
	position: relative;
	left: 50%;
	margin-left: -12em;
	line-height: 1.5em;
	padding: 0.25em 0.5em;
	border: 1px solid rgba(32, 71, 108, 0.8);
	border-radius: 1em;
	height: auto;
	width: 24em;
	box-sizing: border-box;
}
#nav-single.fixed {
	position: fixed;
	bottom: 1.5em;
	left: 34%;
	margin: 0 0 0 -12em;
	margin-right: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 1000;
}
#nav-single.fixed:hover {
	background-color: rgba(255,255,255,1);
}
#nav-single > span {
	display: inline-block;
	float: left;
	height: auto;
	text-align: left;
	box-sizing: border-box;
}
#nav-single span a {
	display: inline-block;
	float: left;
	height: auto;
}
#nav-single .nav-text {
	float: left;
	line-height: 1.5em;
	text-align: left;
	height: 1.5em;
}
#nav-single .ico_moon {
	display: inline-block;
	float: left;
	font-size: 24px;
	line-height: 1em;
	width: 1.5em;
	height: 1em;
	box-sizing: border-box;
}
#nav-single .nav-previous {
	width: 8em;
}
#nav-single .nav-list-all {
	width: 8em;
	margin-left: 0.2em;
}
#nav-single .nav-next {
	width: 6.5em;
}
#nav-single .nav-list-all .ico_moon {
	padding-top: 1px;
}
#nav-single .nav-next .ico_moon {
	width: 1em;
	margin-left: 0.5em;
}
@media only screen and (max-width: 960px) {
	#nav-single.fixed {
		position: fixed;
		left: 50%;
		margin-left: -12em;
	}
}
@media only screen and (max-width: 480px) {
	.category_in {
		font-size: 0.8em;
		padding: 0 0.3em;
	}
	#nav-single {
		box-sizing: border-box;
		width: 12.5em;
		font-size: 19px;
		line-height: 1.5em;
		height: 2em;
		margin-left: -6.25em;
		position: relative;
		left: 50%;
	}
	#nav-single.fixed {
		position: fixed;
		bottom: 1em;
		left: 50%;
		margin-left: -6.25em;
	}
	#nav-single .nav-text {
		font-size: 0.7em;
		line-height: 1em;
		width: 2em;
	}
	#nav-single .nav-previous {
		width: 4em;
	}
	#nav-single .nav-list-all {
		width: 4em;
	}
	#nav-single .nav-next {
		width: 3em;	
	}
	#nav-single .ico_moon {
		font-size: 1em;
		line-height: 1.5em;
	}
	#nav-single .nav-list-all .ico_moon {
		padding-top: 1px;
	}
}
/* スライダー */
.track-movie #loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
.track-movie #loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/*==============================*/
/* ビデオギャラリー */
/*==============================*/
#video_gallery .slide_case {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 96.8%;
	height: auto;
	margin: 0 1.4% 1.5em;
	padding: 1em;
	float: left;
	border: 2px solid rgba(32, 71, 108, 0.8);
	line-height: 1.25em;
	font-size: 1em;
}
#video_gallery .slide_case.two-one {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 47%;
	height: 20em;
	margin: 0 1.4% 1.5em;
	padding: 1em;
	clear: none;
	float: left;
	border: 2px solid rgba(32, 71, 108, 0.8);
	line-height: 1.25em;
	font-size: 1em;
}
#video_gallery .slide_case .movie_title {
	padding: 0.5em;
	background-color: #cccccc;
	border: 1px solid #4a4a4a;
	margin-bottom: 1em;
	line-height: 1.25em;
	overflow: hidden;
}
#video_gallery .slide_case.two-one .movie_title {
	box-sizing: border-box;
	height: 3.5em;
	font-size: 0.9em;
}
#video_gallery .slide_case .movie_title .ico-moon {
	vertical-align: middle;
	line-height: 1.25em;
	font-size: 1.1em;
	margin-right: 0.5em;
}
#video_gallery .slide_case .movie_title .icon-youtube4 {
	color: #000000;
}
#video_gallery .slide_case .movie_title .icon-twitter {
	color: #00acee;
}
#video_gallery .slide_case a {
	position: relative;
	display: inline-block;
	width: auto;
}
#video_gallery .slide_case .thumb_link {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	margin-bottom: 0.9em;
}
#video_gallery .slide_case.two-one .thumb_link {
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#video_gallery .slide_case .thumb_link .badge {
	background-color: #e5394f;
    border-radius: 2em;
    color: #fff;
    height: 4em;
    width: 4em;
    line-height: 4em;
    text-align: center;
    position: absolute;
    top: -0.5em;
    right: 50%;
    margin-right: -10.5em;
    z-index: 1;
}
#video_gallery .slide_case.two-one .thumb_link .badge {
	background-color: #e5394f;
    border-radius: 1.6em;
    color: #fff;
    height: 3.2em;
    width: 3.2em;
    line-height: 3.2em;
    text-align: center;
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    margin-right: 0;
    padding: 0.1em;
    z-index: 1;
}
#video_gallery .slide_case .thumb_link img {
	box-sizing: border-box;
	border: 1px solid rgba(32, 71, 108, 1);
	border-radius: 6px;
}
#video_gallery .slide_case .alignnone {
	margin: 0;
}
#video_gallery .slide_case.two-one .alignnone {
	width: 100%;
}
#video_gallery .slide_case .twitter-video {
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	min-width: 50px !important;
}
#video_gallery .slide_case.two-one .twitter-video {
	box-sizing: border-box;
	width: 100% !important;
}
#video_gallery .slide_case .twitter-video p {
	margin: 0;
	padding: 0;
}
#video_gallery .slide_case .icon-youtube2, #video_gallery .slide_case .thumb_link .play-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    color: #fff;
    font-size: 4em;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}
#video_gallery .slide_case .thumb_link .play-icon:hover {
	color: #cc181e;
}
#video_gallery .slide_case .thumb_link .play-icon:focus {
	color: #cc181e;
}
#video_gallery .slide_case .movie_auther {
	font-size: 0.95em;
	text-align: center;
}
#video_gallery .slide_case.two-one .movie_auther {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 2em;
	margin-bottom: 0;
	width: 100%;
}
#video_gallery .slide_case .linked_on {
	display: inline;
	float: right;
	font-size: 0.9em;
	position: absolute;
	right: 0.5em;
	bottom: 0;
}
#video_gallery .slide_case .post-edit-link {
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	left: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1260px) {
	#video_gallery .slide_case.two-one {
		height: 19.5em;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	#video_gallery .slide_case.two-one .movie_title {
		height: 4.8em;
	}
	#video_gallery .slide_case.two-one .thumb_link .play-icon {
		font-size: 3.5em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	#video_gallery .slide_case.two-one {
		height: 21em;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#video_gallery .slide_case.two-one {
		height: 19em;
	    font-size: 0.75em;
	}
	#video_gallery .slide_case.two-one .movie_title {
		height: 5.3em;
		line-height: 1.4em;
	}
	#video_gallery .slide_case.two-one .thumb_link .play-icon {
		font-size: 3.5em;
	}
}
@media only screen and (max-width: 480px) {
	#video_gallery .slide_case {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		font-size: 0.95em;
	}
	#video_gallery .slide_case.two-one {
		width: 100%;
		height: auto;
		margin: 0 0 1.5em;
		font-size: 0.9em;
	}
	#video_gallery .slide_case .thumb_link {
		width: 100%;
	}
	#video_gallery .slide_case .thumb_link .badge {
	    position: absolute;
	    top: -0.75em;
	    right: -0.5em;
	    margin-right: 0;
	    font-size: 1em;
	}
	#video_gallery .slide_case.two-one .thumb_link .badge {
	    margin-right: 0;
	}
	#video_gallery .slide_case .thumb_link img {
	    display: block;
	    margin: 0;
	    width: 100%;
	    height: auto;
	    visibility: visible;
	}
	#video_gallery .slide_case.two-one .thumb_link img {
	    display: block;
	    margin: 0;
	    width: 100%;
	    height: auto;
	    visibility: visible;
	}
	#video_gallery .slide_case.two-one .movie_title {
		height: auto;
	}
	#video_gallery .slide_case.two-one .movie_auther {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 1em;
		width: 100%;
	}
}
.blog_img_wrapper .tos-slide img {
	background-color: #fff;
	padding: 1%;
	border-radius: 8px;
}
/*==============================*/
/* サイドバースタイル */
/*==============================*/
.sidebar .tokoden-home .widget_img{
    float: left;
}
.textwidget p {
	box-sizing: border-box;
	padding: 0 0.25em 0 1em;
	font-size: 0.95em;
}
.sidebar .widget-title {
	border-bottom: double #cccccc;
	font-size: 130%;
	margin: 0 0 5px;
	padding: 0 0 0 3%;
}
.sidebar > .widget-title:first-child {
	margin-top: 0;
	margin-bottom: 20px;
}
.sidebar ul {
    margin: 0 0 15px 0;
    padding: 0 0.5em;
    list-style-type:none;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.sidebar div{
    margin-bottom: 0.5em;
}
.sidebar .widget {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
}
.sidebar .widget ul{
    margin-bottom: 0;
}
.sidebar .widget > div {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
}
.sidebar .widget_archive ul{
    height: 12em;
    overflow-y: auto;
    resize: vertical;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.sidebar .isp-calendar-inner div{
    margin-bottom: 0;
}
.sidebar .isp-calendar-inner .isp-business-calendar{
    margin-bottom: 0;
}
.sidebar .isp-calendar-inner p {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
}
.sidebar ul li {
    border-right: 0px solid #fff;
    border-bottom:1px solid #cccccc;
    margin-left: 0;
    padding: 0.25em 1.2em 0.25em 0.5em;
    line-height: 1.4em;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.sidebar ul li:first-child {
    border-top: 0 none;
}
.sidebar ul li:hover {
    background-color: #fff;
    background-image: none;
    border-right: 1em solid rgba(32,71,108,0.7);
    border-bottom:1px solid rgba(32,71,108,0.5);
    padding-right: 0.2em;
}
.sidebar h4 {
    margin-top:20px;
}
.sidebar ul li img {
	max-width: unset;
}
.sidebar ul li a {
    display: inline;
    float: left;
}
.sidebar ul li ul {
    margin-top: 10px;
    margin-right: -10px;
}
.sidebar ul li ul li:last-child{
    border-bottom: 0;
}
.sidebar ul.wpp-list li {
	position: relative;
}
.sidebar ul.wpp-list .wpp-post-title {
	display: block;
	padding-right: 0.5em;
	float: left;
	position: absolute;
	top: 0.25em;
	left: 90px;
	height: 2.8em;
	overflow: hidden;
}
.sidebar ul.wpp-list .wpp-excerpt {/*停止中*/
	display: block;
	clear: none;
	font-size: 0.9em;
	float: none;
	position: absolute;
	top: 2em;
	left: 90px;
	height: 1.4em;
	overflow: hidden;
}
.sidebar ul.wpp-list .post-stats {
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	top: 4em;
	left: 90px;
	height: auto;
	line-height: 1.1em;
	overflow: hidden;
}
.sidebar ul.wpp-list .post-stats .wpp-date {
	display: inline-block;
	width: auto;
	white-space: nowrap;
}
@media only screen and (max-width: 1260px) {
	.sidebar ul.wpp-list, .sidebar #npcatch {
		font-size: 0.9em;
	}
}
@media only screen and (min-width: 961px) and (max-width: 1260px) {
	.sidebar ul.wpp-list, .sidebar #npcatch {
		font-size: 0.9em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {/*tablet*/
	.sidebar ul {
	    padding: 0 1.5em;
		font-size: 0.95em;
	}
	.textwidget p {
		padding: 0 1.25em 0 2em;
		font-size: 0.95em;
	}
}
@media only screen and (max-width: 767px) {
	.sidebar ul.wpp-list .wpp-post-title, .sidebar ul.wpp-list .post-stats {
		left: 82px;
	}
}
@media only screen and (max-width: 480px) {
}
.sidebar #npcatch li {
	clear: both;
	overflow: hidden;
}
.sidebar #npcatch li > a {
	height: 75px;
	width: 100%;
	padding: 0;
	position: relative;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
.sidebar #npcatch li a img {
	width: 113px;
	height: auto;
	left: -37.5px;
    padding: 0;
    position: absolute;
    top: -100%;
    bottom: -100%;
    margin: auto;
}
.sidebar #npcatch .long {
	max-width: 75px;
	left: 0;
}
.sidebar #npcatch .wide {
	max-height: 75px;
	left: -37.5px;
}
.sidebar #npcatch li .title {
	display: inline;
	clear: none;
	float: none;
	width: auto;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 75px;
	padding-left: 7px;
}
.sidebar #npcatch li .title a {
	float: none;
}
.sidebar #npcatch li .date {
	background-color: #fff;
	display: inline-block;
    float: left;
    width: 100%;
    color: #4a4a4a;
    font-size: 0.8em;
    position: absolute;
    top: 44px;
    box-sizing: border-box;
    left: 1px;
    padding: 1em 0 0 6px;
}
.sidebar span.post-date {
	font-size: 0.9em;
	white-space: nowrap;
	padding-left: 1em;
}
.srp-content-box .srp-post-date, .srp-content-box .srp-post-content {
	line-height: 1.4em;
}
.srp-content-box .srp-post-date {
	text-align: right;
}
#commentform {
    padding:10px 20px;
    border:1px solid #eee;
    overflow:hidden;
}
#commentform label {
    float:left;
    margin:0px;
    padding:0px;
    margin-top:18px;
    margin-right:10px;
}
#commentform p {
    margin:5px 0px;
    color:#444;
}
#commentform a {
    color:#0454A8;
}
#respond label {
    display:block;
    padding:5px 0;
    color:#63261a;
    overflow:hidden;
}
#respond label small {
    font-size:10px;
}
#respond input {
    margin-bottom:10px;
    padding:5px 5px;
    margin:0 10px 10px 0;
    background:#fff;
    border:1px solid #ddd;
    color:#555;
    clear:both;
}
#respond span.required {
    display:block;
    float:left;
    height:10px;
    text-indent:9999px;
}
#respond .comment-notes {
    text-indent:9999px;
    float:left;
    visibility:hidden;
    margin-top:-40px !important;
}
#respond .form-allowed-tags {
    float:left;
    overflow:hidden;
}
#commentform input[type="text"] {
    width:50%;
    height:20px;
}
#respond input#commentSubmit, #respond #submit {
    clear:both;
    background: url('images/submit-button.png') no-repeat 0 0;
    width: 92px;
    height: 26px;
    border:0;
    cursor:pointer;
    text-align: center;
    font-size:16px;
    margin-top:20px;
    color:#FFFFFF;
    float:left;
    text-indent:9999px;
}
textarea#comment {
    border:none;
    background:#fff;
    border:1px solid #ddd;
    width:70%;
    margin:10px 0px 0px 0px;
    padding:5px 5px;
    color:#555;
    clear:both;
    overflow:hidden;
}
/*==============================*/
/* フッタースタイル */
/*==============================*/
.footer-navi {
	font-size: 14px;
	color: #ffffff;
}
.footer-navi .navigation, .footer-navi .right-navi {
	display: inline-block;
	width: 100%;
}
.footer-navi .navigation {
	text-align: left;
}
.footer-navi .common, .navigation .common {
	margin-right: 2%;
	margin-left: 2%;
}
.footer-navi .navigation .shop_name {
	font-size: 1.3em;
}
.footer-navi a {
	color: #ffffff;
}
.footer-navi a:hover { 
	color: #eeeeee;
}
.right-navi #searchform {
	float: right;
}
.copy_right_text p {
	text-align: center;
	color: #ffffff;
	margin: 1%;
}
/*==============================*/
/* ログインボタン                */
/*==============================*/
#meta_menu {
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	box-sizing: border-box;
}
.logged-in #meta_menu {
	top: 32px;
}
#tool_login {
	display: none;
	height: 55px;
	position: static;
	padding: 4px;
	box-sizing: border-box;
}
#tool_login a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: transparent;
	text-align: center;
	color: #000;
	font-size: 30px;
	text-decoration: none;
	opacity: 0.8;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.logged-in #meta_menu {
		top: 64px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#meta_menu {
		top: 0;
		width: 4em;
		height: 50px;
		z-index: 999999;
	}
	.logged-in #meta_menu {
		top: 46px;
	}
	#tool_login {
		height: 42px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: auto;
	}
	#tool_login a {
		opacity: 1;
		color: #fff;
	}
}
@media only screen and (max-width: 480px) {
/* Theme stylesheets
*/
	#meta_menu {
	visibility: hidden;
	}
}
/*==============================*/
/*スライドショウのCSSカスタマイズ*/
/*==============================*/
/* lightcase */
/*==============================*/
/* プラグインのカスタマイズ */
/*==============================*/
.wp_social_bookmarking_light .wsbl_facebook_like {
	margin: 0 12px 0 0 !important;
}
.wp_social_bookmarking_light img.wp_social_bookmarking_light_img {
	display: block;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
/*==============================*/
/* original SNS button */
/*==============================*/
.sns_holder {
	display: inline-block;
	position: relative;
	left: 200px;
	text-align: right;
}
.sl .sns_holder, .single .sns_holder {
	margin-bottom: 1em;
	position: relative;
	left: 0;
	float: right;
}
.sns-icon {
	display: inline-block;
	margin: 0.5em 5px 0;
	width: 50px;
	height: auto;
	line-height: .9;
	border: 2px solid #ccc;
	border-radius: 14px;
	text-align: center;
}
.sns-icon .ico_gl,
.sns-icon .ico_fa,
.blogmura .ico_im {
	height: 32px;
	box-sizing: border-box;
}
.sns-icon .ico_fa {
	font-size: 26px;
	line-height: 0.9;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sns-icon .ico_gl {
	font-size: 24px;
	line-height: 0.9;
	padding-top: 4px;
	padding-bottom: 2px;
}
.sns-count {
	font-size: 12px;
	color: #666;
	line-height: 12px;
	padding-bottom: 3px;
	height: 15px;
	box-sizing: border-box;
}
.sns-count.line {
	font-size: 11px;
	color: #333;
	line-height: 12px;
}
.blogmura .ico_im {
	height: 32px;
	padding: 4px 0 0;
}
.blogmura .ico_im img {
	border: none;
	width: 45px;
	height: auto;
	visibility: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	float: none;
	display: inline-block;
}
@media only screen and (max-width: 1260px) {
	.sns_holder, .sns_holder_mobile {
		position: initial;
		float: right;
	    text-align: right;
	}
}
@media only screen and (max-width: 767px) {
	.sns_holder .sns-icon {
		margin: 0.5em 3px 0;
	}
}
@media only screen and (max-width: 480px) {
	.sns_holder, .sns_holder_mobile {
		position: initial;
		display: block;
	    float: right;
	    width: 100%;
	    text-align: right;
	}
	.sns_holder .sns-icon,
	.sns_holder_mobile .sns-icon {
	    display: inline-block;
	    float: none;
		margin: 0 0 0.5em;
	    width: 2.5em;
	    height: 3em;
	    box-sizing: border-box;
	    padding: 0;
	    border: none;
    }
}
/** トコ電ブログ **/
@media only screen and (max-width: 480px) {
	.blog_post .sns_holder, .blog_post .sns_holder_mobile {
	    text-align: center;
	}
}
/** home コンテンツ下 カウント無 **/
#second-sns.u_cont_sns .footer_sns_title {
	margin-bottom: 0.5em;
}
.content-wrap #second-sns.u_cont_sns{
	margin-bottom: 2em;
    margin-top: 0;
    padding: 0 0.5em 0.5em;
}
/** エントリーごと コンテンツ下 カウント無 **/
.footer_sns_title {
	display: inline-block;
	float: left;
	width: 97%;
	border: 1px solid rgba(32, 71, 108, 0.7);
	border-radius: 8px;
	color: rgba(32, 71, 108, 0.7);
	height: 40px;
	line-height: 40px;
	padding: 0.2em;
}
.footer_sns_title .ico_gl {
	display: inline-block;
	float: left;
	font-size: 30px;
	text-align: center;
	padding: 0.1em 0.25em;
}
.footer_sns_title h4 {
	clear: none;
	margin: 0;
	line-height: 40px;
	display: inline-block;
	float: left;
}
.share-holder-nocnt {
	display: inline-block;
	float: left;
	margin-right: 0;
	margin-bottom: 1em;
}
.share-holder-nocnt .sns-icon {
	border: none 0;
	border-radius: 0;
	margin-right: 0;
}
.share-holder-nocnt .sns-icon .ico_fa {
	font-size: 35px;
}
.share-holder-nocnt .sns-icon .ico_gl {
	font-size: 35px;
}
.blogmura_like_holder {
	display: inline-block;
	margin-bottom: 1em;
}
.blogmura_like_holder .sns-icon {
	margin: 0.25em 0.25em 0;
}
.blogmura_like_holder .blogmura_comment {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.5em;
	clear: none;
	margin-top: 0.25em;
	margin-left: 0.5em;
}
@media only screen and (max-width: 480px) {
	.blogmura_like_holder .blogmura_comment {
		margin-top: 0;
		margin-left: 0.25em;
		width: 13em;
		font-size: 0.8em;
	}
}
/** 固定ページ用 Sidebar カウント有 **/
.widget-title [class^="icon-"], .widget-title [class*=" icon-"] {
	margin-right: 0.5em;
}
#second-sns {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	top: 0;
	left: 0.5em;
	margin-bottom: 0;
}
#second-sns div {
	margin-bottom: 0;
}
#second-sns .sns-icon {
	border: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#second-sns .sns-icon.blogmura {
	float: left;
	display: block;
	width: 50px;
	height: auto;
	border: 2px solid #ccc;
	border-radius: 14px;
	line-height: .9;
	text-align: center;
}
.sidebar #second-sns .sns-icon.blogmura {
	margin: 0.25em 0;
}
#second-sns .sns-icon .ico_gl,
#second-sns .sns-icon .ico_fa {
	box-sizing: border-box;
	height: 45px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#second-sns .sns-icon .ico_gl {
	font-size: 35px;
}
#second-sns .sns-icon .ico_fa {
	font-size: 38px;
	padding-top: 3px;
}
#second-sns .sns-icon.blogmura .ico_im {
	display: inline-block;
	margin-bottom: 0;
}
#second-sns .sns-icon .fukidashi:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-bottom: 8px solid rgba(32, 71, 108, 0.6);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#second-sns .sns-icon .fukidashi:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#second-sns .sns-icon .fukidashi {
  position: relative;
  width: 3em;
  height: 18px;
  font-size: 11px;
  line-height: 16px;
  border: 1px solid rgba(32, 71, 108, 0.6);
  background-color: #fff;
  text-align: center;
  z-index: 0;
  float: none;
  margin: 4px auto 0;
  padding: 0 0 2px;
  border-radius: 9px;
  bottom: 2px;
}
#second-sns .sns-icon.blogmura .sns-count.line {
	font-weight: 900;
	font-size: 11px;
	color: rgba(32, 71, 108, 0.8);
	line-height: 12px;
	margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
	#second-sns .sns-icon .ico_gl, #second-sns .sns-icon .ico_fa {
	}
	#second-sns .sns-icon {
	}
	#second-sns .sns-icon .fukidashi:before {
		top: -8px;
	}
	#second-sns .sns-icon .fukidashi {
		height: 16px;
		font-size: 10px;
		line-height: 14px;
		border-radius: 9px;
		position: relative;
		bottom: 0;
	}
}
/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}
.pagination li {
  margin: 0;
}
.pagination,
.pagination li a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid rgba(32,71,108,0.8);
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: rgba(32,71,108,0.3);
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: rgba(32,71,108,0.7);
 color: #fff;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 678px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/*==============================*/
/* infinitescroll ナビ */
/*==============================*/
#infscr-loading {
	text-align: center;
	margin: 0 auto;
}
.infscr-loading img {
	border: 1px solid rgba(32, 71, 108, 0.5);
	border-radius: 8px;
}
.ifscroll_link {
	display: block;
	float: left;
	line-height: 40px;
	height: auto;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.ifscroll_link a {
	display: inline-block;
	padding: 0.25em 0.5em;
	text-align: center;
	border-radius: 6px;
	border: 1px solid rgba(32, 71, 108, 0.5);
	color: rgba(32, 71, 108, 0.9) ;
	width: auto;
	float: none;
	margin: 0 auto;
}
.ifscroll_link a span {
	margin-right: 0.5em;
}
/*==============================*/
/* PageTopボタン                */
/*==============================*/
#scroll-navi {
	display: block;
	width: 62px;
	right: -5px;
	bottom: 1em;
	z-index: 2000;
    position: fixed;
    text-align: right;
}
#scroll-navi.no-pagenavi {
	bottom: 1em;
}
.scroll-item {
	display: none;
	text-align: center;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	margin-top: 2px;
}
.scroll-item a {
	display: inline-block;
	float: left;
	color: #fff;
	text-align: center;
	border: 1px solid rgba(32, 71, 108, 0.8);
    border-radius: 8px 0 0 8px;
	background-color: #666;
	width: 60px;
	height: 60px;
	padding: 5px;
	box-sizing: border-box;
	opacity: 0.3;
}
.scroll-item a:link {
	opacity: 0.3;
}
.scroll-item a:visited {
	opacity: 0.3;
}
.scroll-item a:focus, 
.scroll-item a:hover {
	opacity: 0.8;
}
.scroll-item a:active {
	opacity: 0.9;
}
.scroll-item .ico_moon {
	font-size: 30px;
	line-height: 33px;
	float: left;
	text-align: center;
	width: 50px;
	height: 33px;
	margin: 2px 0 0;
}
.scroll-item .nav-text {
	float: left;
	font-size: 10px;
	line-height: 15px;
	width: 50px;
	height:15px;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#scroll-navi {
		bottom: 0.5em;
	}
}
@media only screen and (max-width: 480px) {
	#scroll-navi {
		bottom: 80px;
	}
	.smooth-scroll.no-pagenavi {
		bottom: 0.5em;
	}
	.page-template-contact_form #scroll-navi {
		z-index: 0;
	}
}
/*==============================*/
/* tokodenblog用 Toolbox ナビ */
/*==============================*/
.toolbox {
	display: none;
	float: left;
	height: 60px;
	position: fixed;
	left: 60px;
	bottom: 1em;
	z-index: 1000;
}
.toolbox .nav-item {
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	margin-left: 4px;
	border-radius: 8px;
}
.toolbox .nav-item a {
	display: inline-block;
	color: rgba(32, 71, 108, 0.9) !important ;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(32, 71, 108, 0.8);
	text-align: center;
	border-radius: 8px;
	width: 60px;
	height: 60px;
	padding: 5px;
	box-sizing: border-box;
}
.toolbox .nav-item:hover {
	border-color: rgba(32, 71, 108, 0.9);
	background-color: rgba(32, 71, 108, 0.9);
}
.toolbox .nav-item a:link {
	color: rgba(32, 71, 108, 0.9) !important ;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(32, 71, 108, 0.8);
}
.toolbox .nav-item a:visited {
	color: rgba(32, 71, 108, 0.9) !important ;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(32, 71, 108, 0.8);
}
.toolbox .nav-item a:hover {
	color: rgba(32, 71, 108, 0.9) !important ;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(32, 71, 108, 0.8);
}
.toolbox .nav-item a:active {
	border-color: rgba(32, 71, 108, 0.9);
	background-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.8) !important ;
}
.toolbox .ico_moon {
	font-size: 30px;
	line-height: 35px;
	float: left;
	text-align: center;
	width: 50px;
	height: 35px;
	margin: 0;
}
.toolbox .nav-text {
	float: left;
	font-size: 10px;
	line-height: 15px;
	width: 50px;
	height:15px;
}
@media only screen and (max-width: 767px) {
	.toolbox {
		position: fixed;
		left: 0.5em;
		bottom: 0.5em;
	}
}
/*==============================*/
/* media.css のカスタマイズ */
/*==============================*/
/* This query is applied for protait Tablet ipad
*/
@media only screen and (min-width: 481px) and (max-width: 1260px) {
	.imglink_box ul.item_list {
		height: auto;
		width: 100%;
	}
	.imglink_box ul.item_list li {
		float: none;
		margin: 0 0 0.5em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.holizontal-list ul.item_list {
		height: auto;
		width: 80%;
	}
	.holizontal-list ul.item_list li.items {
		height: auto;
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		box-sizing: border-box;
	}
    .footer .search_form_box #searchform {
        width: 180px !important;
    }
}
/* This query is applied for landscape ipad, Mobile
*/
@media only screen and (max-width: 767px) {
/* Theme stylesheets
*/
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	.holizontal-list ul.item_list {
		height: auto;
		width: 80%;
	}
	.holizontal-list ul.item_list li.items {
		height: auto;
		width: 46%;
		margin-left: 1%;
		margin-right: 1%;
		box-sizing: border-box;
	}
	.content-holder .excerpt_contents .link_to_post {
		width: auto;
	}
	.logo #title_logo {
		float: none;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
/* Theme stylesheets
*/
	.blog-title-holder .blog-title img.title-img {
		width: 120%;
		height: auto;
		position: relative;
		left: -10%;
	}
	.imglink_box ul.item_list li.items {
		font-size: 0.8em;
		margin: 0 0.2em 0.2em;
	}
	.imglink_box ul.item_list li.items button {
		padding: 0.2em;
	}
	.footer-navi .navigation .common{
		text-align: left;
	}
}
/* This query is applied for protait ipad, Mobile
*/
@media only screen and (max-width: 480px) {
	.content-wrap div.sl, .content-wrap div.blog_post, .content-wrap ul.blog_post {
	margin-top: 0;
	padding: 2%;
	border-radius: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	}
	.content-wrap div.sl li, .content-wrap div.blog_post li, .content-wrap ul.blog_post .post {
		margin: 3% 0 0 5%;
	}
	.blog-title-holder .blog-title img.title-img {
		width: 140%;
		height: auto;
		position: relative;
		left: -20%;
	}
	.content-wrap .blog .single {
		margin: 0;
	}
	.content-wrap .blog .single .post {
		margin: 0;
	}
	.content-wrap .post {
		margin-left: 0;
	}
	.sidebar {
		border-left:0 !important;   
	}
	.utility_navi .menu-utility_navi-container .menu {
		font-size: 12px;
	}
	ul.item_list li.items.left {
		margin-left: 0;
		box-sizing: border-box;
		width: 100%;
	}
	.imglink_box ul.item_list {
		height: auto;
		width: 100%;
	}
	.imglink_box ul.item_list li {
		float: none;
		margin: 0 0 0.5em;
	}
	.imglink_box ul.item_list li.items {
		margin: 0 0.2em 0;
	}
	.imglink_box ul.item_list li.items button {
		font-size: 0.8em;
		line-height: 1.2em;
		height: 3.075em;
		width: 5.6em;
		padding: 0.2em;
	}
	#info.columns .one_third {
		display: block;
		width: 90%;
		min-width: auto;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.no-warp {
		white-space: normal;
	}
	.post .wp_social_bookmarking_light img.wp_social_bookmarking_light_img {
		visibility: visible;  
		height: 20px;
		width: auto;
	}
	.content-wrap .blog p img {
		margin-top: 10px;
	}
	.content-wrap .blog .single .post img {
		visibility: visible;
	}
	.single .post p {
		font-size: 100%;
		line-height: 1.5em;
	}
	.blog .single .post .wp_social_bookmarking_light {
		height: 2em;
	}
	.content-wrap .blog .single .post p img {
		visibility: visible;
		width: auto;
		max-width: 95%;
		margin: 0 auto 10px !important;
		padding: 3px !important;
	}
	.content-wrap .blog .single .post .post-title {
		font-size: 120%;
		line-height: 1.4em;
	}
	div.view_img_case .half {
		width: 99%;
		height: auto;
	}
	div.view_img_case .plan_img.half {
		width: 98%;
		margin-bottom: 15px;
	}
	.content-wrap .blog .post .banner_box a img {
		visibility: visible;
		width: auto;
		height: auto;
	}
	.content-wrap .blog_post .banner_box2 a img {
		visibility: visible;
		width: auto;
		height: auto;
	}
	.content-wrap .blog_post .banner_box2 p.sns_comment {
		display: none;
	}
	.footer-navi .navigation .common{
		text-align: left;
	}
	.footer-navi .navigation {
		margin-left: 1% !important;
		margin-right: 1% !important;
		width: 97% !important;
	}
	.footer-navi #utility-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.footer-navi .navigation .common{
		text-align: left;
	}
}
