/*--------------------------------------------------------------

1... 標準設定
2... 無限スクロール
3... コメント
4... ギャラリー
5... キャプション
6... フォーム
7... ログインページ
8... ヘッダー
9... グローバルナビ
10... ページネーション
11... パンくずリスト
12... サイドバー
13... フッター
14... ページビルダー調整
15... 投稿ページ
16... アーカイブページ/検索結果ページ
17... 404ページ
18... フォント
19... 見出し
20... hover
21... レスポンシブ
22... サイト独自css

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1... 標準設定
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
}

.hd-inner,
.hd-menu,
.site-content,
.ft-inner {
    max-width: 1000px;
}

.site-content {
    margin: 0 0 5rem;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

address {
	margin: 0 0 1.5em;
}

small {
	font-size: 0.85rem;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1rem auto;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1rem;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

figure {
	margin: 1em 0;
}


ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 auto 1rem;
}

i {
    margin-right: 0.5rem;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
footer:before,
footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
footer:after {
	clear: both;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.home #primary {
    width: 100%;
}

table {
	margin: 10px auto;
	width: 100%;
}

table th {
	height: auto;
	line-height: 150%;
	padding: 1rem;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}

table td {
	height: auto;
	line-height: 150%;
	padding: 1rem;
}

/*--------------------------------------------------------------
2... 無限スクロール
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending footer {
	display: block;
}

/*--------------------------------------------------------------
3... コメント
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
4... ギャラリー
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
5... キャプション
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
6... フォーム
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

label {
    width: 100%;
}

/*--------------------------------------------------------------
7... ログインページ
--------------------------------------------------------------*/

#login {
    padding: 4% 0 0;
}
.login {
    background: #f1f1f1;
}
.login h1 a {
    width: 100%;
    height: 90px;
    background-image: url(login-logo.png);
    background-size: auto 100%;
}

/*--------------------------------------------------------------
8... ヘッダー
--------------------------------------------------------------*/

.hd-inner {
    padding: 1rem 0;
}

.hd-description {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.hd-title {
    margin: 0;
    text-align: left;
}

.hd-description {
    font-size: 0.9rem;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    letter-spacing: 1px;
    margin: 0 0 0.5rem;
    line-height: 1;
}

.hd-title a {
    display: inline-block;
}

.hd-contact {
    text-align: right;
    font-size: 0.9rem;
}

.hd-contact a {
    display: block;
    margin: 1rem 0 0;
}

.hd-contact * {
    float: right;
}


/*--------------------------------------------------------------
9... グローバルナビ
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
    width: 100%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    text-align: center;
    padding: 1rem 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.menu-toggle {
	display: none;
}

.main-navigation.toggled ul {
	display: block;
}

/*--------------------------------------------------------------
10... ページネーション
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*投稿ページページネーション*/

.post-navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%;
}

.post-navigation .nav-previous {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
11... パンくずリスト
--------------------------------------------------------------*/

.breadcrumb {
    background: none;
    color: #999;
    font-size: 0.85rem;
    width: 100%;
}

.breadcrumb a {
    background: none;
    color: #999;
}

.breadcrumb a:hover {
    color: #333;
    text-decoration: none;
}

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

.widget {
	margin: 0 0 1rem;
}

.widget select {
	max-width: 100%;
}

#secondary .menu li:first-child a { /*サイドバーメニュー*/
    border-top: 1px solid #9d9d9e;
}

#secondary .menu a {
    border-bottom: 1px solid #9d9d9e;
    padding: 1rem 0 1rem 2rem;
    display: block;
}

#secondary .menu a i {
    margin: 0 0.5rem 0 0;
    text-align: center;
    width: 13px;
}

#secondary h2 {
    background: #aaa;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    padding: 1rem 0;
}

.widget_categories h2::before,
.widget_archive h2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    font-weight: bold;
    margin-right: 0.5rem;
}

.widget_categories h2::before {
    content: "\f303";
}

.widget_archive h2::before {
    content: "\f017";
    font-weight: normal;
}

#secondary .widget_categories ul,
#secondary .widget_archive ul {
    padding: 1rem 0 1rem 2rem;
    border-bottom: 1px solid #c8c9ca;
}

