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

#bodywrap {
background-color:#fff;
background: url(../img/background.png) 50% 0 repeat;
background-attachment:fixed;
}

#wrapper_head {
  width: 100%;
  max-width: 740px;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 10px 20px #ccc ;
}


#wrapper {
  width: 100%;
  max-width: 740px;
  height: auto;
  background-color:#fff;
  margin: 0 auto;
  box-shadow: 0px 10px 20px #ccc ;
}

.kiwi{font-family: 'Kiwi Maru', serif;}


a:hover{opacity: 0.5;}

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

.linemarker{
   background:linear-gradient(transparent 60%, #fcd12b 60%);
}

/* ヘッダー */

#header{
  position:relative;
  /*
  background: url(../img/mv_back.png) 0 0 no-repeat;
  */
  background-size: 100% auto;
  background-color:#fff;
  width: 100%;
  padding-bottom:100%;
  overflow: hidden;
  }


#header h3 {
  width: 92%;
}


.font5 {
  font-size: 1.6em;
}

.midashi {
  font-size: 2.2em;
}

.midashi2 {
  font-size: 3.3em;
}

#section03 h4 {
  width: 95%;
 padding-top: 8%;
 padding-left: 5%;
}



/* 仕切り罫 */
hr {
border: 1px #fff solid;
}


/* 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: nowrap;justify-content: space-between;padding: 5%;gap:20px;}
.clm_rv{flex-direction:row-reverse;}




/* フッター
*******************************/
#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%;
}


/* メインビジュアルスライダー */
.slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
  position: absolute;
  margin-top: 5%;
}

.slick-img img {
  width: 90%;
  height: auto;
  margin: auto;
  object-fit: cover;
}

.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;}

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

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

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

  .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: #F8DE8C;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;}
}
