@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Sans JP', serif;
	color:#2e1c15;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 220%;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

/*==================================================

title
==================================================*/


h1 {
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 180%;
	text-align: center;
}
h3 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0.1em;
	text-align: center;
}
h4{
	font-size: 2.2rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}
h5 {
	font-size: 1.7rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}h6 {
	font-size: 1.6rem;
	line-height: 160%;
	letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5,h6 {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

p {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
}
.tS{
	font-size: 0.9em;
	line-height: 1.6em;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/*==================================================

link img
==================================================*/

a {
	color: #03a260;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a.fade:hover {
	opacity: 0.7;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

/*==================================================

table
==================================================*/

table.gr,
.form-style table{
	width: 96%;
	margin: 20px auto 30px;
	border-top: 1px solid #7b7472;
}
table.gr th,
table.gr td,.form-style table th,.form-style table td{
	padding: 15px 20px;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
	vertical-align: top;
}

.form-style table th{
	padding: 15px 20px;
	border-bottom:1px solid #499d66;
	font-weight: 500;
	white-space:nowrap;
}
.form-style table th span.need{
	font-size: 0.9em;
	color: #ff3737;
}

.spbr{
	display: none;
}.pcbr{
	display: block;
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width:1px) and (max-width: 768px) {
article.content table{
	width: 96%;
	margin: 20px auto 30px;
}
table.gr th,
table.gr td,
.form-style table th,
.form-style table td{
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: left;
}
table.gr th{
	border-right: none;
	background:  #f3f3f3;
}
.form-style table th{
	border-right: none;
	background:  #f2efef !important;
	color: #7f6260;
}
}

@media only screen and (min-width:1px) and (max-width: 530px) {
.spbr{
	display: block;
}.pcbr{
	display: none;
}
}
/*==================================================

margin
==================================================*/

.mt-space3p {margin-top: 3%!important;}
.mt-space5p {margin-top: 5%!important;}
.mt-space8p {margin-top: 8%!important;}

.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}

/*==================================================

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

hr {
	background-color: #FFF;
	border-top: 2px dotted #ededed;
	margin: 10px 0 20px;
}

.Flexbox{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;
	align-items: center;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}


@media only screen and (max-width: 960px) {
	
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	h5,h6 {
		font-size: 1.8rem;
	}

}
@media only screen and (max-width: 768px) {
	
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5,h6 {
		font-size: 1.8rem;
	}

}
@media only screen and (max-width: 568px) {
	
	
}
@media only screen and (max-width: 530px) {
	body ,p,ol,ul{
		line-height: 1.8em;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.8rem;
	letter-spacing: 0.05em;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5,h6 {
		font-size: 1.7rem;
	}
	
}

@media only screen and (max-width: 480px) {
	
	h3 {
		font-size: 2.0rem;
	}
	
}

/*==================================================

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

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 0 auto;
/*	height: 90vh;*/
	/*background: url("../img/top/main.png") center center no-repeat;*/
	background-size: cover;
}

.top-image .MainPhoto{
	position: relative;
}
.top-image .MainPhoto img{
	height: 100%;
	width: auto;
	
}
.top-image .catch {
	margin: 0 auto;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	left: 0;
	z-index: 1;
	width: 60%;
	max-width: 600px;
}
.top-image .photo {
	width: 100%;
	overflow: hidden;
}

.top-main-cont {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.inner{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
.main-cont .inner{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}


.topbana{
	background: #f4f4f4;
	padding:15px 0;
}
.topbana .bana{
	width: 25%;
	padding: 10px;
}
@media only screen and (min-width:1px) and (max-width: 1200px) {
.inner{
	padding: 0 20px;
}
}
@media only screen and (min-width:1px) and (max-width: 1080px) {
.top-image {
	margin: 70px auto 0;
}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {


.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	/*height: 60vh;
	background: url("../img/top/main.png") center center no-repeat;*/
	background-size: cover;
}
	
.top-image .catch {
	font-size: 3.0rem;
}
	
.top-main-cont {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.inner{
	padding: 10px 15px;
}
.topbana .bana{
	width: 33.3333%;
	padding: 5px;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {

/*
.top-image {
	height: 40vh;
}*/

}

/*googleカレンダー設定*/

td.fc-sat {
    background-color: #eaf4ff;
}
td.fc-sun {
    background-color: #ffeaea;
}


.sch-sodankai{
background:#7886cb !important;
border:none !important;
color:#fff;
font-size:1.1rem;
}
.sch-event{
background:#7cb342 !important;
border:none !important;
color:#fff;
font-size:1.1rem;
}
.holiday{
background:#f09300 !important;
border:none !important;
color:#fff;
font-size:1.1rem;
}
