@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

html {
	-webkit-overflow-scrolling: touch;
}
#astrocitymini_v-container {
	font-family: 'Noto Sans JP', sans-serif;
	xfont-family: 'MuseoModerno', cursive;
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	line-height: 1.6;
	color: #E0E0E0;
	background: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	width: 100%;
	overflow: hidden;
}
#astrocitymini_v-container .font_tetris {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

#astrocitymini_v-container *:focus {
	outline: none;
}
#astrocitymini_v-container a {
	text-decoration: none;
	color: #f36a18;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#astrocitymini_v-container a:hover {
	color: #f3a718;
}

#astrocitymini_v-container p a {
	text-decoration: none;
	color: #f36a18;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#astrocitymini_v-container p a:hover {
	text-decoration: underline;
}
#astrocitymini_v-container .mt_50 {
	margin-top: 50px;
}
#astrocitymini_v-container .mb_10 {
	margin-bottom: 10px;
}
#astrocitymini_v-container .mb_20 {
	margin-bottom: 20px;
}
#astrocitymini_v-container .mb_30 {
	margin-bottom: 30px;
}
#astrocitymini_v-container .mb_50 {
	margin-bottom: 50px;
}
#astrocitymini_v-container .mb_70 {
	margin-bottom: 70px;
}
#astrocitymini_v-container .td_only {
	display: none;
}
#astrocitymini_v-container .tb-sp {
	display: none;
}
#astrocitymini_v-container .sp_only {
	display: none;
}

#astrocitymini_v-container .center {
	text-align: center;
}
#astrocitymini_v-container .right {
	text-align: right;
}
#astrocitymini_v-container .right_txt_btn_change {
	text-align: right;
	color: #5ec411;
	text-indent: -1em;
	margin-left: 1em;
}

#astrocitymini_v-container .va_middle {
	vertical-align: middle;
}
#astrocitymini_v-container .cl {
	clear: both;
}

#astrocitymini_v-container hr {
	clear: both;
	height: 2px;
	border-top: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	border-right: none;
	border-left: none;
}


/* breadcrumbs */
.breadcrumbs {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.breadcrumbs a {
	display: inline-block;
	transition: .3s;
	transform: translate(0px,0px);
}
.breadcrumbs a:hover {
	transform: translate(0px,-3px);
}
#astrocitymini_v-container #header_breadcrumbs {
	background: #381800;
	color: #E0E0E0;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
}
#astrocitymini_v-container #header_breadcrumbs a {
	text-decoration: underline;
	color: #E0E0E0;
}
#astrocitymini_v-container #footer_breadcrumbs {
	background: #f3a718;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	z-index: 500;
}
#astrocitymini_v-container #footer_breadcrumbs a {
	text-decoration: underline;
	color: #FFF;
}

/* 見出し */
#astrocitymini_v-container .h2_box {
	width: 100%;
	height: 78px;
	background: url("../img/title_h2_bg.png") no-repeat center top;
	margin-bottom: 20px;
	position: relative;
	z-index: 500;
}
#astrocitymini_v-container .h2_line {
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 15px;
background-color: #f3a718;
animation: h2_bg_gradation 5s infinite;
}
@keyframes h2_bg_gradation {
0% { background-color: #f3a718; }
50% { background-color: red; }
100% { background-color: #f3a718; }
}
#astrocitymini_v-container .h2_box h2 {
    line-height: 78px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	animation: h2_gradation 5s infinite;
}

#astrocitymini_v-container h2 {
	color: #5ec411;
	font-family: 'MuseoModerno', cursive;
	font-size: 70px;
    animation: h2_gradation 5s infinite;
}
@keyframes h2_gradation {
0% { color: #f3a718; }
50% { color: yellow; }
100% { color: #f3a718; }
}
@keyframes gradation {
0% { color: #f3a718; }
50% { color: red; }
100% { color: #f3a718; }
}

#astrocitymini_v-container h2.h2_product {
	color: #5ec411;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bolder;
	font-size: 34px;
    animation: h2_gradation 5s infinite;
	xline-height: 88px;
}

#astrocitymini_v-container h2 span {
	margin-left: 20px;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}
#astrocitymini_v-container h2 span:before {
	content:"-";
}

#astrocitymini_v-container h3 {
	text-align: center;
	color: #000;
background: linear-gradient(0deg, rgba(213,152,7,1) 0%, rgba(240,209,84,1) 33%, rgba(208,156,31,1) 37%, rgba(254,235,105,1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 30px;
    font-weight: bolder;
	margin-bottom: 20px;
	position: relative;
	z-index: 500;
}
#astrocitymini_v-container h3.h3_black {
	color: #f3a718;
background: linear-gradient(0deg, rgba(24,17,0,1) 0%, rgba(88,71,6,1) 33%, rgba(40,28,0,1) 37%, rgba(92,81,7,1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#astrocitymini_v-container h3 span {
	font-size: 38px;
}

#astrocitymini_v-container h3.h3_white {
	color: #FFF;
}

#astrocitymini_v-container .spec_box h4,
#astrocitymini_v-container .spec_box_border h4 {
	color: #009800;
	font-size: 20px;
    font-weight: bolder;
	margin-bottom: 10px;
}

#astrocitymini_v-container .h4_box {
	width: 100%;
	height: 88px;
	background: url("../img/title/h4_bg.png") no-repeat center top;
	margin-bottom: 20px;
	position: relative;
}
#astrocitymini_v-container .h4_box h4 {
	text-align: center;
	color: #5ec411;
	font-weight: bolder;
	font-size: 34px;
	line-height: 88px;
    animation: gradation 5s infinite;
}

