@charset "UTF-8";
/*---------------------------------------------------------
	Theme Name: SUWO!RKS標準テンプレート
	Author: SUWO!RKS
	Author URI: http://su-works.jp/
	Version: 1.5
---------------------------------------------------------*/

/*------css振り分け------------------------------------------
	01.ベーススタイル
	02.共通のレイアウト
	03.ウィジェット関連のレイアウト
	04.トップページのレイアウト
	05.汎用ページのレイアウト
	06.個別ページのレイアウト
	07.カテゴリページのレイアウト
	08.投稿ページのレイアウト
	09.印刷用スタイル
---------------------------------------------------------*/


/* ******************************************************** 
	01.ベーススタイル
******************************************************** */

/*****  基本  *****/

* {
	font-family: 'Montserrat','Noto Sans Japanese', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.2px;
	font-weight: 500;
}
body {
	overflow-x: hidden; /* フルワイズ囲い用 */
	color: #000;
}
a {
	color: #1e73be;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #3a84df 0%);
}
pre {
	margin: 0 0 1em;
}
.pc {
	display: block !important;/* PC時は表示 */
}
.sm {
	display: none !important;/* スマホ時は非表示 */
}
/*****  エントリー  *****/

/* 見出し */
.entry h1 {
	margin: 50px 0 50px;
	padding: 0 0 35px;
	font-size: 170%;
	clear: both;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: #1e73be 1px solid;
}
.entry h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 80px 0px 65px;
	padding: 35px 30px;
	border: none;
	position: relative;
	text-align: left;
	line-height: 1.2;
	color: #fff;
	background-color: #333;
}
.entry h2:first-child {
}
.entry h3 {
	font-size: 210%;
	font-weight: bold;
	margin: 80px 0px 40px;
	position: relative;
	padding: 8px 0 12px 0;
	line-height: 1.4;
}
.entry .sbi_header_text h3 {
	border-left: none;
}
.col10 .entry h3 {
	text-align: center; /* 1カラム用 */
}
.entry h4 {
	position: relative;
	font-weight: bold;
	font-size: 120%;
	margin: 80px 0 40px;
	background: #ebf5fe;
	border-radius: 5px;
	border: 1px solid #d0e9fb;
	padding: 10px 20px;
}
.entry h5 {
	font-size: 100%;
	width: 40%;
	padding: 5px 0px 10px 0;
	border-bottom: 1px solid #CBCCCC;
	margin: 40px 0px 20px;
}
.entry h6 {
	font-size: 85%;
	padding: 0;
	margin: 20px 0px 10px;
	line-height: 1.5;
}
.entry h6::before {
	padding: 0 1em 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/* 箇条書き - ul */
.entry ul {
	list-style-position: inside;
}
.entry ul li {
	line-height: 2.0;
	padding: 0 0 0 1em;
}
.entry ul li::before {
	padding: 0 1em 0 0;
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/* ビジュアルエディタの標準リストマーク重複解消 */
.entry ul[style="list-style-type: circle;"] li::before, .entry ul[style="list-style-type: disc;"] li::before, .entry ul[style="list-style-type: square;"] li::before {
	content: none;
}
/* リンク */
.entry a[target="_blank"]::after, .entry a[target="blank"]::after {
	content: "\f0c1";
	color: #333;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
.home .entry a[target="_blank"]::after, .home .entry a[target="blank"]::after {
	content: none;
}
.entry a[href$=".pdf"]::after {
	content: "\f1c1";
	color: #ff0000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
.entry a[href$=".doc"]::after, a[href$=".docx"]::after {
	content: "\f1c1";
	color: #3047c5;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
.entry a[href$=".xls"]::after, a[href$=".xlsx"]::after {
	content: "\f1c3";
	color: #11774e;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
.entry a[href$=".zip"]::after {
	content: "\f1c6";
	color: #555d66;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
.entry a[href^="mailto:"]::after {
	content: "\f0e0";
	color: #444;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
.entry a[href ^="tel:"]::after {
	content: "\f2a0";
	color: #444;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}
/* 箇条書き - ol */
.entry ol {
	list-style-position: inside;
	list-style-type: decimal;
}
.entry ol li {
	line-height: 2.0;
	padding: 0 0 0 1em;
}
/* 箇条書き - dl */
.entry dl {
	line-height: 2.0;
	margin: 60px auto;
	padding: 4px 0 5px 0;
	max-width: 800px;
}
.entry dt {
	font-size: 120%;
	margin: 0;
	border-bottom: #00b9eb 1px solid;
	padding: 0;
	font-weight: normal;
	line-height: 2.5;
}
.entry dd {
	/*padding: 5px 20px; 20170109 mnite*/
	padding: 0; /* 20170109 mnite*/
	margin: 20px 0 40px; /* 20170109 mnite*/
	line-height: 1.4;
}
/* table */

table {
}

caption, 
th, 
td,
th span, 
td span,
th a, 
td a {
	font-weight: 600;
}

.entry table {
	border-top: 1px solid #eee;
	line-height: 1.2;
}
.entry th, .entry td {
	border: 1px solid #eee;
	padding: 15px 20px;
	vertical-align: middle;
}
.entry th {
	background-color: #cbe7ff;
	color: #333;
	text-align: center;
	vertical-align: middle;
}
.entry th.header {
	background-color: #1e73be;
	color: #fff;
	text-align: center;
}
.entry td {
}
/* フォーム */
.entry form table {
	border-top: 1px solid #eee;
	max-width: 800px;
	margin: 0 auto;
}
.entry form tr, .entry form th, .entry form td {
	vertical-align: middle;
}
.entry form th, .entry form td {
	border-bottom: 1px solid #eee;
}
.entry form th {
	color: #333;
	padding: 15px 20px;
}
.entry form td {
	padding: 20px 40px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea {
	font-size: 100%;
	line-height: 2.5;
	border: 1px #bbb solid;
	padding: 2px 2%;
}
.entry form input[type="submit"], .entry form input[type="reset"] {
	margin: 0 auto 25px;
	max-width: 300px;
	display: block;
	color: #fff;
	text-shadow: none;
	background-color: #5c6266;
	border: #5c6266 1px solid;
}
.entry form p {
	margin: 20px 0;
}
/* blockquote */
.entry blockquote {
	margin: 30px 0;
	padding: 20px 30px 20px;
	border: 1px solid #5c6266;
	font-size: 100%;
	font-style: normal;
}
blockquote strong {
	background: none;
}
blockquote p {
	margin-bottom: 0;
	font-style: normal;
}
/* gallery */
.entry .gallery {
	overflow: hidden;
	margin: 30px 0;
}
.entry .gallery dl dt, .entry .gallery dl dd {
	border-left: none;
	border-bottom: none;
	padding: 0;
	position: relative;
}
.entry .gallery dl dd {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.entry .gallery-item {
	float: left;
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0;
}
.entry .gallery-icon {
	text-align: center;
	margin: 0 1%;
}
.entry .gallery-caption {
	color: #333;
	font-size: 80%;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	line-height: 1.6;
}
.entry .gallery dl dd::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0px;
}
.entry .gallery-columns-1 .gallery-item {
	width: 100%;
	margin-right: 0;
}
.entry .gallery-columns-2 .gallery-item {
	width: 49%;
	margin-right: 1%;
}
.entry .gallery-columns-2 dl:nth-of-type(2n) {
	margin-left: 1%;
	margin-right: 0;
}
.col10 .entry .gallery {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
}
.entry .gallery-columns-3 .gallery-item {
	width: 32%;
	margin-right: 1%;
}
.entry .gallery-columns-3 dl:nth-of-type(3n-1) {
	margin-left: 1%;
	margin-right: 1%;
}
.entry .gallery-columns-3 dl:nth-of-type(3n) {
	margin-left: 1%;
	margin-right: 0;
}
.entry .gallery-columns-4 .gallery-item {
	width: 23.5%;
	margin: 0 1% 2% 0;
}
.entry .gallery-columns-4 dl:nth-of-type(4n-1), .entry .gallery-columns-4 dl:nth-of-type(4n-2) {
	margin-left: 1%;
	margin-right: 1%;
}
.entry .gallery-columns-4 dl:nth-of-type(4n) {
	margin-left: 1%;
	margin-right: 0;
}
.entry .gallery-columns-5 .gallery-item {
	width: 18.4%;
	margin: 0 1% 2% 0;
}
.entry .gallery-columns-5 dl:nth-of-type(5n-1), .entry .gallery-columns-5 dl:nth-of-type(5n-2), .entry .gallery-columns-5 dl:nth-of-type(5n-3) {
	margin-left: 1%;
	margin-right: 1%;
}
.entry .gallery-columns-5 dl:nth-of-type(5n) {
	margin-left: 1%;
	margin-right: 0;
}
.entry .gallery-columns-6 .gallery-item {
	width: 15%;
	margin: 0 1% 2% 0;
}
.entry .gallery-columns-6 dl:nth-of-type(6n-1), .entry .gallery-columns-6 dl:nth-of-type(6n-2), .entry .gallery-columns-6 dl:nth-of-type(6n-3), .entry .gallery-columns-6 dl:nth-of-type(6n-4) {
	margin-left: 1%;
	margin-right: 1%;
}
.entry .gallery-columns-6 dl:nth-of-type(6n) {
	margin-left: 1%;
	margin-right: 0;
}
p.wp-caption-text {
	font-size: 80%;
	line-height: 1.4;
}
/* その他 */

.entry img.aligncenter {
	margin: 20px auto 0;
}
/* ******************************************************** 
	02.共通のレイアウト
******************************************************** */

/*****  共通部分  *****/

#eyecatch-in, #footer-in, #copyright-in {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
#hd-ex-in, #header-in, #gnavi-in {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
#contents {
	margin: 80px 0;
}
/***** カラムレイアウト  *****/

.entry .col2 {
	clear: both;
}
.entry .col2 div {
	width: 48%;
	float: left;
	margin: 0 2% 20px 0;
}
.flex-col2 > *, .flex-col3 > * { /*lavanda*/
	margin-bottom: 1rem;
}

@media print, screen and ( min-width : 576px ) { /*lavanda*/
.flex-col2, .flex-col3 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-col2 > *, .flex-col3 > * {
	width: calc((100% - 1rem)/2);
	margin-right: 1rem;
	box-sizing: border-box;
}
.flex-col2 > *:nth-child(2n), .flex-col3 > *:nth-child(2n) {
	margin-right: 0px;
}
}
/* col3 */
.entry .col3 {
	clear: both;
}
.entry .col3 div {
	width: 30%;
	float: left;
	margin: 0 2% 20px 0;
}

@media print, screen and ( min-width : 768px ) { /*lavanda*/
.flex-col3 > * {
	width: calc((100% - 2rem)/3);
}
.flex-col3 > *:nth-child(2n) {
	margin-right: 1rem;
}
.flex-col3 > *:nth-child(3n) {
	margin-right: 0px;
}
}
/* col4 */
.entry .col4 {
	clear: both;
}
.entry .col4 div {
	width: 25%;
	float: left;
	margin: 0 2% 20px 0;
}

@media print, screen and ( min-width : 768px ) { /*lavanda*/
.flex-col4 > * {
	width: calc((100% - 3rem)/4);
}
.flex-col4 > *:nth-child(3n) {
	margin-right: 1rem;
}
.flex-col4 > *:nth-child(4n) {
	margin-right: 0px;
}
}
/*****  メイン(.main)  *****/

/* 共通部分 */

.main .entry {
	margin: 0 0 50px 0;
	padding: 0;
}
.col7_3, .col10, .col5_5 {
	margin: 0 auto;
	padding: 0 1% 0 1%;
	box-sizing: border-box;
}
.col7_3 {
	max-width: 1200px;
}
.col10, .col5_5 {
	max-width: 1000px;
}
/* 7:3カラム(col7_3) */

.col7_3 .main {
	background-color: transparent;
	float: left;
	max-width: 840px;
	width: 67%;
	margin: 0 30px 0 0;
}
/* 5:5カラム(col5_5) */

.col5_5 .main {
	background-color: transparent;
	float: left;
	max-width: 460px;
	width: 48%;
	margin: 0 2% 0 0;
}
.col5_5 .main.col-r {
	margin: 0 0 0 2%;
}
/* 1カラム(col10) */

.col10 .main {
	background-color: transparent;
	float: none;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.col10 .main h2, .col10 .main h3, .col10 .main h4, .col10 .main h5 {
	margin: 60px auto 30px;
	max-width: 800px;
	border-left: none;
}
.col10 .main h2:first-child {
	margin: 40px auto 20px;
	max-width: 800px;
}
.col10 .main p {
	margin: 0 auto 1em;
	max-width: 800px;
}
/* フルワイズ(colfull) */

.colfull .article-container, .home .colfull .widget:not(.widget_my_widget14), .home .colfull .widget_pageContent {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 979px) {
.colfull .main { /* 10-layout */ /*lavanda*/
	width: 100%;
	max-width: none;
}
.colfull .article-container, .home .colfull .widget:not(.widget_my_widget14), .home .colfull .widget_pageContent { /* 10-layout */ /*lavanda*/
	width: 95%;
	max-width: initial;
}
}

@media screen and (max-width: 768px) {
.colfull .article-container, .home .colfull .widget:not(.widget_my_widget14), .home .colfull .widget_pageContent { /* 10-layout */ /*lavanda*/
	float: none;
	width: 98%;
	max-width: 650px;
	margin: 0 auto;
}
}
/*****  サイドバー(.sidebar)  *****/

/* 共通部分 */

.sidebar {
	float: right;
	width: 30%;
	max-width: 270px;
	margin: 0;
}
.sidebar h3 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	background-color: initial;
	border: none;
}
.sidebar h4 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	background-color: initial;
	color: #5c6266;
}
.sidebar li {
	line-height: 2.0;
	padding: 0 0 0 1em;
}
.sidebar .menu li:before, .sidebar .widget_my_widget15 li:before {
	padding: 0 0.5em 0 0;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.sidebar li li {
}
.sidebar .menu li li:before {
	padding: 0 0.5em 0 0;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.sidebar table {
	font-size: 90%;
	border: none;
}
.sidebar p {
	font-size: 85%;
	line-height: 1.5;
}
/* 7:3カラム(col7_3) */

/* 5:5カラム(col5_5) */

.col5_5 .sidebar {
	float: right;
	width: 45%;
	max-width: 450px;
	margin: 0;
	clear: none;
}
/* 1カラム(col10) */

.col10 .sidebar {
	display: none;
}
/* フルワイズ(colfull) */

/*****  スライドメニュー(#slide-menu)  *****/

/*sl-button*/
#header #sl-button {
	display: none;
	text-align: center;
}
/*slide-menu*/
#slide-menu {
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100%;
	padding: 70px 0;
	background: #5c6266;
	color: #fff;
	box-sizing: border-box;
	z-index: 2;
}
#slide-menu ul {
	margin: 0;
	padding: 0 20px;
}
#slide-menu li {
	width: 100%;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#slide-menu li a {
	border-left: 3px solid transparent;
	display: inline-block;
	width: 100%;
	padding: 1em 0;
	color: #e7e5e4;
	text-decoration: none;
}
#slide-menu ul.sub-menu li {
	margin: 0;
	border-bottom: none;
}
#slide-menu ul.sub-menu li a {
	padding: 2px 0;
}
#slide-layer {
	position: fixed;
	top: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
body.open {
	position: fixed;
}
/*****  ヘッダーの説明部分(#hd-ex)  *****/

#hd-ex {
	font-size: 85%;
	line-height: 1.2;
	margin: 10px 0 0;
}
#hd-ex p {
	margin: 0;
}
/*****  ヘッダー(#header)  *****/

#header {
	margin: 20px 0;
}
#header .align-left {
	min-width: 200px;
	margin: 0;
	float: left;
}
#header .align-left p {
	margin: 0;
}
#header .align-contact {
	margin: 0;
	min-width: 350px;
	float: right;
}
#header .align-center {
	max-width: 245px;
	float: left;
	display: none;
}
#header .align-right {
	margin: 30px 0 0 15px;
	float: left;
}
#header .tel {
	margin: 0;
	padding: 0;
	font-size: 180%;
	line-height: 1.0;
	min-width: 244px;
}
#header .tel a {
	position: relative;
	padding: 0 0 0 22px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: flex;
}
#header .tel a:before {
	position: absolute;
	font-size: 75%;
	content: "\f3cd";
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 4px;
	left: 0px;
}
#header .tel-ex {
	margin: 5px 0 0 0;
	line-height: 1.2;
	font-size: 80%;
	font-weight: 600;
	text-align: left;
}
#header .mail {
	margin: 0;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0px;
	max-width: 224px;
}
#header .mail a {
	position: relative;
	margin: 0;
	padding: 2px 40px 2px 50px;
	text-decoration: none;
	color: #fff;
	background-color: #5c6266;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 120%;
}
#header .mail a:before {
	position: absolute;
	font-size: 100%;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 2px;
	left: 13px;
}
#header .mail a:hover {
	opacity: 0.8;
}
/*****  グローバルナビゲーション(#gnavi)  *****/

