@charset "utf-8";
/* CSS Document */
@import url("css/star.css");
/*星々キラキラとホバーは別のcss*/
body{
	background: url("img/bg-star2-min2.jpg");
	background-size: 100% 100%;
}
/*SP用コンテンツをスマホでは見えなくする*/
/*DP用メディアクエリ*/
@media (min-width:750px){
 body{
	background: url("img/bg-star2-min2.jpg");
	background-size: contain;
}
}

/*全体の指定（DP/SP共通）*/

/* ゆっくり遷移する ページトップボタン*/
html {
	scroll-behavior: smooth;
}

/*✩✩✩✩✩✩✩✩✩✩フォントの指定✩✩✩✩✩✩✩✩✩✩*/
h1{
	font-size: 26px;
	color: #F8E8E8;
	font-family: "Noto Serif JP", serif;
}
h2{
	font-size: 24px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
h3{
	font-size: 20px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
h4{
	font-size: 16px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
h5{
	font-size: 14px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
p{
	font-size: 16px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}



/*✩✩✩✩✩✩✩✩✩✩◆◆viewmoreボタンは◆✩✩✩✩✩✩✩✩✩✩*/

/*✩✩✩✩✩✩✩✩✩✩◆◆ster.cssに記述◆✩✩✩✩✩✩✩✩✩✩*/




/*＜＜＜＜＜＜＜＜下層ページ共通(SP/DPも共通)＞＞＞＞＞＞＞＞＞*/
/*＜＜下層ページファーストビュー＞＞*/
/*上映作品ページ*/
#lineup #firstview{
		background: url("img/hoshizora.tree.jpeg") no-repeat;
		background-size: cover;
		background-position: bottom;
	}
/*上映スケジュールページ*/
#schedule #firstview{
		background: url("img/f-v-2.jpeg") no-repeat;
		background-size: cover;
	background-position: bottom;
	}
/*アクセスページ*/
#access #firstview{
		background: url("img/f-v-1.jpeg") no-repeat;
		background-size: cover;
	background-position: bottom;
	}
/*料金案内ページ*/
#price #firstview{
		background: url("img/f-v-3.jpeg") no-repeat;
		background-size: cover;
	background-position: bottom;
	}
/*星座を知るページ*/
#about-stars #firstview{
		background: url("img/f-v-4.jpeg") no-repeat;
		background-size: cover;
	background-position: bottom;
	}
/*イベントページ*/
#event #firstview{
		background: url("img/f-v-5.jpeg") no-repeat;
		background-size: cover;
	background-position: bottom;
	}

/*SP用ファーストビューメディアクエリ*/
@media screen and (min-width: 1100px){
		/*上映作品ページ*/
	#lineup #firstview{
			background: url("img/hoshizora.tree.jpeg") no-repeat;
			background-size: cover;
			background-position: bottom;
		}
	/*上映スケジュールページ*/
	#schedule #firstview{
			background: url("img/dp-f-v-2.jpeg") no-repeat;
			background-size: cover;
			background-position: bottom;
		}
	/*アクセスページ*/
	#access #firstview{
			background: url("img/dp-f-v-1.jpeg") no-repeat;
			background-size: cover;
			background-position: bottom;
		}
	/*料金案内ページ*/
	#price #firstview{
			background: url("img/dp-f-v-3.jpeg") no-repeat;
			background-size: cover;
			background-position: bottom;
		}
	/*星座を知るページ*/
	#about-stars #firstview{
			background: url("img/dp-f-v-4.jpeg") no-repeat;
			background-size: cover;
		background-position: bottom;
		}
	/*イベントページ*/
	#event #firstview{
			background: url("img/dp-f-v-5.jpeg") no-repeat;
			background-size: cover;
			background-position: bottom;
		}
	
	
}/*SP用ファーストビューメディアクエリ*/


/*＜＜＜ページリンクボタン＞＞＞*/
#pagelink-btn{
	margin: 100px 0;
}
#pagelink-btn a{
	padding: 24px 0 0 46px;
}

#pagelink-btn .toppage-btnframe a{
	margin: 0 auto;
	width: 291px;
	height: 89px;
	background: url("img/starry-sky-violet.jpg") no-repeat;
	background-size: cover;
	font-size: 20px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
	text-decoration: none;
	display: block;
	box-shadow: 22px 30px 25px rgba(0,0,0,0.5);
}

#pagelink-btn .schedulepage-btnframe a{
	margin:120px auto 0;
	width: 335px;
	height: 120px;
	background: url("img/nagareboshi.jpeg") no-repeat;
	background-size: cover;
	font-size: 20px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
	text-decoration: none;
	display: block;
	box-shadow: 22px 30px 25px rgba(0,0,0,0.5);
}



/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩ヘッダー✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
header {
height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  background: #000;
  position: relative;
}

.logo {
	width: 120px;
  font-size: 20px;
  color: #BF986D;
}
.logo a{
	color: #BF986D;
	text-decoration: none;
}

/* ここから下がハンバーガーメニューに関するCSS */
 /*○○〇○○〇○○〇○○〇SP用ハンバーガーメディアクエリ○○〇○○〇○○〇○○〇*/
/*SP用ハンバーガーメディアクエリ*/
@media screen and (max-width: 1100px){ 
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
 display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1F2540;
 border: 1px solid #E8BC74;
  top: 30px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 3px;
  background: #E8BC74;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #1F2540;
  transition: .5s;
  text-align: center;
  padding-top: 20px;
}
	
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
  
	}
	
	
	/* メニューの文字レイアウト */
	header nav ul{
		display: block;
		margin-top: 200px;
	}
	header nav ul li{
		margin: 0 auto 20px;
		width: 200px;
	}
	header nav ul li a{
		display: block;
	}
	
}


