/*
Theme Name: Twenty Sixteen_cst
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 102.6
Tested up to: 5.9
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1100px
 */

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

/* https://fonts.google.com/ */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* font-family: 'Roboto Condensed', sans-serif; */

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

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	/*font-family: sans-serif;*/
	/*-webkit-text-size-adjust: 100%;*/
	/*-ms-text-size-adjust: 100%;*/
}

body {
	margin: 0;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

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;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	/*color: #1a1a1a;*/
	/*font-family: Merriweather, Georgia, serif;*/
	/*font-size: 16px;*/
	/*font-size: 1rem;*/
	/*line-height: 1.75;*/
}

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

p {
	margin: 0 0 1.75em;
}

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

body {
	background: none;
	/*background: #1a1a1a;*/
	/* Fallback for when there is no custom background color defined. */
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	margin: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	padding-left:10px;
	position: relative;
	text-align:left;
	border-top: 1px solid #d1d1d1;
}
.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}
.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
	display: block;
}
.main-navigation ul .toggled-on {
	display: block;
}
.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}
.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}
.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}
.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}
.dropdown-toggle:focus:after {
	border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
	content: "\f432";
}
.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	margin: 0 7.6923% 3.5em;
}
.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.post-navigation .post-title {
	display: inline;
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}
.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}
.pagination {
	border-top: 4px solid #1a1a1a;
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}
.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}
.pagination:before {
	right: 0;
}
.pagination:after {
	right: 54px;
}
.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}
.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}
.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}
.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}
.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}
.pagination .current {
	display: inline-block;
	font-weight: 700;
}
.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}
.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}
.pagination .prev {
	right: 54px;
}
.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}
.pagination .next {
	right: 0;
}
.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}
.image-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	/*font-family: "Open Sans", sans-serif;*/
}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-summary:before,
.entry-summary:after,
.primary-menu:before,
.primary-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}
.clear:after,
blockquote:after,
.entry-summary:after,
.primary-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

/**
 * 11.0 - Content
 */

.site {
    margin: 0;
	/*background-color: #fff;*/
	/*border:1px solid blue;*/
}
.site-inner {
	position: relative;
}
.site-content {
		overflow: hidden;
}

/**
 * 11.1 - Header
 */

.site-header {
	padding: 0;
	/*border:1px solid red;*/
}
.site-header-main {
	width:100%;
	text-align:center;
	/*border:1px solid blue;*/
}
.site-branding a {
	display:block;
	margin:0 auto;
	width:300px;
	/*height:50px;*/
	/*border:10px solid red;*/
	/*z-index:9999999;*/
}
.site-title {
	margin: 5px 0 0 0;
}
.menu-toggle {
	position: absolute;
	top:0;
	right:10px;
	height:44px;
	/*border: 10px solid #blue;*/
	border: none;
	background:#fff;
	color: #000;
	margin: 0;
}
.menu-toggle::before {
	margin: 0;
	padding: 0px 6px;
	font-size: 24px;
	font-family: "FontAwesome";
	content: "\f0c9";
}
.no-js .menu-toggle {
	display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
	/*background-color: #000;*/
	/*border-color: #000;*/
	/*color: #fff;*/
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	/*background-color: #000;*/
	/*border-color: #000;*/
	/*color: #fff;*/
}
.menu-toggle.toggled-on::before {
	/*font-weight: 900;*/
	font-family: "FontAwesome";
	content: "\f00d";
}
.menu-toggle:focus {
	outline: 0;
}
.menu-toggle.toggled-on:focus {
	/*outline: thin dotted;*/
}
.header-image {
	clear: both;
	margin: 0.875em 0;
}
.header-image a {
	display: block;
}
.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}


/**
 * 11.2 - Posts and pages
 */

.entry-content h1,
.entry-summary h1,
.textwidget h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:160%;
}
.entry-content h2,
.entry-summary h2,
.textwidget h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size:140%;
}
.entry-content h3,
.entry-summary h3,
.textwidget h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:130%;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size:100%;
}
.entry-content h4,
.entry-summary h4,
.textwidget h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size:120%;
}
.entry-content h6,
.entry-summary h6,
.textwidget h6 {
	/*font-style: italic;*/
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 700;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.top-ttl {
	margin:24px auto 0 auto;
	padding:0;
	height:170px;
	text-indent:-9999px;
	background: url("/jp/wp-content/uploads/2022/04/com_img01.png") center center no-repeat;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}

/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}
.widecolumn .mu_register {
	width: auto;
}
.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}
.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}
.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}
.widecolumn p {
	margin: 1.75em 0;
}
.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}
.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}
.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
	font-weight: 400;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}
.widecolumn .mu_register #blogname {
	margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}
.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.content-area {
	padding:0px 10px;
}

.site-main {
	margin: 0 auto;
	/*padding:10px 10px;*/
	width:100%;
	max-width: 1100px;
}

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

.bnr-dot-bg1 {
	background: url("/img/top_back01.png") center bottom repeat-x;
}

.slider-box {
	position: relative;
	padding-bottom:30px;
	/*background:#ffe5e6;*/
	width:100%;
	overflow: hidden;
	/*border:1px solid red;*/
}
.bnr-logo {
	position:absolute;
	bottom:10px;
	/*left:calc((100% - 1050px) / 2);*/
	left:0;
	right:0;
	margin:auto;
	/*width:33%;*/
	/*max-width:140px;*/
}
.slider {
  opacity: 0;
  transition: opacity .25s ease;
	/*border:1px solid red;*/
}
.slider.slick-initialized {
  opacity: 1;
}
.slider div img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*height: 450px;*/
	/*background: #fff;*/
}
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
img.prev-arrow,
img.next-arrow {
	width:70px;
}
.slide-arrow {
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.prev-arrow {
	z-index: 1000;
	left: calc((100% - 1070px) / 2);
}
.next-arrow {
	right: calc((100% - 1070px) / 2);
}

.slick-prev:before,
.slick-next:before {
	/*color:#e06486;*/
	/*opacity: 1;*/
	/*font-size: 70px;*/
}
.slick-prev {
    /*z-index: 1000;*/
    /*left: calc((100% - 1070px) / 2);*/
}
.slick-next {
    /*z-index: 1000;*/
    /*right: 50px;*/
    /*right: calc((100% - 970px) / 2);*/
}


#info-box {
}
.info-item {
	margin: 0px auto 0px auto;
	width: calc(100% - 20px);
}
#info-tbl {
	/*clear: both;*/
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color:#000;
	font-size: 90%;
	line-height:1.5;
}
#info-tbl th,
#info-tbl td {
	display:block;
	width:100%;
	height:auto;
}
#info-tbl a {
	color:#000;
	text-decoration:none;
}
#info-ttl {
	display:inline-block;
	margin: 5px auto 10px auto;
	padding: 3px 10px 3px 10px;
	font-size: 120%;
	letter-spacing:0.2em;
	color:#e06486;
	border:1px solid #e06486;
	border-width:2px 0 2px 0;
}
#info-tbl .info-date {
}

