/*-----------------------------------*\

	Familied Web Design Style CSS
		Kinoco.inc,

\*-----------------------------------*/
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
.for_pc {
	display: block!important;
}
.for_sp {
	display: none!important;
}
img.for_pc,
span.for_pc {
	display: inline-block!important;
}
img.for_sp,
span.for_sp {
	display: none!important;
}

html {
	font-size: 62.5%;
	line-height: 1.5;
}
body {
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-image: url(../images/keyvisual_backgroundimage.png);
	background-repeat: no-repeat;
	background-position: center top 180px;
	-webkit-background-size: cover 100%;fh
	-o-background-size: cover 100%;
	background-size: cover 100%;
}
img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	text-align: left;
}
h1 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: normal;
	line-height: 1;
    padding-top: 5px;
}
/* 48px */
h2 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3333;
}
/* 36px */
h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}
/* 24px */
hgroup h2, h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
/* 24px */
.images {
	max-width: 100%;
}
a {
	color: #1a1a1a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #1a1a1a;
}
hr {
	margin-bottom: 30px;
}
.tel a {
	color: #FFFFFF !important;
}

#bottomNavi_text {
	text-align: right;
}
#bottomNavi_text span {
	font-size: 11px;
	font-size: 1.1rem;
	color: #1a1a1a;
}
#sp_bottomNavi_text{
	padding-bottom: 30%;
}

div#footer2 {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	color: #000;
	padding-top: 10px;
	border-top: 1px solid #e8e8e8;
    z-index: 999;
}
div#footer2 #footer2_inner {
	width: 120%;
	margin-left: -50%;
	position: absolute;
	left: 50%;
}
div#footer2 #quick_contact2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 24px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
	background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
	background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
	background-color: #f54d4d;
	color: #ffffff;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-shadow: 1px 1px 0px #ce0000;
}
div#footer2 #quick_contact2 a {
	color: #FFF;
	display: block;
	width: 100%;
}
div#footer2 #quick_contact2:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
	background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
	background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
	background-color: #ce0100;
}
div#footer2 #quick_contact2:active {
	position: relative;
	top: 1px;
}
div#footer2 ul {
	float: left;
}
div#footer2 #contact2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 24px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
	background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
	background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
	background-color: #f598a7;
	color: #ffffff;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-shadow: 1px 1px 0px #e86a7f;
}
div#footer2 #contact2 a {
	color: #FFF;
	display: block;
	width: 100%;
}
div#footer2 #contact2:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
	background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
	background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
	background-color: #f16c80;
}
div#footer2 #contact2:active {
	position: relative;
	top: 1px;
}
*:first-child + html hr { /* for IE7 */
	margin: 0;
	border: 1px;
}
#menu_list_arrow {
	display: none;
}
.header_smartphone {
	display: none;
}
#footer3 {
	display: none;
}
.shadow1 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.shadow1:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
#sp_footer{
    display: none;
}

#sp_bottomNavi_text{
    display: none;
}