#gnavi {
	background-color: transparent;
	font-size: 95%;
	font-weight: bold;
	padding: 10px 0;
	margin: 10px 0;
}
#gnavi ul {
	padding: 0;
	margin: 0;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
#gnavi li {
	margin: 10px 0;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #ccc;
}
#gnavi li:last-child {
	border-right: 1px solid #ccc;
}
#gnavi li a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	color: #333;
}
#gnavi li span {
	font-size: 8px;
}
#gnavi li a:hover {
	opacity: 0.8;
}
#gnavi-in {
	text-align: center;
	margin: 0 auto;
}
#gnavi ul li.menu-item {
	position: relative;
	z-index: 1;
}
#gnavi ul li ul.sub-menu {
	display: none;
	position: absolute;
	float: none;
	top: 34px;
	left: 0;
	font-size: 95%
}
#gnavi ul li:hover ul.sub-menu {
	display: block;
	width: 200px;
	padding: 0;
	background-color: #fff;
}
#gnavi ul ul {
	display: block;
	table-layout: initial;
	width: initial;
}
#gnavi-in li li {
	text-align: left;
	border-left: none !important;
	border-right: none !important;
	display: block;
	vertical-align: initial;
}
#gnavi ul li ul.sub-menu li {
	float: none;
	margin: 0;
}
#gnavi-in li li:last-child {
	margin: 10px 0 0;
}
#gnavi ul li ul.sub-menu li a {
	background-color: #5c6266;
	color: #fff;
	text-align: left;
	margin: 0;
	padding: 10px 20%;
}
#gnavi ul li ul.sub-menu li a::before {
	content: "\f0a9";
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 9px;
	left: 15px;
}
#gnavi ul li ul.sub-menu li.current-menu-item a {
	display: block;
	background-color: #333;
}
/**スクロール後の追随するgnavi**/ /* lavanda20181114 */
@keyframes slide {
 from {
max-height: 0px;
}
 to {
max-height: 100px;
}
}
#gnavi.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0px;
	z-index: 1000;
	animation-name: slide;
	animation-duration: 1s;
}
#gnavi.sticky li a {
	padding: 0px 20px;
}
#gnavi.sticky + #eyecatch {
	padding-top: 54px;
}
/*****  グローバルナビゲーション - メガメニュー(#mega-menu-navbar)  *****/

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item {
	vertical-align: top !important;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link {
	line-height: 1.4 !important;
	height: initial !important;
	min-height: initial !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}
#mega-menu-wrap-navbar #mega-menu-navbar li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-navbar #mega-menu-navbar li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link::after, #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item-has-children > a.mega-menu-link::after {
	margin-top: 0 !important;
}
/*****  お問い合わせ(#contact)  *****/

