body{
    background-color: #fff;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Yu Gothic";
}
.box {
    background-color: #fff;
    width: 100vw;
    display: block;
    overflow: hidden;
}
.header {
    background-color: #00b9ef;
    width: 100%;
    height: 90px;
    display: flex;
    position: relative;
}
.headertext1 {
    background-color: ;
    width: 55%;
    position: relative;
    margin-left: 10px;
}
.headertext2 {
    height: 70%;
    width: 30%;
    position: relative;
    margin-left: auto;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%)
}
.headertext1 img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.headertext2 img {
    max-width: 100%;
    max-height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.main {
    background-color: #fff;
    width: 100%;
}
.main2{
    background-color: #fff;
    width:100%;
    height:900px;
}
.topbannerbox {
    width: 100%;
    background-color: #fff;
}
.topbanner {
    width: 100%;
   height: auto;
    margin-bottom: 0;
}
.banbox{
    background-color: #fff;
    width: 100%;
    height: calc(100vw/4.3);
    margin-top: 20px;
}
.main div:nth-child(3){
    margin-bottom: 20px;
}

.banbox div {
    background-color: #fff;
    width: calc(100%/4);
    height: 100%;
    float: left;
    position: relative;
}
.banbox div img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.banbox div img:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}
.banbox div:nth-child(1) {
    background-color: #fff;
}
.banbox div:nth-child(2) {
    background-color: #fff;
}
.banbox div:nth-child(3) {
    background-color: #fff;
}
.banbox div:nth-child(4) {
    background-color: #fff;
}
.main div:nth-child(3) div:nth-child(4) div{
    height: calc(100%/3);
    width: 100%;
}
.main div:nth-child(3) div:nth-child(4) div div {
    width: 93%;
    height: 100%;
    background-color: #fff;
    margin-left: 3.5%;
}
.main div:nth-child(3) div:nth-child(4) div:nth-child(1) div{
    background-color: #fff;
}
.main div:nth-child(3) div:nth-child(4) div:nth-child(2) div{
    background-color: #fff;
}
.main div:nth-child(3) div:nth-child(4) div:nth-child(3) div{
    background-color: #fff;
}
#snsbanner {
    width:100%;
}
.footer {
    background-color: #00b9ef;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.content {
    display: flex;
    padding: 20px 0;
    overflow: hidden;
}
.menu {
    align-items:center;
    justify-content: center;
    top: 0px;
    width: 270px;
    height: 1px;
    color: #fff;
    margin-left: 0px;
}
.menu ul{ 
    margin: 0; 
    padding: 0; 
    list-style: none; 
    width:270px;
}
.menu li{ 
    padding: 0; 
    margin: 0; 
}
.menu li a{
    display: block; 
    border: 2px solid #00b9ef;
    border-left: 13px solid #00b9ef;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 3px 10px;
    text-decoration: none;
    color: black;
    width: 270px; 
    margin: 1px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
.menu li a:hover{
    border-left: 13px solid #fff200;
    color: #616161;
}
.fixbox{
    position: fixed;
    top: 0px;
    left: 0px;
}
.textbox {
    background: #fff;
    overflow: hidden;
    margin-right: 30px;
    margin-left: auto; 
    width: calc(100vw - 330px);
}
.textbox_title {
    background-color: #ffffff;
    height:80px;
    width:100%;
    position: relative;
    border-bottom: solid 5px;
    border-bottom-color: #00b9ef;
    box-shadow: 0 0 10px #fff200;
}
.textbox_titleline {
    width: 100%;
    height: 5px;
    background-color: #00b9ef;
    box-shadow: 0 0 10px #fff200;
}
.textbox_titletext{
    background-color: #fff;
    color: #00b9ef;
    height:70%;
    width:100%;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
} 
@media screen and (max-width: 1100px){
    .textbox_titletext {
        font-size: 25px
    }
}
.textbox_content {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    min-height: calc(100vh - 255px);
} 
h1 {
    font-size: 18px;                
    position: relative;
    padding: .5em .75em;
    border-left: 6px solid #88d1f5;
    box-shadow: 0 5px 5px #88d1f5;
    background-color: #fff;
    width: 95%;
}
.subtitle {
    font-size: 18px;                
    position: relative;
    font-weight: 700;
    padding: .5em .75em;
    border-left: 6px solid #88d1f5;
    width: 95%;
}
p {
    margin-left:20px;
}
.kakkyoku {
    height: 350px;
    margin-left: 20px;
    margin-top: 10px;
}
.textbox_content b{
  background-color: rgba(136, 209, 245, 0.5);
}
.textbox_content a{
  text-decoration: none;
  color:#393939;
}
.link{
  border-bottom: 1px solid #393939;
}
.link:hover{
  opacity: 0.5;
}
/*テーブル*/
.table{
  background: #fff;
  color: #555;
  display: inline-blockmizuki_shuran;
  margin: 0.5em 0;
}
.table thead{
  color: #555;
  background-color: #88d1f5;
  font-weight: 700;
  text-transform: uppercase;
}
.table td{
  padding: .5em 0.5em;
}
.table tbody td{
  background-color: #eee;
  text-align: left;
}
.table2{
  color: #555;
  display: inline-block;
  margin: 0.5em 0;
  border: 2px solid #00b9ef;
    margin-left: 20px;
}
.table2 thead{
  color: #555;
  background-color: #f4b3c2;
  font-weight: 700;
  text-transform: uppercase;
}
.table2 td{
  padding: .5em 0.5em;
}
.table2 tbody td{
  text-align: left;
}
/*カレンダー*/
.day {
  font-size: 8em;
  font-weight: 900;
  line-height: 1em;
}
#month {
  font-size: 2em;
  line-height: 1em;
  text-transform: lowercase;
/*  color: #8ec54a;*/
}
.calendar_img {
    width: 95%;
    height:auto;
    margin-left: 20px;
}
.calendar {
  background: #fff;
  color: #555;
  display: inline-block;
  margin: 0.5em 0;
    margin-left: 20px;
    overflow-x: scroll;
    width: 100%;
}
.calendar thead {
  color: #00b9ef;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar td {
  background-color:#eee;
  padding: .5em 0.5em;
  text-align: left;
  width: 6.7em
}
.prev-month,
.next-month {
  color: #919191;
}
#info1{
  font-size: 15px;
  border: solid 3px #00b9ef;
  background-color: #fff;
  width: 6.7em;
  text-align: center;
}
#info2{
  font-size: 15px;
  width: 6.7em;
  text-align: center;
  border: solid 3px #fff200;
  background-color: #fff;
}
#info3{
  font-size: 15px;
  background-color: #E0ACD5;
  width: 6.7em;
  text-align: center;
}
#info4{
  font-size: 15px;
  background-color: #88d1f5;
  border: solid 3px #88d1f5;
  width: 6.7em;
  text-align: center;
}
#empty1{
  font-size: 15px;
  background-color: transparent;
  color: transparent;
  width: 5em;
}
/*ギャラリー*/
ul {
  list-style: none;
  margin: 0px auto;
  padding: 10px;
  display: block;
  text-align: center;
}
#overlay {
  background: rgba(0,0,0, .8);
  width: 100%;
  height: 100%;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}
#overlay img {
  margin:5% auto;
  width: 700px;
  border-radius: 2px;
}
#photos {
  width: 100%;
    overflow: hidden;
  display: block;
    position: relative;
}
#photos img {
  width: 300px;
  height:200px;
  float: left;
  display: block;
  margin: 2px;
}
#photos img:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
#photo-gallery {
  width: 100%;
}

.cover {
    display: none;
}
@media screen and (max-width: 800px){
    .cover {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #00b9ef;
        z-index: 999;
        color: #fff;
        font-size: 5em;
        text-align: center;
    }
}
.cover div {
    font-size: 5vw;
    vertical-align: middle;
	text-align: center;
    margin-top: 50%;
    transform: translateY(-50%);
}