@charset "utf-8";
/* CSS Document */



* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ul,
ol {
  margin-left: 1em;
  list-style-position: outside;
}

table {}

table th {
  padding: 5px;
  border: 1px solid #EBEBEB;
}

table td {
  padding: 5px;
  border: 1px solid #EBEBEB;
}

p {
  padding-top: 2px;
  padding-bottom: 4px;
  margin: 0px;
}

a {
  color: #3887B3;
  text-decoration: none;
}

a:visited {
  color: #F46A00;
  text-decoration: none;
}

a:hover {
  color: #C03A4B;
}

a:active {
  color: #CC0066;
}

/*---------------------------------------------------------
  						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 {
  padding-top: 20px;
}

h1 a:hover img {
  opacity: 0.9;
  transform: rotate(-4deg);
  transition-duration: 1s;
}

h1 a img {
  transition-duration: 1s;
}

h1 img {
  width: 480px;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}


h3 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 4px;
  padding-left: 4px;
  position: relative;
  background-color: #FFEB99;
  box-shadow: 0px 0px 0px 5px #76ABF9;
  border: dashed 2px white;
  padding-top: 0.3em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  color: #450607;
  -webkit-box-shadow: 0px 0px 0px 5px #FFEB99;
}

h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #FFFDF3 #FFFDF3 #9CD8F9 #FFFDF3;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h4 {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #22862B;
  margin-bottom: 15px;
  border-top: 1px dotted #97D765;
  border-bottom: 1px dotted #97D765;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #F4FDEE;
}

img {
  vertical-align: bottom;
  border: 0px;

}



main a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}




/*ページ構成*/
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  color: #3E261B;
  background-color: #FFFFFF;
  line-height: 1.7em;
}


#system_main {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}


header {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(images/bg_header.png);
  background-repeat: repeat-x;
  background-position: center top;
}


main {
  text-align: center;
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;

}


#menu {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}

#menu ul {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  line-height: 2em;
  letter-spacing: -1px;
}

#menu li a {
  color: #33281F;
}

#menu li {
  text-align: center;
  padding: 0 5px;
  width: calc(100% / 6);
  list-style-type: none;
}


#menu p {
  margin: 5px auto;
}

.sp {
  display: none !important;
}

@media screen and (max-width:1100px) {
  #menu ul {
    width: 100%;
  }
}








#mainnav {
  width: 100%;
  padding: 0px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}

#mainnav ul {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#mainnav ul li {
  width: calc(100% / 6);
}

#mainnav ul li img {
  width: 50%;
}

#mainnav li dl {}

#mainnav li dt {}

#mainnav li dd a {
  text-align: center;
  border-bottom: 1px dashed #DBC4AB;
  color: #A64508;
}

#mainnav li dd a:hover {
  text-align: center;
  border-bottom: 1px dashed #DBC4AB;
  color: #203F88;
}

footer {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #C9DDE1;
}

footer .copy {
  text-align: center;
  font-size: 12px;
  color: #5A3D1C;
  margin-right: auto;
  margin-left: auto;
}

footer .copy img {
  height: 34px;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
}

.pagetop a {
  display: block;
  text-decoration: none;
}

.pagetop img {
  width: 100%;
}

.topphoto {}

.topphoto img {
  width: 100%;
}

.topphoto2 {
  display: none;
}

@media screen and (max-width:1080px) {
  .topphoto {
    display: none;
  }

  .topphoto2 {
    display: block;
  }

  .topphoto2 img {
    width: 100%;
  }
}


.lineimg {}

.lineimg img {
  width: 100%;
}

.bgbox {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #FFF0F4;
}

.box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* トップ */

.toptxt {
  text-align: left;
  margin-bottom: 50px;
  background-color: #F8F7EF;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset 0px 0px 20px #FFFFFF;
  box-shadow: inset 0px 0px 20px #FFFFFF;
}


.flex {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.tleft {
  width: 55%;
  margin-bottom: 20px;
}

.tright {
  width: 42%;
}

.tright figure img {
  width: 100%;
  border-radius: 20px;
}

#map {}

#map iframe {
  width: 100%;
  height: 350px;
}


.bg1 {
  background-color: #FFEAF1;
  padding-top: 40px;
  padding-bottom: 40px;
}


.bg2 {
  background-image: url(images/bg2.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}


#mokuhyou {
  margin-bottom: 60px;
}

.mtxt1 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #E36790;
}

#mokuhyou ul {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  width: 600px;
  padding: 30px;
  background-color: #FFF7E2;
  border-radius: 20px;
}

#mokuhyou ul li:nth-child(odd) {
  text-align: left;
  background-image: url(images/list1.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px dashed #D84867;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#mokuhyou ul li:nth-child(even) {
  text-align: left;
  background-image: url(images/list2.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #4892D8;
}

#houshin {
  margin-bottom: 60px;
}

#houshin ul {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#houshin ul li {
  width: 32%;
  text-align: left;
  padding: 15px;
  background-color: #FFFFFF;
  border-top: 10px solid #ED9CB7;
  margin-bottom: 20px;
}


