@charset "utf-8";
body{
    background-color: #0B1A37;}
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: #040B17;
}


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

/* 動画を囲う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: 91%; /* ここに写真の横幅を指定 */
}
/*.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;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    width: 38px;
    height: 38px;
    background: rgba(112, 112, 112, 0.6);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2%;
	-webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2%;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-prev::after,
.slick-next::after{
    content: '';
    display: inline-block;
  vertical-align: middle;
	width: 1em;
  height: 1em;
    border: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.slick-prev::after{
    position: relative;
    top: 8px;
    left: 8px;}
.slick-next::after{
    position: relative;
    top: 8px;
    right: -8px;}

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

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

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