@charset "utf-8";
/* CSS Document */

p.resizeimg img {
  width: 100%; 
	height: auto;
}
p.resizeimg2 img {
  width: 98%; 
	height: auto;
	margin-top: 10px;
}
p.resizeimg3 img {
  width: 100%; 
	height: auto;
  padding-top: 30px;
}
p.banner img { 
  width: 100%; 
	height: auto;
	padding-bottom: 30px;
}
.wide-wrap {
	padding: 0 ; 
	margin-bottom: 50px;
	text-align: center;
}
.topimg-wrap {
	position: relative;
	width: 100%;
	height: auto;
	top: 120px;
}
.info-wrap {
	padding: 0 ; 
	margin-bottom: 100px;
	text-align: center;
}
.show-wrap {
  margin: 0 auto;
  line-height: 1.2em;
  padding: 0;
}
.show-wrap img {
	padding: 15px 0 15px 10px;
}
.left-col, .center-col, .right-col {
	padding: 0 ;
	text-align: left;
	width: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
}
ul.schedule {
	width: 100%;
	margin: 0 10px;
	padding-right: 10px;
}
li.month {
	background-color: #fff;
	letter-spacing: 1px;
	font-size: 1.2em; font-weight: bold;
	padding: 10px 0 10px 10px; margin-bottom: 10px;
	width: 100%; border: solid 1px #444;
}
li.date {
	font-weight: bold; font-size: 0.9em;
	padding-left: 10px; margin-bottom: 10px;
}
li.show {
	font-weight: bold; font-size: 1.2em;
	padding-left: 10px; margin-bottom: 10px;
}
li.place {
	font-size: 0.8em;
	padding-left: 10px; 
	margin-bottom: 5px;
}
li.link {
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
}
li.link a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	width: 30%;
	background-color: #1677b8;
}
li.link a:hover {
	text-decoration: none;
	color: #1677b8;
	background-color: #c7dded;
}
div.info-box {
	width: auto;
	padding: 20px 10px;
	margin: 0px auto auto auto;
	text-align: center;
}
.h3 {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	width: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.text {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	width: 50%;
	margin: 0px auto auto auto;
	padding-bottom: 10px; 
	margin-bottom: 10px;
}
div.info-btn {
	display: block;
	width: 30%;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	background-color: #1677b8;
}
div.info-btn a {
	display: block;
	color: white;
	padding: 15px 20px 12px;
	text-decoration: none;
}
div.info-btn a:hover {
	text-decoration: none;
	color: #1677b8;
	background-color: #c7dded;
}
#kako {
	position: relative;
	top: 120px;
	bottom:0;	
	width: 100%;
	height: auto;
	background: #CCC;
	padding: 0px 0 50px 0;
}
#footer {
 	width: 100%;
	height: auto;
	background: #111;
	text-align: center;
	font-size:1em;
	color: #fff;
	line-height: 6em;
	padding: 0 0 30px 0;
	margin: 0;
}
#fnav-wrap {
  max-width: 1200px;
  margin: 0 auto;
	padding-bottom: 15px;
}
ul.fnav li {
  display: inline-block;
  padding-right: 30px;
}
ul.fnav li.sub {
	display: inline-block;
	padding-right: 10px;
	font-size: 0.8em;
}
ul.fnav li a {
  color: #fff;
}
ul.fnav li a:visited {
  color: #fff;
  text-decoration: none;
}
ul.fnav li a:hover {
  color: #999;
  text-decoration: none;
}
ul.fnav li a:active {
  color: #fff;
  text-decoration: none;
}
div#usednote {
 max-width: 640px;
 line-height: 1.6em;
}
div#copyright {
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
}

/*(/960～)*/
@media (min-width: 960px) {
.show-wrap {
	display: -webkit-flex; 
	display: flex;
	width: 100%;
	line-height: 2em; 
}
ul.schedule {
	width: auto;
	margin: 0 auto; 
}
li.month {
	font-size: 1.3em;
	width: auto;
}
li.date {
	font-size: 1em;
	padding-left: 10px;
}
li.show {
	font-size: 1.3em;
	padding-left: 10px;
}
li.place {
	font-size: 0.9em;
}
li.link {
	padding: 0 0 0 10px;
	text-align: center;
}
li.link a {
	width: 30%;
	padding: 0;
}
.left-col {
	text-align: left;
	width: 100%;
	margin-left: 20px;
	margin-right: 15px;
	display: block;
}
.center-col {
	text-align: left;
	width: 100%;
	display: block;
}
.right-col {
	text-align: left;
	width: 100%;
	margin-left: 15px;
	margin-right: 10px;
	display: block;
}
}/*(/960～)*/