.hall_list_txt {
  width: 100%;
  height: 26px;
  background: url(../images/hall_eria_select.png) center no-repeat;
  text-indent: -9999px;
}
.home .hall_list_txt {
  display: none;
}
.hall_list {
  display: table;
  margin-bottom: 20px;
}
.hall_list_item {
  position: relative;
  display: table-cell;
  width: 20%;
  min-height: 70px;
  padding: 15px 25px 15px 15px;
  color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  /*border-left: 6px solid #fff;*/
  transition-duration: .2s;
}
.hall_list_item span {
  padding: relative;
  z-index: 1;
}
.hall_list_item:hover {
  text-decoration: none;
  opacity: .8;
}
.hall_list_item:before {
  position: absolute;
  display: block;
  content: "";
  background: #6c76cb;
  top: 0;
  right: 0;
  bottom: 0;
  left: 6px;
  border-radius: 5px;
  z-index: 0;
}
.hall_list_item:after {
  position: absolute;
  content: "";
  top: 40%;
  right: 12px;
  width: 8px;
  height: 15px;
  background: url(../images/hall_list_arrow.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1;
}
.hall_list_item:first-child {
  width: 19%;
  padding-left: 10px;
}
.hall_list_item:first-child:before {
  width: 100%;
  left: 0;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  .home .hall_list_item:after {
    top: 29px;
  } /* IE11 */
  *::-ms-backdrop,
  .hall_list_item:after {
    top: 42px;
  } /* IE11 */
  *::-ms-backdrop,
  .hall_list_item:first-child:before {
    height: 93px;
  }/* IE11 */
  *::-ms-backdrop,
  .hall_list_item:first-child:before {
    height: 93px;
  }/* IE11 */
  *::-ms-backdrop,
  .home .hall_list_item,
  .home .hall_list_item:before {
    height: 70px;
  } /* IE11 */
}



@media screen and (min-width: 641px) {
#header_all {
	text-align: center;
}
#header_all #header {
	margin: auto;
	max-width: 920px;
	height: 116px;
}
#header_all #header #header_logo {
	display: block;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	height: 106px;
    float: left;
}
#header_logo:hover{
      filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
     }
#header_all #header #header_tel {
	display: block;
	position: absolute;
	right: 0;
	bottom: 15px;
}
#header_all #header #header_tel_tablet {
	display: none;
}
#header_all #menu {
	display: inline-block;
*display: inline;
*zoom: 1;
*display: inline;
*zoom: 1;
	margin: auto;
	width: 100%;
	position: static;
	margin-bottom: 5px;
	background-color: #381a80;
*zoom: 1;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF725DA5', endColorstr='#FF3B1E82');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #725da5), color-stop(100%, #3b1e82));
	background-image: -webkit-linear-gradient(top, #725da5 0%, #3b1e82 100%);
	background-image: -moz-linear-gradient(top, #725da5 0%, #3b1e82 100%);
	background-image: -o-linear-gradient(top, #725da5 0%, #3b1e82 100%);
	background-image: linear-gradient(top, #725da5 0%, #3b1e82 100%);
	font-size: 14px;
	font-size: 1.4rem;
}
#header_all #menu ul li {
	width: 15.625%;
	height: 40px;
	float: left;
	list-style: none;
	font-weight: 500;
	color: #fff;
}
#header_all #menu ul li a {
	display: block;
	padding: 0.75em 0;
	color: #fff;
}
#header_all #menu ul {
	width: 93.75%; /* 960/1024 */
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#header_all #menu li {
	max-width: 160px;
}
#header_all #menu li a:hover .menu_chip {
	display: block;
	width: 80%;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 10%;
	padding-left: 20%;
	background: #FFF;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}
#header_all #menu li .menu_select .menu_chip {
	display: block;
	width: 80%;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 10%;
	padding-left: 20%;
	background: #FFF;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}
#header_all #menu .menu_border {
	display: block;
	width: 2px;
	height: 25px;
	position: absolute;
	top: 8px;
	right: -1px;
	border-right: 2px groove;
}
#header_all .menu_list {
	display: none;
}
#header_all .sub_menu {
	display: inline;
}
#header_link{
    width: 264px;
    float: right;
     }
#header_link li{
    float: left;
    margin: 5px 0 10px 20px;
     }
#menu2 {
	display: none;
}
#breadcrumbs {
	text-align: left;
	margin-left: 10px;
}

.campaign_banner {
	width: 100%;
    margin-left: 14px;
	margin-bottom: 30px;
}


