@charset "UTF-8";
/*
Theme Name: 
Theme URI:
*/

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 1em;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
.nonpc {
	display: none;
}
a {
	text-decoration: none;
	color: #383838;
}
a:hover {
	text-decoration: underline;
	color: #c0c0c0;
}
blockquote {
	padding: 1em 1em 1em 3em;
	position: relative;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999999;
	position: absolute;
	left: 0;
	top: 0;
}
.clearfix {
 *zoom: 1;
}
ol, ul, li {
	list-style-type: none;
}
select, input {
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
textarea {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.wp-caption-text {
	line-height: 1;
	margin-top: -20px;
	margin-bottom: 30px;
	font-size: 12px;
}
.texture-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img/grid.png);
}
/*--
.text-tate{
	line-height:2.1;
	-webkit-text-orientation: upright;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	}
	--*/

/*-----------------------------
 body_bg
------------------------------*/
body {
	/* font-family: "Maven Pro","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;  */
	font-family: 'Noto Sans JP', sans-serif;
	background-image: url(../images/bg.jpg);
	font-size: 14px;
	color: #383838;

}
body:not(.home) {
	background-image: url(../img/body_bg.jpg);
}
/* ==========
bread-crumb
============ */
.bread-crumb {
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-color: #000000;
	margin: 0px;
	color: #FFF;
}
.bread-crumb li {
	color: #000000;
	float: left;
	font-size: 11px;
	list-style: none outside none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}
.bread-crumb li:after {
	color: #000000;
	content: ">";
	margin-right: 10px;
	padding-left: 10px;
}
.bread-crumb li:last-child:after {
	content : '';
}
.bread-crumb li a {
}
.bread-crumb li.current {
}
/*-----------------------------
 contents
------------------------------*/
#container {
	position : absolute;
	width : 100%;
	padding-top : 80px;
}
#contents {
	margin-left : 240px;
	padding : 0 40px;
}
#contents p {
	margin-bottom: 20px;
}
#wrap {
	max-width: 1100px;
	margin: 0 auto;
	position: relative
}
#wrap h2 {
	line-height: 1.3;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
	background-image: url(../img/line_ttl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrap h5 {
	line-height: 1.8em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	background-image: url(../img/line_ttl_1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*-----------------------------
 news-list
------------------------------*/

#news-list {
	max-width: 1000px;
	padding-bottom: 40px;
	list-style-type: none;
}
#news-list li {
	clear: both;
	padding-bottom: 40px;
	overflow: hidden;
}
#news-list .detail {
	max-width: 1000px;
}
#news-list .thumb {
	width: 200px;
	float: left;
}
#news-list .date {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
#news-list h3 {
	margin-bottom: 20px;
	line-height: 1.6em;
	font-size: 18px;
	font-weight: bold;
}
#news-list .text {
	line-height: 1.6em;
	font-size: 14px;
}
#news-list-nav {
	clear: both;
	padding-bottom: 80px;
	list-style-type: none;
	overflow: hidden;
}
#news-list-nav-older {
	width: 40%;
	float: left;
	text-align: left;
}
#news-list-nav-newer {
	width: 40%;
	float: right;
	text-align: right;
}
/*-----------------------------
 NewsDetail
------------------------------*/

#news-article {
	max-width: 1000px;
	padding-bottom: 80px;
	line-height: 1.9em;
	float: left;
}
#news-article .date {
	margin-bottom: 10px;
	font-size: 14px;
}
#news-article h3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#news-article img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#news-side {
	width: 300px;
	float: right;
	padding-bottom: 40px;
}
/*-----------------------------
 page_all
------------------------------*/

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}
#page {
	padding-bottom: 80px;
}
#page img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#page h3 {
	margin: 20px 0;
	line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
}
#page p {
	line-height: 1.8;
}
#page .alignleft {
	float: left;
	margin: 0 50px 50px 0;
}
#page .alignright {
	float: right;
	margin: 0 0 50px 50px;
}
#page table {
	line-height: 1.6em;
}
#page th {
	font-size: 14px;
	background-color: #EDEDED;
	text-align: left;
	font-weight: bold;
}
#page td {
	font-size: 14px;
	margin: 0px;
}
#page .contactform img {
	height: 16px;
	width: 16px;
}
/*-----------------------------
 footer
------------------------------*/