/*□◇□◇□◇□◇□◇□◇□◇スマホ用,PC用共通□◇□◇□◇□◇□◇□◇□◇□◇□◇*/
/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

header nav ul li a{
	padding: 10px;
	font-size: 18px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
	text-decoration: none;
	
}


/*header ホバー　star.cssに記述*/


/*□◇□◇□◇□◇□◇□◇□◇スマホ用,PC用共通□◇□◇□◇□◇□◇□◇□◇□◇□◇*/







/*✩✩✩✩✩✩✩✩✩✩✩✩✩ファーストビュー✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#firstview{
	padding: 210px 100px 210px 26px;
}
/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩キャッチコピー✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#catchphrase{
	margin: 50px 0 100px;
	padding: 0 40px;
	line-height: 2em;
	text-align: center;
}
#catchphrase h3{
	margin: 11px 0 22px;
	line-height: 2.3em;
	font-size: 16px;
}
#catchphrase p{
	line-height: 2.5em;
	font-size: 14px;
}


/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩お知らせ✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#infomartion{
	background-color:#1F2540;
	padding: 42px 0 32px;
}

#infomartion h2{
	text-align: center;
}
#infomartion .infoimg{
	margin: 20px 0;
	padding: 27px;
	position: relative;
}
#infomartion .infoimg::before{
	position: absolute;
	content: "";
	top: 3%;
	left: 4%;
	width: 80%;
	height: 80%;
	border: 3px solid #BF986D;
}
.infoframe{
	padding: 25px;
}
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  border: 2px solid #BF986D;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #BF986D;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #BF986D;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #E8BC74;
  padding: 0 20px 0 0;
}
.news-list p{
	color: #E8BC74;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #000;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}

/*ホバーアニメーションはstar.css*/



/*○○〇○○〇○○〇○○〇お知らせメディアクエリ○○〇○○〇○○〇○○〇*/
/*DP用コンテンツをスマホでは見えなくする*/
/*SP用メディアクエリ*/
@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/*✩✩✩✩✩✩✩✩✩✩✩✩✩イベント情報✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#event-frame{
	margin: 85px auto 0;
	position: relative;
}
.eventh2{
	width: 100%;
	height: 321px;
	background: url("img/eventimg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	
}
#event-frame h2{
	padding: 52px 0 0 28px;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆SPスライド（カルーセル）◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*DP用コンテンツをスマホでは見えなくする*/
/*SP用メディアクエリ*/
@media screen and (max-width: 767px){
/* イベント情報重ねる */
.zindex-event{/*見出しに重ねる（-margin）*/
	margin-top: -60px;
}

/* カルーセル全体 */
.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;

}
/* カルーセル内容 */
.ev-contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 270px;
  height: 510px;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}
/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 270px;
  height: 380px;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}
/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
  /* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.5;
  /* スライドよりも前面にする */
  z-index: 3;
}
/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}
/* 前へボタン */
.scroll_prev {
  left: 15px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  transform: rotate(-135deg);
}
/* 次へボタン */
.scroll_next {
  right: 15px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  transform: rotate(45deg);
}
/* スライド移動ボタンエリア */
.move_controler {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  /* 普段はやや薄くする */
  opacity: 0.5;
  /* スライドより前面にする */
  z-index: 2;
}
/* ホバー時はやや明るくする */
.button_move:hover {
  opacity: 0.75;
}
/* スライド移動ボタンの色 */
.button_move {
  background-color: #fdfdfd;
}
/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
/* スライド移動ボタンの1個目を明るくする */
/* （今選択されていることが分かるように） */
.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
/* 2番目のスライド選択時（1番目のスライドと同じことをする） */
.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}
/* 3番目のスライド選択時 */
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked
  ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
.ev-contains img{
	width: 270px;
	height: auto;
}
.ev-contains h3{
	margin: 20px 0 8px;
	font-size: 20px;
}
}

/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩上映作品✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#lineup-section{
	margin: 85px auto 0;
	text-align: center;
}
#lineup-section ul{
	margin: 40px auto 0;
	width: 335px;
}
#lineup-section li{
	margin-bottom: 20px;
	padding: 26px 37px;
	border:  2px solid #E8BC74;
}
/*#lineup li:last-of-type{
	margin-bottom: 0;
}*/
#lineup-section h5{
	margin: 6px 0;
}

#lineup h5{
	margin: 6px 0;
}
/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩上映スケジュール✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#schedule-section{
	margin-top: 85px;
	text-align: center;
}
#schedule-section h4{
	color: #000;
}
#schedule-section p{
	color: #000;
}
#schedule-section h4{
	padding-top: 0.6em;
}
#schedule-section h3{
	color: #E8BC74;
}
#schedule-section li{
	margin: 20px auto;
    width: 80%;
	background-color: #D9D9D9;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆SPアコーディオン◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*○○〇○○〇○○〇○○〇SPアコーディオンメディアクエリ○○〇○○〇○○〇○○〇*/
/*DP用コンテンツをスマホでは見えなくする*/
/*SP用メディアクエリ*/
@media (max-width:750px){
#top #schedule-section .accordion {
margin: 3em auto 0;
max-width: 80vw;
}
#top #schedule-section .toggle {
display: none;
}
#top #schedule-section .option {
position: relative;
margin-bottom: 1em;
}
#top .ymd-title{
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
	