#secondary .widget_categories li,
#secondary .widget_archive li {
    color: #999;
    padding: 0.3rem 0;
}

#secondary .widget_categories li a,
#secondary .widget_archive li a {
    color: #999;
}

#secondary .widget_categories li a:hover,
#secondary .widget_archive li a:hover {
    color: #333;
}

#secondary .widget_categories li a:before,
#secondary .widget_archive li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.5rem;
}

#secondary .so-widget-sow-button {
    margin-top: 0;
}

/*サイドバー_投稿ループ*/

#secondary .title {
    margin: 0.5rem 0;
}

#secondary .title a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
}

/*--------------------------------------------------------------
13... フッター
--------------------------------------------------------------*/

footer i {
    margin-right: 0.3rem;
}

footer .ft-inner {
    padding: 3rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer section {
    width: 25%;
    padding: 0 1rem;
}

footer section p {
    margin: 0;
}

footer section:first-child {
    width: 50%;
}

footer section:first-child .ft-description {
    display: block;
    font-size: 0.8rem;
    font-family: "kozuka-gothic-pr6n",sans-serif;
    letter-spacing: 1px;
    margin: 0 0 0.5rem;
    line-height: 1;
}

footer section:first-child img {
    margin: 0 0 1rem;
}

footer section:first-child .ft-btn {
    text-align: center;
    padding: 1rem 2rem;
    margin: 1rem 0 0;
    display: inline-block;
}

footer h2 {
    font-size: 1.1rem;
    border-bottom: 1px solid;
    font-family: "kozuka-mincho-pr6n",serif;
    letter-spacing: 5px;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
}

footer .title a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
}

footer .title {
    margin: 0.5rem 0;
}

footer small {
    text-align: center;
    display: block;
    padding: 1rem 0;
}


/*--------------------------------------------------------------
14... ページビルダー調整
--------------------------------------------------------------*/

/*ページビルダー調整*/
.page #pg-2-0, .page #pg-2-1, .page #pg-2-2, .page #pg-2-3, .page #pg-2-4, .page #pl-2 .page .so-panel {
    margin-bottom: 0;
}

#pg-2-1.panel-no-style,
#pg-2-1.panel-has-style > .panel-row-style,
#pg-2-2.panel-no-style,
#pg-2-2.panel-has-style > .panel-row-style,
#pg-2-3.panel-no-style,
#pg-2-3.panel-has-style > .panel-row-style,
#pg-2-4.panel-no-style,
#pg-2-4.panel-has-style > .panel-row-style,
#pg-2-5.panel-no-style,
#pg-2-5.panel-has-style > .panel-row-style,
#pg-2-6.panel-no-style,
#pg-2-6.panel-has-style > .panel-row-style,
#pg-2-7.panel-no-style,
#pg-2-7.panel-has-style > .panel-row-style,
#pg-2-8.panel-no-style,
#pg-2-8.panel-has-style > .panel-row-style,
#pg-2-9.panel-no-style,
#pg-2-9.panel-has-style > .panel-row-style {
    padding: 5rem 0;
}

.so-widget-sow-slider {
    max-width: 1200px;
    margin: 0 auto;
}

.so-widget-sow-button {
    margin-top: 5rem;
}

@media screen and (max-width: 767px) {
    .so-widget-sow-button {
        margin: 3rem 1rem 0;
    }
}

/*--------------------------------------------------------------
15... 投稿ページ
--------------------------------------------------------------*/

.single article {
    padding: 0 0 3rem;
    margin: 0 0 3rem;
    border-bottom: 1px solid #aaa;
}

.single h1 {
    text-align: left;
    margin: 0 0 0.5rem;
    padding: 1rem;
}

.nav-links div a {
    display: inline-block;
    padding: 0.8rem 2rem;
    font-size: 0.9rem;
}

.nav-links div a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
16... アーカイブページ/検索結果ページ
--------------------------------------------------------------*/

.archive article,
.search article {
    padding: 2rem 0;
    border-bottom: 1px solid #aaa;
}