footer {
	margin-left : 240px;
	text-align: center;
}
#copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #666;
	max-width: 1000px;
}

@media only screen and (min-width:480px) and (max-width:980px) {
.nonpc {
	display: block;
}
.pc {
	display: none;
}
/*-----------------------------
 about
------------------------------*/

.contact {
	width: 100%;
}
#contents h2 {
	margin: 5% 0;
}
/*-----------------------------
navi
------------------------------*/
#navigation {
	background-color: rgba(255,255,255,0.6);
	text-align: center;
}
.navbar-custom ul.nav li a {
	color: #000;
	display: block;
}
.navbar-header .fa {
	color: #000;
}
/*-----------------------------
 contents
------------------------------*/

#container {
	overflow: hidden;
	width : 100%;
	padding-top : 0px;
}
#contents {
	width: 100%;
	margin: 0 auto;
}
#contents h2 {
	margin: 5% 0;
	background-image: url(../img/line_ttl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 26px;
}
#news-list li {
	padding-bottom: 8%;
}
#news-list h3, #news-article h3 {
	margin-bottom: 3%;
}
#news-list .text {
	font-size: 13px;
}
#news-article, #news-side {
	width: 100%;
	float: none;
}
#news-article {
	padding-bottom: 8%;
}
#news-side {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
#page {
	width: 100%;
	height: auto;
	margin: 2% 0;
}
#page img {
	width: 100%;
	height: auto;
}
#page h2 {
	margin: 5% 0;
}
#page h3 {
	margin-top: 3%;
	margin-right: 0;
	margin-bottom: 3%;
	margin-left: 0;
}
#page iframe {
	width: 100%;
	height: 250px;
}
#page table {
	margin-top: 5%;
	font-size: 12px;
}
#page table th {
	width: 50px;
}
#page .alignleft, #page .alignright {
	float: none;
	margin: 0 0 3% 0;
}
#page .contactform img {
	height: 16px;
	width: 16px;
}
footer {
	width: 100%;
	margin: 0 auto;
}
#copyright {
	display: block;
}
}

@media (min-width: 979px) {
/* ------- Navigation ------------ */
#navigation {
	width: 240px;
	height : 100%;
	background : #FFF;
	position : fixed;
	z-index : 1000;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
}
.navbar {
	margin-bottom: 0;
}
.navbar-brand {
	font-weight: 700;
}
.navbar-brand:focus {
	outline: 0;
}
.nav.navbar-nav {
}
#menu .nav.navbar-bar {
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav {
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	margin-top: 0px;
	width: 100%;
	display: inline-block;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	text-align: center;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	display: block;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	display: block;
}
.navbar-toggle {
	padding: 10px 6px;
	font-size: 14px;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
}

@media (max-width:768px) {
#navigation {
	background : #FFF;
	background-color: rgba(255,255,255,0.6);
}
.navbar-custom ul.nav li a {
	color: #000;
	display: block;
}
.navbar-header .fa {
	color: #000;
}
.col-xs-6 {
	margin-bottom: 30px;
}
}

@media screen and (max-width: 480px) {
body {
	font-size: 13px;
}
.nonpc {
	display: block;
}
.pc {
	display: none;
}
select, input {
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 90%;
}
textarea {
	width: 90%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px;
}
.wpcf7-form-control wpcf7-submit img {
	display: none;
}
/*-----------------------------
navi
------------------------------*/

#navigation {
	width: 100%;
	background : #FFF;
	background-color: rgba(255,255,255,0.6);
}
.navbar-custom .nav.navbar-nav {
	text-align: center;
}
.navbar-custom ul.nav li a {
	color: #000;
	display: block;
}
.navbar.navbar-custom.navbar-fixed-top {
	margin-bottom: 30px;
}
.main-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding-top: 120px;
}
.main-text h2 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: 700;
	color: #FFFFFF
}
.vert-text h4 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	font-weight: 700;
}
/* ======
	#bread-crumb
============= */
.bread-crumb {
	display: none;
}
/*-----------------------------
 about
------------------------------*/

.contact {
	width: 100%;
}
#copyright {
	display: block;
}
#contents h2 {
	margin: 5% 0;
}
/*-----------------------------
 contents
------------------------------*/