#top .sp-aco-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
	}
	
#top .ymd-title {
border: solid 1px #BF986D;
padding: 1em;
display: block;
background-color: #1F2540;
}
/*アコーディオンボタン*/
#top .ymd-title::after{
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #E8BC74;
transition: all 0.3s;
}
	
#top .ymd-title::before{
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #E8BC74;
transition: all 0.3s;
	}
	
#top .ymd-title::after {
transform: rotate(90deg);
}
 #top .sp-aco-content {
max-height: 0;
overflow: hidden;
	background-color: #1F2540;
}
.sp-aco-content p {
margin: 0;
padding: 0.5em 1em 0.5em;
font-size: 0.9em;
line-height: 1.2;
}
/*アコーディオンの中身の高さ*/
 #top .toggle:checked + .ymd-title + .sp-aco-content {
max-height: 600px;
transition: all 1.5s;
}
#top .toggle:checked + .ymd-title::before {
transform: rotate(90deg) !important;
}

}
/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩料金案内✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#price-section{
	padding: 70px 0 40px;
	background-color: #1F2540;
}

#price-section .lineframe{
	margin: 0 auto;
	width: 90%;
	border: 2px solid #BF986D;
	border-top: none;/*上の辺だけ消す*/
	position: relative;/*線を消す基準位置*/
}
/* ◆◆◆疑似要素を重ねて置き、消えてるように見せる ◆◆◆*/
#price-section .lineframe::before {/*・・左の線消す・・*/
  content: "";
  width: 3px;
  height:200px;
  background: #1F2540;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translateX(-100%);
}
#price-section .lineframe::after {/*・・右の線消す・・*/
  content: "";
  width: 3px;
  height:200px;
  background: #1F2540;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateX(100%);
}

/*◆◆◆◆◆◆◆◆◆◆◆見出しの横に線を挿入◆◆◆◆◆◆◆◆◆◆◆*/
#price-section .text-line {
	display: flex;
	align-items: center;
}

#price-section .text-line:before,
#price-section .text-line:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background: #BF986D; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

/*◆◆◆◆◆◆◆◆◆◆◆見出し◆◆◆◆◆◆◆◆◆◆◆*/
#price-section h2{
	text-align: center;
}
#price-section ul{
	margin-top: 110px;
}

#price-section li{
	margin: 0 auto 10px;
	width: 60%;
	height: 2.5em;
	line-height: 2.5em;
	border-bottom: 1px solid #BF986D;
	/*display: block;*/
}
#price-section a{
	display: block;
	text-decoration: none;
}


/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩星座を知る✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
/*□◇□◇□◇□◇□◇□◇□◇スマホ用,PC用共通□◇□◇□◇□◇□◇□◇□◇□◇□◇*/
#star-section{
	padding: 70px 0 40px;
}
#star-section .sp-starsection{
	margin: 10% 0 0;
}
#star-section h2{
	text-align: center;
}

/*星座ホバー*/

/*◆◆◆◆◆◆◆◆◆◆◆スマホ用のコンテンツ◆◆◆◆◆◆◆◆◆◆◆*/
#star-section .sp-starsection{
	height: 50%;
	background-color: #333;

}

#star-section .sp-star-frame{
	margin: 0 auto;
	padding: 50px 0 30px;
	width: 70%;
	height: auto;
}

#star-section .sp-starsection h3{
	text-align: center;
	line-height: 2.5em;
	font-size: 16px;
}

#star-section .sp-starsection a{
	text-decoration: none;
}

#star-section .sp-star-img{
	margin: 0 auto;
	width: 70%;
	text-align: center;

}

#star-section .sp-starsection img{
	width: 100%;
	display: block;
	transition: transform 1s;
}

/* hoverアニメーション */
#star-section .sp-starsection img:hover{
  transform: rotate(360deg);
}

/*◆◆◆◆◆◆◆◆◆◆◆PC用のコンテンツ◆◆◆◆◆◆◆◆◆◆◆*/
/*○○〇○○〇○○〇○○〇星座を見るメディアクエリ○○〇○○〇○○〇○○〇*/
/*DP用コンテンツをスマホでは見えなくする*/
/*SP用メディアクエリ*/
@media (max-width:750px){
 #star-section  .dp-starsection{
        display: none;
    }
}
/*SP用コンテンツをスマホでは見えなくする*/
/*DP用メディアクエリ*/
@media (min-width:750px){
 #star-section  .sp-starsection{
        display: none;
    }
}



