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

	Familied | hall Web Design Style CSS
		Kinoco.inc,

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

.one-of-three2 {
    width: 29%;
}

.two-of-three2 {
    width: 63.666666666%;
}

.one-of-four2 {
    width: 21.0%;
}

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

#contents {
    margin-top: 30px;
}

#hall_contents {
    text-align: left;
}

#hall_contents .sub_description {
    font-size: 27px;
    font-size: 2.7rem;
    color: #323232;
}

#hall_contents #hall {
    margin-bottom: 120px;
}

#hall_contents h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #323232;
    margin-bottom: 30px;
}

#hall_contents h3 {
    font-size: 25px;
    font-size: 2.5rem;
    color: #323232;
    font-weight: lighter;
}

#hall_contents .hall_cont {
    margin-bottom: 50px;
}

#hall_contents .hall_L1 {
    width: 30%;
    float: left;
}

#hall_contents .hall_R1 {
    width: 70%;
    float: right;
    padding-left: 30px;
    margin-top: -5px;
}

#hall_contents .hall_R1 .hall_name {
    font-size: 27px;
    font-size: 2.7rem;
    padding-left: 5px;
    vertical-align: middle;
}

#hall_contents .hall_type {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    background: #7b85cd;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

#hall_contents .hall_typeB {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    background: #f97c94;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

#hall_contents .hall_typeC {
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    background: #178500;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

#hall_contents table,
#hall_contents th,
#hall_contents td {
    width: 100%;
    text-align: left;
    vertical-align: top;
    line-height: 1.6em;
    font-size: 15px;
    font-size: 1.5rem;
}

#hall_contents table th,
#hall_contents th th,
#hall_contents td th {
    width: 20%;
    color: #7b85cd;
    font-weight: normal;
}

#hall_contents .hall_tab {
    background: #f5f6ff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 80px;
}

#hall_contents .hall_tab img {
    padding-bottom: 20px;
}

#hall_contents .hall_select_button {
    font-size: 15px;
    font-size: 1.4rem;
    width: 19%;
    height: 5em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #8e83d3), color-stop(80%, #5d4dc0));
    background: -moz-linear-gradient(center top, #8e83d3 5%, #5d4dc0 80%);
    background: -ms-linear-gradient(top, #8e83d3 5%, #5d4dc0 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8e83d3', endColorstr='#5d4dc0');
    background-color: #8e83d3;
    display: inline-block;
    text-shadow: 1px 1px 0px #5c4dc0;
    -webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    box-shadow: inset 1px 1px 0px 0px #97c4fe;
}

#hall_contents .hall_select_button a {
    color: #FFF;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2em;
}

#hall_contents .hall_select_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #5d4dc0), color-stop(100%, #8e83d3));
    background: -moz-linear-gradient(center top, #5d4dc0 5%, #8e83d3 100%);
    background: -ms-linear-gradient(top, #5d4dc0 5%, #8e83d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5d4dc0', endColorstr='#8e83d3');
    background-color: #5d4dc0;
}

#hall_contents .hall_select_button:active {
    position: relative;
    top: 1px;
}

#hall_contents .hall_select_button2 {
    font-size: 15px;
    font-size: 1.4rem;
    width: 18%;
    height: 5em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #8e83d3), color-stop(80%, #5d4dc0));
    background: -moz-linear-gradient(center top, #8e83d3 5%, #5d4dc0 80%);
    background: -ms-linear-gradient(top, #8e83d3 5%, #5d4dc0 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8e83d3', endColorstr='#5d4dc0');
    background-color: #8e83d3;
    display: inline-block;
    text-shadow: 1px 1px 0px #5c4dc0;
    -webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    box-shadow: inset 1px 1px 0px 0px #97c4fe;
}

#hall_contents .hall_select_button2 a {
    color: #FFF;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
}

#hall_contents .hall_select_button2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #5d4dc0), color-stop(100%, #8e83d3));
    background: -moz-linear-gradient(center top, #5d4dc0 5%, #8e83d3 100%);
    background: -ms-linear-gradient(top, #5d4dc0 5%, #8e83d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5d4dc0', endColorstr='#8e83d3');
    background-color: #5d4dc0;
}

#hall_contents .hall_select_button2:active {
    position: relative;
    top: 1px;
}

#hall_contents .plan_tel {
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

#hall_contents .sp_plan_tel {
	background: #2d247f;
	padding: 4% 2% 2% 2%;;
}