#astrocitymini_v-container p {
	position: relative;
}
#astrocitymini_v-container p.atten_li {
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
}
#astrocitymini_v-container p.txt_s {
	font-size: 14px;
}
#astrocitymini_v-container p.strong {
	font-weight: bolder;
}
#astrocitymini_v-container span.strong {
	font-weight: bolder;
}
#astrocitymini_v-container .base_li {
	text-indent: -1em;
	margin-left: 1em;
}
#astrocitymini_v-container .base_li a {
	text-decoration: none;
	color: #5ec411;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#astrocitymini_v-container .base_li a:hover {
	text-decoration: underline;
}
#astrocitymini_v-container .atten_li li {
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
}
#astrocitymini_v-container .atten_li_r li {
	text-align: right;
	font-size: 14px;
	text-indent: -1em;
	margin-left: 1em;
}
#astrocitymini_v-container .center_img {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#astrocitymini_v-container .center_img img {
	max-width: 100%;
	height: auto;
	position: relative;
}
#astrocitymini_v-container .center_img a img {
	transform: scale(1, 1);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#astrocitymini_v-container .center_img a:hover img {
	transform: scale(1.05, 1.05);
}

#astrocitymini_v-container .img_set_2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#astrocitymini_v-container .img_set_2 li {
	width: 48%;
	text-align: center;
}
#astrocitymini_v-container .img_set_2 li img {
	width: 100%;
	height: auto;
}

#astrocitymini_v-container a.link_button,
#astrocitymini_v-container a.link_button_l,
#astrocitymini_v-container a.link_button_out {
	clear: both;
	display: inline-block;
	border: #f36a18 solid 3px;
	color: #FFF;
	text-align: center;
	padding: 5px 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: .3s;
	position: relative;
	background-color: #f3a718;
}

#astrocitymini_v-container a.link_button_sp {
	clear: both;
	display: inline-block;
	border: #f36a18 solid 3px;
	color: #FFF;
	text-align: center;
	padding: 5px 35px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: .3s;
	position: relative;
	background-color: #f3a718;
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
}
#astrocitymini_v-container a.link_button_6em {
	width: 6em;
}
#astrocitymini_v-container a.link_button:after {
	content: ">";
	position: absolute;
	right: 15px;
}
#astrocitymini_v-container a.link_button_l:before {
	content: "<";
	position: absolute;
	left: 15px;
}
#astrocitymini_v-container a.link_button_out span,
#astrocitymini_v-container a.link_button_sp span {
	position: absolute;
	right: 15px;
	bottom: 50%;
	margin-bottom: -13px;
}

#astrocitymini_v-container a.link_button:hover,
#astrocitymini_v-container a.link_button_l:hover,
#astrocitymini_v-container a.link_button_out:hover,
#astrocitymini_v-container a.link_button_sp:hover {
	color: #FFF;
	background: #f36a18;
}

#astrocitymini_v-container a.reserve_button {
	display: inline-block;
	border: #FFF solid 4px;
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(213,152,7,1) 0%, rgba(240,209,84,1) 33%, rgba(208,156,31,1) 37%, rgba(254,235,105,1) 80%);
	color: #c80000;
    text-shadow: 
    #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
	font-weight: bolder;
	font-size: 150%;
	text-align: center;
	padding: 15px 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .4);
	transition: .3s;
	transform: translate(0px,0px);
}
#astrocitymini_v-container a.reserve_button:hover {
	transform: translate(0px,-5px);
}

#astrocitymini_v-container #footer_copy {
	background: #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 500;
	xtext-align: center;
	color: #333;
}
#astrocitymini_v-container #footer_copy .copy {
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}


#astrocitymini_v-container #astro_footer {
	width: 100%;
	background: #381800 url("../img/footer_top_bg.jpg") repeat-x top;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 500;
}

#astrocitymini_v-container #astro_footer .footer_nav_list {
    list-style: none;
    display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
#astrocitymini_v-container #astro_footer .footer_nav_list li {
	xdisplay: inline-block;
	color: #666;
	font-size: 14px;
	padding: 0px 10px;
}