#tokubetsu {
  margin-bottom: 60px;
}

#tokubetsu table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-spacing: 3px;
  margin-bottom: 15px;
  border-collapse: separate;
}

#tokubetsu th {
  padding: 0.5em;
  text-align: left;
  width: 20%;
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
  background-color: #DDF1B0;
  border-width: 0px;
}

#tokubetsu td {
  padding: 0.5em;
  text-align: left;
  background-color: #FFFFFF;
  border-width: 0px;
}

.txt {
  text-align: left;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 4px #9E9180;
  box-shadow: 1px 1px 4px #9E9180;
}

#outline {
  margin-bottom: 60px;
}

#outline table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-spacing: 3px;
  margin-bottom: 15px;
  border-collapse: separate;
}

#outline th {
  padding: 0.5em;
  text-align: left;
  width: 20%;
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
  background-color: #DCF5FF;
  border-width: 0px;
}

#outline td {
  padding: 0.5em;
  text-align: left;
  background-color: #FFFFFF;
  border-width: 0px;
}



#contactform {
  margin-bottom: 60px;
}

#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: #FFFFFF;
  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: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  background-color: #F5F5F5;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 10px;
}

#contactform dd textarea {

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #F5F5F5;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

#contactform dd input[type="radio"] {
  margin-right: 3px;
}

/* #contactform .submit {
  float: left;

}

#contactform .reset {
  float: right;
} */
.wpcf7-spinner {
  display: none !important;
}

#contactform .soushinbox {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

input[type="submit"] {
  width: 200px;
  /*送信ボタンの幅を指定*/
  margin-bottom: 5px;
  background-color: #FFB2C3;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  border-radius: 20px;
}

input[type="reset"] {
  width: 200px;
  background-color: #E1E1E1;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  border-radius: 20px;
}

.hissu {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.7em;
  background-color: #F36D97;
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
}




#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: #FFDD93;
  padding: 30px;
  border-radius: 20px;
}

#day1 th {
  white-space: nowrap;
  background-color: #FFBA22;
  padding: 7px;
  color: rgba(255, 255, 255, 1.00);
  border-radius: 20px;
  border-width: 0px;
  width: 18%;
  vertical-align: top;
}

#day2 {
  width: calc(50% - 20px);
  background-color: #FFD4E2;
  padding: 30px;
  border-radius: 20px;

}

#day2 th {
  white-space: nowrap;
  background-color: #F75A8A;
  padding: 7px;
  color: rgba(255, 255, 255, 1.00);
  border-radius: 20px;
  border-width: 0px;
  width: 18%;
  vertical-align: top;
}

#daybox ul {
  width: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#daybox ul li {
  margin-bottom: 10px;
  width: 48%;
}

#daybox img {
  width: 100%;
}

#daybox ul img {
  width: 100%;
  object-fit: cover;
  height: 180px;
  border-radius: 10px;
}

#daybox table {
  width: 100%;
  border-spacing: 10px;
  margin-bottom: 10px;
  border-collapse: separate;
}

#daybox td {
  padding: 7px;
  background-color: #FFFFFF;
  text-align: left;
  border-radius: 20px;
  border-width: 0px;
}

#daybox caption {
  background-color: rgba(255, 255, 255, 0.47);
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  border-radius: 10px;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px;
}

.daymidashi1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0058A0;

}

.daymidashi2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #B51446;
}




#event {
  margin-bottom: 60px;
}

#event table {
  width: 80%;
  border-spacing: 10px;
  margin-bottom: 10px;
  border-collapse: separate;
  border-width: 0;
  margin-left: auto;
  margin-right: auto;
}

#event table td {
  padding: 10px;
  background-color: rgba(255, 252, 246, 1.00);
  border-width: 0;
  text-align: left;
  border-radius: 20px;
}

#event table th {
  border-width: 0;
  width: 12%;
}

#event table th img {
  width: 100%;
}


#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: #FFF7D1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

#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: #66DAFF;
  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 #90C4DB;
  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: #E6F8FC;
  border-radius: 20px;
}

#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: #E6F8FC;
  border-radius: 20px;
}

#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: #37C1E4;
  color: #FFFFFF;
  text-decoration: none;
}

.blogpdf a:hover {
  background-color: #E6F8FC;
  color: #3AAECB;
}





#blog2 {}

#blog2 table td {
  border-width: 0px;
}

#blog2box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#blog2side {
  width: 26%;
  background-color: #B7EEFF;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

#blog2side 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;
}

#blog2side ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px dashed #874A21;
}

#blog2side ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #FFE26E;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#blog2side 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%);
}


#blog2_o {
  text-align: center;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 20px;
}

#blog2 .blog2main {
  text-align: center;
  margin-bottom: 55px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #F3F0CD;
}

#blog2 table {
  width: 100%;
  border-spacing: 6px 6px;
  padding-bottom: 10px;
}

#blog2 table tr .blog2text {
  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: #FFF8DD;
  border-radius: 20px;
}

#blog2 table tr .blog2text img {
  width: 50%;
  border: solid 4px #FFF;
  box-shadow: 1px 1px 4px 0px #D5D3D1;
  margin-top: 10px;
}