/* 共通部分 */

.contact_in {
  max-width: 522px;
  margin: 0 auto;
  min-width: 240px;
  padding: 25px 50px;
  border: #5c6266 1px solid;
  background-color: #fff;
}
@media screen and (max-width: 375px) {
  .contact_in {
    padding: 25px 8%;
  }
}

.contact_in .lead {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: #5c6266 1px dotted;
	line-height: 1.2;
}

.contact_in .tel {
	margin: 0 !important;
	font-size: 170%;
	text-align: center;
	line-height: 1.0;
}
@media screen and (max-width: 375px) {
  .contact_in .tel {
    margin: 0 auto !important;
  }
}
.contact_in .tel a {
	text-align: center;
	position: relative;
	padding: 0 0 0 22px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
}
.contact_in .tel a:before {
	position: absolute;
	font-size: 75%;
	content: "\f3cd";
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 4px;
	left: 0px;
}
.contact_in a[href ^="tel:"]::after {
	content: none;
}
.contact_in .tel-ex {
	margin: 6px 0 10px 0!important;
	line-height: 1.2;
	font-size: 80%;
	font-weight: 600;
	text-align: center;
}
.contact_in .mail {
	margin: 0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
	font-size: 100%;
}
.contact_in .mail a {
	position: relative;
	margin: 0;
	padding: 2px 25px 2px 40px;
	text-decoration: none;
	color: #fff;
	background-color: #5c6266;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 85%;
}
.contact_in .mail a:before {
	position: absolute;
	font-size: 100%;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 2px;
	left: 22px;
}
.contact_in .mail-ex {
    margin: 0;
    line-height: 1.8;
    font-size: 80%;
    font-weight: 600;
    text-align: center;
}
.contact_in .mail a:hover {
	opacity: 0.8;
}

.contact_in .telarea {
	margin: 1px 0 0 auto;
	min-width: 244px;
	float: left;
	display: none;
}
.contact_in .tel {
	margin: 0 !important;
}
.contact_in .mailarea {
	min-width: 224px;
	/*float: right;*/
}
.contact_in .mail {
	margin: 0 !important;
}
/* 狭いゾーン */
.sidebar .contact_in .tel a {
    font-size: 95%;
}
.sidebar .contact_in .tel a:before {
    top: 5px;
    left: 15px;
}
.sidebar .contact_in .mail {
    margin: 10px 0 0 0;
    text-align: center;
}
.sidebar .contact_in .mail a {
	padding: 4px 15px 4px 30px;
}
.sidebar .contact_in .mail a:before {
	top: 4px;
	left: 15px;
}
.sidebar .contact_in {
	margin: 0;
	min-width: 240px;
	padding: 15px;
	border: #5c6266 1px solid;
	background-color: #fff;
}
.sidebar .contact_in .telarea {
	float: none;
	display: none;
}
.sidebar .contact_in .mailarea {
	margin: 0;
	float: none;
}