/**.campaign_banner_L {
	width: 100%;
	float: left;
}
.campaign_banner_R {
	width: 32%;
	float:right;
	clear:both;
}**/
.contents_top_img {
	margin: 0 0 35px 0;
}
#kokorogamae img {
	margin-bottom: 12px;
}
#kokorogamae a span {
	display: block;
}
#kokorogamae a:hover {
	color: #606cc0;
}
#thum {
	margin-left: 0px;
}
#thum .thum_chip {
	float: left;
	width: 15%;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	background: #FFF;
	margin-bottom: 30px;
	margin-right: 20px;
}
#thum .thum_chip div {
	overflow: hidden;
	padding-top: 8px;
	padding-left: 8px;
	background: #FFF;
}
#thum .thum_chip:hover {
	color: #606cc0;
}
#thum .thum_chip a:hover {
	color: #606cc0;
}
#thum .thum_chip img {
	margin-bottom: 12px;
	display: block;
}
#thum .thum_chip span {
	display: block;
}
.thum_chip2 a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
.thum_chip2 a:hover {
	color: #606cc0;
}
.thum_chip2 a a:hover {
	color: #606cc0;
}
.question img {
	margin-right: 5px;
}
.answer {
	color: #f26c8c;
}
.answer img {
	margin-right: 0px;
}
.chip {
	position: relative;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	background: #FFF;
	margin-bottom: 30px;
	border: 2px solid #dbdef3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.chip p {
	overflow: hidden;
	padding: 8px 5px 0 ;
	background: #FFF;
}
.chip:hover {
	opacity: 0.8;
	border: 2px solid #535670;
}
.chip2 {
	position: relative;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	background: #FFF;
	padding-bottom: 0;
	margin-bottom: 30px;
	border: 2px solid #dbdef3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.chip2 img {
	width: 45%;
}
.chip2 div {
	overflow: hidden;
	padding-left: 3%;
	margin-top: 8px;
	background: #fff;
}
.chip2 p {
	float: left;
	margin-left: 12px;
}
.chip2:hover {
	opacity: 0.8;
	border: 2px solid #535670;
}
.chip2 .chip2_img {
	float: left;
}
.chip2 .chip2_img2 {
	padding-left: 2%;
}
.chip2 .chip2_img2_smart {
	display: none;
}
.chip2 .chip_u2 {
	float: right;
}
.chip3 {
	position: relative;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	background: #FFF;
	padding-bottom: 0;
	margin-bottom: 30px;
	border: 2px solid #dbdef3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.chip3:hover {
	opacity: 0.8;
	border: 2px solid #535670;
}
.chip3 p {
	overflow: hidden;
	padding-left: 8px;
}
.chip3 span {
	display: none;
}
.chip3 .chip3_img {
	float: left;
	display: block;
}
.contact_top2 {
	display: none;
}
#quick_contact {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 24px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
	background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
	background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
	background-color: #f54d4d;
	color: #ffffff;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-shadow: 1px 1px 0px #ce0000;
}
#quick_contact a {
	color: #FFF;
	display: block;
}
#quick_contact:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
	background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
	background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
	background-color: #ce0100;
}
#quick_contact:active {
	position: relative;
	top: 1px;
}
#quick_contact p {
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	border-top: 1px solid #c21b1b;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#contact {
	margin-top: 20px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 24px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
	background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
	background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
	background-color: #f598a7;
	color: #ffffff;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-shadow: 1px 1px 0px #e86a7f;
}
#contact a {
	color: #FFF;
	display: block;
}
#contact:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
	background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
	background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
	background-color: #f16c80;
}
#contact:active {
	position: relative;
	top: 1px;
}
#contact p {
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	border-top: 1px solid #c26675;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#page-top {
	margin-top: 15px;
	margin-bottom: 15px;
}
#page-top a {
	background: #fff;
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: none;
}
#page-top span {
	margin-left: 15px;
}
#page-top2 {
	display: none;
}
footer {
	width: 100%;
	margin: 0 auto;
	padding: 24px 0;
	text-align: left;
	color: #f00;
	background: #ffecef;
	margin-bottom: 60px;
}
footer h2 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #f14863;
	font-weight: bold;
	margin: 0;
}
footer span {
	color: #f14863;
}
footer a {
	font-size: 12px;
	font-size: 1.2rem;
}
footer a:hover {
	color: #606cc0;
}	
}