#container {
	overflow: hidden;
	width : 100%;
	padding-top : 0px;
}
#contents {
	width: 100%;
	margin: 0 auto;
}
#wrap {
	width: 100%;
}
#contents h2 {
	margin: 5% 0;
	background-image: url(../img/line_ttl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 20px;
	line-height: 1.3;
}
#news-list .detail {
	width: 100%;
}
#top-news .date, #news-list .date, #news-article .date {
	font-size: 12px;
	margin-bottom: 2%;
}
#news-list li {
	padding-bottom: 8%;
}
#news-list h3, #news-article h3 {
	margin-bottom: 3%;
}
#news-list .text {
	font-size: 13px;
}
#news-article, #news-side {
	width: 100%;
	float: none;
}
#news-article {
	padding-bottom: 8%;
}
#news-side {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}
#news-article img {
	width: 100%;
	height: auto;
	margin: 0 0;
}
#news-side li {
	margin-bottom: 3%;
}
#news-side p a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page {
	width: 100%;
	height: auto;
	margin: 2% 0;
}
#page img {
	width: 100%;
	height: auto;
}
#page h3 {
	margin-top: 3%;
	margin-right: 0;
	margin-bottom: 3%;
	margin-left: 0;
}
#page iframe {
	width: 100%;
	height: 250px;
}
#page table {
	margin-top: 5%;
	font-size: 12px;
}
#page table th {
	width: 50px;
}
#page .alignleft, #page .alignright {
	float: none;
	margin: 0 0 3% 0;
}
#page .contactform img {
	height: 16px;
	width: 16px;
}
footer {
	width: 100%;
	margin: 0 auto;
}
#copyright {
	display: block;
}
}




table#table-01 {
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
   text-align: center;
   text-valign: center;
}
table#table-01 td {
    padding: 5px;
    text-align: "left;
   text-valign: center;
}





video {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: auto;
}



/* =========================
   たたむ
========================= */

details.archive-detail {
    margin: 40px 0;
}



/* =========================
   共通ボタン
========================= */

.archive-button {
    display:block;
    width:100%;
    padding:10px 15px;
    margin:0;

    border:1px solid #999;

    text-align:center;
    color:#333;
    text-decoration:none;

    background:none;
}

.archive-button:hover {
    background: #f7f7f7;
    text-decoration: none;
    color: #333;
}


/* =========================
   ページトップへ戻る
========================= */

.pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;

    border: 1px solid #999;
    background: rgba(255,255,255,0.9);

    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;

    transition: 0.2s;
}

.pagetop:hover {
    background: #f5f5f5;
    text-decoration: none;
}

/* スマホ */

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

    .pagetop {
        left: 0;
        right: 0;
        bottom: 0;

        width: 100%;
        height: 50px;

        border-left: none;
        border-right: none;
        border-bottom: none;

        border-top: 1px solid #999;

        font-size: 13px;
    }

}


/* =========================
   追加
========================= */

body { font-size:16px; }
#contents { padding-left:12px; padding-right:12px; }

/* =========================
   活動履歴
========================= */

.history-item {
    margin-bottom: 10px;
}

.history-item summary {
    cursor: pointer;
    font-weight: bold;
    list-style: none;
}

.history-item summary::-webkit-details-marker {
    display: none;
}

.history-item summary::before {
    content: "▶ ";
    color: #666;
}

.history-item[open] summary::before {
    content: "▼ ";
}

.history-item p {
    margin: 10px 0 20px 1.5em;
}


/* ==========================
   メイン画像
========================== */

#main-image{
    margin-left:240px;
    overflow:hidden;
}

#main-image img{
    width:100%;
    height:auto;
    display:block;
}

/* スマホ */

@media (max-width:980px){

    #main-image{
        margin-left:0;
    }

}


/* ==========================
   ギャラリー
========================== */

#top-gallery{
    margin-left:240px;
    padding:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}

#top-gallery a{
    width:160px;
    height:100px;
}

@media (max-width:980px){

    #top-gallery{
        margin-left:0;
        padding:20px 10px 40px;
    }

}

#top-gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.3s;
}

#top-gallery img:hover{
    transform:scale(1.05);
}