.archive article a,
.search article a {
    margin: 0;
}

.archive article a:hover,
.search article a:hover {
    text-decoration: none;
}

.archiv-eyecatch,
.search-eyecatch {
    height: 140px;
    overflow: hidden;
    position: relative;
}

.archiv-eyecatch img,
.search-eyecatch img {
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.archive .site-content h2,
.search .site-content h2 {
    font-weight: bold;
    font-size: 1.3rem;
}

.archive .date,
.search .date {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 4rem 0 0;
}

.page-numbers li a,
.page-numbers li span {
    padding: 1rem;
    margin: 0 0.3rem;
    display: inline-block;
}

.page-numbers li span,
.page-numbers li a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
17... 404ページ
--------------------------------------------------------------*/

.error404 h1 {
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-weight: bold;
    margin: 3rem 0;
    text-align: left;
    font-size: 2rem;
}

.error404 h2 {
    font-family: "kozuka-gothic-pr6n",sans-serif;
    font-weight: bold;
    margin: 1rem 0;
    text-align: left;
    font-size: 1.5rem;
}

/*--------------------------------------------------------------
18... フォント
--------------------------------------------------------------*/
html, body {
	font-size: 13px;
	font-family: "kozuka-gothic-pr6n",sans-serif;
}

a {
	background-color: transparent;
}

a:active,
a:visited,
a:hover {
    color: unset;
	outline: 0;
    text-decoration: none;
}

h1 {
	font-size: 2rem;
	margin: 2rem auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0 0 1.3rem;
}

.attention {
    color: #ff2929;
    font-size: 0.8rem;
    display: block;
}


/*--------------------------------------------------------------
19... 見出し
--------------------------------------------------------------*/

.home .site-content h2,
h1 {
    color: #51483a;
    text-align: center;
    font-family: "kozuka-mincho-pr6n",serif;
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin: 0 0 5rem;
}

.home .site-content h2 span,
h1 span {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 5px;
    margin: 0.5rem 0 0;
}

h3 {
    font-size: 1.5rem;
}

/*--------------------------------------------------------------
20... hover
--------------------------------------------------------------*/

.site-header .hd-inner a,
#secondary .widget_sow-image a,
#secondary .widget_sow-button a,
#secondary .title a,
.archive article a,
footer .title a {
    transition: all 0.5s ease;
}

.site-header .hd-inner a:hover,
#secondary .widget_sow-image a:hover,
#secondary .widget_sow-button a:hover,
#secondary .title a:hover,
.archive article a:hover {
    opacity: 0.6;
}

footer .title a:hover:before,
#secondary .title a:hover:before {
    color: #00a39f;
}

/*--------------------------------------------------------------
21... レスポンシブ
--------------------------------------------------------------*/

@media screen and (max-width: 767px) { /*col-sm-*/

a:hover {
      opacity: 1;
}

.site-content {
    padding: 0;
    margin: 0;
}

.home #primary,
.page #primary {
    padding: 0;
}

.single #primary,
.archive #primary,
.search #primary,
.error404 #primary {
    padding: 0 1rem;
} 

#primary .panel-layout .panel-grid-cell {
    padding: 0 1rem;
}

#primary .panel-layout .panel-grid-cell .panel-grid-cell {
    padding: 0;
}

.home.page .site-content #primary h2,
h1 {
    margin: 0 1rem 5rem;
}

/*ヘッダー*/

.hd-title {
    width: 79%;
    padding: 0 2% 0.5rem;
    border-left: 1px solid #ddd;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: end;
    justify-content: end;
}

.hd-description {
    font-size: 0.7rem;
    margin-left: 1rem;
    line-height: 1rem;
}

.hd-contact {
    font-size: 0.7rem;
}


/*サイドバー*/

#secondary {
    padding: 1rem;
    margin: 3rem 0 0;
    background: #eafbf7;
}

#secondary .menu li:first-child a {
    border-top: 0;
}

#secondary .menu li:last-child a {
    border-bottom: 0;
}

#secondary .widget_sow-image img {
    margin: 0 auto;
}

#secondary .title a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
}

#secondary .title {
    margin: 0.5rem 0;
}

