/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



body {
  background: url(../img/img_bg.jpg);
  background-attachment: fixed;
  color: #333;
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  overflow-x: hidden;
  overflow-y: scroll;
}



.wrap {
  overflow: hidden;
}

.wrap::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../img/img_bg.jpg);
background-size:cover;
}

.inner {
  display: block;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.inner2 {
  display: block;
  margin: 0 auto;
  max-width: 1120px;
  width: 90%;
}

.main_pic img{
  width:100%;
}

h1 {
  font-size:20px;
  
}


h2 {
@media print,screen and (max-width:810px) {
  font-size:18px;
	}

@media print,screen and (min-width:811px) {
  font-size:2rem;
	}	
	
  clear: both;
  display: block;
  font-weight: bold;
  position: relative;
  margin: 20px 0 ;
	

}

h2 span {
  color:red;
  font-size:30px;
}

h3 {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 40px 0 10px;
}

.red{
  color:red;
}

h4{
  font-weight: bold;
  margin: 40px 0 20px;
}

p>span{ 
  background: linear-gradient(transparent 70%, #ffdbdb
  70%);
  font-weight: bold;
}

a {
  color: #333;
  transition: all .2s;
}

a:hover {
  opacity: .8;
}

img {
  transition: all .2s;
  width: 100%;
}

section {
  text-align: center;
}

.btn {
  background: #ff9c00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
}

#calendarTitle {
  display: none!important;
}

@media print,screen and (max-width:1000px) {
img {
  width: 100%;
}

.inner {
  width: 90%;
}
}
/*============================================================
                          header
============================================================*/
header {
	padding-top: 10px;
	background-color: #ffffff ;

}

header .h {
  background: #fff;
  overflow: hidden;
}

header .h a,
header .h div > img {
  float: left;
  margin-right: 10px;
  width: auto;
}

header {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 9997;
}

header nav {
  background: #4D2800;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}

header nav li {
  border-right: 2px solid #fff;
  float: left;
  font-weight: bold;
  text-align: center;
  width: 20%;
}

header nav li:last-child {
  border-right: none;
}

header nav li a {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  padding: 7px 0;
}

.hl .bread {
  padding: 10px;
}

.hr {
    float: right;
    padding-top: 20px;
}

.hr > a {
	border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
	transition: all .2s;
}

.hr > a:hover {
    background: #ccc;
}

ul#fontSize {
    float: left;
    padding-top: 3px;
}

/* li.size-button   
    cursor: pointer;
	  float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 5px;
} */

/* li.changeBtn{
    cursor: pointer;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 5px;
    font-size: 14px;
} */

.btn-s, .btn-m, .btn-l{
  cursor: pointer;
  float: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
  font-size: 14px;
  background-color: #fff;
}





@media print,screen and (max-width:1300px) {
.h .inner {
  width: 90%;
}
}

@media print,screen and (max-width:810px) {
header nav {
  padding: 0;
}

header nav li {
  border-bottom: 2px solid #fff;
  border-right: none;
  float: none;
  width: 100%;
}

header nav li:last-child {
  border-bottom: none;
}

header nav li a {
  display: block;
  padding: 10px;
}

header .h div > img {
  width: 80%;
}

.hr {
  display: none;
}
}

/* sp */

.menu-list {
  max-width: 1100px;
  padding: 0px 0;
  width: 100%;
}

.menu-list ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}


.menu {
  display: none;
}

.menu-list-sp {
  display: none;
}

@media print,screen and (max-width: 810px) {




.menu-list .inner {
  max-width: 890px;
}


.menu-list ul {
    display: none;
}


.logo {
  width: 50%;
}

.logo img {
  width: 100%;
}
}

/*============================================================
                          top
============================================================*/

.white {
	padding-bottom: 5%;
}

.blue {
	padding-bottom :2%;
}

