@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ul,
ol {
  margin-left: 1em;
  list-style-position: outside;
  text-align: left;
}

table {}

table th {
  padding: 5px;
  border: 1px solid #EBEBEB;
}

table td {
  padding: 5px;
  border: 1px solid #EBEBEB;
}


/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clea {
  clear: both;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/
}




h1 {}

h1 img {
  width: 100%;
}




h3 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
  font-size: 22px;
  -moz-background-size: 100% auto;
  font-weight: normal;
  padding-left: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background-color: #FF5555;
  color: rgba(255, 255, 255, 1.00);
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 20px solid #ED2D2D;
}


h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-image: url(images/bg_h2.png);
  background-position: center bottom;
  padding-left: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 30px;
  color: rgba(82, 61, 56, 1.00);
}


h4 {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #F84C67;
  margin-bottom: 10px;
  background-image: url(images/list1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

img {
  vertical-align: bottom;
  border: 0px;

}



main a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}



/*ページ構成*/
html {
  margin: 0px;
  padding: 0px;
}

body {

  background-image: url(images/bg_main.png);
  background-position: center top;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  color: #4D2600;
  background-color: #FFFCF3;
  line-height: 1.8em;
}

#system_main {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}


header {
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF3DF;
  background-image: url(images/bg_body.png), url(images/bg_header.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
}


.mainbox {
  text-align: center;
  display: block;
  clear: both;
  width: 78%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}




footer {}

#fb {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

footer .copy {
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  bottom: -70px;
  z-index: 100;
}

#page_top img {
  width: 100%;
}

#subnav {
  position: fixed;
  right: 0px;
  top: 30px;
  width: 1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 99999;
}

#subnav ul {}

#subnav li {
  float: left;
  margin-bottom: 5px;
  -webkit-box-shadow: 1px 1px 3px #607490;
  box-shadow: 1px 1px 3px #607490;
}

#subnav li a {
  font-size: 1.1em;
  display: block;
  background-color: #7EC019;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  color: #FFFFFF;
  border-left: 5px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  border-top: 5px solid #FFFFFF;
  font-weight: normal;
}

#subnav li a:hover {
  background-color: #307FB1;
  color: #FFFFFF;
}

/* トップ */
/* slide */

#slide {
  position: relative;
  margin: 0 auto;
}

#camera_slide {}

#frame {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;

}

#frame img {
  width: 80%;
}

.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}


#news {
  margin-bottom: 60px;

}

#news ul {
  text-align: left;
  background-color: #F3F3F3;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

#news li {
  text-align: left;
  border-bottom: 1px dashed #5F2A09;
  margin-bottom: 3px;
  padding-bottom: 3px;

}

.flex {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#map {
  margin-bottom: 60px;
  width: 50%;
}


#map iframe {
  width: 100%;
  height: 295px;
}



#outline {
  margin-bottom: 60px;
  width: 48%;
}

#outline table {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 20px;
}

#outline th {
  border-bottom: 1px dotted #6A7C92;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #FFDFB1;
  white-space: nowrap;
}

#outline td {
  text-align: left;
  border-bottom: 1px dotted #6A7C92;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 1.00);
}

#policy {
  margin-bottom: 80px;
}

#policy table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#policy td {
  padding-bottom: 10px;
  border-width: 0px;
  width: 33%;
}

#policy a {
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0, 0, 0, .8);

}



.zoom-with-text {
  max-width: 400px;
  /* 幅を指定 */
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.zoom-with-text-image {
  overflow: hidden;
  padding: 100% 0 0;
  /* 縦横比を指定 */
  position: relative;
}

.zoom-with-text-link {
  align-items: center;
  color: #3D0304;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;

}

.zoom-with-text-photo {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s ease-in-out;
  z-index: 1;
}

.zoom-with-text-link:hover {
  text-shadow: 0 0 15px rgba(0, 0, 0, .8);

}

.zoom-with-text-link:hover+.zoom-with-text-photo {
  transform: scale3d(1.5, 1.5, 1);
  /* hover時の倍率を指定 */
  opacity: 0.5;

}









#info {
  margin-bottom: 80px;
}