#info-tbl h2 {
	display:inline-block;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	font-size: 100%;
	font-weight:normal;
}
#info-tbl h2 a {
}
.info-date {
	display:inline-block;
	/*margin-bottom:7px;*/
	/*font-size:80%;*/
	color:#000;
}
.info-img {
	display:block;
	margin:10px 0;
	/*width: 300px;*/
	/*height: 300px;*/
	object-fit: contain;
}
#info-more {
	margin: 5px 0 0px 0;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-size:80%;
	box-sizing: border-box;
	text-align:right;
}
#info-tbl td .scroll {
	height:195px;
	overflow-y:scroll;
}
#info-more a {
	color:#000;
}

.round-box-orange a {
	position: relative;
	display: block;
	margin: 5px auto;
	padding:10px 0 0px 0;
	text-align:center;
	width: 100%;
	max-width: 300px;
	height: 34px;
	font-size:14px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background:#f8931f;
	border-radius :17px;
}
.round-box-green a {
	position: relative;
	display: block;
	margin: 5px auto;
	padding:12px 0 0px 0;
	text-align:center;
	width: 100%;
	max-width: 600px;
	height: 42px;
	font-size:18px;
	line-height:1;
	color:#fff;
	background:#8cc63c;
	border-radius :22px;
}
.round-box-blue a {
	position: relative;
	display: block;
	margin: 5px auto;
	padding:12px 0 0px 0;
	text-align:center;
	width: 100%;
	max-width: 600px;
	height: 42px;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background:#008ce4;
	border-radius :22px;
}
.stickarrow {
}
.fa-chevron-right {
	display:none;
}

.acc-index {
	display:block;
	width:100%;
	text-align:center;
}
.acc-img {
	margin:0 auto 10px auto;
	/*width:80%;*/
}
.acc-sub {
	margin:0 auto 5px auto;
}
.acc-main {
	margin:0 auto 10px auto;
}
.acc-address {
	margin:0 auto 20px auto;
	line-height:1.3;
}
.acc-yu {
	display:block;
}
.acc-info {
	margin:0 auto 5px auto;
	font-size:130%;
}
.acc-tel {
	margin:0 auto 5px auto;
	padding:7px 0 7px 0;
	border:1px solid #000;
	border-width:1px 0 1px 0;
}
.acc-fax {
	margin:0 auto 20px auto;
	padding:0px 0 5px 0;
	border-bottom:1px solid #000;
}

.acc-map iframe {
	display:block;
	margin:20px auto 20px auto;
	width: 100%;
	height: 500px;
}

.g-map iframe {
	display:block;
	width: 100%;
	height: 300px;
}

.site-footer {
	padding:10px 0;
	text-align:center;
	color:#fff;
	background:#ff9ba1;
}
.footer-menu-box {
	display:none;
}

.site-footer .site-info a {
	color:#fff;
}

.index-msg-tbl {
	margin:0 auto 40px auto;
	width:100%;
	max-width:1000px;
}
.index-msg-tbl th {
	width:18%;
}
.index-msg-tbl td {
	text-align:center;
}
.index-msg-tbl td h2 {
	margin:0px 0 10px 0;
	color:#e06486;
}

h2.grid2-ttl {
	margin:0px 0 0px 0;
	text-align:center;
}

.index-grid {
	margin:0 auto 20px auto;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	width:100%;
	max-width:1000px;
}

/* for IE11 only */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .index-item {
		display:inline-block;
		margin:0 10px 20px 10px;
	}
	*::-ms-backdrop, .index-msg-tbl th img {
		width:180px;
	}
}

.topbg-repeat01 {
	display:none;
}
.index-zaien {
	display:block;
	margin:0px auto 20px auto;
	padding:20px 0;
	height:auto;
	text-align:center;
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background: url("/img/top_back02.png") center top repeat-x;
}
.index-grid2 {
	margin:0px auto 20px auto;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	position: relative;
	z-index:100;
	width:100%;
	max-width:1000px;
}
.index-item {
	text-align:center;
}
.index-grid2 .contents-index {
	display:none;
}
.index-item img {
	max-width: 100%;
	height: auto;
}
.round-clip-22 {
	border-radius: 22px;
}

.index-boshu-bnr,
.index-boshu-tbl {
	margin:20px auto 20px auto;
	width:100%;
	max-width:870px;
	position: relative;
	z-index:10;
	background:#fff;
	border-collapse: separate;
	border-spacing: 0;
	border:2px solid #ff9aa0;
	border-radius:24px;
}
.index-boshu-bnr {
	margin:20px auto 20px auto;
	width:100%;
	border-radius:15px;
}
.index-boshu-bnr th,
.index-boshu-tbl th {
	margin:0;
	padding:0;
	width:190px;
	background:#ff9aa0;
	border-radius:18px 0 0 18px;
}
.index-boshu-bnr th {
	width:33%;
	border-radius:9px 0 0 9px;
}
.index-boshu-tbl td {
	padding:20px 20px 0 20px;
	height:150px;
}
.index-boshu-bnr td {
	padding:0px 0px 0px 0px;
	width:680px;
	height:65px;
	text-align:center;
}
.index-boshu-bnr td a {
	color:#000;
	font-size:140%;
	font-weight:bold;
}