/* フッターリンク */
.contact_ft {
	float: right;
}
.contact_ft .telarea {
	float: left;
	display: none;
}
.contact_ft .mailarea {
	margin: 0 0 0 50px;
	float: left;
}
.contact_ft .tel {
	margin: 0;
	padding: 0;
	font-size: 180%;
	line-height: 1.0;
}
.contact_ft .tel a {
	position: relative;
	padding: 0 0 0 22px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;
}
.contact_ft .tel a:before {
	position: absolute;
	font-size: 75%;
	content: "\f3cd";
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 4px;
	left: 0px;
}
.contact_ft .tel-ex {
    margin: 0;
    line-height: 1.2;
    font-size: 80%;
    font-weight: 600;
}
.contact_ft .mail {
	margin: 0;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	max-width: 224px;
}
.contact_ft .mail a {
	position: relative;
	margin: 0;
	padding: 0 15px 0 30px;
	text-decoration: none;
	color: #fff;
	background-color: #5c6266;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 85%;
}
.contact_ft .mail a:before {
	position: absolute;
	font-size: 100%;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 0px;
	left: 13px;
}
.contact_ft .mail a:hover {
	opacity: 0.8;
}
.contact_ft .mail-ex {
    margin: 0;
    line-height: 1.4;
    font-size: 80%;
    font-weight: 600;
}




/*****  会社情報(.shopinfo)  *****/

.shopinfo {
}
.shopinfo h3 {
	margin: 20px 0;
	font-size: 120%;
}
.shopinfo table {
}
.shopinfo table th {
	width: 25%;
	font-weight: bold;
	text-align: left;
}
.shopinfo table th, .shopinfo table td {
	background-color: initial;
	border: none;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 5px;
	line-height: 1.2;
}
.col10 .shopinfo {
	width: 67%;
	max-width: 640px;
	margin: 30px auto;
}
/*****  新着情報(.news)  *****/

.news {
	border: #e7e5e4 1px solid;
	padding: 20px 30px;
	margin: 40px 0 0 0;
}
.news h3 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 120% !important;
}
.news dl {
	border-bottom: solid 1px #e7e5e4;
	font-size: 95%;
}
.news dt {
	float: left;
	margin: 0 !important;
	padding: 0 10px 10px 0 !important;
	border-left: none !important;
	width: 90px;
}
.news dd {
	border: none !important;
	line-height: 1.4;
}
/*****  グーグルマップ(#map/.map)  *****/

#map {
	position: relative;
	padding-bottom: 270px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map {
	position: relative;
	padding-bottom: 270px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*****  編集ボタン  *****/
.edit {
	width: 100% !important;
	float: none !important;
	text-align: left;
	clear: both;
}
.edit a {
	font-size: 85%;
	color: #fff;
	text-shadow: none;
	border: none;
	display: inline-block;
	padding: .625em 1em;
	line-height: 1.6;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/*****  詳細ボタン  *****/
.entry .detail {
	text-align: right;
}
.entry .detail a {
	color: #fff;
	text-shadow: none;
	background-color: #5c6266;
	display: inline-block;
	padding: 5px 20px;
	line-height: 2.0;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.entry .detail a:hover {
	opacity: 0.8;
}
/*****  リンクバナー  *****/
.banner div, .banner p {
	margin: 10px auto;
	max-width: 270px;
}
/*****  ボックスバナー  *****/
.boxBanner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.boxBanner.col1 div, .boxBanner.col1 p { /* 20170221mnite */
	float: left;
	width: 98%;
	margin: 10px 1% 30px;
	line-height: 1.2;
}
.boxBanner.col2 div, .boxBanner.col2 p { /* 20170221mnite */
	float: left;
	width: 48%;
	margin: 10px 1% 30px;
	line-height: 1.2;
}
.boxBanner.col3 div, .boxBanner.col3 p { /* 20170221mnite */
	float: left;
	width: 29%;
	margin: 10px 2% 30px;
	line-height: 1.2;
}
.boxBanner.col4 div, .boxBanner.col4 p { /* 20170221mnite */
	float: left;
	width: 23%;
	margin: 10px 1% 30px;
	line-height: 1.5;
}
.boxBanner div img, .boxBanner p img { /* 20170221mnite */
	width: 100%;
	margin: 0 0 10px;
}
.boxBanner > div a h4 {
	text-decoration: none;
}
.boxBanner > div a:hover h4 {
	text-decoration: underline;
}
.boxBanner {
	overflow: hidden;
}
/* clearfix */
.boxBanner::before, .boxBanner::after {
	content: "";
	display: table;
}
.boxBanner::after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.boxBanner {
	zoom: 1;
}
/*****  フッター(#footer)  *****/

#footer {
	font-size: 90%;
	color: #fff;
	background-color: #5c6266;
	margin: 100px 0 0 0;
	padding: 40px 30px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer-in .align-left {
	float: left;
	width: 27.5%;
	margin: 0 2.5% 0 0;
}
#footer-in .align-center {
	float: left;
	width: 27.5%;
	margin: 0 2.5% 0 0;
}
#footer-in .align-right {
	float: right;
	width: 40%;
}
#footer-in .align-right table th, #footer-in .align-right table td {
	color: #fff;
}
#footer-in .shopinfo {
}
#footer-in .shopinfo h3 {
	margin: 0;
	font-size: 120%;
}
#footer-in .shopinfo table {}
#footer-in .shopinfo table th {
	width: 15%;
	font-weight: bold;
	text-align: left;
}
#footer-in .shopinfo table th, #footer-in .shopinfo table td {
	color: initial;
	background-color: initial;
	border: none;
	border-bottom: none;
	padding: 0;
	line-height: 1.5;
}
#footer-in .align-left ul li a, #footer-in .align-center ul li a {
	font-weight: 600;
}
#footer-in .align-left ul.sub-menu li a, #footer-in .align-center ul.sub-menu li a {
	font-weight: 500;
	font-size: 95%;
}
#footer-in .align-left ul li, #footer-in .align-center ul li {
	padding: 0 7px 0 10px;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	position: relative;
	line-height: 1.6;
}
#footer-in .align-left ul li::before, #footer-in .align-center ul li::before {
	padding: 0 5px 0 0;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
}
#footer-in .align-left ul.sub-menu li::before, #footer-in .align-center ul.sub-menu li::before {
	content: "・";
}
#footer-in .align-left ul.sub-menu li, #footer-in .align-center ul.sub-menu li {
	padding: 0 5px 0 10px;
	line-height: 1.2;
}
#footer-info.sticky {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0px;
	z-index: 1000;
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 108px;
}
#footer-info {
	background-color: #eee;
}
#footer-info-in {
}
#footer-info-in::before, #footer-info-in::after {
	content: "";
	display: table;
}
/*****  コピーライト(#copyright)  *****/