#astrocitymini_v-container #astro_footer .footer_nav_list li a {
	display: inline-block;
	color: #fff;
	transition: .3s;
    transform: translate(0px,0px);
}
#astrocitymini_v-container #astro_footer .footer_nav_list li a.active {
	color: #f3a718;
}
#astrocitymini_v-container #astro_footer .footer_nav_list li a:hover {
    transform: translate(0px,-3px);
}

#astrocitymini_v-container #astro_footer .company_link {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#astrocitymini_v-container #astro_footer .company_link li {
	width: 100%;
}
#astrocitymini_v-container #astro_footer .company_link li img {
	width: 100%;
	height: auto;
	transition: .3s;
    transform: translate(0px,0px);
	padding-bottom: 10px;
}
#astrocitymini_v-container #astro_footer .company_link li img:hover {
    transform: translate(0px,-5px);
}
#astrocitymini_v-container #astro_footer .copy {
	clear: both;
	text-align: center;
	color: #FFF;
	font-size: 80%;
}

#astrocitymini_v-container #astro_footer .link_out {
	width: 100%;
    text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
#astrocitymini_v-container #astro_footer .link_out li {
	width: 280px;
	max-width: 48%;
	margin: 0px 10px;
}
#astrocitymini_v-container #astro_footer .link_out a img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#astrocitymini_v-container #astro_footer .link_out a:hover img {
	transform: scale(1.1, 1.1);
}

/*-----------------------------------------------------	*/
/*	for - 1024px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1024px) {

#astrocitymini_v-container .pc_only {
	display: none;
}
#astrocitymini_v-container .td_only {
	display: inherit;
}
#astrocitymini_v-container .tb-sp {
	display: inherit;
}

#astrocitymini_v-container .h2_box h2 {
	width: 96%;
}


#astrocitymini_v-container .h4_box {
	width: 100%;
	height: auto;
	background: #000 url("../img/title/h4_bg_sp.png") repeat-x center bottom;
}
#astrocitymini_v-container .h4_box h4 {
	text-align: left;
	font-weight: bolder;
	font-size: 28px;
	line-height: 1.4;
	padding: 15px 2% 20px;
}

#astrocitymini_v-container .center_img {
	width: 96%;
}
	
#astrocitymini_v-container #footer_copy .copy {
	text-align: left;
}
	
}

/*-----------------------------------------------------	*/
/*	for - 767px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:767px) {
#astrocitymini_v-container .header_inner {
  width: 100%;
}	

#astrocitymini_v-container {
	font-size: 14px;
}

#astrocitymini_v-container .pc-tb {
	display: none;
}
#astrocitymini_v-container .tb_only {
	display: none;
}
#astrocitymini_v-container .sp_only {
	display: inline;
}
#astrocitymini_v-container .right_txt_btn_change {
	text-align: left;
}
	
/* breadcrumbs */
.breadcrumbs {
	font-size: 12px;
}

/* 見出し */
#astrocitymini_v-container h2 {
	font-size: 40px;
}
#astrocitymini_v-container h2 span {
	font-size: 14px;
}
#astrocitymini_v-container .h2_box {
	min-height: 40px;
	height: auto;
	background: url("../img/title_h2_bg_sp.png") no-repeat center top;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#astrocitymini_v-container .h2_box h2 {
    line-height: 32px;
}
#astrocitymini_v-container h2.h2_product {
	font-size: 28px;
}
#astrocitymini_v-container h3 {
	text-align: left;
	font-size: 22px;
	line-height: 1.4;
}
#astrocitymini_v-container h3 span {
	font-size: 28px;
}
#astrocitymini_v-container a.link_button,
#astrocitymini_v-container a.link_button_l {
	padding: 5px 30px;
}

#astrocitymini_v-container a.link_button_out {
	padding: 5px 40px;
}
#astrocitymini_v-container a.link_button_out span {
	margin-bottom: -10px;
}
#astrocitymini_v-container a.link_button_sp {
	padding: 5px 20px;
}
#astrocitymini_v-container a.link_button_sp span {
	position: static;
	margin-left: 10px;
}

#astrocitymini_v-container a.reserve_button {
	padding: 5px 30px;
}
	
#astrocitymini_v-container #astro_footer {
	padding-top: 80px;
	padding-bottom: 30px;
	position: relative;
	z-index: 500;
}
	
#astrocitymini_v-container #astro_footer .footer_nav_list {
    display: none;
}
#astrocitymini_v-container #astro_footer .company_link {
	width: 100px;
}
	
#astrocitymini_v-container .atten_li li {
	font-size: 12px;
}
#astrocitymini_v-container .atten_li_r li {
	text-align: left;
    clear: both;
	font-size: 12px;
}
#astrocitymini_v-container #astro_footer .link_out li {
	width:30%;
	margin: 0px 1%;
}

}

/*-----------------------------------------------------	*/
/*	for - 450px以下の記述　*/
/*-----------------------------------------------------	*/
@media screen and (max-width:480px) {

}