.index-boshu-link a {
	display:block;
	color:#f7941d;
	text-align:right;
}

.index-boshu-bnr {
	display:block;
}
.index-boshu-tbl {
	display:none;
}



.boshu-tbl1 {
	margin:0 auto 0px auto;
	width:calc(100% - 40px);
}
.boshu-tbl1 th {
	width:45%;
	text-align:left;
}
.boshu-img1 {
}
.boshu-img2 {
	display:block;
	/*margin:0 auto 20px auto;*/
	margin:0 auto 20px 0;
}
.boshu-ttl1 {
	text-align:center;
}
.boshu-ttl1 b {
	margin-right:5px;
	font-size:120%;
	color:#ff9ba1;
	vertical-align:-6%;
}
.boshu-tbl2 {
	margin:0 0 0px 0;
	width:100%;
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.boshu-tbl2 th {
	padding:30px 30px;
	color:#fff;
	background:#ff9ba1;
}
.boshu-tbl2 td {
	padding:30px 30px;
	background:#fff4ee;
	line-height:2;
}



.gaiyou-tbl1 {
	margin:0 auto 40px auto;
	width:calc(100% - 40px);
}
.gaiyou-tbl1 th {
	width:45%;
	text-align:left;
}
.gaiyou-img1 {
}
.gaiyou-img2 {
	display:block;
	margin:0 auto 20px auto;
}
.gaiyou-tbl2 {
	margin:0 0 0px 0;
	width:100%;
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.gaiyou-tbl2 th {
	padding:20px 30px;
	color:#fff;
	background:#ff9ba1;
}
.gaiyou-tbl2 td {
	padding:20px 30px;
	background:#fff4ee;
	line-height:2;
}
.gaiyou-tbl2-in {
	margin-right:40px;
	display:inline-block;
}


.shisetsu-tbl {
	margin:0 auto 20px auto;
}
.shisetsu-tbl th {
	width:33%;
}
.shisetsu-photo {
}
.shisetsu-photo img {
	display:inline-block;
	margin:0 20px 20px 0;
}
.shisetsu-photo img.end {
	margin:0 0 20px 0;
}
.shisetsu-msg-tbl {
	margin:0 auto 0px auto;
}
.shisetsu-msg-tbl th {
	padding:0 20px;
}



.kagai-tbl1 {
	margin:0 auto 20px auto;
	width:100%;
}
.kagai-tbl1 th {
	width:20%;
}
.kagai-h3 {
	margin:0 0 20px 0;
	text-align:center;
}
.kagai-tbl2 {
	margin:0 0 30px 0;
	width:100%;
	/*border:1px solid red;*/
}
.kagai-tbl2 th {
	width:calc((100% -40px) / 2 );
	font-weight:normal;
	/*border:1px solid yellow;*/
}
.kagai-sp {
	width:40px;
}
.kagai-tbl3 {
	width:100%;
}
.kagai-tbl3 {
	/*width:100%;*/
	width:490px;
	border-collapse: separate;
	border-spacing: 7px 7px;
	/*border:1px solid red;*/
}
.kagai-tbl3 th {
	width:6em;
	padding:10px 10px;
	color:#fff;
	background:#ff9ba1;
	/*border:1px solid yellow;*/
}
.kagai-tbl3 td {
	padding:10px 10px;
	background:#fff4ee;
	line-height:1;
}
.kagai-tbl4 {
	margin:0 0 10px 0;
	width:100%;
}
.kagai-tbl4 th {
	font-weight:normal;
}



.access-tbl1 {
	margin:0 auto 20px auto;
	/*width:100%;*/
}
.access-tbl1 th {
padding:0 20px;
	width:200px;
}
.access-tbl1 td {
	text-align:center;
}
.access-sub {
	margin:0 auto 0px auto;
	font-size:80%;
}
.access-main {
	margin:0 auto 0px auto;
	font-size:200%;
}
.access-address {
	margin:0 auto 5px auto;
	font-size:100%;
}
.access-yu {
	display:block;
}
.access-tel {
	margin:0 auto 0px auto;
	font-size:100%;
}
.access-tbl2 {
	width:100%;
}
.access-tbl2 th {
	width:150px;
}
.access-tbl2 td {
	line-height:2;
	text-align:left;
}
.access-map iframe {
	display:block;
	margin:20px auto 20px auto;
	width: 100%;
	height: 500px;
}
.dot-line {
	display:block;
	margin:0px 0 10px 0;
	height:10px;
	border-bottom: 1px dotted;
}



.birth-tbl1 {
	margin-top:40px;
	width:100%;
}
.birth-tbl1 th {
	width:25%;
	padding:0 10px;
}
.birth-tbl1 td {
	text-align:center;
}
.birth-h2 {
	text-align:center;
}
.birth-pink {
	color:#ff91a5;
}
.birth-com {
	margin:0 auto 10px auto;
	text-align:center;
	font-size:90%;
}
.birth-photo {
	width:100%;
}
.birth-photo img {
	display: inline-block!important;
	margin: 0px auto 0px auto;
	padding:0 5px 12px 5px;
	width:calc((100% - 20px) / 3 );
}



.event-tbl1 {
	margin-top:40px;
	width:100%;
}
.event-tbl1 th {
	width:15%;
}
.event-tbl1 td {
	text-align:center;
}
.event-h2 {
	text-align:center;
}
.event-pink {
	color:#ff91a5;
}
.event-com {
	margin:0 auto 10px auto;
	text-align:center;
	font-size:90%;
}
.event-photo {
	width:100%;
}
.event-photo img {
	display: inline-block!important;
	margin: 0px auto 0px auto;
	padding:0 5px 12px 5px;
	width:calc((100% - 20px) / 4 );
}



.houshin-img1 {
	float:right;
	margin-left:100px;
}
.houshin-img2 {
	display:block;
	margin: 0 auto 10px 0;
}
.houshin-img3 {
	float:left;
	margin-right:100px;
}
.houshin-tbl1 {
	margin:0px auto 0px auto; 
	width:100%;
	/*border:1px solid red;*/
}
.houshin-tbl1 th {
	width:340px;
}
.houshin-img10 {
	position: relative;
	/*margin:-95px auto 0px auto;*/
	margin:-75px auto 0px auto;
	text-align:center;
	z-index:30;
}
.houshin-img10 img {
	display:inline-block;
	width:190px;
}
.houshin-tbl2 {
	position: relative;
	/*margin:-95px auto 0px auto;*/
	margin:-75px auto 0px auto;
	width:100%;
	z-index:20;
}
.houshin-tbl2 th {
	width:340px;
}
ul.houshin-li {
	margin:20px auto 0px auto!important;
	list-style: none;
	width:675px;
}
ul.houshin-li li {
	padding: 20px 0 5px 0;
	border-bottom:1px solid #000;
}



.tokucho-tbl0 {
	margin:0 auto 50px auto;
	width:100%;
}
.tokucho-tbl0 th {
	width:15%;
}
.tokucho-tbl0 td {
	margin:0 auto 50px auto;
	text-align:center;
	line-height:2;
}
.tokucho-h3 {
	margin:0px 0px 0px 30px;
	position: relative;
	z-index:30;
}
.tokucho-tbl1 {
	position: relative;
	margin:-30px auto 50px auto;
	width:100%;
	z-index:20;
}
.tokucho-tbl1 th {
	width:60%;
	vertical-align:top;
}
.tokucho-img2 {
	margin-top:10px;
}
.tokucho-h2 {
	text-align:center;
}
.tokucho-tbl2 {
	margin:0 auto 0px auto;
	width:100%;
}
.tokucho-tbl2 th {
	width:30%;
}
.tokucho-tbl2 td {
	text-align:center;
}

.tokucho-bg {
	position: relative;
	width: 100vw;
	height:500px;
	left: 50%;
	transform: translateX(-50%);
	background: url("/img/03_img09.png") center center no-repeat;
}

.tokucho-tbl3 {
	margin:0 auto 50px auto;
	width:100%;
	/*background: #fff;*/
}
.tokucho-tbl3 th {
	padding:25px 0; 
	width:200px;
	border-bottom:1px solid #ccc;
}
.tokucho-tbl3 td {
	padding:25px 0; 
	border-bottom:1px solid #ccc;
}
.tokucho-1em {
	font-weight:bold;
	margin-left:-1.2em;
	margin-bottom:7px;
}

.download-tbl1 {
	width:100%;
}
.download-tbl1 th {
	width:15%;
}
.download-tbl1 td {
	text-align:center;
}
.download-btn {
	margin:40px 0 20px 0;
	width:100%;
	text-align:center;
}
.download-btn img{
	margin-right:40px;
	vertical-align:middle;
}
.download-btn .fa-caret-square-o-right {
	margin-right:40px;
	color:#fc6d98;
}
.download-btn a {
	display:inline-block;
	width:400px;
	padding:10px;
	font-size:160%;
	color:#000;
	font-weight:bold;
	border:3px solid #fc6d98;
	border-radius:15px;
}



.calendar-tbl1 {
	width:100%;
}
.calendar-tbl1 th {
	width:25%;
}
.calendar-tbl1 td {
	text-align:center;
}
.calendar-hanrei {
	margin-top:15px;
}

.calendar-tbl2 {
	width:100%;
}
.calendar-tbl2 th {
	width:25%;
	text-align:left;
	vertical-align: bottom;
}
.calendar-tbl2 td {
	text-align:center;
	font-size:240%;
	font-weight:bold;
}
.calendar-tbl3 {
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
}
.calendar-tbl3 tr {
}
.calendar-tbl3 th {
	color:#fff;
	background:#808080;
	border:1px solid #999;
}
.calendar-tbl3 th.calendar-sun {
	background:#ff6f64;
}
.calendar-tbl3 th.calendar-sat {
	background:#2c90cb;
}
.calendar-tbl3 tr.calendar-tr {
}
.calendar-tbl3 td {
	padding:2px 0 0 2px;
	vertical-align:top;
	height:150px;
	background:#fff;
	border:1px solid #999;
}
.calendar-day {
	font-size:130%;
	font-weight:bold;
}
.calendar-day-gray {
	font-size:130%;
	font-weight:bold;
	color:#999;
}
.calendar-tbl3 td.calendar-day-sun {
	color:#ff6f64;
	background:#fff4ee;
}
.calendar-tbl3 td.calendar-day-sat {
	color:#2c90cd;
	background:#fff4ee;
}
.calendar-tbl3 td.calendar-day-hol {
	background:#fff4ee;
}
.calendar-gray {
	color:#999;
}
.calendar-pink {
	color:#ff91a5;
}
.calendar-kouen {
	color:#fea5b9;
}
.calendar-nencho {
	color:#0079c4;
}
.calendar-nenchu {
	color:#70bb2d;
}
.calendar-nensho {
	color:#f7941f;
}
.calendar-day-gray b,
.calendar-day b {
	display:none;
}


.azukari-tbl1 {
	margin:0 auto 40px auto;
	width:calc(100% - 40px);
}
.azukari-tbl1 th {
	padding-right:50px;
	width:40%;
	vertical-align:top;
}
.azukari-tbl1 th.azukari-right {
	padding-right:0px;
	padding-left:40px;
	width:30%;
}
.azukari-tbl2 {
	margin:0 0 0px 0;
	width:100%;
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.azukari-tbl2 th {
	padding:20px 30px;
	color:#fff;
	background:#ff9ba1;
}
.azukari-tbl2 td {
	padding:20px 30px;
	background:#fff4ee;
	line-height:2;
}

.scroll-table {
  overflow-x: scroll;
  width: 70vw;
}
.sc-com {
	margin:-5px 0 10px 0;
	font-size:80%;
}

.azukari-table-in {
	margin:10px 0 10px 0;
	border-collapse: separate;
	border-spacing: 4px 4px;
	white-space: nowrap;
}
.azukari-table-in th {
	padding:3px 15px;
	color:#000;
	background:#fff;
	font-weight:normal;
}
.azukari-table-in td {
	padding:3px 15px;
	background:#fff;
	text-align:right;
}
.azukari-round-box {
	display:inline-block;
	padding:5px 30px 5px 30px;
	height: 26px;
	font-size:16px;
	line-height:1;
	color:#fff;
	background:#fa5487;
	border-radius :13px;
}



.nenkan-msg {
	margin:0 0 20px 0;
	text-align:center;
}
.nenkan-tbl1 {
	margin:0 0 40px 0;
	width:100%;
}
.nenkan-tbl1 td {
	padding:0 20px;
}
.nenkan-box {
	display: flex;
	margin:40px 0 0px 0;
	padding:0 0 40px 0;
	border-bottom:2px solid #ccc;
}
.nenkan-item {
	width:24.5%;
	text-align:center;
}
ul.nenkan-ul,
.nenkan-item ul {
	/*margin-left:1.75em!important;*/
	margin:10px 0 0 4em!important;
}
.nenkan-item li {
	padding:3px;
	text-align:left;
	line-height:1.2;
}



.acpwd-container {
	margin:40px auto 50px auto;
	padding:20px 20px;
	width:100%;
	max-width:600px;
	text-align:center;
	background:#fff;
	border:1px solid pink;
	border-radius :10px;
}
.acpwd-info-message {
}
.acpwd-info-message strong {
	display:block;
	font-weight:normal;
}
.acpwd-form {
}
.acpwd-pass {
	padding:5px 10px;
	width:150px;
	margin-left:5px;
	margin-right:5px;
	border:1px solid #999;
}
.acpwd-submit {
	padding:5px 10px;
}
.acpwd-error-message {
	color: darkred;
}



.mono-img1 {
	float:left;
	margin-right:90px;
}
.mono-img2 {
	float:right;
	margin-left:130px;
}
.mono-img3 {
	float:left;
	margin-right:90px;
	margin-bottom:70px;
}



.hiyoko-msg {
	margin:0 0 20px 0;
	text-align:center;
	line-height:2;
}
.hiyoko-tbl1 {
	margin:0 0 0px 0;
	width:100%;
}
.hiyoko-tbl1 th {
	width:33%;
}
.hiyoko-tbl1 td {
	padding:0 20px;
	text-align:center;
}
.hiyoko-tbl2 {
	margin:0 0 20px 0;
	width:100%;
	table-layout: fixed;
}
.hiyoko-tbl2 th {
	width:calc(33% - 10px);
}
.hiyoko-tbl2 td {
	padding:0 20px;
	text-align:center;
}
img.hiyoko-photo-u  {
	position: relative;
	z-index:30;
}
img.hiyoko-photo-d  {
	margin-top:-40px;
	position: relative;
	z-index:20;
}
.hiyoko-tbl3 {
	margin:0 0 0px 0;
	width:100%;
	border-collapse: separate;
	border-spacing: 20px 10px;
}
.hiyoko-tbl3 th {
	padding:20px 30px;
	color:#fff;
	background:#ff9ba1;
}
.hiyoko-tbl3 td {
	padding:20px 30px;
	background:#fff4ee;
	line-height:2;
}


.bus-photo-box {
	position: relative;
	float:left;
	margin-right:50px;
	/*width:390px;*/
	width:465px;
	/*height:260px;*/
	height:290px;
}
.bus-img2 {
	position: absolute;
	left: 75px;
	top: 30px;
}
.bus-img1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
.bus-msg {
	margin:0px 40px 0 0;
	padding-top:120px;
}
.bus-msg img {
	margin-right:100px;
}
.bus-img3 {
	margin:0 auto 20px auto;
}
.bus-img3 img {
	display:inline-block;
}
.bus-box {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 5px;
}
.bus-box img {
}
.bus-com {
	margin:0 0 0 80px;
	line-height:1.7;
}


.column2-sub {
	float:none;
	width:auto;
	padding-top:0px;
	margin-bottom:20px;
	margin-left:20px;
}
.column2-sub a {
	color:#000;
	font-size:90%;
}
.column2-sub ul.event-ul {
	margin-top:0px;
}
.column2-sub ul.endayori-ul {
	margin-top:5px;
}
.column2-sub ul.endayori-ul li {
	padding-bottom:10px;
}
.column2-sub ul.birth-ul {
	margin-top:-1px;
}
.column2-sub ul.birth-ul li {
	padding-bottom:10px;
}



.breadcrumbs {
	margin: 5px 0;
	color:#999;
}
.breadcrumbs a {
	color:#999;
}

.inner-box {
	margin: 0 auto;
	width:100%;
	max-width: 1100px;
}

.hide-text {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.ind1 {
	padding-left: 1em;
	text-indent: -1em;
}
.ind125 {
	padding-left: 1.25em;
	text-indent: -1.25em;
}

.sp-hide {
	display:none;
}
.sp-hide-il {
	display:none;
}
.pc-hide {
	display:block;
}
.pc-hide-il {
	display:inline-block;
}

.h10 {
	display:block;
	height:10px;
}
.h20 {
	display:block;
	height:20px;
}
.h30 {
	display:block;
	height:30px;
}
.h40 {
	display:block;
	height:40px;
}
.h80 {
	display:block;
	height:80px;
}

.tc-box {
	width:100%;
	text-align:center;
}

.tl {
	text-align:left;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}

.vt {
	vertical-align:top;
}
.vc,
.vm {
	vertical-align:middle;
}
.vb {
	vertical-align:bottom;
}


/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

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

@media screen and (min-width: 710px) {
	
	.sp-hide {
		display:block;
	}
	.sp-hide-il {
		display:inline-block;
	}
	.pc-hide {
		display:none;
	}
	.pc-hide-il {
		display:none;
	}
	
	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 0;
		/*padding: 0.8125em 0.875em 0.6875em;*/
		padding: 5px;
	}
	.site-header-menu {
	}
	.header-image {
	}
	.pagination {
	}
	.post-navigation {
	}
	.post-navigation .post-title {
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	.pagination .page-numbers {
		display: inline-block;
	}
	
	.entry-content {
		margin:40px 0 60px 0;
	}
	
	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}
	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}
	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}
	.comment-author {
		margin-bottom: 0;
	}
	.comment-list .children > li {
		padding-left: 1.75em;
	}
	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}
	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}
	.round-box-orange a {
		margin: 10px auto;
		padding:12px 0 0px 0;
		height: 42px;
		font-size:18px;
		border-radius :22px;
	}
	.round-box-green a {
		margin: 10px auto;
		max-width: 300px;
	}
	.round-box-blue a {
		margin: 10px auto;
		max-width: 300px;
	}
	.stickarrow {
		position:absolute;
		top:15px;
		right:20px;
		display: inline-block;
		width: 40px;
		height: 8px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: skew(45deg);
	}
	.fa-chevron-right {
		display:inline-block;
		position:absolute;
		top:15px;
		right:20px;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
	.index-msg {
		margin:40px 0 40px 0;
		text-align:center;
		line-height:2;
	}
	.index-msg h2 {
		margin:0px 0 20px 0;
		fon-size:220%;
		color:#e06486;
	}
	
	.index-grid2,
	.index-grid {
		gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	.index-grid2 .contents-index {
		display:block;
	}
	
	.index-boshu-bnr {
		display:none;
	}
	.index-boshu-tbl {
		display:block;
	}
	
	.azukari-tbl2 th {
		width:calc(6em + 60px);
	}
	.scroll-table {
		overflow-x: scroll;
		width: 60vw;
		max-width: 500px;
  }
}

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

@media screen and (min-width: 910px) {
	.site-branding a {
		position: absolute;
		top: 0px;
		left:0;
		right:0;
		margin:auto;
	}
	.site-header-menu {
		/*float:right;*/
		display: inline-block;
		margin-top:30px;
		/*-webkit-flex: 0 1 auto;*/
		/*-ms-flex: 0 1 auto;*/
		/*flex: 0 1 auto;*/
		/*border:1px solid blue;*/
	}
	.main-navigation {
		margin: 10px -0.875em 0 -0.875em;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
		/*border:1px solid blue;*/
	}
	.main-navigation .primary-menu > li {
		float: left;
	}
	.main-navigation .primary-menu > li:nth-of-type(1) {
		margin-left:6px;
	}
	.main-navigation .primary-menu > li:nth-of-type(4) {
		margin-left:300px;
	}
	.main-navigation a {
		outline-offset: -8px;
		/*padding: 0.65625em 0.875em;*/
		padding: 8px 10px;
		white-space: nowrap;
	}
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}
	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}
	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}
	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		/* main navigation 吹き出し消す*/
		/*border-style: none;*/
		content: "";
		position: absolute;
	}
	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}
	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle {
		display: none;
	}
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	
	.footer-menu-box {
		margin: 0 auto;
		padding:  10px; /* 余白指定 */
		display: flex;	/* フレックスボックスにする */
		align-items:stretch; /* 縦の位置指定 */
		justify-content:center;
		width:100%;
		max-width: 1000px;
	}
	.footer-menu-item {
		padding: 0px;
		color:  #fff;
		margin:  20px; /* 外側の余白 */
		width: 100%;
		text-align:left;
	}
	.footer-menu-item a {
		color:  #fff;
	}
	.footer-menu-item h4 {
		margin-bottom:7px;
		padding: 5px 7px;
		border-bottom:1px solid #fff;
	}
	.footer-menu-item:nth-child(1) {
	}
	.footer-menu-item:nth-child(2) {
	}
	.footer-menu-item:nth-child(3) {
	}
	.footer-menu-item:nth-child(4) {
	}
	.footer-menu-box .sub-menu {
		margin-left:20px;
	}
	
	.bnr-logo {
		/*width:140px;*/
	}
	#info-box {
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 40px 0px;
		width: 100%;
		/*background:#ffe5e6;*/
	}
	.info-item {
		padding:20px 20px 10px 20px;
		width: 100%;
		background:#fff;
		border-radius: 20px;
	}
	#info-tbl th {
		/*display:inline-block;*/
		display:table-cell;
		vertical-align: middle;
		width: 130px!important;
	}
	#info-tbl td {
		display:table-cell;
		width: auto;
		height:110px;
	}
	#info-ttl {
		margin: 0px auto 0px auto;
	}
	#info-tbl td .scroll {
		height:110px;
	}
	.acc-index {
		float:left;
		width:45%;
		padding:0 20px;
	}
	.acc-yu {
		display:inline-block;
		margin-right:1em;
	}
	.acc-map iframe {
		display:block;
		margin:10px auto 10px auto;
		width: 100%;
		height: 300px;
	}
	.g-map iframe {
		float:right;
		width:55%;
		height: 385px;
	}
	.access-yu {
		display:inline-block;
		margin-right:1em;
	}
	.scroll-table {
		overflow-x: auto;
		width: auto;
		max-width: 650px;
  }
}

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