#copyright {
	/*background-color: #fff; 20170109 mnite */
	text-align: center;
	padding: 20px 0;
}
#copyright p {
	margin: 0;
}
#page-top {
	z-index: 9999;
}
/* ******************************************************** 
	03.ウィジェット関連のレイアウト
******************************************************** */

/*****  共通部分  *****/

/* 共通部分 */

.entry .widget h4 {
	background: none;
	position: static;
	border: none;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
	margin: 10px 0 15px 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.widget_my_widget17 .boxBanner.col2 > div:nth-of-type(2n+1), .widget_my_widget17 .boxBanner.col3 > div:nth-of-type(3n+1), .widget_my_widget17 .boxBanner.col4 > div:nth-of-type(4n+1) {
	clear: both;
}
.widget {
	margin: 60px 0;
}
.widget:first-child {
	margin: 0;
}
.sidebar .widget {
	margin: 30px 0;
}
.widget_categories ul li {
	line-height: 2.0;
	padding: 0 0 0 1em;
}
.widget_categories ul li::before {
	padding: 0 1em 0 0;
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.widget_pages ul li {
	line-height: 2.0;
	padding: 0 0 0 1em;
}
.widget_pages ul li::before {
	padding: 0 1em 0 0;
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/* 7:3カラム(col7_3) */

/* 5:5カラム(col5_5) */

/* 1カラム(col10) */

.col10 #news {
	width: 67%;
	max-width: 640px;
	margin: 30px auto;
}
.col10 .widget_categories {
	width: 67%;
	max-width: 640px;
	margin: 30px auto;
}
.col10 .widget_pages {
	width: 67%;
	max-width: 640px;
	margin: 30px auto;
}
/* フルワイズ(colfull) */

/*****  ウィジェット - #03投稿リスト  *****/

/* 共通部分 */

.entry .widget_my_widget02 ul li::before {
	content: none;
}
.sidebar .widget_my_widget02 h3 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	background-color: initial;
	border: none;
	clear: both;
}
.col7_3 .entry .widget_my_widget02 ul.template1, .col7_3 .entry .widget_my_widget02 ul.template3, .col7_3 .entry .widget_my_widget02 ul.template4, .col10 .entry .widget_my_widget02 ul.template1, .col10 .entry .widget_my_widget02 ul.template3, .col10 .entry .widget_my_widget02 ul.template4, .colfull .entry .widget_my_widget02 ul.template1, .colfull .entry .widget_my_widget02 ul.template3, .colfull .entry .widget_my_widget02 ul.template4 {
	margin: 0 0 18px 0;
	padding: 0;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-moz-column-rule: 1px solid #ccc;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-webkit-column-rule: 1px solid #ccc;
	column-count: 2;
	column-gap: 40px;
	column-rule: 1px solid #ccc;
}
.col7_3 .entry .widget_my_widget02 ul.template1 li, .col7_3 .entry .widget_my_widget02 ul.template3 li, .col7_3 .entry .widget_my_widget02 ul.template4 li, .col10 .entry .widget_my_widget02 ul.template1 li, .col10 .entry .widget_my_widget02 ul.template3 li, .col10 .entry .widget_my_widget02 ul.template4 li, .colfull .entry .widget_my_widget02 ul.template1 li, .colfull .entry .widget_my_widget02 ul.template3 li, .colfull .entry .widget_my_widget02 ul.template4 li {
	overflow: hidden;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
}
.col7_3 .entry .widget_my_widget02 ul.template1 li img, .col7_3 .entry .widget_my_widget02 ul.template3 li img, .col7_3 .entry .widget_my_widget02 ul.template4 li img, .col10 .entry .widget_my_widget02 ul.template1 li img, .col10 .entry .widget_my_widget02 ul.template3 li img, .col10 .entry .widget_my_widget02 ul.template4 li img, .colfull .entry .widget_my_widget02 ul.template1 li img, .colfull .entry .widget_my_widget02 ul.template3 li img, .colfull .entry .widget_my_widget02 ul.template4 li img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	float: none;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}
.col7_3 .entry .widget_my_widget02 ul.template1 li a.wd_thumbnail, .col7_3 .entry .widget_my_widget02 ul.template3 li a.wd_thumbnail, .col7_3 .entry .widget_my_widget02 ul.template4 li a.wd_thumbnail, .col10 .entry .widget_my_widget02 ul.template1 li a.wd_thumbnail, .col10 .entry .widget_my_widget02 ul.template3 li a.wd_thumbnail, .col10 .entry .widget_my_widget02 ul.template4 li a.wd_thumbnail, .colfull .entry .widget_my_widget02 ul.template1 li a.wd_thumbnail, .colfull .entry .widget_my_widget02 ul.template3 li a.wd_thumbnail, .colfull .entry .widget_my_widget02 ul.template4 li a.wd_thumbnail {
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.sidebar .widget_my_widget02 ul.template1 li, .sidebar .widget_my_widget02 ul.template3 li, .sidebar .widget_my_widget02 ul.template4 li {
	position: relative;
	min-height: 60px;
	list-style: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	clear: both;
}
.sidebar .widget_my_widget02 ul.template1 li img, .sidebar .widget_my_widget02 ul.template3 li img, .sidebar .widget_my_widget02 ul.template4 li img {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	max-width: 100%;
}
.col5_5 .entry .widget_my_widget02 ul.template1 li a.wd_thumnail, .col5_5 .entry .widget_my_widget02 ul.template3 li a.wd_thumnail, .col5_5 .entry .widget_my_widget02 ul.template4 li a.wd_thumnail, .sidebar .widget_my_widget02 ul.template1 li a.wd_thumnail, .sidebar .widget_my_widget02 ul.template3 li a.wd_thumnail, .sidebar .widget_my_widget02 ul.template4 li a.wd_thumnail {
	float: left;
	margin-right: 10px;
	padding: 0;
}
.col5_5 .entry .widget_my_widget02 ul.template1 li a.wd_thumnail img, .col5_5 .entry .widget_my_widget02 ul.template3 li a.wd_thumnail img, .col5_5 .entry .widget_my_widget02 ul.template4 li a.wd_thumnail img, .sidebar .widget_my_widget02 ul.template1 li a.wd_thumnail img, .sidebar .widget_my_widget02 ul.template3 li a.wd_thumnail img, .sidebar .widget_my_widget02 ul.template4 li a.wd_thumnail img {
	float: none;
	margin-right: 10px;
	display: block;
}
.widget_my_widget02 ul.template3 .wd_title, .widget_my_widget02 ul.template4 .wd_title {
	display: block;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidebar .widget_my_widget02 ul.template3 .wd_title, .sidebar .widget_my_widget02 ul.template4 .wd_title {
	font-size: 85%;
	line-height: 1.2;
}
.widget_my_widget02 ul.template1 .wd_excerpt, .widget_my_widget02 ul.template4 .wd_excerpt {
	display: block;
	line-height: 1.4;
}
.widget_my_widget02 ul.template1 small.wd_excerpt, .widget_my_widget02 ul.template4 small.wd_excerpt {
	font-size: 80%;
}
.sidebar .widget_my_widget02 ul.template1 .wd_excerpt, .sidebar .widget_my_widget02 ul.template4 .wd_excerpt {
	font-size: 85%;
	line-height: 1.2;
}
/* widget - ul.template2 */
ul.template2 {
	max-width: 900px;
	margin: 0 auto;
}
ul.template2 li .date {
	width: 20%;
	font-size: 100%;
	margin: 0 0 10px 0;
	line-height: 1.4;
	float: left;
}
ul.template2 li .title {
	max-width: none;
	float: left;
	display: block;
	line-height: 1.4;
	width: 80%;
	margin: 0;
	padding: 0;
}

.entry .widget_my_widget02 ul.template2 li, .sidebar .widget_my_widget02 ul.template2 li {
  /* min-height: 40px; */
  position: relative;
  margin: 0;
  padding: 30px 0 40px;
  border-bottom: 1px solid #231815;
  clear: both;
  overflow: hidden;
}
.entry .widget_my_widget02 ul.template2 li:first-of-type, .sidebar .widget_my_widget02 ul.template2 li:first-of-type {
  border-top: 1px solid #231815;
}

.entry .widget_my_widget02 ul.template2 li:after, .sidebar .widget_my_widget02 ul.template2 li:after {
  content: "\f105";
  font-size: 40px;
  color: #000;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: -6px;
  right: 11px;
  visibility: initial;
}

.entry .widget_my_widget02 ul.template2 li a, .sidebar .widget_my_widget02 ul.template2 li a {
  text-decoration: none;
}

.entry .widget_my_widget02 ul.template2 li a:hover, .sidebar .widget_my_widget02 ul.template2 li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .entry .widget_my_widget02 ul.template2 li {
    padding: 0.5em 0;
    font-size: 95%;
  }
}
.entry .widget_my_widget02 ul.template2 li .date {
    float: none;
    width: 100%;
    font-size: 90%;
    line-height: 1;
    letter-spacing: 0.2px;
    margin: 1em 0 0;
    color: #005d9a;
}
.entry .widget_my_widget02 ul.template2 li .title {
    float: none;
    width: calc(100% - 50px);
    line-height: 1;
    margin: -2.5em 0 0;
}
.entry .widget_my_widget02 ul.template2 li .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 95%;
  color: #000;
}
/* widget - ul.template3 */
ul.template3 li .date {
	font-size: 80%;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
ul.template6 li .wd_excerpt {
	margin: 20px 0 1em 0;
	font-size: 96%;
	line-height: 1.6;
}
.entry .post-list-cols {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entry .post-list-cols > * {
	box-sizing: border-box;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.entry .post-list-cols li {
	max-width: 300px;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 1.5;
}
.post-list-cols img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}
.post-list-cols .wd_title {
    color: #000;
    font-size: 100%;
    display: block;
    font-weight: bold;
    line-height: 1.3;
}
.post-list-cols .wd_postdate {
	display: block;
	text-align: left;
	margin: 10px 0;
}
.post-list-cols .empty_cell {
	height: 0;
	max-width: 300px!important;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and ( max-width : 767px ) {
.entry .post-list-cols > * {
	width: calc(50% - .5em);
	float: left;
	padding-left: 0px;
	margin-right: 1em;
}
.entry .post-list-cols > *:nth-child(2n) {
	margin-right: 0px;
}
.entry .post-list-cols > *:nth-child(2n + 1) {
	clear: both;
}
}
/* 7:3カラム(col7_3) */

/* 5:5カラム(col5_5) */

.col5_5 .entry .template1 li:first-child, .col5_5 .entry .template3 li:first-child, .col5_5 .entry .template4 li:first-child {
	padding: 0 0 10px;
}
.col5_5 .entry .template1 li, .col5_5 .entry .template3 li, .col5_5 .entry .template4 li {
	position: relative;
	min-height: 120px;
	list-style: none;
	margin: 0;
	padding: 15px 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	clear: both;
}
.col5_5 .entry .widget_my_widget02 ul.template1 li a, .col5_5 .entry .widget_my_widget02 ul.template3 li a, .col5_5 .entry .widget_my_widget02 ul.template4 li a, .sidebar .widget_my_widget02 ul.template1 li a, .sidebar .widget_my_widget02 ul.template3 li a, .sidebar .widget_my_widget02 ul.template4 li a {
	position: relative;
	text-decoration: none;
	text-indent: 0;
}
.col5_5 .entry .widget_my_widget02 ul.template1 li img, .col5_5 .entry .widget_my_widget02 ul.template3 li img, .col5_5 .entry .widget_my_widget02 ul.template4 li img {
	width: 110px;
	height: 110px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	max-width: 100%;
}
/* 1カラム(col10) */

/* フルワイズ(colfull) */

/*****  ウィジェット - #04関連投稿  *****/

.wp_rp_plain {
}
.entry .wp_rp_plain ul li {
	margin: 10px 0;
	padding: 15px 0;
	min-height: 90px;
	clear: both;
}
.wp_rp_plain ul li {
	margin: 5px 0;
	padding: 0 0 10px;
	min-height: 120px;
	clear: both;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wp_rp_plain img {
	max-width: 80px;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
}
.wp_rp_title {
	font-size: 100%;
	display: block;
	line-height: 1.2;
	margin: 0 0 5px 0;
	padding: 0;
}
.sidebar .wp_rp_title {
	font-size: 100%;
}
.wp_rp_excerpt {
	display: block;
	line-height: 1.4;
}
.sidebar .wp_rp_excerpt {
	font-size: 80%;
	line-height: 1.4;
}
small.wp_rp_excerpt {
	font-size: 90%;
}
.main .wp_rp_plain li::before {
	padding: 0;
	content: none;
	font-family: initial;
}
.col10 .wp_rp_plain {
	max-width: 800px;
	margin: 30px auto;
}
.entry .wp_rp_wrap ul li::before {
	content: none;
}
/*****  ウィジェット - #05お問い合わせ  *****/

/*****  ウィジェット - #06会社情報  *****/

/*****  ウィジェット - #07バナー  *****/

.main .banner img {
	width: 48%;
	margin: 10px 1%;
	float: left;
}
.col10 .banner {
	width: 67%;
	max-width: 640px;
	margin: 30px auto;
}
.main .banner-align-center {
	margin: 0;
	padding: 0;
	text-align: left;
}
.banner-align-center {
	text-align: center;
}
.main .widget_my_widget05 .banner-align-center .banner-wrapper {
	margin: 1%;
	width: 30%;
}
.main .widget_my_widget05 .banner-align-center .banner-wrapper img {
	max-width: none;
	width: 100%;
}

@media screen and (max-width: 768px) {
.main .widget_my_widget05 .banner-align-center .banner-wrapper {
	margin: 0;
	width: 100%;
}
.main .widget_my_widget05 .banner-align-center .banner-wrapper a {
}
}
.banner-align-center .banner-wrapper {
	margin: 10px;
	display: inline-block;
}
.banner-wrapper a {
	position: relative;
	display: block;
}
.banner-wrapper img {
}
.banner-info .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #008CBA;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
}
.banner-info .text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*max-width: 100%;*/ /* 真ん中にテキストを表示させたい場合*/
	/*white-space: nowrap;*/ /* これを有効にするとホバー時にテキストが動かないが、その代わりテキストが折り返さない */
	width: 100%;
	max-height: 100%;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.4;
	text-align: left;
	font-size: 90%;
	color: #fff;
	opacity: 0;
	transition: opacity .5s ease .3;
}
.main .widget_my_widget05 .banner-info .text-overlay {
	font-size: 80%;
}
.main .widget_my_widget05 .banner-wrapper {
	min-width: 234px;
}
.banner-info .text-overlay h4 {
	margin: 0;
}
.banner-info .text-overlay h4 + small {
	margin-top: .625em;
	display: inline-block;
	line-height: 1.4;
}
.banner-wrapper:hover .overlay {
	width: 100%;
}
.banner-wrapper:hover .text-overlay {
	opacity: 1;
}
.sidebar .banner-align-center .banner-wrapper {
	display: block;
}
.sidebar .banner-wrapper a {
	display: inline-block;
	width: auto;
}
.sidebar .banner-wrapper img {
	max-width: 100px;
}
.sidebar .widget_my_widget05 .banner-wrapper img {
	max-width: none;
}
/*****  ウィジェット - #09RSS購読ボタン  *****/

.rssbox {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.rssbox a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #000;
	line-height: 1.8;
	text-align: center;
	position: relative;
	padding: 8px 50px;
	text-decoration: none;
}
.sidebar .rssbox a {
	display: block;
}
.rssbox a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: 0.3s ease all;
	background: #003B91;
}
.rssbox a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.rssbox a:hover {
	opacity: 0.8;
}
.col10 #rssbox {
	width: 67%;
	max-width: 640px;
	margin: 30px auto;
}
/*****  ウィジェット - #10グーグルマップ  *****/

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-container .mce-preview-object {
	position: static; /* 編集画面で動画が表示できるように調整 20170817 */
}
/*****  ウィジェット - #11ソーシャルボタン  *****/