/*✩✩✩✩✩✩✩✩✩星空市宇宙科学館について✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#about-section{
		padding: 80px 0 170px;
		background-color: #1F2540;
}
#about-section h2{
	text-align: center;
}
#about-section h3{
	margin: 20px 0 0 20px;
	color: #fff;
	text-shadow: 2px 5px 1px #010101;
}

#about-section .about-guideitem,.about-shopitem{
	margin: 90px auto 0;
}
#about-section .about-guideitem{
	width: 335px;
	height: 161px;
	background: url("img/about-guideimg.jpg") no-repeat;
	background-size: contain;
	border: 2px solid #BF986D;
}
#about-section .about-shopitem{
	width: 335px;
	height: 161px;
	background-image: url("img/about-shopimg.jpg");
	background-size: contain;
	border: 2px solid #BF986D;
}


/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩施設案内✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#guidance-section{
	margin-top: 80px;
	background-color: #1F2540;
}
#guidance-section h2{
	font-size: 20px;
	margin:30px 0 30px;
}
#guidance-section h3{
	font-size: 14px;
}

#guidance-section .impact{
	font-size: 24px;
}
#guidance-section p{
	margin: 10px 0;
	font-size: 14px;
}
#guidance-section .time{
	margin-left: 5%;
}
#guidance-section .span{
	margin-top: 20px;
	display: block;
	font-size: 12px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
#guidance-section .span:nth-child(3){
	margin-left: 20%;
}

#guidance-section .guidance-flexcontainer{
	padding: 20% 5%;
}
#guidance-section .guide-flexitem{
	margin-top: 70px;
}
#guidance-section .guide-flexitem:first-of-type{
	margin-top: 0;
}
#guidance-section .syousai{
	margin-left:5%;
}

/*○○〇○○〇○○〇○○〇○○〇施設案内メディアクエリ○○〇○○〇○○〇○○〇○○〇*/
/*DP用のコンテンツをスマホでは見えなくする*/
/*SP用メディアクエリ*/
@media (max-width:750px){
 #guidance-section  .map{
        display: none;
    }
}

/*✩✩✩✩✩✩✩✩✩✩◆◆viewmoreボタン2◆✩✩✩✩✩✩✩✩✩✩*/
/*✩✩✩✩✩✩✩✩✩✩◆◆star.cssに記述◆✩✩✩✩✩✩✩✩✩✩*/


/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩フッター✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
footer{
	margin-top: 100px;
	height: 650px;
	text-align: center;
	background-color: #000;
}
footer .footerlogo a{
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	color: #BF986D;
}
footer p{
	font-size: 14px;
}
footer p:nth-of-type(1){
		margin: 60px 0 10px;
}
footer p:nth-of-type(2){
	margin-bottom: 60px;
}
footer span{
	margin-top: 10px;
	display: block;
	font-size: 12px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
footer span:nth-of-type(1){
	margin-top: 60px;
}
footer span:nth-of-type(2){
	font-size: 10px;
}

footer .footer-frame{
	margin: 0 auto;
	padding-top: 100px;
	width: 350px;
}
/*SNS*/
.sns{
  margin-bottom: 15px;
  text-align: center;
}
.sns li{
  display: inline-block;
	
}
.sns a{
  display: block;
  padding: 20px 40px;
  background: #1F2540;
  color: #d8c7a0;
  border: 1.5px solid #BF986D;
  border-radius: 10px;
  text-decoration: none;
  font-size: 24px; 
}
.sns a:hover{
  opacity: 0.7;
}

/**************************************************************************************/
	/***********************icon fonts*********************/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?y18rj');
  src:  url('fonts/icomoon.eot?y18rj#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y18rj') format('truetype'),
    url('fonts/icomoon.woff?y18rj') format('woff'),
    url('fonts/icomoon.svg?y18rj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
/*  font-display: block;*/
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-X:before {
  content: "\ea96";
}

/*****************************icon fonts******************************/
/**************************************************************************************/





/*○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★*/
/*○○〇○○〇○○〇○○★★★★DP用メディアクエリ★★★★★★○○〇○○〇○○〇○○〇*/
/*DP用メディアクエリ*/
@media (min-width:750px){
	/*✩✩✩✩✩✩✩✩✩✩✩✩✩ヘッダー✩✩✩✩✩✩✩✩✩✩✩✩✩*/
	header{
		justify-content: center;
	}
	header .logo{
		margin-right: 50px;
	}
	header ul{
		
		display: flex;
		justify-content: space-between;
	}
	header ul li{
		margin-right: 50px;
	}
	
	
	
	
 /*✩✩✩✩✩✩✩✩✩✩✩✩✩ファーストビュー✩✩✩✩✩✩✩✩✩✩✩✩✩*/
	#firstview{
		margin-bottom: 60px;
		padding: 310px 0% 310px 10%;
	}
	#firstview h1{
		font-size: 40px;
	}
	.kaigyo{
		display: none;
	}

	
	
/*✩✩✩✩✩✩✩✩✩✩✩キャッチコピー✩✩✩✩✩✩✩✩✩✩*/
#catchphrase{
	margin: 100px 0 150px;
	padding: 0 25%;
	text-align: center;
}
	.sp-br{
		display:none;
	}
/*✩✩✩✩✩✩✩✩✩✩✩お知らせ✩✩✩✩✩✩✩✩✩✩*/
	#infomartion {
	height: 500px;
    background-color:transparent;/*！！！⁈！SP用の背景色を取り消す！！⁈！！*/
	position: relative;
}
	#infomartion::before{/*DP用背景設定*/
		position: absolute;
		content: "";
		width: 57%;
		height: 100%;
		display: block;
		background-color: #1F2540;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
		z-index: -2;
	}
	#infomartion .info-flexcontainer{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}
	#infomartion .infoimg{
	margin: 20px 0;
		width: 30%;
	position: relative;
}
/*✩✩✩✩✩✩✩✩✩✩✩イベント情報✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
	#event-frame{
		margin: 200px 0 100px; 
	}
	.eventh2{
	width: 57%;
	height: 321px;
		margin: 0 0 0 auto;/*イベント見出し丸ごと右端よせ*/
}
/*◆◆◆◆◆◆◆◆◆◆◆SPスライドを横並び（カルーセル）◆◆◆◆◆◆◆◆◆◆◆*/	
	input{
		display: none;
	}
	.ev-contains{
		display: flex;
		margin-left: 20%;
		width: 58%;
	}
	.ev-contains h3{
	margin: 20px 0 8px;
	font-size: 20px;
}
	
	.ev-topic{
		padding-right: 20px;
	}
	.zindex-event{/*見出しに重ねる（-margin）*/
	margin-top: -60px;
}
/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩上映作品✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/	
	#lineup-section .pc-grid-col3{
		width: 74%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		
	}
	#lineup-section .col{
		width: 25%;
		margin-right: 20px;
	}
	#lineup-section h5{
		margin: 6px 0;
		font-size: 14px;
	}
	#lineup-section p{
		font-size: 18px;
	}
	
	