@media screen and (min-width: 641px) and (max-width: 720px) {


/*-----------------------------------*\

	Familied Web Design Style CSS
		Kinoco.inc,

\*-----------------------------------*/


/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-image: url(../images/keyvisual_backgroundimage.png);
    background-repeat: no-repeat;
    background-position: center top 180px;
    -webkit-background-size: cover 100%;
    -o-background-size: cover 100%;
    background-size: cover 100%;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1;
}


/* 48px */

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3333;
}


/* 36px */

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}


/* 24px */

hgroup h2,
h4,
h5,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}


/* 24px */

.images {
    max-width: 100%;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

p {
    color: #1a1a1a;
}

hr {
    margin-bottom: 60px;
}

#header_tel {
    display: none !important;
}

#header_tel_tablet {
    display: block;
}

#side_bar {
    display: none;
}

#breadcrumbs {
    text-align: left;
    margin-left: 10px;
}

#header_all {
    text-align: center;
}

#header_all #header {
    margin: auto;
    max-width: 960px;
    height: 116px;
    position: relative;
}

#header_all #header #header_logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#header_all #header #header_tel {
    position: absolute;
    right: 0;
    bottom: 15px;
}

#header_all #header #header_tel_tablet {
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
}

#header_all #header_smartphone {
    display: none;
}

#header_all #menu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *display: inline;
    *zoom: 1;
    margin: auto;
    width: 100%;
    position: static;
    margin-bottom: 5px;
    background-color: #381a80;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF725DA5', endColorstr='#FF3B1E82');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #725da5), color-stop(100%, #3b1e82));
    background-image: -webkit-linear-gradient(top, #725da5 0%, #3b1e82 100%);
    background-image: -moz-linear-gradient(top, #725da5 0%, #3b1e82 100%);
    background-image: -o-linear-gradient(top, #725da5 0%, #3b1e82 100%);
    background-image: linear-gradient(top, #725da5 0%, #3b1e82 100%);
    font-size: 12px;
    font-size: 1.2rem;
}

#header_all #menu ul li {
    width: 15.625%;
    height: 40px;
    float: left;
    list-style: none;
    color: #fff;
}

#header_all #menu ul li a {
    display: block;
    padding: 1em 0;
    color: #fff;
}

#header_all #menu ul {
    width: 93.75%;
    /* 960/1024 */
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#header_all #menu li {
    max-width: 160px;
}

#header_all #menu li a:hover .menu_chip {
    display: block;
    width: 80%;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10%;
    padding-left: 20%;
    background: #FFF;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header_all #menu li .menu_select .menu_chip {
    display: block;
    width: 80%;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10%;
    padding-left: 20%;
    background: #FFF;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#header_all #menu .menu_border {
    display: block;
    width: 2px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: -1px;
    border-right: 2px groove;
}

#header_all .menu_list {
    display: none;
}

#header_all .sub_menu {
    display: block;
}

#menu {
    font-size: 5px;
    font-size: 0.5rem;
}

#menu_list_arrow {
    display: none;
}

#menu2 {
    display: none;
}

.chip {
    width: 29%;
    float: left;
    margin-right: 4%;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    background: #FFF;
    margin-bottom: 30px;
    border: 2px solid #dbdef3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.chip div {
    overflow: hidden;
    padding-top: 8px;
    padding-left: 8px;
    background: #FFF;
}

.chip:hover {
    opacity: 0.8;
    border: 2px solid #535670;
}

.chip2 {
    width: 62%;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    background: #FFF;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: 2px solid #dbdef3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.chip2 img {
    width: 45%;
}

.chip2 div {
    overflow: hidden;
    padding-left: 8px;
    background: #fff;
}

.chip2:hover {
    opacity: 0.8;
    border: 2px solid #535670;
}

.chip2 .chip2_img {
    float: left;
    width: 30%;
}

.chip2 .chip_u2 {
    float: right;
}

.chip3 {
    width: 29%;
    float: left;
    margin-right: 4%;
    position: relative;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    background: #FFF;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: 2px solid #dbdef3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.chip3:hover {
    opacity: 0.8;
    border: 2px solid #535670;
}