@media print,screen and (max-width:810px) {
	.pc{
	display:none;
	}
	
	.sp_img{
	width: 60%;
	padding-top:10px;
	padding-left:10px;
}
}

@media print,screen and (min-width:811px) {
	.sp{
	display:none;
	}
}

img {
	object-fit: cover;
}


/*============================================================
                          contents
============================================================*/
.contents {
  display: block;
  overflow: hidden;
  padding-top: 80px;
  width: 100%;
}


.tmv,
.mv img {
  display: block;
  position: relative;
  width: 100%;
}

.tmv .inner {
  position: relative;
}

.tmv .today {
  background: rgba(255,255,255,.6);
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.tmv dt {
  color: #193b79;
  border-bottom: 1px solid #193b79;
  
  padding: 0 10px 10px;
  text-align: center;
}

.s1,
.s1a {
  padding: 40px 0 0;
}

.s2 h2 {
  margin: 20px 0 20px;
  text-align: left;
}

.s2 .l {
  float: left;
  width: 54.5455%;
}

.s2 .r {
  float: right;
  width: 41.8182%;
}

.s2 .r ul {
  width: 100%;
}

.s2 .r li {
  border-bottom: 1px dashed #000;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.s2 .r li p {
  margin-bottom: 10px;
}

.s2 .r li p:last-child {
  margin-bottom: 0;
}

@media print,screen and (max-width:810px) {
.s2 .l,
.s2 .r {
  float: none;
  width: 100%;
}
}


.s3 {
	background: #ffffff;
	border-radius:50px;
    margin-left: 10%;
	margin-right :10%;
	padding-top :2%;
	padding-bottom: 2%;
}


.s3 ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}

.s3 p {
	text-align: left;
	margin:0;
	padding:20px;
}


@media print,screen and (max-width:1080px) {
.s3 img {
  width: 100%;
}

.s3 ul {
    display: block;
}

.s3 ul li {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
}

section#s4 {
  padding-bottom: 40px;
}

.s4 {
	background: #ffffff;	
    padding-left: 10%;
	padding-right :10%;
	padding-top :5%;
}

.s5 {
  background: #fff;
  width: 100%;
}

.s6 {
	background: #f7d9d7;
	border-radius:50px;
    margin-left: 10%;
	margin-right :10%;
	padding-top :5%;
	padding-bottom: 5%;

}

@media print,screen and (min-width:811px) {
 .parent {
    text-align: center;         /* 子要素を左右中央揃えにする */
	padding:  30px; /* 余白指定 */
}
 
.inline-block_test {
	border-radius: 25px;
    display: inline-block;/* インラインブロック要素にする */
    background-color:  #fff;
	vertical-align:  top;
	width: 400px;   /* 背景色指定 */
	height: 100%;    
	margin: 20px;
    padding-left:  30px;
	padding-right: 30px;
	padding-bottom: 40px;/* 余白指定 */
}

	
	.inline-block_test p {
		text-align:left ;
	}

  .inline-block_test img {
    padding: 7%;
  }

}

@media print,screen and (max-width:810px) {
  .inline-block_test {
	border-radius: 25px;
    display: inline-block;/* インラインブロック要素にする */
    background-color:  #fff;
	vertical-align:  top;
	width: ;   /* 背景色指定 */  
	margin-bottom: 20px;
    padding-left:  30px;
	padding-right: 30px;
	padding-bottom: 40px;/* 余白指定 */
}	
	
	.inline-block_test p {
		text-align:left ;
	}

  .inline-block_test img {
    padding-bottom: 5%;
  }

}

a.back {
  clear: both;
  display: block;

  margin: 40px auto;
  width: auto;
}


/*============================================================
                           about
============================================================*/
.about .hl {
  border-top: 4px solid #a38b78;
}

.about .hl .img {
  background: #a38b78;
}

.about .contents .inner {
  position: relative;
}

.about h2 {
  
  margin-top: 50px;
}