/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩上映スケジュール✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/

	#schedule-section h3{
		margin-top: 40px;
	}
	#schedule-section .pc-grid-col4{
		margin: 0 auto;
		display: flex;
		justify-content: center;
		width: 70%;
		padding: 33px 0;
		position: relative;
	}
	#schedule-section .pc-grid-col4::before{
		position: absolute;
		content: "";
		width: 120%;
		height: 90%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #1F2540;
		z-index: -1;
	}
	#schedule-section .pc-grid-col4 li {
    margin: 20px 10px;
	padding: 45px 10px;
    width: 180px; 
    background-color: #D9D9D9;
	}
	#schedule-section .pc-grid-col4 li .sched-category{
		margin: 10px 0;
	}
	#schedule-section .pc-grid-col4 li p:nth-child(2){
		line-height: 1.2em;
	}
	#schedule-section .pc-grid-col4 li p:nth-child(3){
		line-height: 1.5em;
	}
	
	
	

	/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩料金案内✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
	#price-section ul{
		margin: 100px auto 0px;
		width: 434px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#price-section li {
    margin: 0 auto 10px;
    width: 46%;
    height: 2.5em;
    line-height: 2.5em;
    border-bottom: 1px solid #BF986D;
	}
	#price-section li a{
    display: block;
	}
	#price-section h3:hover{
		color: #FFF;
	}
	
	
	
	/*✩✩✩✩✩✩✩✩✩✩✩✩星座を知る✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/	
	#star-section{
		text-align: center;
	}
	#star-section .dp-starsection{
		margin: 3% auto 0;
		padding: 2% 0;
		width: 61%;
		background-color: #333;
	}
	#star-section .dp-starsection p{
		margin: 2% 0;
	}
	#star-section .dp-starsection ul{
		margin: 0 auto;
		width: 81%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#star-section .dp-starsection ul li{
		width: 25%;
		height: 150px;
		margin: 20px 20px 0 0;
		display: flex;
	}

	
	#star-section .dp-starsection ul li a{
		transition: 1.5s;
		width: 100%;
		height: auto;
		display: block;
		background-size: contain;
	}
	#star-section .dp-starsection ul li a:hover{
		background-size: contain;
	}
	
	/*<!--おひつじ座-->*/
	#star-section .dp-starsection ul .Aries a{
		background: url("img/Aries.svg") no-repeat;	
	}
	#star-section .dp-starsection ul .Aries a:hover{
		background: url("img/aries-icon.svg") no-repeat;
	}
	/*<!--おうし座-->*/
	#star-section .dp-starsection ul .Taurus a{
		background: url("img/Taurus.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Taurus a:hover{
		background: url("img/taurus-icon.svg") no-repeat;
	}
	/*<!--ふたご座-->*/
	#star-section .dp-starsection ul .Gemini a{
		background: url("img/Gemini.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Gemini a:hover{
		background: url("img/gemini-icon.svg") no-repeat;
	}
	/*<!--かに座-->*/
	#star-section .dp-starsection ul .Cancer a{
		background: url("img/Cancer.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Cancer a:hover{
		background: url("img/cancer-icon.svg") no-repeat;
	}
	/*<!--しし座-->*/
	#star-section .dp-starsection ul .Leo a{
		background: url("img/Leo.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Leo a:hover{
		background: url("img/leo-icon.svg") no-repeat;
	}
	/*<!--おとめ座-->*/
	#star-section .dp-starsection ul .Virgo a{
		background: url("img/Virgo.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Virgo a:hover{
		background: url("img/virgo-icon.svg") no-repeat;
	}
	/*<!--てんびん座-->*/
	#star-section .dp-starsection ul .Libra a{
		background: url("img/Libra.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Libra a:hover{
		background: url("img/libra-icon.svg") no-repeat;
	}
	/*<!--さそり座-->*/
	#star-section .dp-starsection ul .Scorpius a{
		background: url("img/Scorpius.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Scorpius a:hover{
		background: url("img/scorpius-icon.svg") no-repeat;
	}
	/*<!--いて座-->*/
	#star-section .dp-starsection ul .Sagittarius a{
		background: url("img/Sagittarius.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Sagittarius a:hover{
		background: url("img/sagittarius-icon.svg") no-repeat;
	}
	/*<!--やぎ座-->*/
	#star-section .dp-starsection ul .Capricornus a{
		background: url("img/Capricornus.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Capricornus a:hover{
		background: url("img/capricornus-icon.svg") no-repeat;
	}
	/*<!--みずがめ座-->*/
	#star-section .dp-starsection ul .Aquarius a{
		background: url("img/Aquarius.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Aquarius a:hover{
		background: url("img/aquarius-icon.svg") no-repeat;
	}
	/*<!--うお座-->*/
	#star-section .dp-starsection ul .Pisces a{
		background: url("img/Pisces.svg") no-repeat;
	}
	#star-section .dp-starsection ul .Pisces a:hover{
		background: url("img/pisces-icon.svg") no-repeat;
	}
	