.chip3 p {
    overflow: hidden;
    padding-left: 8px;
}

.chip3 span {
    display: none;
}

.chip3 .chip3_img {
    float: left;
    display: block;
}

#smartphone {
    display: none;
}

.contact_top2 {
    display: none;
}

footer {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    text-align: left;
    color: #f00;
    background: #ffecef;
    margin-bottom: 60px;
}

footer h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #f14863;
    font-weight: bold;
    margin: 0;
}

footer span {
    color: #f14863;
}

footer a {
    font-size: 12px;
    font-size: 1.2rem;
}

footer a:hover {
    color: #606cc0;
}

#bottomNavi_text {
    text-align: right;
}

#bottomNavi_text span {
    font-size: 11px;
    font-size: 1.1rem;
    color: #1a1a1a;
}

div#footer2 {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
}

div#footer2 #footer2_inner {
    width: 120%;
    margin-left: -50%;
    position: absolute;
    left: 50%;
}

div#footer2 #quick_contact2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
    background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
    background-color: #f54d4d;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #ce0000;
}

div#footer2 #quick_contact2 a {
    color: #FFF;
    display: block;
    width: 100%;
}

div#footer2 #quick_contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
    background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
    background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
    background-color: #ce0100;
}

div#footer2 #quick_contact2:active {
    position: relative;
    top: 1px;
}

div#footer2 ul {
    float: left;
}

div#footer2 #contact2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
    background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
    background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
    background-color: #f598a7;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #e86a7f;
}

div#footer2 #contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
    background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
    background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
    background-color: #f16c80;
}

div#footer2 #contact2:active {
    position: relative;
    top: 1px;
}

div#footer2 #page-top {
    text-align: right;
    margin-bottom: 15px;
}

div#footer2 #page-top a {
    background: #fff;
    text-decoration: none;
}

div#footer2 #page-top a:hover {
    text-decoration: none;
}

div#footer2 span {
    margin-left: 15px;
}

#sp_footer{
    display: none !important;
}

*:first-child + html hr {
    /* for IE7 */
    margin: 0;
    border: 1px;
}

.shadow1 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}

.shadow1:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}



}



@media screen and (max-width: 640px) {


/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}
.for_pc {
  display: none!important;
}
.for_sp {
  display: block!important;
}
img.for_sp,
span.for_sp {
	display: inline-block!important;
}
img.for_pc,
span.for_pc {
	display: none!important;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}

.span-grid {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-image: url(../images/keyvisual_backgroundimage.png);
    background-repeat: no-repeat;
    background-position: center top 180px;
    -webkit-background-size: cover 100%;
    -o-background-size: cover 100%;
    background-size: cover 100%;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

.otherchiba h3{
    margin: 15px 0 15px 0;
}
.home .hall_list_txt {
  display: block;
  margin-top: 0;
}
.hall_list_txt {
  display: block;
  height: auto;
  margin: 20px 0 0;
  padding: 9px;
  color: #fff;
  background: #6c76cb;
  text-align: center;
  text-indent: 0;
}
.hall_list_txt:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 0;
  margin-right: 4px;
  padding-top: 5%;
  background: url(../images/hall_ttl_icon.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}
.hall_list {
  display: block;
}
.hall_list_item {
  /*position: relative;*/
  display: block;
  width: 100%;
  min-height: auto;
  padding: 15px 25px 15px 5.3%;
  color: #381980;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #381980;
  transition-duration: .2s;
}
.hall_list_item span {
  padding: relative;
  z-index: 1;
}
.hall_list_item:hover {
  text-decoration: none;
  opacity: .8;
}
.hall_list_item:before {
  position: absolute;
  display: none;
}
.hall_list_item:after {
  top: 38%;
  right: 4.3%;
  background: url(../images/hall_list_arrow_sp.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.hall_list_item:first-child {
  width: 100%;
  padding-left: 5.3%;
}
.hall_list_item:first-child:before {}


h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1;
}
.home h1 {
  display: inline;
}


/* 48px */

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3333;
}


/* 36px */

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}


