<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* ================================================
　カテゴリ共通
================================================ */
/* TB以上 */
@media screen and (min-width:768px) {
.g_nav_about a {
	border-bottom: 2px solid #fe0;
	color: #fe0;
}
}


/* ================================================
　ページの見出し部分
================================================ */
/* SP以上 */
@media screen and (max-width:767px) {
.headline {
	background: url(images/img_01.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-top: -80px;
}
.headline img {
	width: 90%;
	margin-top: 3em;
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.headline {
	background: url(images/img_01.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	margin-top: -80px;
}
.headline img {
	width: 700px;
	height: 110px;
	margin-top: 3em;
}
}


/* ================================================
　いわて銀河プラザについて
================================================ */
.about .gaikan {
	width: 100%;
}
.about p {
	padding-bottom: 0;
}


/* SP版 */
@media screen and (max-width:767px) {
.outline {
	background: url(../common/img/h_bg_2.png) repeat center top;
	background-size: 50px 50px;
	color: #fff;
	padding: 20px 20px;
}
	
.outline_box dd span{
	font-size: 11px;	
	}
	
.outline_box dl {
	margin-bottom: .5em;
	text-align: left;
}
.outline_box dt {
	background: #fff;
	width: 60px;
	color: #117;
	font-size: 12px;
	text-align: center;
}
.outline_box dd {
	padding-left: 80px;
	margin-top: -1.4em;
	margin-bottom: 1.2em;
}

.outline_box dd.kaikanbi {
	margin-top: -1.4em;
	color:#fff;
	}
	
.outline_box &gt; p {
	text-align: left;
	padding-bottom: .8em;
}
.outline_box &gt; p a {
	color: #fff;
}
.outline_box &gt; a {
	background: #fff;
	width: 100%;
	padding: .5em 0;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #117;
}
.outline_box &gt; a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(../common/img/arrow_b.png) no-repeat left bottom;
	background-size: 6px 10px;
}
}
/* TB以上 */
@media screen and (min-width:768px) {
.outline {
	background: url(../common/img/h_bg_2.png) repeat center top;
	background-size: 50px 50px;
	color: #fff;
}
.outline_box {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 120px;
}
	
.outline_box dd span{
	font-size: 12px;	
	}
	
.outline_box dl {
	position: absolute;
	left: 30px;
	top: 20px;
	text-align: left;
}
.outline_box dt {
	background: #fff;
	width: 60px;
	color: #117;
	font-size: 12px;
	text-align: center;
}

.outline_box dd {
	padding-left: 80px;
	margin-top: -1.4em;
	margin-bottom: 1.2em;
}

.outline_box dd.kaikanbi {
	margin-top: -1.4em;
	color:#fff;
	}
.outline_box &gt; p {
	position: absolute;
	left: 370px;
	top: 20px;
	text-align: left;
}
.outline_box &gt; a {
	position: absolute;
	right: 30px;
	top: 20px;
	background: #fff;
	width: 180px;
	padding: .5em 0;
	display: block;
	text-align: center;
	font-weight: bold;
}
.outline_box &gt; a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(../common/img/arrow_b.png) no-repeat left bottom;
	background-size: 6px 10px;
}
}


/* ================================================
　アクセス
================================================ */

.access iframe {
	width: 100%;
	height: 500px;
}


/* ================================================
　フロアガイド
================================================ */

/* SP以上 */
@media screen and (max-width:767px) {
.floor {
}
.floor .box_box {
	text-align: left;
	text-align: justify;
}
.floor .box_box img {
	width: 100%;
	margin: 0 0 .5em;
}
.floor .box_box_box_2col {
	width: 96%;
	float: left;
	margin: 0 2% 1em;
	background: hsla(0,0%,100%,1.00);
	padding: 5% 5% 0;
}
.floor .box_box_box {
	width: 46%;
	float: left;
	margin: 0 2% 1em;
	     height: 260px;
}
.floor .box_box_box h3 {
	margin-bottom: .2em;
	font-weight: bold;
	font-size: 13px;
}
.floor .box_box_box p {
	font-size: 11px;
}
.floor .box_box_box .btn_sen {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
.bx-wrapper {
    position: relative;
    margin: 10px auto;
    padding: 0;
	margin-bottom: 30px;
}
	
/*
.floor .box_box {
	text-align: left;
	text-align: justify;
}
	

.floor .box_box img {
	width: 100%;
	margin: 0 auto;
	margin: 0 0 .5em;
}
	
.floor .box_box_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}	
	
.floor .box_box_1 .box_box_box{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
	
.floor .box_box_box_2 {
    width: 100%;
    float: left;
    margin: 0 3.3% 0 0em;
}
	
.floor .box_box_box_2 img{
    width: 100%;
	margin: 0 auto;
	margin: 0 0 .5em;
}
*/
	
}


/* TB以上 */
@media screen and (min-width:768px) {
.floor {
}
.floor .box_box {
	text-align: left;
	text-align: justify;
}
	

.floor .box_box img {
	width: 100%;
	margin: 0 auto;
	margin: 0 0 .5em;
}
.floor .box_box_box_2 {
    width: 100%;
/*    float: left;*/
    margin: 40px 3.3% 0 0em;
/*    background: hsla(0,0%,100%,1.00);*/
/*    padding: 3% 7.8% 0 7%;*/
}
	
.floor .box_box_box_2 img{
    width: 100%;
	margin: 0 auto;
	margin: 0 0 .5em;
}
	

.floor .box_box_1{
	max-width: 1020px;
	display: flex;
	flex-wrap: wrap;
	}

.floor .box_box_1 .box_box_box{
	width: 48%;
    margin: 0 1% 1em 1%;
	}
	

.floor .box_box_2{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
	}	
.floor .box_box_2 .box_box_box {
    width: 30%;
    margin: 10px auto;
}
.floor .box_box_box h3 {
	margin-bottom: .2em;
	font-weight: bold;
	font-size: 13px;
}
.floor .box_box_box p {
	font-size: 11px;
}
.floor .box_box_box .btn_sen {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
.floor .box_box_2::after{
  content:"";
  display: block;
width: 66.666%;
}
}
span.alphabet{
  display:inline-block;
  color: #000;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
}
span.a{
	background: #ceffb6;
}
span.b{
	background: #cdb3ff;
}
span.c{
	background: #baffff;
}

span.d{
	background: #90bdff;
}

span.e{
	background:#ffcf9b;
}

span.f{
	background: #caacac;
}

span.g{
	background: #ffffa5;
}

span.h{
	background: #9fd7c9;
}

span.i{
	background: #ff969a;
}

span.j{
	background: #ffd4f7;
}
/* ================================================
　併設事務所
================================================ */


/* SP以上 */
@media screen and (max-width:767px) {
.office {
	clear: both;
}
	
}


/* TB以上 */
@media screen and (min-width:768px) {
.office {
}
	
.box_box {
    width: 1020px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.bx-wrapper .bx-next {
    right: 180px;
}

.bx-wrapper .bx-prev {
    left: 180px;
}

.bx-wrapper span{
	 font-size: 0.76em;
}


}

/*

.simply-scroll-list li {
    position: relative;
}

.simply-scroll-list li {
    float: left;
    padding: 0;
    margin: 0;
    width: 200px;
    height: 150px;
}

.simply-scroll-list li span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: hsla(0,0%,0%,0.50);
    display: block;
    padding: .4em .8em;
    width: 200px;
    color: #fff;
    font-size: 10px;
    text-align: left;
}
*/



</pre></body></html>