.aimg {
  position: absolute;
  right: 0;
  top: 0;
}

.aimg img {
  float: none;
  margin-bottom: 20px;
}

@media print,screen and (max-width:768px) {
.aimg {
  position: relative;
}
}

/*============================================================
                           report
============================================================*/
.report .hl {
  border-top: 4px solid #b6b6b6;
}

.report .hl .img {
  background: #b6b6b6;
}

.report .contents {
  text-align: center;
}

.report .contents ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
  width: 100%;
}

.report .contents ul li {
  margin-bottom: 5%;
  overflow: hidden;
  text-align: left;
  width: 21%;
}

.report .contents ul li img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.report .contents ul li p:nth-child(2) {
  
  margin-bottom: 5px;
}

.report .contents ul li p:nth-child(3) {
 
}

@media print,screen and (max-width:768px) {
.report .contents ul {
  display: block;
}

.report .contents ul li {
  float: left;
  margin-right: 4%;
  width: 48%;
}

.report .contents ul li:nth-child(even) {
  margin-right: 0%;
}

}

/*============================================================
                          calendar
============================================================*/
.calendar .hl {
  border-top: 4px solid #f2920f;
}

.calendar .hl .img {
  background: #f2920f;
}

.calendar .contents .inner > p {
  text-align: center;
  margin-bottom: 100px;
}

/*============================================================
                          support
============================================================*/
.support .hl {
  border-top: 4px solid #7cb382;
}

.support .hl .img {
  background: #7cb382;
}


/*============================================================
                           access
============================================================*/
.access h2 {
  margin-bottom: 40px;
}

.access .inner {
  position: relative;
}

.access .hl {
  border-top: 4px solid #f5bad4;
}

.access .hl .img {
  background: #f5bad4;
}

.access .contents .inner > img {
  position: absolute;
  top: 0;
  right: 0;
}

.access p img{
    width:100%;
    height:100%;
}

.ac {
  border: 2px solid #333;
  border-radius: 5px;
  display: inline-block;
  
  font-weight: bold;
  line-height: 1;
  margin: 20px 20px 0 0;
  padding: 15px 30px 15px 55px;
  position: relative;
  transition: all .2s;
}

.ac:hover {
  background: #333;
  color: #fff;
}

.ac.mail:before {
  content: url(../img/amail.png);
  position: absolute;
  left: 10px;
  top:10px;
}
.ac.tel:before {
  content: url(../img/atel.png);
  position: absolute;
  left: 10px;
  top: 5px;
}
.ac.mail:hover:before {
  content: url(../img/amailw.png);
}
.ac.tel:hover:before {
  content: url(../img/atelw.png);
}

@media print,screen and (max-width:768px) {
.access .contents .inner > img {
  position: relative;
}
}

/*============================================================
                            link
============================================================*/
.link .hl {
  border-top: 4px solid #3fbff0;
}

.link .hl .img {
  background: #3fbff0;
}

.links {
    width: 100%;
    max-width: 912px;
    margin: 0 auto;
}

.links li {
  float: left;
  margin: 0 4% 4% 0;
  width: 22%;
}

.links li:nth-child(4n+4) {
  margin: 0 0% 4% 0;
}

.links li img {
  width: 100%;
}

@media print,screen and (max-width:768px) {
.links li {
  float: left;
  margin: 0 4% 4% 0;
  width: 48%;
}

.links li:nth-child(even) {
  margin: 0 0% 4% 0;
}
}

/*============================================================
                          footer
============================================================*/
footer {
  background: #636361;
  clear: both;
  color: #fff;
  display: block;
  margin-top:100px;
  padding: 2%;
  position: relative;
  text-align: center;
  width: 100%;
}

footer h2 {
	margin: 0;
	
}

footer a {
  color: #fff;  
  float: center;
  
  margin-right: 20px;
}


.footer_p a{
	font-size:16px;
}