/*アーカイブ*/

.archiv-eyecatch {
    margin: 0 0 1rem;
    height: 180px;
}

/*フッター*/

footer .ft-inner {
    display: block;
}

footer section,
footer section:first-child {
    width: 100%;
    padding: 0;
}

footer .widget {
    margin: 0 0 3rem;
}

/*テーブル*/

table {
	border: 1px solid #ccc;
	margin: 10px auto;
	width: 100%;
}

table th {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	border-right: 0;
	color: #333;
	height: auto;
	line-height: 150%;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
}

table td {
	border-bottom: 1px solid #ccc;
	height: auto;
	line-height: 150%;
	padding: 5px 10px;
}

table th,
table td {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

/*フォーム*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    width: 100%;
}


}


@media screen and (max-width: 575px) { /*ヘッダー調整*/

/*ヘッダー*/

.hd-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#nav-btn {
    width: 17%;
    padding: 0;
    margin: 0 2% 0.5rem;
    border: 0;
}

#nav-btn i {
    font-size: 1rem;
    margin: 0;
}

#nav-btn span {
    display: block;
    margin: 0.5rem 0 0;
}


.hd-contact {
    clear: both;
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.hd-contact * {
    float: unset;
}

.hd-contact img {
    text-align: center;
}


/*グローバルメニュー*/

.on_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
}
.is_active .on_wrap {
    left: 220px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.35);
}

.l_nav {
    width: 220px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -220px;
    z-index: 1000;
    -webkit-transition: .3s;
    transition: .3s;
}
.is_active .l_nav {
    height: 100%;
    left: 0;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-toggle {
	display: block;
}

.main-navigation ul {
    display: block;
}


} /*閉じタグ*/

/*--------------------------------------------------------------
22... サイト独自css
--------------------------------------------------------------*/

#ut-clm-3-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#ut-clm-3-1 article {
    margin: 0 1rem;
    width: 100%;
    max-width: 170px;
    position: relative;
}

#ut-clm-3-1 article a {
    transition: all 0.5s ease;    
}

#ut-clm-3-1 article a:hover {
    opacity: 0.6;
}

#ut-clm-3-1 .loop-eyecatch {
    height: 170px;
    width: 170px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 50%;
}

#ut-clm-3-1 .loop-eyecatch img {
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ut-clm-3-1 .loop-text .entry-content {
    margin: 1rem 0 0;
}

#ut-clm-3-1 .loop-text .title,
#ut-clm-3-1 .loop-text .date {
    display: none;
}

#ut-clm-3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

#ut-clm-3-2 article {
    margin: 0 1rem;
    width: 100%;
    max-width: 240px;
    height: 350px;
    position: relative;
}

#ut-clm-3-2 a {
    display: block;
    height: 100%;
}

#ut-clm-3-2 .loop-text {
    position: relative;
    background: rgba(2,76,70,0.4);
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 140px 2rem 0;
    transition: all 0.5s ease;
}

#ut-clm-3-2 .loop-text:hover {
    background: rgba(2,76,70,0.2);
}

#ut-clm-3-2 .loop-eyecatch {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    display: block;
}

#ut-clm-3-2 .date,
#ut-clm-3-2 .entry-content {
    display: none;
}

#ut-clm-3-2 .loop-eyecatch img {
     width: auto;
     height: auto;
     min-width: 100%;
     max-width: unset;
     min-height: 100%;
     position: absolute;
     margin: 0;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

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

    #ut-clm-3-2 {
        display: block;
    }
    
    #ut-clm-3-2 article {
        width: 65%;
        height: 250px;
        max-width: unset;
        margin: 0 auto 2rem;
    }

    #ut-clm-3-2 .loop-text {
        padding: 100px 2rem 0;
    }

    #ut-clm-3-2 .loop-eyecatch img {
        width: 100%;
    }
}

#ut-clm-3-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ut-clm-3-5 article {
    width: 30%;
    border: 5px solid #fff;
    position: relative;
    background: #fff;
    margin: 0 0 3rem;
}

#ut-clm-3-5 article a {
    transition: all 0.5s ease;    
}