#info ul {
  text-align: left;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 5px solid rgba(255, 189, 105, 1.00);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#info li {
  text-align: left;
  border-bottom: 1px dashed #5392CC;
  margin-bottom: 10px;
  padding-bottom: 15px;
  background-image: url(images/list1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  list-style-type: none;
}





#about {
  margin-bottom: 50px;
}

#rinen {
  margin-bottom: 50px;

}

.txt {
  text-align: left;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 20px;
}

#tokushoku {
  margin-bottom: 60px;
}

#tokushoku ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#tokushoku ul li {
  width: 48%;
}

#tokushoku ul li img {
  width: 100%;
}

#gaiyou {
  margin-bottom: 60px;
}

#gaiyou table {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 20px;
}

#gaiyou th {
  border-bottom: 1px dotted #6A7C92;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #FFDFB1;
  white-space: nowrap;
}

#gaiyou td {
  text-align: left;
  border-bottom: 1px dotted #6A7C92;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 1.00);
}


#daily {
  margin-bottom: 60px;
}

#daybox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 30px;

}

#day1 {
  width: calc(50% - 20px);
  background-color: #F5E0BE;
  padding: 10px;
}

#day1 th {
  white-space: nowrap;
  background-color: #FFD2D2;
  padding: 7px;
  border-width: 0px;
}

#day2 {
  width: calc(50% - 20px);
  background-color: #F5E0BE;
  padding: 10px;
}

#day2 th {
  white-space: nowrap;
  background-color: #DAF7B5;
  padding: 7px;
  border-width: 0px;
}


#daybox table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}

#daybox td {
  padding: 7px;
  background-color: #FFFFFF;
  text-align: center;
  border-width: 0px;
}

#daybox caption {
  background-color: #FFFFFF;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  border-radius: 10px;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.3em;
}

.daymidashi1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FF5656;

}

.daymidashi2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #508F00;
}

#daily ul {
  width: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#daily ul li {
  margin-bottom: 10px;
  width: 24%;
}

#daybox img {
  width: 100%;
}

#daily ul img {
  width: 100%;

}



#event {
  margin-bottom: 60px;
}

#event ul {
  width: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#event ul li {
  margin-bottom: 10px;
  width: 24%;
}

#event ul img {
  width: 100%;

}

#event table {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 20px;
}

#event th {
  border-bottom: 1px dotted #6A7C92;
  text-align: center;
  white-space: nowrap;
  font-size: 1.5em;
  padding: 10px;
  vertical-align: middle;
}

#event tr:nth-child(1) th {
  background-color: #FFCFDB;
}

#event tr:nth-child(2) th {
  background-color: #FFCFF2;
}

#event tr:nth-child(3) th {
  background-color: #EBCFFF;
}

#event tr:nth-child(4) th {
  background-color: #CFD4FF;
}

#event tr:nth-child(5) th {
  background-color: #CFEFFF;
}

#event tr:nth-child(6) th {
  background-color: #CFFFF5;
}

#event tr:nth-child(7) th {
  background-color: #CFFFDB;
}

#event tr:nth-child(8) th {
  background-color: #DBFFCF;
}

#event tr:nth-child(9) th {
  background-color: #EEFFCF;
}

#event tr:nth-child(10) th {
  background-color: #FFFDCF;
}

#event tr:nth-child(11) th {
  background-color: #FFE9CF;
}

#event tr:nth-child(12) th {
  background-color: #FFD7CF;
}



#event td {
  text-align: left;
  border-bottom: 1px dotted #6A7C92;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1.00);
}



#kosodate {
  margin-bottom: 60px;
}

.tflex {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
  background-image: url(images/bg_kosodate.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.tflex article {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  border-spacing: 4px;
  padding: 20px;
  background-color: #FFF3E0;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.tflex article dl {}

.tflex article dt {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: normal;
  background-color: #9B692A;
  color: #FFFFFF;
  border-radius: 20px;

}

.tflex article dd {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-width: 0px;
}

.tflex article figure img {
  margin-top: 10px;
  width: 100%;
  border-radius: 15px;
}








#guide {
  margin-bottom: 60px;
}

#guide figure {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#guide figure img {
  width: 100%;
}

#boshuu {
  margin-bottom: 60px;
}

#boshuu article {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #FFF3DF;
}