#sns {
	margin: 30px 0;
}
.sns li {
	margin: 5px 0;
}
.sns .snsb li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
}
.entry .sns .snsb li::before {
	padding: 0;
	margin: 0;
	content: initial;
}
.post .sns .snsb.clearfix {
	padding-top: 20px 0;
}
/*****  ウィジェット - #12カテゴリ一覧  *****/

.entry .widget_my_widget15 ul {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.entry .widget_my_widget15 ul li {
	display: inline-block;
	margin: 0 5px 10px;
}
.entry .widget_my_widget15 ul li a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	border: 1px solid #000;
	min-width: 145px;
	line-height: 1.8;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 5px 35px;
	text-decoration: none;
	z-index: 1; /* lavanda 20181123 */
}
.entry .widget_my_widget15 li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: 0.3s ease all;
	background: #000; /* lavanda 20181123 */
	z-index: -1; /* lavanda 20181123 */
}
.entry .widget_my_widget15 li a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.entry .widget_my_widget15 ul li a:hover { /* lavanda 20181123 */
	color: #fff;
}
.entry .widget_my_widget15 ul li a:hover:before { /* lavanda 20181123 */
	width: 100%;
}
.entry .widget_my_widget15 ul li a:hover:after { /* lavanda 20181123 */
	border-color: #fff;
}
/*****  ウィジェット - #14投稿リスト（カテゴリー）  *****/