/* 24px */

hgroup h2,
h4,
h5,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}


/* 24px */

.images {
    max-width: 100%;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

p {
    color: #1a1a1a;
}

hr {
    margin-bottom: 30px;
}

.header_smartphone {
    display: block;
	width: 100%;
	text-align: center;
	padding: 3% 7% 3% 7%;
	border-bottom: #2d247f solid 2px;
	background: #FFFFFF;
}

.header_smartphone div {
    margin-top: 10px;
}
#header_link{
	display: none;
	/*
    width: 100%;
    text-align: right;
*/
}
#header_link li{
    margin: 0 0 5px 16px;
}
.container {
    /* Whatever you want. They’re your oats. */
    max-width: 960px;
    margin: 0 auto;
    padding: 1.2rem;
}

footer {
    display: none;
}

#breadcrumbs {
    margin-left: 0px;
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

h2 img {
    width: 10%;
}

.chip {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e7f6;
}

.chip img {
    float: left;
}

.chip p {
    display: block;
    padding-top: 0px;
    padding-left: 33%;
}

.chip .price_chip {
    width: 10px;
}

.chip:first-child {
    border-top: 1px solid #e5e7f6;
}

.chip2 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7f6;
    margin: 0 auto;
    margin-bottom: 10px;
}

.chip2 .chip2_img2 {
    display: none;
}

.chip2 .chip2_img2_smart {
    display: block;
    width: 60%;
    margin-top: 0px;
    padding-left: 10px;
}

.chip2 p {
    display: block;
    float: left;
    width: 60%;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 3%;
    background: #fff;
}

.chip2 .chip2_img {
    float: left;
    width: 30%;
}

.chip2 div {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #879c18;
}

.chip2 div:last-child {
    border-bottom: 0px;
}

.chip2 a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}

.chip2 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    background: #7e87ce;
}

.chip2 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 13px;
    width: 20px;
    height: 20px;
    margin-top: 20px;
    background: #fff;
}

.service_menu {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.service_menu .chip3 {
    list-style: none;
    width: 100%;
    height: 30px;
    margin: 0px;
    background: #999;
    text-align: left;
    border-bottom: 1px solid #e5e7f6;
}

.service_menu .chip3 img {
    display: none;
}

.service_menu .chip3:first-child {
    border-top: 1px solid #e5e7f6;
}

.service_menu .chip3 a {
    position: relative;
    display: block;
    padding: 5px;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
}

.service_menu .chip3 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 3px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #606cc0;
}

.service_menu .chip3 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

#kokorogamae {
    margin-bottom: 30px;
}

#kokorogamae a {
    color: #1a1a1a;
}

#kokorogamae a:hover {
    opacity: 0.8;
    color: #606cc0;
}

#kokorogamae .thum_chip2 {
    list-style: none;
    width: 100%;
    height: 60px;
    margin: 0px;
    text-align: left;
    color: #606cc0;
    border-bottom: 1px solid #e5e7f6;
}

#kokorogamae .thum_chip2 img {
    display: none;
}

#kokorogamae .thum_chip2_first {
    border-top: 1px solid #e5e7f6;
}

#kokorogamae .thum_chip2 a {
    position: relative;
    display: block;
    padding: 5px;
    background: #fff;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
    color: #606cc0;
}

#kokorogamae .thum_chip2 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 3px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #606cc0;
}

#kokorogamae .thum_chip2 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

#thum {
    margin-bottom: 30px;
}

#thum a {
    color: #1a1a1a;
}

#thum a:hover {
    opacity: 0.8;
    color: #606cc0;
}

#thum .thum_chip {
    list-style: none;
    width: 100%;
    height: 50px;
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid #e5e7f6;
}

#thum .thum_chip img {
    display: none;
}

#thum .thum_chip_first {
    border-top: 1px solid #e5e7f6;
}