#boshuu dl {
  padding: 30px;
  border-radius: 5px;
  border: 2px dashed #DD6E42;
  border-radius: 10px;
}


#boshuu dt {
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.2em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  background-color: #DD6E42;
}

#boshuu dd {
  border-bottom: 1px dashed #5B3D1E;
  text-align: left;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bpdf {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bpdf a {
  display: block;
  background-color: #907456;
  padding: 7px;
  width: 80%;
  color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#recruit {
  padding-top: 60px;
  margin-top: -60px;
  margin-bottom: 60px;
}

#recruit article {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #FFF3DF;
}

#recruit dl {
  padding: 30px;
  border-radius: 5px;
  border: 2px dashed #DD6E42;
  border-radius: 10px;
}


#recruit dt {
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.2em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  background-color: #DD6E42;
}

#recruit dd {
  border-bottom: 1px dashed #5B3D1E;
  text-align: left;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rpdf {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rpdf a {
  display: block;
  background-color: #907456;
  padding: 7px;
  width: 80%;
  color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}



#contactform {
  padding-top: 20px;
  margin-bottom: 50px;
}

#contactform dl {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: #D6ECAA;
  margin-bottom: 30px;
  margin-top: 20px;
  border-radius: 20px;
}

#contactform dt {
  font-weight: bold;
  font-size: 1.1em;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
}

#contactform dd {
  margin-bottom: 15px;
  border-bottom: 1px dotted #8E5E46;
  padding-bottom: 15px;
}

#contactform dd input[type="text"] {
  box-sizing: border-box;
  /* [borde-box]で右の飛び出しを回避 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  text-align: left;
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
}

#contactform dd textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

#contactform dd input[type="radio"] {
  margin-right: 3px;
}

#contactform .submit {
  width: 48%;

}

#contactform .reset {
  width: 48%;

}

#contactform .soushinbox {
  width: 480px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

#contactform input[type="submit"] {
  width: 200px;
  /*送信ボタンの幅を指定*/
  margin-bottom: 5px;
  border: 1px solid #B7B7B7;
  background-color: #FF1D6A;
  padding: 0.4em;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
}

input[type="reset"] {
  width: 200px;
  /*リセットボタンの幅を指定*/
  border: 1px solid #B7B7B7;
  background-color: #E1E1E1;
  padding: 0.4em;
  cursor: pointer;
}

.hissu {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.7em;
  background-color: #F93358;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
}













#blog {}

#blog table td {
  border-width: 0px;
}

#blogbox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#blogside {
  width: 26%;
  background-color: #FFF3DF;
  padding: 20px;
  margin-bottom: 20px;
  background-position: center center;
}

#blogside ul {
  counter-reset: list;
  list-style-type: none;
  line-height: 1.6;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 15px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

#blogside ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px dashed #76ABF9;
}

#blogside ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #72AB44;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#blogside ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#blog_o {
  text-align: center;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 20px;
}

#blog .blogmain {
  text-align: center;
  margin-bottom: 55px;
  border-bottom: 2px dashed #84AC2A;
  padding-bottom: 20px;
  padding-top: 20px;
}

#blog table {
  width: 100%;
  border-spacing: 6px 6px;
  padding-bottom: 10px;
}

#blog table tr .blogtext {
  text-align: left;
  padding-left: 30px;
  width: auto;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
  background-color: #FFFFFF;
}

#blog table tr .blogtext img {
  width: 50%;
  border: solid 4px #FFF;
  box-shadow: 1px 1px 4px 0px #D5D3D1;
  margin-top: 10px;
}

#blog .blogphoto {
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px;
}


#blog .blogphoto img {
  width: 90%;
  border: solid 10px #FFF;
  box-shadow: 1px 1px 4px 0px #D5D3D1;
}

#blog table tr .blogcomment {

  font-size: 75%;
  text-align: center;
  padding: 5px;
  margin: 5px;
  background-color: #FFF276;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#blog .blogdate {
  font-size: 12px;
  text-align: right;
  padding: 5px;
  width: auto;
  background-color: #ECF5D9;
}

#blog dl {}

#blog dt {
  text-align: center;
}

#blog dd {
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-top: 5px;
  background-color: #FFFFFF;
  border-radius: 10px;
}