#hall_contents .sp_plan_tel ul {
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 300;
	list-style: none;
	text-align: center;
}


#hall_contents .sp_plan_tel li {
	padding-bottom: 2%
}

#hall_contents .sp_plan_tel li img {
	width: 100%;
}

#hall_contents .sp_plan_tel_last {
	padding-bottom: 0;
}

#map_canvas {
    width: 690px;
    height: 258px;
}
.que{
    background: url("../images/question.png") no-repeat left bottom;
    padding: 6px 0 0 40px;
    position: relative;
    margin-top: 10px;
    min-height: 32px;
}
.ans{
    background: url("../images/answer.png") no-repeat left top;
    padding: 6px 0 0 40px;
    position: relative;
    min-height: 32px;
}

#hall_map {
  margin-bottom: 20px;
}


@media screen and (min-width:720px) {
		.sp_mail_section {
		display: none;
	}
	.sp_bottomNavi_text{
		display: none;
	}
}



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



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

	Familied Web Design Style CSS
	tablet
		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;
}

#home_top {
    position: relative;
    height: 380px;
}

#home_top #viewer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
}

#home_top #contact_top {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
}

#home_top #quick_contact,
#home_top #contact,
#home_top #promise {
    width: 32%;
    height: 60px;
    margin-top: 0px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 2px 0 0 0;
    margin: 0 0 0 0;
    float: left;
}

#home_top #quick_contact p,
#home_top #contact p,
#home_top #promise p {
    display: none;
}

#home_top #quick_contact span,
#home_top #contact span,
#home_top #promise span {
    display: inline;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    border-top: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#home_top #quick_contact {
    margin-right: 2%;
}

#home_top #contact {
    margin-right: 2%;
}

#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;
    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;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

#viewer2 {
    display: none;
}

h2 {
    text-align: left;
}

#news {
    text-align: left;
    margin-top: 50px;
}

#news .news_box {
    border: 1px solid #e8e8e8;
    padding-top: 24px;
}

#news h3 {
    padding-left: 20px;
    display: inline;
    color: #2c1f4d;
}

#news #news_button {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #337fed;
    padding: 2px 40px;
    margin-left: 160px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #8d83d3), color-stop(100%, #1e62d0));
    background: -moz-linear-gradient(center top, #8d83d3 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #8d83d3 5%, #1e62d0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d83d3', endColorstr='#1e62d0');
    background-color: #8d83d3;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    box-shadow: inset 1px 1px 0px 0px #97c4fe;
}

#news #news_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #8d83d3));
    background: -moz-linear-gradient(center top, #1e62d0 5%, #8d83d3 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #8d83d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#8d83d3');
    background-color: #1e62d0;
}

#news #news_button:active {
    position: relative;
    top: 1px;
}

#news #news_cont {
    margin-top: 30px;
}

#news span {
    padding-left: 20px;
    color: #7551cd;
}

#news p {
    border-top: 1px solid #e8e8e8;
}




}


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


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

	Familied Web Design Style CSS
		Kinoco.inc,

\*-----------------------------------*/
.one-of-three2 { width: 29%; }

.two-of-three2 { width: 63.666666666%; }

.one-of-four2 { width: 21.0%; margin-bottom: 15px; }

h2 { margin-top: 20px; text-align: left; font-size: 18px; font-size: 1.8rem; }

#home_top { position: relative; }
#home_top #viewer { width: 100%; /*height: 300px;*/ }

#smartphone { display: none; }

/*#viewer2 { display: inline; }*/

#menu { margin-top: -6px; }

.chip img { width: 30%; }
.chip .price_chip { width: 50%; }

.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }

.rslides li:first-child { position: relative; display: block; float: left; }

.rslides img { display: block; height: auto; float: left; width: 10%; border: 0; }

#hall_contents .hall_L1 {
  float: none;
  width: 57%;
  margin: 0 auto;
}
#hall_contents .hall_R1 {
  float: none;
  width: 93%;
  margin: 0 auto;
  padding: 20px 0 0;
  border-bottom: 1px solid #6c77c9;
}
#hall_contents .hall_type {
  margin-top: .5rem;
  font-size: 1rem;
}
#hall_contents table, #hall_contents th, #hall_contents td {
  padding-bottom: 15px;
}
#hall_contents .hall_R1 .hall_name {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
#hall_map {
  margin-bottom: 0;
}
#hall_map + .hall_list_txt {
  margin-top: 0;
}

.sp-none{
    display: block;
}




}