/*(/～960)*/
@media screen and (max-width: 960px) {
li.place {
	margin-bottom: 30px;
}
.topimg-wrap {
	top: 52px ; 
}
.text {
	width: 75%;
}
}


/*(/～640)*/
@media screen and (max-width: 640px) {
.wide-wrap {
	padding: 0 ; 
}
.info-wrap {
	margin-bottom: 50px;
}
.h3 {
	font-size: 18px;
}
.text {
	font-size: 14px;
	line-height: 24px;
	width: 90%;
}
div.info-btn {
	font-size: 14px;
	width: 50%;
}
div.info-btn a {
	padding: 10px 20px 7px;
}
footer {
	font-size:50%; 
	padding:10px
}
li.place {
	margin-bottom: 30px;
}
p.wanted {
	font-size: 0.8em; font-weight: bold;
	color: red;
	background-color: white;
	border: solid 1px red;
	padding: 10px 0; 
	margin: 20px 10px 40px 10px;
}
ul.fnav li {
	display: block;
}
div#usednote {
	margin: 0 10px; 
}
}

/*CARD LAYOUT
-------------------------------------------*/
#cardlayout-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin: 10px auto;
	max-width: 1200px;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
a.card-link {
	text-decoration: none;
	color: #FFF;
}
#cardlayout-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}
.card-figure {
	margin: 0;
	padding: 0;
}
.card-title {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 1px;
}
.card-text {
	margin: 0;
	padding: 0 50px 30px;
	font-size: 1em;
}
.card-list {
	margin: 30px auto;
	padding: 0;
	width: 100%;
	background: #1677b8;
}

/*(/768～)*/
@media all and (min-width: 768px) {
.card-list {
	width: calc(96% / 3); 
}
/* 最後の行が2列より少ない場合左寄せにレイアウトさせる */
#cardlayout-wrap::after{
	content: "";
	display: block;
	width: calc(100% / 3);
}
}

/*(/～768)*/
@media all and (max-width: 768px) {
.card-list {
	width: calc(100% / 1); 
}
.card-title {
	font-size: 1.5em;
}
.card-text {
	font-size: 16px;
}
}
/*CARD LAYOUT (UP HERE) */


/*Color Box
-------------------------------------------*/
ul.colorbox {
	width: 100%;
	margin: 30px auto 0;
	background-color: aliceblue;
	display: flex;
	align-items: stretch;
}
ul.colorbox li {
	width: auto;
	color: #111;
	font-size: 1em;
	line-height: 1.5em;
	padding: 30px 20px;
	display: inline;
	text-align: left;
}
ul.colorbox li a {
	text-decoration: none;
}
ul.colorbox li.cnt {
	width: 100%;
	margin: 0 auto;
}
span.rbt1 {
	font-size: 1.8em;
	font-family: 'Roboto:900', 'Lato', sans-serif;
	letter-spacing: 1px;
	color: #1677b8;
}
ul.subitem li {
	display: block;
	line-height: 2em;
	font-size: 1em;
	border: solid 1px #1677b8;
	background-color: #FFF;
	padding: 10px 20px;
	margin: 5px 5px 10px 5px;
}
a[href^="tel:"]{
    pointer-events: none;
}

/*(/～768)*/
@media all and (max-width: 768px) {
ul.colorbox {
	width: 90%;
	margin: 30px auto 0;
	display: block;
	align-items: stretch;
}
ul.colorbox li {
	width: auto;
	font-size: 0.8em;
	padding: 10px 20px;
	display: block;
}
ul.colorbox li.cnt {
	width: 85%;
	margin: 0 auto;
}
span.rbt1 {
	font-size: 1.4em;
}
ul.subitem li {
	font-size: 1em;
	padding: 10px;
	margin: 5px 0;
}
a[href^="tel:"]{
    pointer-events: auto;
  }
}