.blogpdf {
  text-align: center;
  padding: 10px;
}

.blogpdf a {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: block;
  background-color: #51915A;
  color: #FFFFFF;
  text-decoration: none;
}

.blogpdf a:hover {
  background-color: #FFF6D2;
  color: #3AAECB;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ページ送り*/
.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background-color: #402311;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 0.9em;
  list-style-type: none;
}

.pager .pagination li>span,
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;

  display: grid;
  place-content: center;
}

.pager .pagination li a span span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li span.active {
  color: #430001;
  background-color: #F5EAAA;
  border-radius: 50%;
}

.pager .pagination li.pre,
.pager .pagination li.next {
  display: none;
}






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


  h1 {}

  #subnav {
    position: static;
    right: auto;
    top: auto;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  #subnav ul {}

  #subnav li {
    float: none;
    margin-top: 20px;
    border-radius: 20px;
    text-align: center;
  }

  #subnav li a {
    font-size: 1em;
    display: block;
    background-color: #C1E3FF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #003E72;
    border-width: 0px;
    border-radius: 20px;
  }

  .mainbox {
    width: auto;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  header {
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/bg_body.png), url(none);
    background-position: center top, center bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 100% auto;
  }


  #policy td {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  #policy table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #map {
    margin-bottom: 60px;
    width: 100%;
  }

  #outline {
    margin-bottom: 30px;
    width: 100%;
  }

  #tokushoku ul {
    width: 100%;
  }

  .tflex article {
    width: 98%;
  }

  #day1 {
    width: 100%;
    background-color: #F5E0BE;
    padding: 10px;
    margin-bottom: 20px;
  }

  #day2 {
    width: 100%;
    background-color: #F5E0BE;
    padding: 10px;
  }

  #daily ul li {
    margin-bottom: 10px;
    width: 49%;
  }

  #event ul li {
    margin-bottom: 10px;
    width: 49%;
  }

  #guide figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  #contactform {
    padding-top: 80px;
    margin-top: -80px;
  }

  #contactform dl {
    width: auto;
  }

  #contactform dd input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    /* [borde-box]で右の飛び出しを回避 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;

  }


  #blog td {
    width: auto;
    display: block;
  }

  #blog table tr .blogphoto {
    width: auto;
    padding: 10px;
  }

  #blogside,
  #blog_o {
    width: 100%;
  }

  /*ページ送り*/
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;

  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;

  }

  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before {
    content: "次の10件へ　";

  }



  .pager .pagination li {
    border-radius: 0%;
  }

  .pager .pagination li a:hover,
  .pager .pagination li a.active {
    border-radius: 0%;
  }




}



@media screen and (max-width:480px) {
  body {}


  h1 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  h2 img {
    width: 50%;

  }

  h2 {
    font-size: 24px;
    background-size: 100% auto;
  }

  #gNav ul>li img {
    width: 10px;

  }



  #page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 10px;
    bottom: -70px;
  }

  #motto {
    background-position: center bottom;
  }


  #mail th {
    width: auto;
    display: block;
  }

  #mail td {
    width: auto;
    display: block;
  }

  #mail {
    padding-top: 40px;
  }


  #gaiyou th {
    display: block;
    width: 100%;
  }

  #gaiyou td {
    display: block;
    width: 100%;
  }

  #daily ul li {
    margin-bottom: 10px;
    width: 100%;
  }

  #event ul li {
    margin-bottom: 10px;
    width: 100%;
  }

  #contactform .soushinbox {
    width: 100%;
    display: block;
  }

  #contactform .submit {
    margin-left: auto;
    margin-right: auto;

  }

  #contactform .reset {
    margin-left: auto;
    margin-right: auto;

  }

  #contactform input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  input[type="reset"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #contactform dl {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

  }

  #tokushoku ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  #blog table tr .blogtext {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #blog table tr .blogphoto {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #blog table tr .blogtext img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}











#h_phone {
  animation: updown 2s infinite;
}

#h_phone a:hover img {
  animation: rotate 2s infinite;
  opacity: 1.0;
}


@keyframes updown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes updown2 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(7px);
  }
}


@keyframes rotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

@keyframes rotate2 {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}

#login h1 a{
  width: 220px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