/*✩✩✩✩✩✩✩✩✩星空市宇宙科学館について✩✩✩✩✩✩✩✩✩✩✩✩✩*/	
	#about-section {
    background-color: transparent;/*！！！⁈！SP用の背景色を取り消す！！⁈！！*/
	position: relative;
}
	#about-section ::before{/*DP用背景設定*/
		position: absolute;
		content: "";
		width: 57%;
		height: 100%;
		display: block;
		background-color: #1F2540;
		top:50%;
		left:50%;
		transform: translate(-50%, -50%);
		z-index: -2;
	}
	
	#about-section .about-flexcontainer{
		margin: 0 auto;
		width: 70%;
		display: flex;
		justify-content: space-between;
	}
	#about-section .about-guideitem{
		width: 40%;
		height: 322px;
		background-size: cover;
	
	}
	#about-section .about-shopitem{
		width: 40%;
		height: 322px;
		background-size: cover;
	}
	
/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩施設案内✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
	#guidance-section .guidance-flexcontainer {
		margin: 0 auto;
		padding: 50px 0 70px;
		width: 53%;
    	display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#guidance-section .guide-flexitem:first-of-type {
    margin-top: 70px;
}
	#guidance-section .guide-flexitem {
    margin-top: 70px;
	}
	#guidance-section .guide-flexitem:last-of-type {
    margin-left: 100px;
	}
	/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩トップページここまで✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
	
	/*****************下層ページ共通DP用*****************/
	/*＜＜＜ページリンクボタン＞＞＞*/
	#pagelink-btn{
		margin: 200px 0;
	}
	#pagelink-btn a{
		padding-top: 50px;
	}
	#pagelink-btn .toppage-btnframe a{
		margin: 0 auto;
		width: 50%;
		height: 230px;
		background: url("img/starry-sky-violet.jpg") no-repeat;
		background-size: cover;
		font-size: 28px;
		color: #BF986D;
		font-family: "Noto Serif JP", serif;
		text-decoration: none;
		display: block;
		
	}

	#pagelink-btn .schedulepage-btnframe a{
		margin:120px auto 0;
		width: 60%;
		height: 300px;
		background: url("img/nagareboshi.jpeg") no-repeat;
		background-size: cover;
		font-size: 28px;
		color: #BF986D;
		font-family: "Noto Serif JP", serif;
		text-decoration: none;
		display: block;
	}

	/***************************************************/
	/**************上映作品ページ*************************/
	/*DP用のコンテンツ*/
	#lineup .pc-grid-col3 {
        width: 85%;
    }
	#lineup .col {
        width: 30%;
        margin-right: 20px;
    }
	/**************************************************************************************/

	
}


	
	/**************************************************************************************/
	/*****************************上映スケジュールページ******************************/
/************上映スケジュール　カレンダー************/
#schedule #schedule-section .crick-calendar{
	margin: 20px 0;
	color: #BF986D;
}
.calendar{
	border-collapse:collapse;
	margin: 0 auto;
	width:80%;
}
/*キャプション（年・月・日の指定）*/
.calendar caption a{
	padding-bottom:6px;
	text-decoration: none;
	color: #BF986D;
}
.calendar caption{
	margin: 20px 0;
	font-size:24px;
	font-family: "Noto Serif JP", serif;
	color: #BF986D;
}
.calendar caption span{
	font-size:14px;
}
/*キャプション（年・月・日の指定）ここまで*/
.calendar td{
	height: 70px;
}
.calendar th{
	font-size:20px;
	font-family: "Noto Serif JP", serif;
	border:1px solid #BF986D;
	text-align:center;
	line-height:30px;
}
 
.calendar td{
	font-size:16px;
	font-family: "Noto Serif JP", serif;
	border:1px solid #BF986D;
	text-align:center;
	line-height:30px
}
 
.calendar th{
	color: #BF986D;
}
.calendar th:first-child{
	background:#5C0D0D;
}
.calendar th:last-child{
	background:#0C0D3F;
}
.calendar td div{
	text-align:center;
}
 
.today{
	background:#F4F3ED;
}
.saturday{

}
.sunday{

}
.holiday{

}
 
.calendar td a{
	text-decoration:none;
	display:block;
	width:100%;
	height: 70px;
	color: #BF986D;
}
.calendar td a:hover{
	background:#000;
	color:#fff;
	text-decoration:none;
}
.calendar td a:active{
	background:#f30;
}




/*SP用/DP用共通*/
#schedule .ymd-title h3{
		margin-top: 36px;
	}
#schedule .sp-aco-content {
		margin-top: 24px;
		}
	/*○○〇○○〇○○〇○○〇上映スケジュールメディアクエリ○○〇○○○〇○○〇○○〇*/
/*DP用のコンテンツをスマホでは見えなくする*/
/*SP用メディアクエリ*/
@media (max-width:750px){
	
	
	#schedule .sp-aco-content {
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		margin-top: 20px;
		padding: 20px 0;
		background-color: #1F2540;
		}

	
}
	/**************************上映スケジュールページここまで******************************/


/**************************************************************************************/
	/*****************************アクセスページ******************************/
/*✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩施設案内✩✩✩✩✩✩✩✩✩✩✩✩✩✩✩*/
#access-section{
	margin-top: 85px;
}
#access-section .access-title{
	padding:0px 0 80px;
	text-align: center;
}

#access-section .come-title{
	text-align: center;
	font-size: 24px;
}

#access-section h2{
	font-size: 20px;
	margin:30px 0 30px;
}
#access-section h3{
	font-size: 14px;
}