@media screen and (min-width: 985px) {
	
	.info-item {
		width: 960px;
	}
	
}

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

@media screen and (min-width: 1100px) {
	
	.site-content {
	}
	.content-area {
		padding:0px 0px;
	}
	.site-main {
		/*padding:0px 0px;*/
	}
	.column2-main {
		float:left;
		width:calc(100% - 280px);
		max-width: 820px;
		/*border:1px solid red;*/
	}
	.column2-sub {
		float:right;
		width:240px;
		padding-top:96px;
		/*padding-left:10px;*/
		/*border:1px solid blue;*/
	}
	.column2-sub ul {
		margin: 0;
		list-style:none;
	}
	.column2-sub ul.event-ul {
		margin-top:30px;
	}
	.column2-sub li a {
		color:#000;
	}
	
	.bnr-logo {
		left:calc((100% - 1050px) / 2);
	}
	.index-boshu-bnr,
	.index-boshu-tbl {
		margin:-80px auto 0px auto;
	}
	.index-grid {
		margin:0 auto 100px auto;
	}
	.index-grid2 {
		margin:0px auto 40px auto;
	}
	
	.topbg-box01 {
		position: relative;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		background:
		url("/img/top_back03.png") left top no-repeat,
		url("/img/top_back04.png") right bottom no-repeat;
		/*border:1px solid #000;*/
	}
	
	.index-grid2 {
		margin:-100px auto 40px auto;
	}
	
	.topbg-box02 {
		position: relative;
		margin-top:-150px;
		padding-top:150px;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		background:
		url("/img/top_back05.png") left bottom no-repeat,
		url("/img/top_back06.png") right top no-repeat;
		/*border:1px solid #000;*/
	}
	
	.topbg-repeat01 {
		display:block;
		position: relative;
		margin-top:-60px;
		padding-top:110px;
		width: 100vw;
		height:596px;
		left: 50%;
		transform: translateX(-50%);
		background:
		url("/img/top_img09.png") center top no-repeat,
		url("/img/top_back02.png") left bottom repeat-x;
	}
	
	.content-area {
		position: relative;
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		background:
		url("/img/top_back03.png") left bottom no-repeat,
		url("/img/top_back04.png") right top no-repeat;
	}
	
	.index-zaien {
		display:none;
	}
	
	.boshu-tbl1 th {
		padding-left:20px;
	}

}

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

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

	.shisetsu-photo img {
		display:inline-block;
		margin:0 10px 20px 10px;
	}
	.shisetsu-photo img.end {
		margin:0 10px 20px 10px;
	}

	.boshu-tbl1 th {
		width:40%;
		padding-right:20px;
	}
}

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

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

	.sp-hide {
		display:none;
	}
	.sp-hide-il {
		display:none;
	}
	.pc-hide {
		display:block;
	}
	.pc-hide-il {
		display:inline-block;
	}

}

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

