@charset "utf-8";
body{}
html { scroll-behavior: smooth;}
section{ display:block; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.text_s{ font-size:86%; }

.red{
    float: right;
    background-color: red;
    padding: 2px 4px;
    margin: 2px 0 0 4px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    }
    
.content{
    background-color: #fff;
}

img {
  max-width: 100%;  
  vertical-align: bottom;
}

.pagetop {
    display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  cursor: pointer;
}


.movie {
    text-align: center;
    padding: 0 0 40px;
    background: #000;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
    margin: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
    margin: 20px auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
    top: 0%;
   left: 40%;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: # fff20a;
  border-bottom: 2px solid #ccc100;
}


/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
	margin: auto;
  max-width: 100%; /* ここに動画の横幅を指定 */
}

/* 動画を囲うdiv */
.video1 {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 32%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video1 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other{
	background: #D0E2E1;
	margin: 0 calc(50% - 50vw);
	/*padding:30px 20px;*/
}
.otherImg{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	text-align: center;
	/*margin-bottom: 40px;
	padding-top: 30px;*/
}
.other video{
	width: 100%;
	height: 35vh;
	object-fit: cover;
}

/* インスタ */
.instagram-media{
	background:#FFF;
	border:0;
	border-radius:3px;
	box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
	text-align: center;
	margin: 10px auto!important;
	max-width:540px; 
	min-width:326px;
	padding:0;
	width:99.375%;
	width:-webkit-calc(100% - 2px); 
	width:calc(100% - 2px);
}

/*// ボタン基本コード*/
.c-btn {
    display: block;
    /*border: 2px solid #f27A055;*/
    border-radius: 60px;
    background-color: #a5c626;
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
	text-align: center;
    max-width: 300px;
    padding: 15px 40px;
	margin: auto;
}

/*// テキスト基本コード*/
.c-txt {
  color: #f27A055;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
 
.c-btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px; /*// ボタンの高さによって調整*/
}
.c-btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

/* ----------------------------------------------
	スライド
------------------------------------------------- */
#ishiya{
	margin: auto;
	background-color: #A9D1E3;
}
.slide{
	margin: auto;
	background-color: #fff;
}
.img_slide{
	margin: auto;
  max-width: 100%; /* ここに写真の横幅を指定 */
}
/*.back_c{
	background-color: #FDD077;
}*/

/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
.wrapper img{
  width: 100%;
    padding: 1px;
  height: auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery{
  margin:0 0 5px 0;
}
li{
list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/


/*選択するサムネイル画像の設定*/

.choice-btn li{
  cursor: pointer;
  outline: none;
	list-style: none;
  background:#333;
}

.choice-btn li img{
  opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
  opacity: 1;/*選択されているものは透過しない*/
}

/*========= レイアウトのためのCSS ===============*/
/*エリア全体を中央寄せ*/
.wrapper{
/*  width:94%;
  max-width:900px;*/
  margin:0 auto;
    background-color: #000000;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

.wrapper a{
  color: #333;
}

.wrapper a:hover,
.wrapper a:active{
  text-decoration: none;
}

.wrapper p{
  margin:30px 0;
  word-wrap : break-word;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}