#access-section .impact{
	font-size: 24px;
}
#access-section p{
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.3em;
}
#access-section .car-p{
	font-size:16px;
	line-height: 1.5em;
}
/*#access-section .time{
	margin-left: 5%;
}*/
#access-section .span{
	margin-top: 20px;
	display: block;
	font-size: 12px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
#access-section .span:nth-child(3){
	margin-left: 20%;
}

#access-section  .map{
	text-align: center;
}

#access-section .guidance-flexcontainer{
	padding: 20% 5%;
}
#access-section .acces-img{
	margin: 20px 10px 0;
	padding-top: 5px;
}
#access-section .acces-img img{
	border: 2px solid #BF986D;
}

#access-section .eki-img{
	position: relative;
}
#access-section .eki-img::after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: url("img/star.gif") no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 2;
}

#access-section .syousai{
	margin-left:5%;
}

#access-section .car{
	margin-top: 80px;
}

/*○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★*/
/*○○〇○○〇○○〇○○★★★★DP用メディアクエリ★★★★★★○○〇○○〇○○〇○○〇*/
/*DP用メディアクエリ*/
@media (min-width:750px){
	
	#access-section .come-title{
		text-align: center;
		font-size: 32px;
	}

	#access-section h2{
		font-size: 28px;
		margin:30px 0 30px;
	}
	#access-section h3{
		font-size: 14px;
	}

	#access-section .impact{
		font-size: 34px;
	}
	#access-section p{
		margin: 10px 0;
		font-size: 18px;
		line-height: 1.3em;
	}
	#access-section .car-p{
		font-size:20px;
		line-height: 1.5em;
	}
	#access-section .span{
		font-size: 16px;
		color: #BF986D;
		font-family: "Noto Serif JP", serif;
	}
	
	#access-section .guidance-flexcontainer{
		margin: 0 auto;
		width: 62.5%;
	}
	#access-section .guide-flexitem{
		margin: 50px auto 70px;
	}
	
	
	#access-section .acces-img{
	margin: 20px 0 0 auto;
	padding-top: 5px;
		width: 60%;
	}
	
	#access-section  .map{
		width: 70%;
		position: relative;
		padding-top: 30%;
	}
	#access-section iframe{
		position: absolute;
		left: 0 ;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	
}/*DP用メディアクエリここまで*/


/*****************************アクセスページここまで******************************/
/**************************************************************************************/



/**************************************************************************************/
	/*****************************料金案内ページ******************************/
#price #price-section ul{
	margin-bottom: 110px;
}
#price table{
	margin: 50px auto 10px;
	width: 75%;
	font-size: 16px;
	text-align: center;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
#price caption{
margin: 30px 0;
	font-size: 20px;
}

#price tr{
	height: 40px;
	line-height: 40px;
}
#price th{
	width: 60%;
}
#price span{
	display: block;
	margin: 0 auto;
	width: 60%;
	font-size: 10px;
	line-height: 1.5em;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
#price span a{
	font-size: 10px;
	line-height: 1.5em;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
#price #discount-price span{
	margin: 20px 0;
	display: block;
}
/*<!--各種割引-->*/
#price #discount-price{
	margin: 50px auto 10px;
	width: 75%;
}
#price #discount-price h2{
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
}
#price #discount-price p{
	margin: 20px 0;
	line-height: 1.5em;
}
#price #discount-price p:nth-of-type(2){
	margin: 50px 0 0;
}
#price #discount-price li{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2em;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}

#price footer span{
	margin-top: 10px;
	display: block;
	font-size: 12px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
#price footer span:nth-of-type(1){
	margin-top: 60px;
}
#price footer span:nth-of-type(2){
	font-size: 10px;
	width: 100%;
}

/*○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★*/
/*○○〇○○〇○○〇○○★★★★DP用メディアクエリ★★★★★★○○〇○○〇○○〇○○〇*/
/*DP用メディアクエリ*/
@media (min-width:750px){
	
	#price #price-section{
		margin: 85px auto 0;
		width: 70%;
	}
	#price table{
		margin: 100px auto 50px;
		width: 60%;
		font-size: 22px;
		text-align: center;
		color: #BF986D;
		font-family: "Noto Serif JP", serif;
	}
	#price caption{
		margin: 30px 0 50px;
		font-size: 28px;
	}

	#price tr{
		height: 40px;
		line-height: 40px;
	}
	#price th{
		width: 60%;
	}
	#price span{
		display: block;
		margin: 0 auto;
		width: 60%;
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
		color: #BF986D;
		font-family: "Noto Serif JP", serif;
	}
	#price span a{
		display: block;
		font-size: 16px;
	}

	/*<!--各種割引-->*/
	#price #discount-price{
		margin: 50px auto 10px;
		width: 50%;
	}
	#price #discount-price h2{
		font-size: 30px;
		text-align: center;
		padding: 30px 0;
	}
	#price #discount-price p{
		font-size: 20px;
		margin: 20px 0;
		line-height: 1.5em;
	}
	#price #discount-price p:nth-of-type(2){
		margin: 50px 0 20px;
	}
	#price #discount-price ul{
		width: 80%;
		margin: 0 auto;
	}
	#price #discount-price li{
		margin-top: 10px;
		font-size: 18px;
		line-height: 2em;
		color: #BF986D;
		font-family: "Noto Serif JP", serif;
	}
	
}/*DP用メディアクエリここまで*/

/*****************************料金案内ここまで******************************/
/**************************************************************************************/