#ut-clm-3-5 article a:hover {
    opacity: 0.6;
}

#ut-clm-3-5 .loop-eyecatch {
    height: 220px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

#ut-clm-3-5 .loop-eyecatch img {
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ut-clm-3-5 .loop-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#ut-clm-3-5 .entry-content {
    margin: 0 0 0.3rem;
}

#ut-clm-3-5 .date {
    color: #aaa;
    font-size: 0.9rem;
    order: -1;
    margin: 0.5rem 0 0;
}

#ut-clm-3-5 .date i {
    display: none;
}

#ut-clm-3-5 .title {
    font-weight: bold;
    font-size: 1.1rem;
}

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

    #ut-clm-3-5 article {
        width: 48%;
    }
    
    #ut-clm-3-5 .loop-eyecatch {
        height: 110px;
    }
}

#ut-clm-4-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ut-clm-4-1 article {
    width: 25%;
    border: 1px solid #fff;
    position: relative;
}

#ut-clm-4-1 article a {
    transition: all 0.5s ease;    
}

#ut-clm-4-1 article a:hover {
    opacity: 0.6;
}

#ut-clm-4-1 .date {
    position: absolute;
    background: #c7eada;
    color: #00a39f;
    text-align: center;
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.3rem 1rem;
    top: 0;
    left: 0;
}

#ut-clm-4-1 .loop-eyecatch {
    height: 220px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

#ut-clm-4-1 .loop-eyecatch img {
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ut-clm-4-1 .loop-text {
    padding: 1rem;
    text-align: justify;
    background: #f7f7f7;
}

#ut-clm-4-1 .title {
    font-size: 1.1rem;
    margin: 0 0 1rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

    #ut-clm-4-1 {
        margin: 0 auto;
    }

    #ut-clm-4-1 article {
        width: 50vw;
    }
    
    #ut-clm-4-1 .loop-eyecatch {
        height: 170px;
    }

}

#ut-clm-5-2 article {
    margin: 1rem 0;
}

#ut-clm-5-2 .loop-eyecatch,
#ut-clm-5-2 .loop-text .entry-content {
    display: none;
}

#ut-clm-5-2 .loop-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#ut-clm-5-2 .title {
    font-weight: bold;
    font-size: 1.1rem;
}

#ut-clm-5-2 .date {
    order: -1;
    margin: 0 1rem 0 0;
}

#ut-clm-5-2 .date i {
    display: none;
}

#ut-clm-5-4 article {
    width: 49%;
    float: right;
    height: 100px;
    background: #fff;
    margin: 0.5%;
    border: 5px solid #fff;
}

#ut-clm-5-4 a {
    transition: all 0.5s ease;
}

#ut-clm-5-4 a:hover {
    opacity: 0.7;
}

#ut-clm-5-4 .entry-content {
    display: none;
}

#ut-clm-5-4 .date {
    color: #00a39f;
    margin: 0 0 1rem;
    font-size: 0.9rem;
}

#ut-clm-5-4 article:first-child {
    float: left;
    height: 430px;
}

#ut-clm-5-4 article:first-child .loop-eyecatch {
    width: 100%;
    height: 325px;
    margin: 0 0 1rem;
}

#ut-clm-5-4 article:first-child .loop-text {
    width: 100%;
    float: none;
}

#ut-clm-5-4 article:first-child span a {
    height: auto;
    margin: 0;
}

#ut-clm-5-4 .loop-eyecatch {
    height: 100%;
    display: inline-block;
    width: 30%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 3% 0 0;
}

#ut-clm-5-4 .loop-eyecatch img {
    height: auto;
    width: 100%;
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ut-clm-5-4 .loop-text {
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    float: right;
}

#ut-clm-5-4 .loop-text .title {
    display: block;
    border: 0;
    height: auto;
    margin: 0;
    float: none;
    width: 100%;
}

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

    #ut-clm-5-4 article:first-child {
        float: none;
        margin: 1rem auto;
    }

    #ut-clm-5-4 article {
        width: 100%;
        float: none;
        margin: 1rem auto;
    }

}



/*ここにID毎のレイアウト*/