.widget_my_widget19 .post-cat-widget li::before {
	content: none;
}
.widget_my_widget19 .post-cat-widget li::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.widget_my_widget19 .post-cat-widget li {
	padding-left: 0;
	margin: 10px 0;
	clear: both;
}
.widget_my_widget19 .wd_thumbnail img {
	max-width: 80px;
	margin: 0;
	padding: 0 20px 10px 0;
	float: left;
}
.widget_my_widget19 a.wd_title {
	margin-left: 1em;
}
.widget_my_widget19 .wd_postdate, .widget_my_widget19 .wd_title, .widget_my_widget19 .wd_excerpt {
	font-size: 85%;
	line-height: 1.6;
}
/* widget - #02お問い合わせ */
.widget_my_widget03 p.lead span {
	white-space: nowrap;
	display: inline-block;
}
/* widget - #03会社情報 */
.widget_my_widget04 th {
}
.widget_my_widget04 th span {
	white-space: nowrap;
	display: inline-block;
}
/*****  ウィジェット - ナビゲーションメニュー  *****/

.widget_nav_menu span {
	display: none;
}

/*****  ウィジェット - #16カテゴリリスト  *****/
.widget_my_widget16 h4 {

}
.widget_my_widget16 small {
	line-height: 1.2;
}

/*****  ウィジェット - #15投稿リスト(カスタム)  *****/
.widget_my_widget20 ul li::before {
	content: none;
}
.widget_my_widget20 ul li .wd_title {
	font-size: 120%;
	letter-spacing: 0.2px;
	margin: 15px 0 20px;
}
.widget_my_widget20 ul li .read-more {
	float: right;
}
.widget_my_widget20 ul li .read-more a {
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0.2px;
	color: #000;
}
.widget_my_widget20 ul li .read-more a:before {
	padding: 0 4px 0 0;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.widget_my_widget20 .custom-field li {
	margin: 0;
}
.widget_my_widget20 .custom-field p {
	font-size: 80%;
	letter-spacing: 0.2px;
	font-weight: normal;
	float: left;
	margin: 0;
}
.widget_my_widget20 .custom-field .custom-field-ttl {
	width: 15%;
}
.widget_my_widget20 .custom-field .custom-field-cont {
	width: 85%;
}

/* ******************************************************** 
	04.トップページのレイアウト
******************************************************** */

/*****  共通部分  *****/

/*****  アイキャッチ(#)  *****/

.home #eyecatch {
	background-color: initial;
}
.home #eyecatch-in {
	max-width: inherit;
	width: 100%;
	padding: 0;
}
.home h2 {
	display: block;
	text-align: center;
}
.home #eyecatch-in img {
}
.home #eyecatch-in .metaslider {
	margin: 0 auto 20px;
}
/*****  新着情報(#)  *****/

/* ******************************************************** 
	05.汎用ページのレイアウト
******************************************************** */

/*****  共通部分  *****/

/*****  アイキャッチ(#)  *****/

.page #eyecatch, .single #eyecatch, .category #eyecatch {
}
.page #eyecatch, .single #eyecatch, .category #eyecatch {
	background-color: initial;
}
.page #eyecatch-in, .single #eyecatch-in, .category #eyecatch-in {
	max-width: 100%;
	padding: 0;
}
.single:not(.post-template-10-layout-php):not(.module_page-template-10-layout) #eyecatch-in { /*lavanda*/
	max-width: 780px;
	margin: 0 0 20px;
	padding: 0;
}
.page #eyecatch-in img, .single #eyecatch-in img, .category #eyecatch-in img {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
	margin: 0 auto;
}
/*****  パンクズリスト(#)  *****/

#breadcrumb {
	max-width: 960px;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
#breadcrumb li {
	float: left;
	padding: 0 10px 0 0;
	font-size: 70%;
	list-style-type: none;
}
#breadcrumb li::before {
	padding: 0;
	content: none;
	font-family: initial;
}
/* 投稿情報 */
.entry .post_contact {
	font-size: 80%;
	max-width: 480px;
	margin: 70px auto 0;
	text-align: right;
}
.entry .post-meta {
	margin: 0 0 15px 0;
	padding: 0;
}
.entry .post-meta li {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	list-style-image: none;
	float: right;
	font-size: 14px;
}
.entry .post-meta li a {
	color: #333 !important;
	background: none !important;
	padding: 0;
}
.entry .post-meta li::before {
	padding: 0;
	content: none;
}
.entry .post-meta li.date {
	font-size: 80%;
	padding-right: 0;
}
.entry .post-meta li.cat {
	font-size: 80%;
	padding-right: 10px;
}
/*****  目次(#toc)  *****/

.entry #toc_container {
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 10px 20px;
	margin: 50px 0 100px;
	width: auto;
	display: table;
	font-size: 95%;
}
.entry #toc_container p.toc_title+ul.toc_list {
	margin-top: 5px;
}
.entry #toc_container li, #toc_container ul {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
#toc_container ul li::before {
	padding: 0 1em 0 0;
	content: none;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/* ******************************************************** 
	06.個別ページのレイアウト
******************************************************** */