#thum .thum_chip a {
    position: relative;
    display: block;
    padding: 5px;
    background: #fff;
    font-weight: bold;
    padding-top: 15px;
    text-decoration: none;
}

#thum .thum_chip a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 3px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: #7e87ce;
}

#thum .thum_chip a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 8px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: #fff;
}

.menu_list {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #725da5), color-stop(100%, #3b1e82));
    background: -moz-linear-gradient(center top, #725da5 5%, #3b1e82 100%);
    background: -ms-linear-gradient(top, #725da5 5%, #3b1e82 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#725da5', endColorstr='#3b1e82');
    background-color: #725da5;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #0000ce;
}

.menu_list a {
    color: #FFF;
}

.menu_list:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #3b1e82), color-stop(100%, #725da5));
    background: -moz-linear-gradient(center top, #3b1e82 5%, #725da5 100%);
    background: -ms-linear-gradient(top, #3b1e82 5%, #725da5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b1e82', endColorstr='#725da5');
    background-color: #3b1e82;
}

.menu_list:active {
    position: relative;
    top: 1px;
}

.menu_list p {
    display: none;
}

#menu,
#menu2 {
    display: block;
    cursor: pointer;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}

#menu ul,
#menu2 ul {
    display: none;
}

#menu li,
#menu2 li {
    list-style: none;
    border-bottom: 1px solid #879c18;
}

#menu li:last-child,
#menu2 li:last-child {
    border-bottom: 0px;
}

#menu li a,
#menu2 li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px;
    padding-left: 20px;
    background: #3b1e82;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

#menu li a:before,
#menu2 li a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 35px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

#menu li a:after,
#menu2 li a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 40px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #3b1e82;
}

#menu_list_arrow {
    margin: 0;
    margin-bottom: -6px;
    padding: 0;
    border: none;
    text-align: left;
}

#contact_top {
    display: none;
}

.contact_top2 {
    width: 100%;
}

.quick_contact2,
.contact2 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    padding: 12px 15px;
    text-decoration: none;
    color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    *display: inline;
    *zoom: 1;
}

.quick_contact2:active,
.contact2:active {
    position: relative;
    top: 1px;
}

.quick_contact2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
    background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
    background-color: #f54d4d;
    text-shadow: 1px 1px 0px #ce0000;
}

.quick_contact2 a {
    color: #FFF;
    display: block;
}

.quick_contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
    background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
    background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
    background-color: #ce0100;
}

.contact2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
    background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
    background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
    background-color: #f598a7;
    text-shadow: 1px 1px 0px #e86a7f;
    display: block;
}

.contact2 a {
    color: #FFF;
    display: block;
}

.contact2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
    background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
    background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
    background-color: #f16c80;
}

.arrow:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -60px;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: #7e87ce;
}

.arrow:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -52px;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: #fff;
}

#page-top {
    display: none;
}

#page-top2 {
   margin-top: 1.2rem;
   margin-bottom: 11rem;
   margin-left: 16rem;
}

#page-top2 a {
    background: #fff;
    text-decoration: none;
}

#page-top2 a:hover {
    text-decoration: none;
}

#header_tel_tablet,
#header_tel,
#header_logo,
#footer2,
#side_bar {
    display: none;
}

.shadow1 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px black, 0 0 40px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0);
}

.shadow1:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}
#sp_footer {
	display: block;
	width: 100%;
	position:fixed;!important
	position: absolute;
	bottom: 0;
	background-color: #2d247f;
	padding: 2% 2% 4% 2%;
	z-index: 99999;
    box-shadow: 0 -5px 10px -3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width:480px) { 
   /* 表示領域が480px以上の場合に適用するスタイル */
   #sp_footer{
	display: none;
    }
	#sp_bottomNavi_text{
		display: none;
	}
    /* ここまで*/
}
.sp_footer_btn {
    width: 100%;
    float: left;
}

.sp_footer_btn ul{
	margin: 0;
	padding: 0;
}

.sp_footer_btn li{
	color: #FFFFFF;
	font-weight: 300;
	font-size: 2.2rem;
}