@media screen and (max-width:600px) {
	.bnr-logo {
		left:0;
		right:0;
		margin:auto;
		/*display:none;*/
	}
	.bnr-logo img {
		margin-bottom:10px;
	}
	.slider-box {
		/*padding-bottom:50px;*/
	}
	
	#info-box {
		background:#fff;
		margin-bottom:20px;
		padding-top:10px;
	}
	.index-msg-tbl th {
		display:none;
	}
	.index-msg-tbl td {
		text-align:left;
	}
	
	.top-ttl {
		margin:0px auto 0 auto;
		height:150px;
	}
	.site-title img {
		margin: 5px auto 0px auto;
		width:260px!important;
	}
	.entry-content {
		margin:20px 0 40px 0;
	}

	.access-tbl1 {
	}
	.access-tbl1 th,
	.access-tbl1 td {
		display:block;
		width:100%;
	}
	.access-map iframe {
		height: 300px;
	}
	.access-tbl2 th {
		padding-right:10px;
		width:100px;
	}
	.access-tbl2 td {
		line-height:1.5;
	}

	
	.houshin-img1 {
		float:none;
		display:block;
		margin-left:0px;
		margin: 10px auto 10px auto;
	}
	.houshin-img2 {
		margin: 10px auto 10px auto;
	}
	.houshin-img3 {
		float:none;
		display:block;
		margin-right:0px;
		margin: 10px auto 10px auto;
	}
	.houshin-tbl1 th {
		display:none;
	}
	.houshin-img10 {
		margin:0px auto 0px auto;
	}
	.houshin-tbl2 {
		margin:0px auto 0px auto;
	}
	.houshin-tbl2 th {
		display:none;
	}
	ul.houshin-li {
		margin:20px 0 0px 0!important;
		width:100%;
	    padding-left: 1.25em;
		text-indent: -1.25em;
	}

	.mono-img1 {
		float:none;
		display:block;
		margin: 10px auto 10px auto;
	}
	.mono-img2 {
		float:right;
		margin-left:20px;
	}
	.mono-img3 {
		float:none;
		display:block;
		margin: 10px auto 10px auto;
	}

	.gaiyou-img1 {
		display:block;
		margin: 10px auto 10px auto;
	}
	.gaiyou-tbl1 {
		margin:0 auto 0px auto;
		width:100%;
	}
	.gaiyou-tbl1 th,
	.gaiyou-tbl1 td {
		display:block;
		width:100%;
	}
	.gaiyou-tbl2 {
		margin:0 0 0px 0;
		width:100%;
		border-spacing: 1px 1px;
	}
	.gaiyou-tbl2 th {
		padding:5px 5px;
		width:5em;
	}
	.gaiyou-tbl2 td {
		padding:5px 5px;
		line-height:1.5;
	}

	.shisetsu {
		text-align:left;
	}
	.shisetsu-tbl th {
		display:none;
	}
	.shisetsu-msg-tbl th {
		padding:0 10px 0 0;
		text-align:left;
		width:60px;
	}
	.shisetsu-msg-tbl td {
		text-align:left;
	}
	
	.boshu-tbl1 {
		margin:0 auto 0px auto;
		width:100%;
	}
	.boshu-tbl1 th,
	.boshu-tbl1 td {
		display:block;
		width:100%;
		padding-right:0px;
	}
	.boshu-tbl1 th {
		text-align:center;
	}
	.boshu-tbl1 th img,
	.boshu-tbl1 td img {
		margin:0 auto 10px auto;
	}
	.boshu-tbl2 {
		border-spacing: 1px 1px;
	}
	.boshu-tbl2 th {
		padding:5px 5px;
		width:5em;
	}
	.boshu-tbl2 td {
		padding:5px 5px;
		line-height:1.5;
	}
	.tokucho-tbl0 {
		margin:0 auto 20px auto;
	}
	.tokucho-tbl0 th {
		display:none;
	}
	.tokucho-tbl0 td {
		display:block;
		width:100%;
		margin:0 auto 0px auto;
		text-align:left;
		line-height:1.5;
	}
	.tokucho-h3 {
		margin:0px 0px 0px 0px;
	}
	.tokucho-tbl1 {
		margin:-30px auto 20px auto;
		width:100%;
	}
	.tokucho-tbl1 th,
	.tokucho-tbl1 td {
		display:block;
		width:100%;
	}
	.tokucho-ul {
		margin:10px 0 0 2em;
	}
	.tokucho-img2 {
		display:block;
		margin:10px auto 20px auto;
	}
	.tokucho-tbl3 th {
		padding:20px 10px 20px 0px; 
		width:100px;
	}
	.tokucho-tbl3 td {
		padding:10px 0; 
	}
	.tokucho-bg {
		width: 100vw;
		height:300px;
		background: url("/img/03_img09.png") center center no-repeat;
		background-size: cover;
	}
	.tokucho-1em {
		margin-left:-100px;
		padding:0;
		width:calc(100% + 100px);
		/*border:1px solid red;*/
	}

	.nenkan-msg {
		margin:0 0 10px 0;
		text-align:left;
	}
	.nenkan-tbl1 {
		margin:0 0 10px 0;
		width:100%;
	}
	.nenkan-tbl1 th {
		display:none;
	}
	.nenkan-tbl1 td {
		text-align:center;
	}
	.nenkan-box {
		flex-wrap: wrap;
		margin:0px 0 0px 0;
		padding:0 0 0px 0;
		border-bottom:none;
	}
	.nenkan-item {
		margin:20px 0 0px 0;
		width:49.5%;
	}
	ul.nenkan-ul,
	.nenkan-item ul {
		margin:10px 0 0 2em!important;
	}

	.bus-photo-box {
		position: relative;
		float:none;
		margin-right:0px;
		text-align:center;
		width:100%;
	}
	.bus-img2 {
		position: initial;
	}
	.bus-img1 {
		display:none;
	}
	.bus-msg {
		margin:0px 10px 0 0;
		padding-top:0px;
	}
	.bus-box {
		margin:0px 0 20px 0;
		width:100%;
		gap: 0px;
	}
	.bus-box img {
		/*width:30%;*/
	}
	.bus-com {
		margin:0 0 0 0px;
		line-height:1.5;
	}
	
	.azukari-tbl1 {
		margin:0 auto 0px auto;
		width:100%;
	}
	.azukari-tbl1 th,
	.azukari-tbl1 td {
		display:block;
	}
	.azukari-tbl1 th {
		padding-right:0px;
		margin-bottom:10px;
		width:100%;
	}
	.azukari-tbl1 th.azukari-right {
		display:none;
	}
	.azukari-tbl2 {
		margin-top:10px;
		border-spacing: 1px 1px;
	}
	.azukari-tbl2 th {
		padding:5px 5px;
		width:5em;
	}
	.azukari-tbl2 td {
		padding:5px 5px;
		line-height:1.5;
	}
	.azukari-tbl2 td ul {
		margin-left:1.5em;
	}

	.hiyoko-msg {
		margin:0 0 10px 0;
		text-align:left;
		line-height:1.5;
	}
	.hiyoko-tbl1 {
		margin:0 0 0px 0;
		width:100%;
	}
	.hiyoko-tbl1 th {
		display:none;
	}
	.hiyoko-tbl1 td {
		width:100%;
	}
	.hiyoko-tbl2 {
		margin:20px 0 20px 0;
		width:100%;
	}
	.hiyoko-tbl2 td {
		padding:0 0px;
	}
	.hiyoko-tbl3 {
		margin:0 0 0px 0;
		width:100%;
	border-spacing: 1px 1px;
	}
	.hiyoko-tbl3 th {
		padding:5px 5px;
		width:5em;
	}
	.hiyoko-tbl3 td {
		padding:5px 5px;
		line-height:1.5;
	}

	.kagai-tbl1 {
		margin:0 auto 10px auto;
		width:100%;
	}
	.kagai-tbl1 th {
		display:none;
	}
	.kagai-tbl1 td {
		width:100%;
	}
	.kagai-h3 {
		margin:0 0 10px 0;
	}
	.kagai-tbl2 {
		margin:0 0 10px 0;
		width:100%;
	}
	.kagai-tbl2 th.sp-block,
	.kagai-tbl2 td.sp-block {
		display:block;
	}
	.kagai-tbl2 th.sp-block {
		width:100%;
	}
	.kagai-tbl2 td.sp-block {
		width:100%;
	}
	.kagai-sp {
		display:none;
	}
	.kagai-tbl3 {
		margin:10px 0 0 0;
		width:100%;
		border-collapse: separate;
		border-spacing: 1px 1px;
	}
	.kagai-tbl3 th {
		/*display:inline-block;*/
		padding:5px 5px;
		width:5em;
	}
	.kagai-tbl3 td {
		/*display:inline-block;*/
		padding:5px 5px;
	}
	.kagai-tbl4 th,
	.kagai-tbl4 td {
		display:block;
		width:100%;
		text-align:center;
	}
	.calendar-hanrei {
		cont-size:90%;
	}
	.calendar-tbl1 th {
		display:none;
	}
	.calendar-tbl1 td {
		width:100%;
		text-align:left;
	}
	.calendar-tbl2 th {
		display:none;
	}
	.calendar-tbl2 td {
		width:100%;
	}

	.birth-tbl1 th {
		display:none;
	}
	.birth-tbl1 td {
		width:100%;
		/*text-align:left;*/
	}

	.download-tbl1 th {
		display:none;
	}
	.download-tbl1 td {
		width:100%;
		text-align:left;
	}
	.download-btn a {
		width:80%;
		padding:3px;
		font-size:130%;
	}
	.download-btn a img {
		display:none;
	}

	.event-tbl1 {
		margin-top:0px;
	}
	.event-tbl1 th {
		display:none;
	}
	.event-tbl1 td {
		width:100%;
		text-align:left;
	}
	.event-com {
		text-align:left;
	}

	.calendar-tbl3 {
	}
	.calendar-tbl3 tr {
	}
	.calendar-tbl3 th {
		display:none;
	}
	.calendar-tbl3 td {
		display:block;
		margin-top:-1px;
		padding:2px 0 0 2px;
		vertical-align:top;
		width:100%;
		height:auto;
		border:1px solid #999;
	}
	.calendar-tbl3 td.calendar-sp-hide {
		display:none;
	}
	.calendar-day-gray b,
	.calendar-day b {
		display:inline-block;
		margin-left:5px;
		font-size:70%;
		font-weight:normal;
		vertical-align: 10%;
	}
}

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

@media screen and (max-width:480px) {
	
	.shisetsu-photo img,
	.shisetsu-photo img.end {
		display:block;
		margin:0 auto 20px auto;
	}

}

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

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