/*****  共通部分  *****/

/*****  404ページ(#)  *****/

.error404 .entry h2 {
	padding: 5px 0 5px 45px;
}
.error404 .entry h2::before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 5px;
	left: 5px;
}
.error404 .entry h3 {
	border: none;
	margin: 0;
	padding: 0;
}
.error404 .entry p {
	margin: 10px 0;
	line-height: 1.5;
}
/* ******************************************************** 
	07.カテゴリページのレイアウト
******************************************************** */

/*****  共通部分  *****/

.category .post-cat {
	margin: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category .post-cat .post-cat-col {
	width: 45%;
	margin: 30px 5% 30px 0;
	float: left;
}
.col10 .category .post-cat .post-cat-col, .colfull .category .post-cat .post-cat-col {
	width: 30%;
	margin: 30px 3% 30px 0;
	float: left;
}
.category .post-cat .post-cat-col .blog_info {
	font-size: 75%;
	margin: 10px 0 0 0;
	width: 100%;
}
.category .post-cat .post-cat-col div {
	max-width: 300px;
	margin: 15px auto 0;
}
.category .post-cat-col img {
	max-width: 100%; /* 20170630 mnite*/
	　width: 100%; /* 20170630 mnite*/
}
.category .post-cat .post-cat-col div a {
	font-size: 95%;
	font-weight: bold;
}
.category .post-cat .post-cat-col h4 {
	font-size: 100%;
	line-height: 1.5;
	border: none;
	background: none;
	margin: 10px 0 5px;
	padding: 0;
	text-align: left;
	width: 100%;
}
.category .post-cat .post-cat-col div .cat-ex {
	font-size: 80%;
}
.category .post-cat .post-cat-col p {
	line-height: 1.4;
	width: 100%;
	margin: 0;
}
.category .post-cat .post-cat-col .cat_link {
	text-align: right;
	max-width: 300px;
	margin: 0 auto;
}
.category .post-cat .post-cat-col .cat_link a {
	color: #000;
	text-shadow: none;
	font-size: 85%;
	display: inline-block;
	margin: 10px 0;
	padding: 2px 10px;
	line-height: 2.5;
	text-decoration: none;
}
.category .post-cat .post-cat-col .cat_link a::before {
	padding: 0;
	content: "\f0a9　";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.category .post-cat .post-cat-col .cat_link a:hover {
	opacity: 0.8;
}
.category .post-cat .post-cat-col img {
	/*margin: 0; 20170109 mnite*/
	margin: 0 auto; /* 20170109 mnite*//*max-width: 276px; 20170109 mnite*/
	 /* 20170109 mnite*/
}
/*****  ページネーション  *****/
.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	float: left;
	width: 90px;
	color: #333;
}
.p-navi dl dd {
	font-size: 15px;
	margin: 2px 0;
	padding-left: 105px;
	line-height: 27px;
}
/*****  ページネーション  *****/

div.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	padding: 2px;
	background-color: initial;
}
div.pagination a {
	padding: 2px 7px 2px 7px;
	margin: 2px;
	border: solid #eee 1px;
	text-decoration: none;
}
div.pagination a:hover, div.pagination a:active {
	background-color: #444444;
	color: #fff;
}
div.pagination span.current {
	padding: 2px 7px 2px 7px;
	margin: 2px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color: #c1c1c1;
	color: #797979;
}
/* ******************************************************** 
	08.投稿ページのレイアウト
******************************************************** */

/*****  共通部分  *****/

/*****  ブログページ(#blog)  *****/

#blog {
}
#blog dd h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 5px;
	clear: none;
	line-height: 1.2;
	border: none;
	text-align: left;
}
#blog dd h4 a {
	text-decoration: none;
}
#blog dt {
	float: left;
	width: 100px;
	border: none;
	margin: 0;
	padding: 0 20px 0 0;
}
#blog dt img {
	width: 100px;
}
#blog dd {
	padding: 5px 0 0 110px;
	line-height: 1.2;
	border: none;
}
.main #blog dd {
	padding: 5px 0 0 120px;
}
.main #blog dd h4 {
	text-decoration: underline;
	font-weight: normal;
}
#blog dd p {
	margin: 0;
	text-align: left;
}
#blog dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7e5e4;
}
#blog dl:last-child {
	margin-bottom: 20px;
	border-style: none;
}
.col10 #blog {
	width: 67%;
	max-width: 640px;
	margin: 30px auto;
}

/* ******************************************************** 
	07.印刷用スタイル
******************************************************** */
@media print {
#all {
	/*width: 210mm; 20170112 mnite*/
		 /*width: 165mm; 20170630 mnite*/
	width: 198mm; /* 20170630 mnite 余白を左右6ミリずつに設定*/
	/*font-size: 90%; 20170112 mnite*/
	font-size: 50%; /* 20170112 mnite*/
	margin: 0 auto; /* 20170112 mnite*/
}
#gnavi {
	/*width: 210mm; 20170112 mnite*/
		 /*width: 165mm; 20170630 mnite*/
	width: 198mm; /* 20170630 mnite 余白を左右6ミリずつに設定*/
	margin: 0 auto 2mm;
}
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link {
	font-size: 50% !important; /* 20170112 mnite*/
	letter-spacing: 0; /* 20170112 mnite*/
	padding: 0 1px !important; /* 20170112 mnite*/
}
.page #eyecatch-in img,  .single #eyecatch-in img,  .category #eyecatch-in img {
	/*width: 210mm; 20170112 mnite*/
		 /*width: 165mm; 20170630 mnite*/
	width: 198mm; /* 20170630 mnite 余白を左右6ミリずつに設定*/
}
.page #eyecatch-in img,  .single #eyecatch-in img,  .category #eyecatch-in img {
	margin: 0 auto;
}
.home #eyecatch-in .metaslider {
	margin: 0 auto;
}
/*20180618 lavanda*/
.metaslider ul.slides {
	transform: translate3d(0px, 0px, 0px) !important;
}
.home .metaslider li {
	width: calc(198mm / 2) !important;
}
.home .metaslider li img {
	max-width: 100%;
	height: auto;
}
/*#contents {
	     margin-top: 0; 
	}20180618 lavanda*/
	
.main {
	/*width: 124mm; 20170112 mnite*/
		/*width: 110mm; 20170630 mnite*/
	width: 140mm; /* 20170630 mnite*/
}
.col7_3 .main,  .col5_5 .main,  .col10 .main,  .colfull .main {
	margin-right: 3mm; /* 20170630 mnite*/
}
.colfull .main { /*lavanda*/
	width: 100%;
}
.col5_5 .main.col-r {
	margin-right: 0; /* 20170630 mnite*/
}
.sidebar {
	width: 55mm; /* 20170112 mnite*/
}
ul.post-meta {
	display: none; /* 20170630 mnite*/
}
.p-navi dl dt,  .p-navi dl dd {
	font-size: 7px; /* 20170630 mnite*/
}
table.headline-table td { /*lavanda*/
	border: 1px solid #ddd;
}
.wp_rp_footer, #sns { /*lavanda*/
	display: none; /* 20170630 mnite*/
}
#page-top {
	display: none !important; /* 20170112 mnite*/
}
#footer, .map, #copyright, .p-navi, .widget_my_widget06 {
	display: none !important;
}
}
