@charset "utf-8";
html{
  font-size: 100%;
}
body{
  font-family: "Yu Gothic Medium","游ゴシック Medium", YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3",sans-serif;
  line-height: 1.7;
  color: #333;
}
.bg_01{
    background-color: rgb(250, 238, 255);
    background-image: linear-gradient(45deg, rgb(231, 232, 255) 25%, transparent 25%, transparent 75%, rgba(231, 232, 255) 75%, rgba(231, 232, 255)), linear-gradient(-45deg, rgba(231, 232, 255) 25%, transparent 25%, transparent 75%, rgba(231, 232, 255) 75%, rgba(231, 232, 255));
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    background-repeat: repeat;
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}
/*header
----------------------*/
.logo{
  width: 350px;
  margin: 14px 0 0 0;
}
.hamburger-menu input{
  display: none;
}
.main-nav{
  display: flex;
  font-size:1em;
  margin: 34px 0 0 0;
  list-style: none;
  font-family: "Kaisei Decol", serif;
}
.main-nav li{
  margin-left: 20px;
}
.main-nav a{
  color: #555;
}
.main-nav a:hover{
  color: rgb(205, 4, 255);
}
.page-header{
  display: flex;
  justify-content: space-between;
  margin: 0 0 5em 0;
}
.wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.bg_01 a{
  color: #01b32d;
}
.bg_01 a:hover{
  color: #ffae00;
}
p.mv{
    padding: 2em 0 0 0;
}
img.image-circle1 {
	display: block;
	margin: 0px 0px 3px 0px;
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}
h2{
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}
h2{
    display: flex;
    align-items: center;
}
h2:before,h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
h2:before {
    margin-right: 1rem;
}
h2:after {
    margin-left: 1rem;
}
h2.gallery_tit{
  border-bottom: none;
  margin-bottom: 2em;
}
h3{
      font-family: "Kaisei Decol", serif;
      text-align: center;
      font-size: 1.8em;
}
h3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:bold;
  text-align: center;
  text-shadow:4px 4px 4px #ffffff, -4px -4px 4px #fff,-4px 4px 4px #fff,  4px -4px 4px #fff,4px 0 4px #fff, -4px  0 4px #fff,0 4px 4px #fff,  0 -4px 4px #fff;
}
h3::before,
h3::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #777;
}
h3::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
h3::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.h301{
  color: #ff7b00;
}
.h302{
  color: #027e34;
}
.h303{
  color: #1500ff;
}
h4{
  font-size: 1.2em;
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}
h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}
/*NEWS*/
span.date{
  color:#99019b;
  background: #ffee01;
}
/*gaiyo*/
.gaiyo{
  margin-bottom: 2em;
}
.gaiyo p{
  margin: 1.5em;
}
span.ribbon4 {
  display: inline-block;
  position: relative;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  padding: 0 30px 0 18px;
  font-size: 1rem;
  background: #7200be;
  color: #FFF;
  box-sizing: border-box;
  margin: 0 2rem 0 0;
}
span.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
span.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 1rem 0.5rem 1rem 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.home-content p{
  line-height: 1.5rem;
  margin:0 0 2rem 0;
}
.box{
  	border-radius: 8px;
}
.box h4{
  text-align: center;
  margin: 0 0 2em 0;
}
.box li{
  list-style-type: none;
}
.box{
  padding: 1em;
  background: #fff;
}
.box ul{
  margin: 0 0 0 1em;
}
.container{
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3,1fr);
  margin-top: 2em;
  margin-bottom: 50px;
}
.grid2{
    grid-template-columns: repeat(2,1fr);
}
.grid2 h4{
  background: -webkit-repeating-linear-gradient(-45deg, #e4ffdf, #e4ffdf 4px,#c6f7c6 3px, #c6f7c6 8px);
  background: repeating-linear-gradient(-45deg, #e4ffdf, #e4ffdf 4px,#c6f7c6 3px, #c6f7c6 8px);
  border-radius: 7px;
}
.grid2 h4:after {
  border-top: 15px solid #ddfddd;
}
.grid3{
    grid-template-columns: repeat(2,1fr);
}
.grid3 h4{
  background: -webkit-repeating-linear-gradient(-45deg, #deebff, #deebff 4px,#b4cff8 3px, #b4cff8 8px);
  background: repeating-linear-gradient(-45deg, #deebff, #deebff 4px,#b4cff8  3px, #b4cff8  8px);
  border-radius: 7px;
}
.grid3 h4:after {
  border-top: 15px solid #deebff;
}
.grid4{
  grid-template-columns: repeat(1,1fr);
}
.grid4 .box div{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.grid4 p img{
  border-radius: 8px;
}
footer{
  text-align: center;
  font-size: 0.8em;
  color: #555;
  padding:1em 0 0.5em 0;
}
.grid4 ul li{
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  font-size: 15px;
}
.grid4 ul li:after,
.grid4 ul li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
.grid4 ul li:before{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(248, 189, 86, 0.5);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grid4 ul li:after{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(252, 231, 154, 0.3);
}
p.btn{
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.btn a {
  display: block;
  color: #fff;
}
.btn a:hover {
  color: #fff;
}
.btn a{
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #f49c03;/*色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn a:hover {
  /*押したとき*/
  background: #f8c58b;
}
@media screen and (max-width: 799px) {
  .container,.grid2,.grid3{
        grid-template-columns: repeat(1,1fr);
  }
  h2{
    font-size:1.8em ;
  }
  h3{
    font-size: 1.5em;
  }
  .gaiyo p{
    margin: 0.5em;
  }
  p.mv{
    padding: 1em 0 0 0;
  }
  /*hamburger menu*/
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    right: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    transition-duration: .25s;
    background-color: #99019b;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 150px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: hsl(252, 71%, 91%);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 1;
  }
  .grid4 .box div{
    grid-template-columns: repeat(1,1fr);
  }
}

/*スライドショーの設定*/
/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 80%;
  height: auto;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
  margin: 0 auto;
}
/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    -webkit-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
  }
  .prev {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 25px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #000;
}
.slide{
  width: 2400%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div{
  width: 4.17%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide img{
  width: 100%;
  height: auto;
}
.slide1{
  transform: translateX(0);
}
.slide2{
  transform: translateX(-4.17%);
}
.slide3{
  transform: translateX(-8.33%);
}
.slide4{
  transform: translateX(-12.50%);
}
.slide5{
  transform: translateX(-16.67%);
}
.slide6{
  transform: translateX(-20.83%);
}
.slide7{
  transform: translateX(-25%);
}
.slide8{
  transform: translateX(-29.17%);
}
.slide9{
  transform: translateX(-33.33%);
}
.slide10{
  transform: translateX(-37.50%);
}
.slide11{
  transform: translateX(-41.67%);
}
.slide12{
  transform: translateX(-45.83%);
}
.slide13{
  transform: translateX(-50%);
}
.slide14{
  transform: translateX(-54.17%);
}
.slide15{
  transform: translateX(-58.33%);
}
.slide16{
  transform: translateX(-62.5%);
}
.slide17{
  transform: translateX(-66.67%);
}
.slide18{
  transform: translateX(-70.83%);
}
.slide19{
  transform: translateX(-75%);
}
.slide20{
  transform: translateX(-79.17%);
}
.slide21{
  transform: translateX(-83.33%);
}
.slide22{
  transform: translateX(-87.5%);
}
.slide23{
  transform: translateX(-91.67%);
}
.slide24{
  transform: translateX(-95.83%);
}
.card {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1rem;
}

.card-image {
  width: 50%;
  border-radius: 8px;
}

.card-text {
  width: 50%;
  text-align: left;
}
.card-text span.tar{
  margin-left: 40%;
}
div.card-reverse {
  flex-direction: row-reverse;
}
.aisatsu_box{
  	border-radius: 8px;
}
.aisatsu_box{
  padding: 1em;
  background: #fff;
  margin-top: 2em;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .card {
    flex-direction: column;
  }
  .card-text {
    width:100%;
  }
  .card-image {
    width:100%;
  }
}
