@charset "utf-8";
@import "reset.css";
@import "cmn-options.css";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Dela+Gothic+One&display=swap');

body * {
  box-sizing : border-box;
}

#bodywrap {
  background-color:#0096d2;
  background: url(../img/bg.webp)0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  }


#wrapper_head {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}


#wrapper {
  width: 100%;
  max-width: 800px;
  height: auto;
  background-color:#ffee3a;
  margin: 0 auto;
  overflow: hidden;
}

/* フォント */
.kiwi{font-family: 'Kiwi Maru', serif;}
.dela-gothic{
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


a:hover{opacity: 0.5;}



.txt {
  font-size: 1.5em;
  line-height: 1.5;
}


/* ヘッダー */

#header{
  position:relative;
  background: url(../img/main.webp) 0 0 no-repeat;
  background-size: 100% auto;
  background-color:#ffee3a;
  width: 100%;
  padding-top:100%;
  overflow: hidden;
  }



.font5 {
  font-size: 1.6em;
}

.bt{background-color: #fff;border: 1px solid #333;border-radius: 30px;padding: 8px;font-size: 2.5rem;width: 150px;display: block;}


@media screen and (max-width: 32em) {
  .font5 {
    font-size: 1.8em;
  }
}

.font8 {
  font-size: 2em;line-height: 1.8;color:#030303;
}



.font10 {
  font-size: 2.3em;line-height: 1.8;
}


section h2{
text-align: center;
margin: 8% 0% 2% 0%;
}

.shadow{text-shadow: 0px 0px 8px #999;}


.midashi {
  font-size: 2.2em;
}

.midashi2 {
  font-size: 3.3em;
}


.wht{color: #fff;}

.bggrd {
  background: linear-gradient(#c9e1f5, #fff);
}

/* TOPボタン */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}
.pagetop a {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}

.dspflex{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0 8%;gap:20px 0;}
.clm_rv{flex-direction:row-reverse;}

.dspflex2{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0 8%;gap:30px 0px;text-align: center;}


@media screen and (max-width: 32em) {
.bt{background-color: #fff;border: 1px solid #333;border-radius: 30px;padding: 4px;font-size: 2rem;width: 110px;display: block;}
.dspflex2{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0 4%;gap:20px 0px;text-align: center;}
}

/* フッター
*******************************/
#footer {
  border-top: solid 1px #000;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px;
}

#footer p {
  width: 100%;
  margin: 0 auto;
}

ul.example li {
background:#eeeeee;
text-align: center;	
width: 30%;
margin-left:2.2%;
display: inline-block;
}

ul.example li a{
color: #333333;
display: block;
text-decoration:none;
padding:5% 4% 5% 4%;
}



.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.youtube-container iframe {
  position: absolute;
  top: 0%;
  bottom:0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.gallery-list{text-align: center;}
.realt{position: relative;}
.plus{position:absolute;z-index: 1;top:0;left:0;width: 20%;}
.gallery-list li{display: inline-block;width: 44%;
	margin: 10px;}
.gallery img{border-radius: 14px;}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background: #000 !important;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666!important;
}

.modaal-overlay{
  background:rgb(230,255,255)!important;
  opacity: 0.8!important;}

  .modaal-container{box-shadow: none!important;}