#blog2 .blog2photo {
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px;
}


#blog2 .blog2photo img {
  width: 90%;
  border: 10px solid #FFF;
  box-shadow: 1px 1px 4px 0px #D5D3D1;
}

#blog2 table tr .blog2comment {

  font-size: 75%;
  text-align: center;
  padding: 5px;
  margin: 5px;
  background-color: #FFF276;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#blog2 .blog2date {
  font-size: 12px;
  text-align: right;
  padding: 5px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  width: auto;
  background-color: #FFF8DD;
  border-radius: 20px;
}

#blog2 dl {}

#blog2 dt {
  text-align: center;
}

#blog2 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;
  background-color: #FFFFFF;
  margin-top: 5px;
  border-radius: 10px;
}


.blog2pdf {
  text-align: center;
  padding: 10px;
}

.blog2pdf a {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: block;
  background-color: #9070EC;
  text-decoration: none;
  color: hsla(0, 0%, 100%, 1.00);
}

.blog2pdf a:hover {
  background-color: #FFF8DD;
  color: #9070EC;
}



.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 a,
.pager .pagination li span {
  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 {
  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:has(.prev),
.pager .pagination li:has(.next) {
  display: none !important;
}








@media screen and (max-width:1080px) {

  main {
    width: auto;

  }

  .box {
    padding-left: 10px;
    padding-right: 10px;
  }

  header {
    background-size: 150% auto;
  }

  header {
    height: auto;
    width: auto;

  }

  .box {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #mainnav ul {
    width: 100%;
  }

  #mainnav ul li {
    width: calc(100% / 5);
  }

  #mainnav ul li img {
    width: 60%;
  }

}

@media screen and (max-width:768px) {

  html,
  body {}



  h1 img {
    width: 60%;
  }

  .sp {
    display: block !important;
  }

  .toggle {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background-color: #A0BE10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }



  #menu {
    display: none;
    width: 100%;
    background-color: rgba(255, 233, 238, 1.00);
  }

  #menu ul {
    width: 96%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;

  }

  /*
#menu li:first-child {
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #86D0F7;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/
  #menu li {
    width: 31.3%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #FFFDF4;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #menu li a {}






  #mainnav ul {
    width: 95%;
  }

  #mainnav ul li {
    width: calc(100% / 3);
    margin-bottom: 10px;

  }

  #mainnav ul li img {
    width: 60%;
  }




  .bgbox {
    padding: 10px;
    border-radius: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }





  footer .copy img {
    width: 80%;
    height: auto;
  }

  /* pagetop */
  .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
  }

  .tleft {
    width: 100%;
  }

  .tright {
    width: 100%;
  }

  #mokuhyou ul {
    width: 90%;
    padding: 20px;
  }

  #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;

  }

  #contactform dd textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

  }

  #day1 {
    display: block;
    width: 100%;
    padding: 16px;
    margin-bottom: 30px;
  }

  #day2 {
    display: block;
    width: 100%;
    padding: 16px;
  }

  #daybox table {
    width: 100%;
  }


  #daybox ul img {
    height: auto;
  }

  #event table {
    width: 100%;
    border-spacing: 5px;
  }

  #event table th {
    width: 25%;
  }

  #blog td {
    width: auto;
    display: block;
  }

  #blog table tr .blogphoto {
    width: auto;
    padding: 10px;
  }

  #blogside,
  #blog_o {
    width: 100%;
  }

  #blog2 td {
    width: auto;
    display: block;
  }

  #blog2 table tr .blog2photo {
    width: auto;
    padding: 10px;
  }

  #blog2side,
  #blog2_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 span.active {
    border-radius: 0%;
  }



}

@media screen and (max-width:480px) {

  h1 img {
    width: 70%;
  }

  h2 img {
    width: 80%;
  }

  h3 {
    font-size: 17px;
  }


  footer .copy img {
    width: 100%
  }

  footer {
    padding-top: 0px;
    padding-bottom: 50px;
  }


  header {
    height: auto;
  }

  .mtxt1 {
    font-size: 1.3rem;
  }

  #wrapper {
    margin-top: 20px;
  }

  #outline th {
    width: auto;
    display: block;
  }

  #outline td {
    width: auto;
    display: block;
  }

  #houshin ul li {
    width: 100%;
  }

  #tokubetsu th {
    width: auto;
    display: block;
  }

  #tokubetsu td {
    width: auto;
    display: block;
  }

  #contactform .soushinbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  #contactform .submit {
    float: none;
  }

  #contactform .reset {
    float: none;
  }

  #contactform dl {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.00);
    -webkit-box-shadow: 0px 0px 0px #C3BCB1;
    box-shadow: 0px 0px 0px #C3BCB1;
  }


  #daybox ul {
    display: block;
  }

  #daybox ul li {
    margin-bottom: 10px;
    width: 100%;
  }


  #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;
  }

  #blog2 table tr .blog2text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #blog2 table tr .blog2photo {
    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;
  }

  #blog2 table tr .blog2text img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }



}