/**************************************************************************************/
	/*****************************星座を知るページ******************************/
#about-stars #zodiac-about{
	margin: 85px auto 0;
	width: 80%;
}

#about-stars #zodiac-about h2{
	margin: 50px 0;
	text-align: center;
}
#about-stars #zodiac-about p{
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.5em;
}


#about-stars #zodiac-section{
	margin: 0 auto;
	width: 80%;
}
#about-stars #zodiac-section .zodiac-frame{
	margin-top: 70px;
}

#about-stars #zodiac-section .star-img-bg{
	text-align: center;
}

#about-stars #zodiac-section .star-img-bg img{
	width: 50%;
	text-align: center;
}

#about-stars #zodiac-section h2{
	margin: 15px 0 0;
}

#about-stars #zodiac-section h3{
	margin: 30px 0;
	text-align: center;
}
#about-stars #zodiac-section p{
	font-size: 14px;
	line-height: 1.5em;
}

#about-stars #zodiac-section .setumei{
	margin: 50px auto;
	width: 100%;
}

#about-stars #zodiac-section .fixed-star{

}

#about-stars #zodiac-section dl{
	margin: 20px 0 0;
	font-size: 14px;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}

#about-stars #zodiac-section dt{
	line-height: 2em;
}

#about-stars #zodiac-section dd{
	margin-top: 5px;
	line-height: 1.5em;
}

/*☆彡おひつじ座☆彡*/
/*☆彡おうし座☆彡*/
/*☆彡ふたご座☆彡*/
/*☆彡かに座☆彡*/
/*☆彡しし座☆彡*/
/*☆彡おとめ座☆彡*/
/*☆彡てんびん座☆彡*/
/*☆彡さそり座☆彡*/
/*☆彡いて座☆彡*/
/*☆彡やぎ座☆彡*/
/*☆彡みずがめ座☆彡*/
/*☆彡うお座☆彡*/


/*○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★*/
/*○○〇○○〇○○〇○○★★★★DP用メディアクエリ★★★★★★○○〇○○〇○○〇○○〇*/
/*DP用メディアクエリ*/
@media (min-width:750px){
	#about-stars #zodiac-section{
	margin: 0 auto;
	width: 80%;
	}
	
	#about-stars #zodiac-section .zodiac-frame{
		margin: 170px 0 50px;
	}
	
	#about-stars #zodiac-section .star-img-bg{
		text-align: center;
	}

	#about-stars #zodiac-section .star-img-bg img{
		width: 20%;
		text-align: center;
	}
	
	#about-stars #zodiac-section h2{
	margin: 30px 0 0;
}
	
	#about-stars #zodiac-section h3{
		margin: 30px 0;
		text-align: center;
	}

	#about-stars #zodiac-section p{
		font-size: 16px;
		line-height: 2em;
	}

	#about-stars #zodiac-section .setumei{
		margin: 50px auto;
		width: 60%;
	}

/*	#about-stars #zodiac-section dl{
		display: flex;
		font-size: 16px;
		color: #BF986D;
		font-family: "Noto Serif JP", serif;
	}
	#about-stars #zodiac-section dt{
		width: 40%;
	}
	#about-stars #zodiac-section dd{
		width: 60%;
	}*/
	
	
}/*DP用メディアクエリ*/



/*****************************星座を知るここまで******************************/
/**************************************************************************************/


/*****************************イベント情報******************************/
/**************************************************************************************/
#event #event-p-frame{
	margin: 85px 0 0;
}


#event #event-p-frame h2{
	text-align: center;
}

#event #event-p-frame h3{
	margin: 20px 0;
}

#event #event-p-frame .event-contant{
	margin: 0 auto;
	width: 80%;
}
#event #event-p-frame .event-contant img{
	width: 60%;
	margin: 0 auto;
	display: block;
}
#event #event-p-frame  .flex{
	margin-top: 80px;
}

#event #event-p-frame .setumei-text{
	margin-top: 20px;
}

#event #event-p-frame .setumei-text p{
	line-height: 1.2em;
}

#event #event-p-frame .setumei-text p:nth-of-type(2){
	margin-top: 20px;
}

#event #event-p-frame dl{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
	color: #BF986D;
	font-family: "Noto Serif JP", serif;
}
#event #event-p-frame dt{
	width: 40%;
}

#event #event-p-frame dd{
	width: 40%;
}

/*○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★○○〇○○〇○○〇○○★★★★*/
/*○○〇○○〇○○〇○○★★★★DP用メディアクエリ★★★★★★○○〇○○〇○○〇○○〇*/
/*DP用メディアクエリ*/
@media (min-width:750px){
	
	#event #event-p-frame  .flex{
		margin-top: 150px;
	}	
	#event #event-p-frame  .flex:first-of-type{
		margin-top: 100px;
	}
	
	#event #event-p-frame .event-contant img{
		width: 20%;
	}
	
	#event #event-p-frame .dp-text-flex{
		margin-top: 20px;
		display: flex;
		justify-content: space-around;
	}
	#event #event-p-frame .dp-text-flex div{
		width: 40%;
	}
	
	#event #event-p-frame .setumei-text p{
	line-height: 1.5em;
	}
	
	#event #event-p-frame dl{
	margin-top: 30px;
	}

	#event #event-p-frame dt{
		font-size: 20px;
	}

	#event #event-p-frame dd{
		font-size: 18px;
	}
	
	
	
}/*DP用メディアクエリ*/

/*****************************イベント情報ここまで******************************/
/**************************************************************************************/














	